Forum Moderators: open
Some time ago, I did suggest that the #parameter could be used to pass additional data so that several links/urls all appear to point to the same page whilst delivering slightly different content. Since browsers simply ignore #parameters that do not have a corresponding target on the page, this should be entirely safe, however, I am not aware of any sites that employ this stratgey.
Kaled.
Having said that, I've never seen any requests from google or other major crawlers that include a # in the url. And on every page on my site there are allways 2 links with a # in it! (for useability for blind people for instance).
I also haven't seen any search results that contained a # in the result-urls.
I just checked if they are indexed for my site's.
Google doesn't index the text after the # (I don't get any results for that).
But it does index the link-text
for instance (I placed links like these on my pages):
<a href="#anchor">jump</a>
"anchor" wasn't found by google.
"jump" was found by google.