Hi, I came across the same issue earlier, below two links should explain you the problem and solution.
1. https://scotch.io/tutorials/angularjs-seo-with-prerender-io?_escaped_fragment_=tag Explains easily about the problem and how to fix it. 2. https://developers.google.com/webmasters/ajax-crawling/docs/getting-started Complete documentation for how to handle it. On Thu, Oct 15, 2015 at 8:14 PM, Ignacio Muñoz < [email protected]> wrote: > Hi everyone, > > I have a WebApp done with AngularJS where some pages make $http request to > external API (also mine), parse response and show contents in page. > > The problem is Google isn't indexing / rendering fine those pages (static > pages are OK), despite of they says Googlebot can render find Javascript / > Ajax / SPA applications. > > How can I solve this? Is using html snapshots and _escaped_fragment_ > strategy the only solution? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Regards Jagadesh -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
