How To Move Your Blog Or Website To A New Domain Name

by Robb Sutton

Moving your site or blog to a new domain name can be one of the biggest headaches in the world if not done correctly.

With Google rankings you have built up over time starring you in the face, you can almost think it is impossible to change domains and keep all of that work. While you will see some initial drop in search engine traffic (typically the first 30 days or so), there is hope as you can regain all of that link love on the new place you call home.

There are several typical scenarios where you would want to change domains.

  • Started off with a blogger blog (or any other free service) and are now going to self hosted.
  • Started off with one branding strategy and your blog takes a completely new direction that requires new branding.
  • Bought a domain and blog that you want to create a new site out of.
  • Looking to sell your blog in the future and need to get the domain name off your name.

Recently, I moved my mountain biking site…mtbtrailreview.com…to a new domain at Bike198.com to handle the new expansion of road and urban cycling. So…this is the process I went through to insure that everything went smoothly with the new change.

How To Change Domain Names On Your Blog

The following is a step by step guide to moving your website or blog to a new domain. Looks long and complicated…but it really isn’t once you jump in and start knocking things off the list.

Step 1 – Buy New Domain Name

Head over to GoDaddy and secure your new domain name. I would suggest doing this as soon as you know you want to change as aging does affect rankings in some search engines. You can also start linking to that domain to start the PageRank process to help out with beginning growing pains. When I moved to Bike198.com, that domain already had a PR4 with nothing on it.

Note: More on picking a domain name here.

Step 2 – Setup Hosting Account

If you are already self hosting your blog, this is a pretty easy step. If you are not already self hosting your blog (using a free service), I recommend HostGator for cheap, reliable hosting. You need to setup your new domain name on your hosting account as an addon domain exactly like you setup your first domain (database setup, email addresses, etc.).

Note: More on setting up DNS Records and Choosing a Hosting Account.

Step 3 – Export Database from Server

If you are already using Wordpress, there is an export feature under the tools tab where you can export your database. This will download to a file that you are going to save onto your desktop. If you are using Blogger or another free service and you are moving to self hosted Wordpress, there is an import feature you are going to use to pull your blog into the Wordpress install…so you skip this step. Holidaydata provides industry-standard data that is rigorously researched from source with outstanding customer support. It ensures the accuracy of system calendars and significantly reduces
operational risk in payments, trading and settlement.

Step 4 – Download Existing Media and Theme Files

If you are already using Wordpress, you are going to need to grab your existing theme and media files (pictures, audio, etc.). By going into your FTP account, you can navigate to wp-content/ and download “themes” and “uploads” to your desktop. Depending on how long your have been posting to your blog, this could take a little while.

Step 5 – Install Wordpress On New Domain

Now that you have pulled out all the information you need, it is time to install Wordpress on your new domain. (Instructions on installing Wordpress can be found here.) Side note: If you are not planning on moving your site right away, I would recommend not letting search engines find your blog at this time (the beginning setting). You are able to change this setting once you are ready for the move and duplicate content and confusion will hit if you have both sites live at the same time.

Note: If you are installing Wordpress for the first time, here is a guide to the settings.

Step 6 – Upload Media and Theme Files

Using FTP, upload those same media and theme files from your old domain to the new domain folder. (You do not do this if you are moving from a free blogging service…only if you are moving from self hosted Wordpress to self hosted Wordpress)

Note: If you are installing Wordpress for the first time, here is a guide to choosing Wordpress themes.

Step 7 – Install and Setup Plugins

Install and setup the same plugins that you had previously on your other blog

Note: My recommended plugin list is here.

Step 8 – Import Database File

In your Wordpress install under “Tools”, you can now import your Wordpress database or blog hosted through one of the free services. This is going to pull everything from the database file or free service into your new install.

Step 9 – Activate Theme

Activate your theme to get ready to troubleshoot the look, feel and functionality of your blog.

Step 10 – Use Find and Replace to Fix Database Files

When you upload your database or blog into Wordpress, all of the linking you did to other parts of your site will be to the old domain. To fix this issue, install the “Search & Replace” plugin. This plugin searches your database for any word sequence you specify and replaces that sequence with a new sequence you tell it to. In my case, I wanted the plugin to search my site for every instance of http://www.mtbtrailreview.com/blog/ and replace it with http://mountain.bike198.com/.

My permalink structure was the same on both sites (just /%postname%/), so everything would be setup correctly with that switch. This plugin prevents the need to go back into all of your articles and fix links.

