Forum Moderators: coopster

Message Too Old, No Replies

PHP blocking of googlebot?

php block googlebot

         

AhmedF

9:06 pm on May 14, 2003 (gmt 0)

10+ Year Member



I have a slight problem.

I have a link directory, in which each out link is: out.php?id=x

In the actual script, I just do a header(Location: xxx) redirection.

My question is how can I do it so that google does not follow such links and thus fixing up PR leakage?

lorax

9:11 pm on May 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Wouldn't <META NAME="ROBOTS" CONTENT="NOFOLLOW"> on the directory page work? I believe this would tell the bots not to follow the links off the page. Or are you looking for something that allows some of the links off the page to be followed (like those within your website) and not others (like those that leave your website).

AhmedF

12:51 am on May 13, 2003 (gmt 0)

10+ Year Member



Yes.

I have direct text links to both on and offsite. I just dont want the out.php?id=x links to be followed.