How to transfer old domain to new domain (Rebrand)
- SEO |
1. Transfer data from the old domain name to the new one and rebrand it to the the new one. Make sure the transferred website is fully functional.
2. Redirect your old domain name to the new domain name using SEO friendly permanent redirect 301. You can do this by adding the following code to your .htaccess file on the root of your old domain:
Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_HOST} ^olddomain.com [NC] RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]
* Test the redirect and make sure it is fully functional.
3. Use change of address tool at Google webmaster to notify about the new change.
* Now you need to wait and be patient until Google pass the link juice, ranking and page rank to the new domain.
* It is recommended to keep the old domain renewed and redirect.