Step 11 – Test New Site

Now that everything is live on your new site, it is time to go click around and make sure everything works correctly. Test and retest every single element and feature to insure every element is functioning correctly. Fix whatever you need to fix at this time.

Step 12 – Setup Sitemap Plugin and Create Sitemaps

You should have already installed and setup the Google XML Sitemaps plugin, so make sure you have made your first, new sitemap on the new site after everything is tested and working correctly.

Step 13 – Create New Google Analytics (or other stat tracking) Account and Install Code

Create new accounts on your tracking services for the new domain and stall the necessary code.

Step 14 – Setup Google Webmaster Account (and other search engines)

Setup a new Google Webmaster account for the new domain and submit the sitemaps. Now…if you checked the box for not letting search engines see your new site, they are not going to be able to spider the sitemaps at this time, but it is good to already have this setup. Rinse and repeat for Bing, Yahoo and the other search engines.

Note: Google Webmaster Tools also has a setting for moving domains were you can actually specify the domain you are moving to help out Google in the spidering process. This only works if you have a verified old domain and verified new domain. Also, neither one can be subdomains. Since I was moving the content to subdomains, I was not able to use this feature, but the 301’s will take care of that over time.

Step 15 – Test and Retest New Site/Open Up the Search Engines

Before we direct traffic to the new domain, test and retest the new site again. Once you are sure everything is working correctly, go into Wordpress under the “Privacy” tab and click the selection for allowing search engines to access your site.

Setup 16 – .htaccess 301 Redirects to New Domain

Now that you have everything up and running correctly on the new domain, you have to forward all of your previous traffic to the new address. This is handled by a .htaccess 301 redirect on you self hosted blog.

If your permalink structure (the stuff that comes after .com, .net, .uk, etc.) is the same on the new site, this part of the process is incredibly easy. All you have to do is create a .htaccess file with a text editor that contains the following:

RewriteEngine on

RewriteCond %{HTTP_HOST} ^oldurl.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.oldurl.com$
RewriteRule ^.*$ “http\:\/\/newurl.com\/” [R=301,L]

In the case above, I am redirecting both http://oldurl.com/ and http://www.oldurl.com/ to the new url http://newurl.com/. The redirect is automatically going to handle the rest! Each article will redirect to the corresponding article on the new site. Now…if your permalink structure is different on the new site than the old…this is going to throw them to 404 pages and you will end up losing all of that search engine juice you have been building over time.

If you are going to change your permalink structure with the move (which I do not really recommend doing), you are going to have to define individual 301 redirects in your .htaccess file. If you have a lot of pages and articles, this part is going to take awhile.

Redirect 301 /old/perm/structure/ http://www.newdomain.com/new/perm/structure

You .htaccess file is uploaded to the root folder of your domain (probably where you installed Wordpress).

Note: If you are migrating from a Blogger blog, follow these instructions for 301’ing your free blog to your self hosted.

Step 17 – Test Search Engine Results

Now that you have all of your redirects setup correctly, it is time to do more testing. Go to Google and type in a keyword phrase you know you rank highly on. Click on the search engine result that contains your old domain name and see if it redirects you to the correct article on your new domain name. If it did…you are set. If it didn’t…there is something wrong with the way you setup your .htaccess file.

Step 18 – Move Feedburner Feed

Within Feedburner, you can change the location of your feed very easily. If your domain change is not too far off from your previous name, I would recommend just changing the feed location and not the feed name. While you can do a 301 on your feed as well, you are risking confusing or even loosing current subscribers. After you have changed the location, go over to the email syndication section of Feedburner and change any from email addresses and logo branding that was associated with the old site.

Note: Do not be surprised if your feed updates the latest 10 articles that people have already read when you move the feed address in Feedburner. That is normal.

Step 19 – Change “From” Email Addresses in Newsletters and Other Media

You should have already created new email addresses for your new domain. You will need to change all of the “from” email addresses in newsletters (ex. Aweber) and other media where you send out regular emails and corespondents. Also, when you start receiving new emails to the old address, respond with the new email addresses notifying the receiver of the change. You can make life a little easier on this end by actually redirecting those emails to your new inbox in your email setup.

Step 20 – Backup Everything

This is a final precaution. Back up everything before going forward. All of your databases, file folders on your server, email…everything! If something goes wrong, you do not want to be left without a backup of everything you have completed up until this point.

