making JavaScript generated content possible for search engines to index
Is there any way to make JavaScript generated content indexable by search engines? I remember read开发者_如何学运维ing something about Google parsing a generated site map, but I might be wrong here.
_L
I also remember reading something similar when searching for a history plugin for jQuery. You might check out:
http://googlewebmastercentral.blogspot.com/2007/11/spiders-view-of-web-20.html
The explanation of hash links and actual href links sounds about right.
Mostly the search engine spiders do not render javascript so any content will not be seen.
精彩评论