Forum Moderators: coopster

Message Too Old, No Replies

Will a bot follow this...

Forgive my ignorance

         

CromeYellow

2:50 pm on Jan 22, 2004 (gmt 0)

10+ Year Member


Hi all

Now this could really be a daft question, but I really need to know the answer, so here goes...

I have just had set up a forwarding script in the aim of being able to crosslink between domains without risking a crosslinking penalty.

It's a PHP thingy that looks like this:

<?
header("Location: http://" . $dest);
exit;
?>

And the referral link is of the form:

<a href="http://www.domain.com/fwd.php?dest="www.destination.com">

If a search engine bot can follow this I guess I haven't found my solution. Does anyone know if a bot could?

Thanks

Cy

bcolflesh

2:53 pm on Jan 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Disallow the forwarding script page in your robots.txt.

CromeYellow

8:56 pm on Jan 24, 2004 (gmt 0)

10+ Year Member



Now why didn't I think of that? ;)

Thanks bcolflesh

Cy