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.