Note that there are some explanatory texts on larger screens.

plurals
  1. POHashbang URLs make the website difficult to crawl by Google?
    primarykey
    data
    text
    <p>Our agency built a dynamic website that uses a lot of AJAX interactions and #! (hashbang) URLs: <a href="http://www.gunlawsbystate.com/" rel="nofollow">http://www.gunlawsbystate.com/</a></p> <p>It's a long book which you can scroll through and the URL in the address bar changes dynamically. We have to support IE so please don't advise using pushState — hansbang is the only option for us for now.</p> <p>There's a navigation in the left sidebar which contains links to all chapters in the book.</p> <p>An example of a link: <a href="http://www.gunlawsbystate.com/#!/federal-properety/national-parks-and-wildlife-refuges/" rel="nofollow">http://www.gunlawsbystate.com/#!/federal-properety/national-parks-and-wildlife-refuges/</a></p> <p>We are expecting google to crawl this: http:// www.gunlawsbystate.com/?_escaped_fragment_=/federal-properety/national-parks-and-wildlife-refuges/ which is complete html snapshot of the section. (+ there are links to the subsections like www.gunlawsbystate.com/#!/federal-properety/national-parks-and-wildlife-refuges/ii-change-in-the-law/ => www.gunlawsbystate.com/?_escaped_fragment_=/federal-properety/national-parks-and-wildlife-refuges/ii-change-in-the-law/ ).</p> <p>It all looks to be complete according to the Google's specifications ( developers.google.com/webmasters/ajax-crawling/docs/specification ). The site is run for about 3 months for now. The homepage is getting re-indexed every 10-15 days.</p> <p>The problem is that for some reason Google doesn't crawl hashbang URLs properly. It seems like Google just "doesn't like" those URLs.</p> <p>www.google.ru/search?&amp;q=site%3Agunlawsbystate.com : Just 67 pages are indexed. Notice that most of the pages Google indexed have "normal" URLs (mostly wordpress blog posts, categories and tags) and just 5-10% of result pages are hashbang URLs, although there are more than 400 book sections with unique content which Google should really like if it crawles it properly.</p> <p>Could someone give me an advise on this, why Google does not crawl our book pages properly? Any help will be appreciated.</p> <p><em>P.S. I'm sorry for not-clickable links — stackoverflow doesn't let me post more than 2.</em></p> <p><strong>UPD.</strong> The sitemap has been submitted to google a while ago. Google Webmaster Tools says that 518 URLs submitted and just 62 URLs indexed. Also, on the 'Index Status' page of the Webmaster Tools I see that there are 1196 pages <em>Ever crawled</em>; 1071 pages are <em>Not selected</em>. It clearly points to the fact that for some reason google doesn't index the #! pages that it visits frequently.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload