Do I get any link juice from a PHP header redirect from another site?
-
For example would:
www.site-A.com/click-tracking.php?site=www.site-B.com
contain any link juice? Would a 301 redirect be the simple solution?
-
You can use 301 php redirects, for example:
// Permanent redirection header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.newurl.com/"); exit(); ?> -
Thanks for your help, but I'm not looking for the php solution to this question, my question asks
"Do I get any link juice from a PHP header redirect from another site (domain)?" .
And can you legitimately do a 301 from a PHP page on one domain to another domain, I read on the interweb Amazon does it for their affiliates and it works but would like some professional confirmation.