Mobile app version of vmapp.org
Login or Join
Murray155

: SEO on ui-router states of AngularJS SPA I have a simple SPA created with AngularJS, you can see it running here: www.consami.com.br. I was using Prerender.io to load a pure HTML version for

@Murray155

Posted in: #Google #Googlebot #Javascript #Seo

I have a simple SPA created with AngularJS, you can see it running here: consami.com.br. I was using Prerender.io to load a pure HTML version for crawlers, however some pages were not indexed by Googlebot. So searching again about how make my page indexed correctly, I discovered that Ajax Crawling was deprecated and decided remove the prerender processing of this application, so google could catch my page like it is. However, the same way it was before, google just crawled my root page. As I saw in this answer I changed the links of my main page from

ui-sref="descricao"


to

ng-href="descricao"


I know that javascript pages are not correctly indexed by search bots, however, as google says it can process javascript pages like if a person is accessing, I believe it should index my page correctly. What could I do to make my states (pages like this) indexed?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray155

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme