headers SEO
Posted: Thu Apr 21, 2005 3:03 pm
Okay, there probably is about 1,000 posts on this, but I'm having a real hard time finding any good info on it, and I'm a little under the gun, so any help is greatly appreciated (as always).
Will I get SEO penalized for redirecting by php headers?
Misc Info:
-The directs are staying on my domain, but are coming from PayPal.
-Only 2 redirect options, not pages of them
-Do not want a waiting time
-Page should be excluded by the robots.txt anyway
Thanks as always,
Philip
feyd | Please review how to post code using
Will I get SEO penalized for redirecting by php headers?
Code: Select all
#redirect on a fail
if ($_GET['status'] == "F")
{ header("Location: paypal_test.php"); exit; }-The directs are staying on my domain, but are coming from PayPal.
-Only 2 redirect options, not pages of them
-Do not want a waiting time
-Page should be excluded by the robots.txt anyway
Thanks as always,
Philip
feyd | Please review how to post code using
Code: Select all
andCode: Select all
tags. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]