Step 21 – Delete Old Server Files

Now that you have a local version of the old site, it is time to delete all of your old server files and databases. Delete everything but the .htaccess file you setup previously to keep the redirects running.

Step 22 – Add New Domain to All Affiliate Sites

Over the course of your blogging, you should have setup several affiliate accounts to make some money online. Make sure you go into your affiliate accounts and add the new domain as an approved site and change any email addresses associated with that account.

Step 23 – Announce Your Move To The World!

You’re done! Everything is moved and working correctly! Congratulations. Now…it is time to tell the world about your move. Send out newsletters…make a post on your blog…tweet the change linking to the post on your blog…post something on Facebook. With this announcement, it is a great idea to tell your readers, subscribers and newsletter subscribers what to expect. Tell them which email address they are going to receive updates from (also tell them to white list it), show them the new features of the site and explain some of the process and reason for the change.

This is also a great time to email anyone who has linked to your blog or articles and request they change the links to the new address.

A Couple Of Final Notes On Moving Domains

While you are going to see the immediate result of the redirects, it is going to take the search engines a little while to catch up. Expect to see a small drop in traffic for about 30 days or so until all of your link juice is transferred to the new site. After a period of time, everything should level out and your site should be back to normal.

Google and other search engines recommend keeping the old domains and redirects for a period of 180 days. For me, it is worth the little bit of money it costs to have the redirects and old domain for a year just to be sure.

Related Posts

31 comments

Liane January 12, 2010 - 8:38 am

Just got this post bookmarked. Really helpful for my future plans Rob 🙂

Reply
Peter January 12, 2010 - 9:09 am

I moved to a new domain at the start of August last year. Somehow I didn’t follow all of the required instructions for a domain move like you list and I went missing from Google’s search engine for just over 3 months. Worst three months ever given that this is my sole income earner.

Reply
Rob January 12, 2010 - 9:34 am

Ouch! That must have been a pain to deal with for 3 months. You got the issue fixed right?

Reply
Robb Sutton January 12, 2010 - 4:11 pm

Ouch…it can be a bitch of you miss a step. I am assuming you are out of the hole now right?

Reply
Peter January 13, 2010 - 1:18 am

Yeah I’m out of the hole now but with a lot more gray hair now! Kind of worrying that Google = money for me but I think it’s hard to avoid given the niche I am in.

Not sure how I got out of it. A couple of days after begging to Google for the nth time, I noticed I started to appear back in Google search results, so I believe Google reinstated me.

Reply
Rob January 12, 2010 - 9:34 am

Slick post you got here Robb, I wish this was around when I was first transferring domains.

Reply
Andreas January 12, 2010 - 10:24 am

Rob, fantastic guide and thanks very much for posting it up just in time for me needing to do a domain move! Glad you took the time to write this and make it so comprehensive.

Reply
Robb Sutton January 12, 2010 - 4:10 pm

Thanks Andreas! If you run into any issues with yours…shoot me an email.

Reply
Elie January 12, 2010 - 1:27 pm

Nice post Robb – just forwarded the link to someone who was asking about this today, so the timing couldn’t have been better. This will likely save them a few hundred dollars as they can follow these instructions themselves and not need to pay someone to do it for them.

Reply
Robb Sutton January 12, 2010 - 4:06 pm

Great! Glad the article was able to help!

Reply
Ari Herzog January 12, 2010 - 3:58 pm

Why do you presume someone will move to a self-hosted Wordpress blog when there are so many other CMS options? Perhaps you might want to edit your content to save unsuspecting readers who would like to shift to Typepad or Drupal?

Reply
Robb Sutton January 12, 2010 - 4:04 pm

Wordpress is the #1 blogging software in the world…and growing. All of my blogs are on Wordpress, so I wouldn’t feel comfortable giving out instructions on something I had not had first hand experience with. I have never moved a blog on Typepad or Drupal.

Reply
We Fly Spitfires January 12, 2010 - 6:55 pm

I agree. As a web developer and a blogger, WordPress is the best open source blog available.

Reply
Darni January 13, 2010 - 4:29 am

I had thought about moving my site to a new domain last month,but I give it up at last because I had built so many backlinks for my site.Well,your article about how to move a site to a new domain is very detailed.But there are too many things to do.I’m too lazy I think. 🙂

Reply
lee January 15, 2010 - 11:27 am

