Hello I just bought new domain for my web page. Is it good to use php redirection to the new domain and what are the exact headers that I must send to google bot to just renew the address and keep the page rank without loosing position in search results for the specific keyword ? Regards

link|improve this question
feedback

migrated from stackoverflow.com Mar 28 '10 at 10:52

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

301 permanent redirect.

It is not full proof, but it is the best approach.

link|improve this answer
Thanks for your answer. I'm reading something about '301 VS 303' What is you opinion? – T1000 Mar 26 '10 at 23:29
You can probably set up the redirect and, after Google notices it, you can delete the old domain. NOTE: That's just my guess. – Maxim Zaslavsky Mar 26 '10 at 23:31
feedback

have a look at http://www.google.com/webmasters/ once you set your site up in there, they have a whole page of info about changing domain names,etc

link|improve this answer
Thanks for your answer. Just found this topic google.com/support/webmasters/bin/… If you got better post it. – T1000 Mar 26 '10 at 23:28
Also found this google.com/support/webmasters/bin/… Thnks again and have a good night :) – T1000 Mar 26 '10 at 23:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.