I wonder if Ajax crawling suggested by Google is also applicable to Yahoo and Bing. It seems that only Google can crawl my Ajax page after I implemented that.

link|improve this question
feedback

migrated from stackoverflow.com Nov 30 '10 at 1:10

This question came from our site for professional and enthusiast programmers.

3 Answers

To my knowledge, there has not been any word from Yahoo/Bing that they support crawlable AJAX. I'm not even sure that the specification has been finalised by Google.

So do not count on your AJAX content being crawlable by anyone other than Google at this time. It may be a good idea to create individual pages where possible for the other search engines.

link|improve this answer
feedback

It is possible that Bing has adopted Google's scheme.

Try this http://cn.bing.com/search?q=Hello+World%21+This+Is+the+New+Lifehacker&go=&form=QBLH&qs=n&sk=

The first result is AJAX-enabled web page with "#!".

link|improve this answer
feedback

Basically, if a page which contains HTML code has some kind of URL (<a name="" also does the trick), and is being liked to, it is crawlable

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.