Forum Moderators: open
On my startpage, I have a random quote which changes by reloading the page. I wanted the user to be able to get a new quote by click, so I wrote a php function that generates a random number. The link goes index.php?q=randomnumber#quote (by clicking, browser should jump to this anchor). This ensures that the user's browser reloads the startpage on click (the random number simulates unique content).
I'm using googles web API for my site search and now, the startpage appears 15 times in the search results (with the different "dynamic urls", of course)...
My question: How can I make sure google doesn't follow this certain link (probably the first time this is asked here)? How long does this "dynamic" url have to be? 2,3,4 parameters?