The google guide Making AJAX Applications Crawlable tells how to format your url with hash an !
in order to make your site crawlable. A good example for that is the new twitter. If you type the URL:
You will be redirected to:
I realized that the redirection is made on the server side, because i have tried to do with javascript and turns to every time that i'd change the url the browser reloads the page, i am trying to do on the server side with Ruby on Rails without success.
any help?
UPDATE: I found another question that address the same problem: How to show Ajax requests in URL?