I’ve been struggling with this idea for a few months now and still haven’t got the nerve to quite go through with it — the old self doubt — but I looked into a couple hosts and using GoDaddy as domain provider and say ipage, I am pretty sure ipage does most of the work for you doesn’t it? Could someone reply to this or some other hosts that does it for you? I mean I know there out there and don’t need an arm and a leg too. huh? thanks Rob I’ll bookmark this just in case.

Reply
Samuel January 16, 2010 - 12:10 pm

Hi Rob,
I am shifting my website from one domain to another. The only point I didn’t get from the above article is the feedburner redirection. How to shift from one domain to another without losing subscribers? Can you explain me in detail….

Reply
Robb Sutton January 16, 2010 - 12:11 pm

You actually just have to change the feed address setting under your current feedburner account. It is really that simple…if you do not mind keeping the same feed url for feedburner…ie. http://feeds.feedburner.com/yourfeedname. If you want to change the “yourfeedname” part…things get a little bit more complicated.

Reply
Samuel January 17, 2010 - 1:55 am

OK. What I did is, under edit feed details –
I changed the Feed Title (from old site to my new site name), original feed (from old site to my new site name) and also the feed address (from old site to my new site name).

So, now all the updates on my new site are published to this feed. The good thing is that I don’t lost the subscribers, since I changed the above mentioned names.

But, now my old site has no feed, also it don’t need a feed because it won’t be updated any more. By the way, do you know feed redirection procedure? if someone types example.com/feed it has to redirect to example1.com/feed, like the redirection we do on domains. If you such procedure, can you tell me. Just want to know more, even though my problem is solved.

By the way, in reply to my comment you told

“If you want to change the “yourfeedname” part…things get a little bit more complicated.”

Can you tell me those complications, as I did change the yourfeedname part…

Reply
Robb Sutton January 17, 2010 - 9:48 am

I would request that your old feed subscribers update their feed settings. Feedburner only redirects your old feed for a period of 90 days. After that, anyone that types in your old feed address will not get your new one. So…if their feed readers did not update their old addresses through the redirect, they will stop getting updates after that time period.

Reply
Samuel January 17, 2010 - 11:44 am

OK. Thank you Robb.

Reply
Ursula January 25, 2010 - 3:13 pm

This is something I always worry about in the back of my mind as I know eventually, I’ll have to move my blogs elsewhere (with BlueHost now, but if I ever end up having more traffic than I can handle, then I will have to move the blog). Thank you for sharing such an easy-to-follow guide! I suspected these were the steps, but it’s nice to see them confirmed! 🙂

Reply
Update on the move- redirect issues with IE | Bicycle Design March 1, 2010 - 4:38 pm

[…] any of you are thinking about moving a blog, I would suggest reading this post by Robb Sutton (who you may know from Bike198) first. Robb’s outline takes you through the process step by step. […]

Reply
Jason March 4, 2010 - 11:27 am

Robb,
What is your opinion on GoDaddy as a web host?

Reply
Robb Sutton March 4, 2010 - 11:55 am

Never used them for hosting personally but I have heard good things.

Reply
Marquita Marbry May 25, 2010 - 4:19 pm

Just finished reading some your blog I found it filled with great information thanks. Keep up the excellent work. I normally do not comment but after reading yours I wanted to just write a short message. Thanks for the info.

Reply
janaygreen March 7, 2011 - 7:30 pm

You are absolutely perfect. This article is perfect. You left nothing unsaid. I am following these steps one by one and everything is working out perfectly. Thank you for being amazing.

I love Blogging Labs.

Best regards,
Janay

Reply
The new me, but still the old me August 20, 2011 - 7:11 pm

[…] Labs’ tutorial on moving to a new url was thorough and well written starting point and […]

Reply
Dhawal D September 5, 2011 - 10:32 am

Awesome one, thanks so much it help me move my blog, acted as a Check list! 

Reply
Rei October 6, 2011 - 2:59 pm

OMG super awesome article! Thanks!

Reply
Tylesha Juliano April 5, 2012 - 2:49 pm

Awesome article! An absolute sanity saver! ♥ Thank you.

Reply
Karshim Kanwar January 8, 2013 - 4:37 am

Now the thing is that I need to move my 2 blogs from one address to another. Infact this is because I have Adsense disabled for both. Now if I move both these blogs to different, completely new URL, can I apply for AdSense in future once qualified for the Acceptance?

Reply

Leave a Comment