angularjsasp.net-mvcprerendergoogle-indexgoogle-search-console

Google Indexing and Crawling Issue with AngularJs 1.5x , ASP.NET MVC v4.5 Website along with Prerender.io


I am done developing a website with front-end technology as AngularJs 1.5x and server-side technology as ASP.NET MVC 4.5. Along with this, I am using prerender.io for crawling and indexing.

Now, after implementing prerender.io, prerender.io is only seemed to be working for Facebook and Twitter crawling.

Issue: my website is not getting indexed by Google. But Prerender.io and the articles related to it says that prerender.io also helps in Google indexing in crawling.

But when I am monitoring Google Search console for my website, I can only see that only my main URL got indexed. But when I see fetch and render results it shows only header and footer of my website but not the full landing page. I even submitted the sitemap.xml file, but it also did not help for indexing.

Read almost all possible articles related to this topic but still seems unable to get thru for Google Indexing and Crawling.

Searched on StackOverflow with below URL but the issue still not resolved.

https://stackoverflow.com/search?q=Google+Indexing+prerender.io

Can anyone help me with this?

Thanks.


Solution

  • The Configuration works perfectly. The original issue was in Google Indexing. Actually, Google Bot uses Chrome Version 54 which fails to parse the arrow functions. So by replacing arrow function with the normal function, it started indexing my site.