PDA

View Full Version : 302 >> 301 better


Dr_HUS
11-18-2005, 03:40 AM
on autolink.php,
the redirction is 302 (Found)
it's better if you can make it 301 .. that we can take some benefits (as SEO)..

header("HTTP/1.0 301 Moved Permanently");
header("Status: 301 Moved Permanently");

you can check it here
http://www.thinkhost.com/services/generators/headers-check.shtml
check something like ..
http://www.thevbgeek.com/autolink.php?id=1&script=showthread&forumid=8

:)

lazyseller
11-18-2005, 08:03 AM
what would be the benefit ?

Dr_HUS
11-18-2005, 10:28 AM
302 Found = google will archive it_or not_ as it (but actually there is nothing on it......)

301 Moved Permanently = that mean it will archive the targeted ( destinations )link..

The Geek
11-19-2005, 08:50 AM
Thanks for the suggestion. Will do.