PDA

View Full Version : How to redirect a page without loosing PageRank?



Peo
April 3rd, 2009, 05:38
How do I do that?

hamster
April 3rd, 2009, 06:36
301 redirects. Can be done using php header('Location: http://www.domain.com');

Jan
April 3rd, 2009, 17:38
Redirect 301 http://www.old.com http://www.new.com in .htaccess is supposed to, but it doesn't :S

SiberForum
April 4th, 2009, 03:04
Better have that on the server side. Yes that 301 redirect.


in .htaccess is supposed to, but it doesn't
I suppose because that is not on the server side that's why ;)

Jan
April 4th, 2009, 03:58
Better have that on the server side. Yes that 301 redirect.


I suppose because that is not on the server side that's why ;)
Ummm where do you think I had it? :confused4

Robdale
April 6th, 2009, 18:41
I think sibername is right, The 301 redirect should be used in the .htaccess file. It is a good way to tell the SE spider's that the page has been moved to other location. So, all your link juice will be redirected to the updated page.

~ServerPoint~
April 7th, 2009, 02:06
We had several requests to run that on the server side. If that is being asked that means that people use that. :)

sevamaster
November 24th, 2009, 16:51
use 301 redirect either in the .htaccess or php header