Google crawling, AJAX and HTML5
问题 HTML5 allows us to update the current URL without refreshing the browser. I've created a small framework on top of HTML5 which allows me to leverage this transparently, so I can do all requests using AJAX while still having bookmarkable URLs without hashtags. So e.g. my navigation looks like this: <ul> <li><a href="/home">Home</a></li> <li><a href="/news">News</a></li> <li>...</li> </ul> When a user clicks on the News link, my framework in fact issues an AJAX GET request (jQuery) for the page