Total Members: 64
Google Safe 301 Redirect
Submitted by ash87 on Sat, 06/21/2008 - 01:35
When you want to redirect, make sure you are doing it in the right way. Google penalizes websites that being redirected to many other locations. Many webmasters tries to cheat on Google by redirecting good optimized pages or website to bad ones.
However, the following method a safe for Google redirection, as well as all search engines behind.
Put the following code into the page you want it to redirect to another:
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.newdomain.com/ newurl.htm");
exit();
That's it!
- ash87's blog
- Login or register to post comments
- 92 reads