GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Telling robot "no follow"? (https://gfy.com/showthread.php?t=527878)

Walrus 10-13-2005 09:29 PM

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?

woj 10-13-2005 10:41 PM

you could probably set a redirect script as:
/go.php

and then prevent all SEs from going to /go.php using robots.txt

so your link would be:
a href='http://www.yoursite.com/go.php?go=http://www.sponsor.com'

Walrus 10-13-2005 11:49 PM

Thanks, woj. I'll give it a try.

brand0n 10-13-2005 11:51 PM

in a very sturn voice turn and look at your unit and say "robot, no follow. confirm command"

Walrus 10-15-2005 01:55 AM

woj,

Where do I put the /go.php? Like this down below?

<?
/go.php

header("LOCATION:http://www.yoursite.com/go.php?go=http://www.sponsor.com" rel="nofollow");

?>


All times are GMT -7. The time now is 12:54 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123