angularjs - Angular-JS SEO no longer working -
we have site went live on aws. i'm using angularjs in front end make restful calls via restangular play framework backend.
our service provides ability our clients dynamically create pages , push , changes/news items/etc deem necessary. includes dynamic "urls" can change on fly within our domain (like www.ourproductname.com/thisisanexample). 1 of things allow them change header item code is:
<h1 class="text-center"> {{data.title}} </h1>
when went live few weeks back, working fine google search. got things expected in title field. now, few weeks later, our searches still in top page of google, it's returning:
{{data.title}}-name of our product
i've done significant research this, , have been told "huh, that's weird...it should work." reply has , no longer is. registered when first started google webmasters , did fetch on page , registered crawler specific client url's have far, hasn't helped.
i know crawlers running scripts bit new still, if need know phantomjs or prerender.io, add these in effort (including learning how on our chef cookbooks our 1 button deploy on aws, or pay service fee otherwise) might outweigh gain if else has come better answer or simple. perhaps it's i'm missing. if has insight appreciated.
Comments
Post a Comment