How to make Ajax search engine friendly
Filed in archive AJAX by gautam on December 27, 2007

Here I came across this article on tutorialized which discuss how one can make Ajax SEO friendly. You must be knowing that only anchor tags can be followed by search engines but we can convert them into Ajax requests using javscript but again there is a problem - spiders
cannot read javascript therefore anchor text would only be visible as regular links and if request needs to be identified then it could be done using cookie or request parameter. Request parameter turns out to be a better option since cookies can be disabled by visitors. An examples has been stated to explain it Check it out to find out how Ajax cane be turned search engine friendly and reduce the headache of SEO guys. Permalink: How to make Ajax search engine friendly
Tags:
ajax seo search engine
Trackback: http://www.creative-weblogging.com/cgi-bin/mt-tb.pl/108643












