I am using hash-bang URLs in my AJAX application and I am implementing the server-side for:

handle ?_escaped_fragment_=key1=value1%26key2=value2

So when I look at Google's FAQ, it says that this URL has an equivalent snapshot

It is easy to see that the snapshot content is not the same as corresponding hash-bang url. This Google example does not help and therefore my question:

My HTML page has three components/panels/sections that are being updated by AJAX. I use the onclick event on the hash-bang URLs to fetch the content from server and then update relevant section of the HTML page. My panels are updated independent of each other and each panel has its own hash-bang URL .

My question is:

Should the HTML snapshot contain the entire page with all 3 sections or only the updated section?

If I am to return the entire page, it is almost impossible to get the state of the other 2 sections correctly, so would the Googlebot reject my site if the other 2 sections are returned in their default state ?

link|improve this question

64% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.