Google Offers SEO Advice On AJAX Coding
The Google Webmaster Central Blog posted advice on how to make your site crawlable if you make use of common Web 2.0 design features, such as AJAX. The advice includes having HTML links for your navigation, ensuring that your site works on browsers that do not have JavaScript turned on, and using real links in […]
Barry Schwartz on November 7, 2007 at 10:31 am | Reading time: 1 minute
The Google Webmaster Central Blog posted advice on how to make your site crawlable if you make use of common Web 2.0 design features, such as AJAX.
The advice includes having HTML links for your navigation, ensuring that your site works on browsers that do not have JavaScript turned on, and using real links in your JavaScript or AJAX, such as:
<a href=”ajax.htm?foo=32” onClick=”navigate(‘ajax.html#foo=32’); return false”>foo 32</a>
We have more tips on Web 2.0 coding with these fairly recent articles:
Related stories
New on Search Engine Land