javascript - Are AJAX sites crawlable by search engines? -
I always assumed that AJAX-driven content was invisible to search engines.
(i.e. the content was inserted, for example, in this site, the main content is loaded by the browser via a AJAX request:
. .. If you see this page with Javascript disabled , then the main content area is empty.
However, after the Google cache AJAX load completed The content shows:
So, apparently the search engine index content is loaded by AJAX
Question:
- Is this a new feature of search engine? Most posting on the web shows that to publish duplicate static HTML content for search engines,
- Is there any move to crawl an AJAX driven content by search engines (static HTML content in addition to creating duplicates).
- Is it a separate subdomain AJX when loaded from The operated content will be indexed? How about a different domain?
Google After this guide, AJAX sites may be crawlable:
Comments
Post a Comment