Page is a not externally linkable
Patrick_Taylor - 2:38 am on Sep 15, 2004 (gmt 0)
<?php ... though in the script I have maybe 40 links done that way. In the interests of being in a position to act responsibly I would appreciate knowing (from anyone who is technically "au fait" with these things in the light of this thread) whether I am likely doing any damage to the SERPS or SE indexing of somesite.com, or indeed to my page, and if so, what I should do - ideally I would like to retain the php redirect in some form or another.
In message 45 I reported that I'm using a php redirect script for external links, like so:
$location = 'ht*p://www.somesite.com/';
header('Location: ' . $location);
?>