I want to build an ajax site without sacrificing SEO. My question is: If I have link on my page like this:
<a href="http://mysite.com/cats" id="cats">Cats</a>
<a href="http://mysite.com/dogs" id="dogs">Dogs</a>
...when each link is clicked I would like to update the address bar with the corresponding hashtag. So, if "Cats" link is clicked the current location will be http://mysite.com/#cats and I can use this to show my ajax content. If javascript is off or user is search engine, they will go directly to /cats