Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Googlebot only seems to crawl my front page even when provided a different URL I'm new to the webmaster world and trying to get my site SEO ready. It runs on javascript (AngularJS) and I set

@Ravi8258870

Posted in: #GoogleSearch #Javascript #Seo

I'm new to the webmaster world and trying to get my site SEO ready.
It runs on javascript (AngularJS) and I set up all the things you'd need so that crawlers can read the site. I have the <meta name="fragment" content="!"> tag and also set up the hashbang so it knows where to put the "escaped_fragment" part and read my javascript.

Currently, in my Google search console, I can fetch and render the front
page of my site properly but anytime I add other fragments to test out that Google can read those, it only goes back and grabs the frontpage content.

Does anyone know how to make it so Google reads my other pages?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

1 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

If you take a look at webmasters.googleblog.com/2015/10/deprecating-our-ajax-crawling-scheme.html which Google published in October 2015 the AJAX crawling standard has been depreciated. As long as you are not blocking the Googlebot from crawling your CSS and Javascript files then the Googlebot will be able to interpret what your AJAX content is and will be able to crawl it as if it where normal static content without needing to do anything special to the URL with hash fragments.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme