I'm working on an application that implements navigation based on hashchange events. Content is mostly loaded through ajax calls after hash changes (and displayed by DOM injections).

From a SEO perspective - are search engines able to index this injected content?
Are search engines able to follow my hash links (e.x. href="#page=1")?

If not - any workarounds besides having static content in my pages just for SEO reasons?

Thx

I found some similar threads on SO, but didn't find any satisfying answers, so forgive me to ask again.

link|improve this question

71% accept rate
feedback

2 Answers

up vote 2 down vote accepted

http://code.google.com/intl/nl-NL/web/ajaxcrawling/docs/faq.html

link|improve this answer
great, exactly what i was looking for, thx – ezmilhouse Apr 22 '11 at 12:09
feedback

https://github.com/balupton/history.js/wiki/Intelligent-State-Handling

^ Goes into the pros AND CONS of hashed and hasbhangs URLs and provides alternative solutions

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.