Hi, I have a domain with 2000+ pages indexed, and a pr3.. I have transferred everything over to a new domain, and was wondering what the most SEO friendly redirect would be? (Pr transfer, and all that).. Any help would be much appreciated.
The best way is to do this in the .htaccess file with a 301 redirection (means permanent redirection), so that your PR is transfered. You can also do it with PHP, with the function header, like this : header ('HTTP/1.1 301 Moved Permanently'); header ('Location: xxxx');