|
Telling robot "no follow"?
How do you make the robot not follow on a link that is in a script? Here, I'll show you what I mean. I want the following code to not be followed by the spiders:
<?
header("LOCATION:http://www.adultsponsor.com/acct=UserName" rel="nofollow");
?>
This rel="nofollow" code doesn't work. There is an error on the page if you click through on it. Is there an alternative code to rel="nofollow" for scripts?
|