I have an URL domain.com/random, which will redirect to a random page.
What would be the correct HTTP code for this?
Plus, I'm inserting the link like this:
<a href="/random" rel="nofollow" title="Random profile">Show random profile</a>
Spiders won't follow that link. Do I need to care about what HTTP code I send?