views:

75

answers:

3

Is there any way to make JavaScript generated content indexable by search engines? I remember reading something about Google parsing a generated site map, but I might be wrong here.

_L

+1  A: 

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.

edl
I agree, and the emphasis should be on Progressive Enhancement. see http://en.wikipedia.org/wiki/Progressive_enhancement
Peter
A: 

Mostly the search engine spiders do not render javascript so any content will not be seen.

TheAlbear
A: 

See this thread for server executed javascript options:

http://stackoverflow.com/questions/2719748/execute-javascript-on-iis-server

James Westgate