WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
    • Business Name Ideas
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Blog» Tutorials» How to Easily Move WordPress to a New Domain (without Losing SEO)

How to Easily Move WordPress to a New Domain (without Losing SEO)

Last updated on February 14th, 2019 by Editorial Staff
838 Shares
Share
Tweet
Share
Pin
Free WordPress Video Tutorials on YouTube by WPBeginner
How to Easily Move WordPress to a New Domain (without Losing SEO)

Do you want to move your WordPress site to a new domain? Changing your website’s domain name can significantly impact your SEO rankings, and it’s a process that needs to be done very carefully.

While you cannot avoid temporary SEO fluctuations when moving your website to a new domain, you can definitely minimize the impact and quickly regain your search traffic and rankings.

In this guide, we will show you the proper way to move WordPress to a new domain without losing SEO.

Properly moving WordPress to another domain name

Here’s the 5 step process that we will cover to help you migrate your WordPress site to a new domain name:

  1. Create a Duplicator package of your WordPress site
  2. Create a database for new domain name
  3. Unpack WordPress on new domain
  4. Setup Permanent 301 redirects
  5. Notify Google about the change

Before You Start

Before you start, we want to emphasize a few things.

The process of switching to a new domain will temporarily affect your search engine rankings as Google and other search engines adjust to the changes.

Yes, this will also temporarily affect your search traffic as well. Please keep in mind that this is normal, and it happens to all websites that switch to a new domain.

However, you can dramatically decrease the SEO impact by following this guide. We will show you the right way of moving your WordPress site to a new domain name, setting up proper 301 redirects, and notifying search engines.

Please note that this guide is not for moving WordPress site to a new web host. This is for switching a domain name. Yes, while the process is similar, there are extra things involved in this process.

Pre-Steps

In this guide, we are assuming that you have your WordPress site setup on oldsite.com, and you are trying to migrate it to newsite.com.

We are also assuming that you already have a web hosting account, and you are familiar with your web hosting control panel.

You will also need to know how to use FTP.

In case you don’t have a web hosting account, we recommend using Bluehost (great for small sites + comes with a free domain) or WP Engine (great for large sites).

Once you have your new web hosting account and domain name, you’re ready to start the process.

Step 1: Create a Duplicator package of Your WordPress Site

The first thing you need to do is create a full backup of your WordPress site. While there are many WordPress backup plugins available, the one we’re going to show in this step does both backups and migrations.

It’s Duplicator and it’s a completely free plugin.

Let’s start by installing and activating the Duplicator plugin on your old domain name. For more details, see our step by step guide on how to install a WordPress plugin.

Once activated, the plugin will add a Duplicator menu item in your WordPress admin. You need to click on the Duplicator menu, and then click on the create button to create a new package.

Create a new Duplicator package

After that, you will be asked to click on the Next button to continue.

Duplicator will now run the website duplicator wizard. First, it will run some tests to see if everything is in order. If all items are marked ‘Good’, then click on the ‘Build’ button.

Build Duplicator package for switching to new domain name

The plugin will now start creating a duplicator package of your WordPress site. This process may take a few minutes depending on the size of your website.

Once finished, you’ll see download options for Installer and the Archive package. You need to click on the ‘One click download’ link to download both files to your computer.

Download Duplicator package

The archive file is a complete copy of your website, and this will allow you to move WordPress to another domain name. The installer script will automate and run the migration by unpacking the archive file.

Step 2. Create a Database for New Domain Name

Before you can move, you’ll need a database to unpack WordPress on your new domain name.

If you have already created a database, then you can skip this step.

To create a database, you need to visit your hosting account’s cPanel dashboard, scroll down to the ‘Databases’ section, and then click on the ‘MySQL Databases’ icon.

Database icon in CPanel

On the next screen, you’ll see a field to create a new database. Simply provide a name for your database and click on the ‘Create Database’ button.

Create database for switching to another domain name

cPanel will now create a new database for you. After that, you need to scroll down to the MySQL Users section.

Next, provide a username and password for your new user and click on the ‘Create a user’ button.

Adding a new MySQL user

The new user you just created, still does not have permission to work on the database. Let’s change that.

Scroll down to the ‘Add User to Database’ section. Simply select the database user you created from the dropdown menu next to the ‘User’ field, then select the database, and click on the add button.

Add user to database

Your database is now ready to be used on for moving WordPress to the new domain name. Make sure to note down the database name, username, and password. You’ll need this information in the next step.

Step 3. Unpacking WordPress on New Domain Name

Now you need to upload the Duplicator files you downloaded earlier to your new domain name.

First, connect to your domain name using an FTP client. Once connected, make sure that the root directory of your website is completely empty.

After that, you can upload the archive and installer files to the root directory.

Upload Duplicator files to new domain name

Once both files have finished uploading, you are now ready to unpack WordPress.

Open a new browser tab and go to the following URL:

http://example.com/installer.php

Don’t forget to replace example.com with your new domain name. This will launch the Duplicator migration wizard.

Duplicator wizard

The installer will look for the archive file. You need to check the terms and conditions checkbox and click on the next button to continue.

Now, the installer will ask you to enter your WordPress database information.

Your host will likely be localhost. After that, you will enter the details of the database you created for your new domain name in the earlier step.

Connect to the database for your new domain name

Once done, click on the next button to continue.

Duplicator will now unpack your WordPress database backup from the archive into your new database.

Next, it will ask you to update site URL or Path. You shouldn’t have to change anything since it automatically detects the URL of your new domain name and its path.

If it doesn’t, then you can change the URL to your new domain name. After that, click on the next button to continue.

Update URL to your new domian name

Duplicator will now finish the migration.

You can click on the ‘Admin Login’ button to enter the WordPress admin area of your website on the new domain name.

Finishing WordPress migration to new domain name

Step 4. Setting up Permanent 301 Redirects

Setting up a permanent 301 redirect is very important for both SEO and user experience.

This step will allow you to automatically redirect users and search engines to your new domain name.

In other words, whenever someone lands on one of your old posts or pages, they will be automatically redirected to your site on the new domain.

To setup a permanent 301 redirect, you need to connect to your old site using FTP and edit the .htaccess file.

This will be located in the same directory as your wp-includes or wp-admin folder. Open the .htaccess file and paste the following code at the very top:

#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http://www.newsite.com/$1 [R=301,L]

Note: Replace newsite.com with your new domain in the above code.

Once you have applied these changes, then visit your old domain name. It should automatically redirect you to the new domain.

If it doesn’t, then it means the redirection is not setup properly, and your server likely doesn’t support redirect rules. You need to reach your web hosting’s support to get RewriteEngine turned on.

Step 5. Notifying Google About the Change

Now that you have moved WordPress to a new domain name and setup redirects, it is time to notify Google about the change of address. This will help Google find your new domain name quickly and start showing it in search results.

First, you need to add your new domain name to the Google Search Console. See step 1 in our Google Search Console guide for instructions.

After you have added your new site, you need to switch to the old version of Google Search Console.

Go to old version of Google Search Console

Next, you need to switch to your old domain name and then click on the gear icon at the top to launch change of address tool.

Change of address tool

On the next screen, Google Search Console will show you a step by step wizard to submit your change of address request.

First it will ask you to select your new site from the drop down menu. After that, click on the check button to test 301 redirects and then confirm verification.

Change of address for your old domain name

Finally, click on the submit button to send your address change request.

Notify Users About the Move to New Domain Name

While the 301 redirects do their job, it is always good to make a public announcement about the migration.

You can do this by simply writing a blog post on your new site and sharing it on your social media accounts.

If you have an email marketing list, then you should send a newsletter to let all your subscribers know.

This can be helpful in a lot of ways.

First and foremost, your users are more likely to remember the new domain once they read about it.

Second, you can ask your users to let you know if they see any bugs. You alone cannot test your site in all different type of browsers and system environments. It’s always helpful to have a fresh pair of eyes looking at it.

We hope that this tutorial helped you move your WordPress site to a new domain name. You may also want to see our guide on how to track your search keyword rankings after moving to a new domain name.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

838 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • Revealed: Why Building an Email List is so Important Today (6 Reasons)

    Revealed: Why Building an Email List is so Important Today (6 Reasons)

  • Checklist

    Checklist: 15 Things You MUST DO Before Changing WordPress Themes

  • How to Properly Move Your Blog from WordPress.com to WordPress.org

  • How to Start Your Own Podcast (Step by Step)

    How to Start Your Own Podcast (Step by Step)

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

The Ultimate WordPress Toolkit

464 Comments

Leave a Reply
  1. Karina says:
    Jan 16, 2020 at 5:31 pm

    How do you do with old 301s in htaccess that go from old sub-pages to new sub-pages in the old domain?Thanks for a very good guide!

    Reply
    • WPBeginner Support says:
      Jan 17, 2020 at 9:18 am

      With how the redirect code is set up it should redirect all of your content on your site not only the home page.

      Reply
      • Karina says:
        Jan 23, 2020 at 11:44 am

        But old 301 on the old domain then?

        Reply
        • WPBeginner Support says:
          Jan 24, 2020 at 8:40 am

          Correct, create the 301 redirects on the old domain.

  2. Jip Meertens says:
    Jan 3, 2020 at 5:52 am

    Great hands-on tut up to the almost-end of step 3.
    Now did I oversee something? I am completely blank on how (which user/pw combination to use) to log in to the new WP admin?
    Nowhere on the journey did I make a new WP installation, so I do not store any log-in credentials for the WP dashboard… Pls?

    Reply
    • WPBeginner Support says:
      Jan 3, 2020 at 10:18 am

      You would use the same login information as the previous site as the user table would be duplicated in this process as well :)

      Reply
  3. shantell smith says:
    Sep 27, 2019 at 1:20 pm

    I searched for two days until I came across your blog. I have tried 3 or 4 different codes and none of them worked. I tried yours and it worked like a charm. Thanks. But this post needs to be updated. You can no longer switch back to the old version of Console and I was unable to find a change of address option.

    But still great posts. Thanks a bunch!

    Reply
    • WPBeginner Support says:
      Sep 30, 2019 at 9:47 am

      Glad our recommendation worked, Google has changed where it is located but if you use their search for tools in your console you should still be able to use the change of address tool.

      Reply
  4. Viral says:
    Aug 22, 2019 at 1:38 pm

    Many thanks for this very helpful tutorial. It has worked perfectly!

    Just a small query… In the last step 5, Google Search Console says this ‘Change of Address’ function works only for root level domains (while I’ve a blog address in the form abc.co.in/example)

    Hence, is there an alternative method that can be used here, or will the 301 redirects (incorporated in Step 4) suffice?

    Many thanks again for the wonderful help throughout all the articles… Lots of good wishes!

    Reply
    • WPBeginner Support says:
      Aug 23, 2019 at 9:25 am

      If it is not only the root domain then the 301 redirects would be what you want to stay with and should be good enough for now

      Reply
  5. Matt Pettitt says:
    Aug 20, 2019 at 9:29 am

    Hi, thanks – this is interesting.

    Two weeks ago I migrated 3 sites into 1 new site, using the above process. All looks good as far as 301 re-directs are concerned but very few of the posts on the new domain are showing in the SERP. Also, many still have the old domain – because of this, organic traffic is down about 60% currently.
    Do you know how long it takes for Google to re-crawl, re-index and sort this stuff out?

    Reply
    • WPBeginner Support says:
      Aug 20, 2019 at 10:09 am

      Sadly, when merging multiple sites rather than only changing the domain, it can vary from site to site for how long it takes.

      Reply
  6. Samson Ogola says:
    Aug 2, 2019 at 2:42 pm

    This tutorial is always my go-to piece whenever I’m moving or redirecting a website. A life-saver I must say.

    Reply
    • WPBeginner Support says:
      Aug 5, 2019 at 10:45 am

      Glad our guide can help :)

      Reply
  7. John Akpama says:
    Jul 31, 2019 at 6:58 am

    Thanks for being such an immense help. I have a challenge in using Duplicator. I went as far as creating the package and uploaded it to the new domain (a subdomain actually). The problem is when I try to install it I get a 403 error that keeps me stuck at the 1st step. How do I resolve this please?

    Reply
    • WPBeginner Support says:
      Aug 1, 2019 at 9:29 am

      There are a few possible reasons, you would want to take a look at our article here: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-403-forbidden-error-in-wordpress/

      Reply
  8. Ibrahim Garba says:
    Jul 28, 2019 at 5:20 pm

    I’m so excited! Finally moved my wp site without any issue. Thanks

    Reply
    • WPBeginner Support says:
      Jul 29, 2019 at 11:54 am

      You’re welcome, glad our guide could help :)

      Reply
  9. Himanshu Nishad says:
    Jul 27, 2019 at 10:51 pm

    Here, you told the old domain is redirected to the new domain.
    If I have to show a website in the old domain name. I will be able to upload website old domain name?

    Reply
    • WPBeginner Support says:
      Jul 29, 2019 at 11:40 am

      You would need to clarify your question. If you redirect the old domain but want a site on the old domain then you would need to remove the redirection for the site content to show

      Reply
  10. zeeshan malik says:
    Jul 22, 2019 at 8:39 am

    as usual very well explain each step. i want to add one more point some websites leave a message in old domain when someone visit to old domain he
    reads about website transferred to an other domain like stumble upon when i visit to this site i read stumble up move to mix.

    i want to know is it possible to move data like classified ads from one website (website created in WordPress to another website with same domain name but CMS platform change to Joomla or Drupal or in reverse? without effecting website SEO?

    Reply
    • WPBeginner Support says:
      Jul 22, 2019 at 1:21 pm

      Changing platforms will always have a temporary effect on your SEO but overall there shouldn’t be any long-lasting effects on your site’s SEO

      Reply
  11. Ana says:
    Jul 22, 2019 at 8:10 am

    Best articles on the planet! Thank you WPBeginner for making life so much easier for the non-tech website owners!

    Keep up the good work

    Reply
    • WPBeginner Support says:
      Jul 22, 2019 at 1:22 pm

      Thank you, glad you like our articles :)

      Reply
  12. Alix says:
    Jul 18, 2019 at 3:13 pm

    Thank you so much for this!

    I always thought this was a daunting task but you have made it so very easy.

    Great article.

    Reply
    • WPBeginner Support says:
      Jul 22, 2019 at 11:34 am

      Thank you, glad we could help simplify the process :)

      Reply
  13. Paul Therond says:
    Jul 14, 2019 at 1:10 am

    How long do you recommend keeping the old website domain redirecting to the new domain for the purposes of SEO? Is it best to keep it forever or is there a point where all the juice from the old domain has been passed onto the new one and the old domain can be discarded?

    Thanks for your article it gave me the push to finally do the rebrand launch!

    Reply
    • WPBeginner Support says:
      Jul 15, 2019 at 11:47 am

      Sadly, that question varies from site to site and what works best for the individual

      Reply
  14. Michael Chibuzor says:
    Jul 3, 2019 at 8:50 pm

    Thorough content. Thank you. My question is, in Step 3 you said “make sure the root domain is completely empty.” I’m a bit confused here. I want to be able to move an old site to a new one site, these are not empty domains but functional websites with about 50 pages each.

    The reason why I want to merge Site A and Site B (the main site becomes Site B) is because they’re both in the same industry, so I want to stay focused.

    Can I still use this tutorial to migrate my old site to the new site — seeing the root domain isn’t completely empty?

    Please help me.

    Reply
    • WPBeginner Support says:
      Jul 5, 2019 at 3:16 pm

      For what it sounds like you’re wanting to do, you wouldn’t want to use this guide, you would want to import your content on to the site where you want it to appear and then have your hosting provider set the secondary domain to point toward your primary domain.

      Reply
  15. Martin says:
    May 31, 2019 at 6:45 am

    Hi. This is not redirecting the main domain (e.g example.com) but only every other link after it. How to redirect even the main domain?

    Reply
    • WPBeginner Support says:
      May 31, 2019 at 10:39 am

      You may want to check with your hosting provider to ensure they’re not preventing the redirect in some way

      Reply
  16. Cassandra says:
    May 25, 2019 at 5:18 pm

    I am stuck at step 3. I try to go to example.com/installer.php (yes I use my domain name) and nothing happens. It just takes me to my site welcome page saying a new webpage will be built soon. I cannot get the duplicator app to come up. I saw other comments on here to use www. first but that also does not work. Help please!

    Reply
    • WPBeginner Support says:
      May 28, 2019 at 1:55 pm

      You may want to check with your hosting provider to ensure they don’t have a plugin or temporary page that would be preventing you from seeing the location or logging into a pre-installed WordPress site.

      Reply
  17. Arup says:
    May 23, 2019 at 11:36 pm

    Well described.

    But I am not using any cPanel right now. What I supposed to do on that step. Pls help.

    Reply
    • WPBeginner Support says:
      May 24, 2019 at 10:14 am

      It would depend on what your host is using for the steps you need.

      Reply
  18. chandranath shetty says:
    May 18, 2019 at 11:50 pm

    Great Article

    What if i wanted to keep the some artcile in old domain and move around 200 articles to new domain

    Will 301 redirects are sufficient to pass the link juice

    Reply
    • WPBeginner Support says:
      May 20, 2019 at 1:27 pm

      It will keep some of the SEO, however, if you’re not transferring the entire site then you would lose any weight your domain added to your articles.

      Reply
  19. Corina says:
    May 16, 2019 at 11:41 am

    Hi! Thanks so much for your help and guidance. I’ve just written to the Google Search Console community.

    Corina

    Reply
  20. Corina says:
    May 14, 2019 at 6:51 pm

    I followed the steps you guys mentioned above and I got to step 5 – notify Google. After verifying my new domain, I tried the change of address from my older one to the new one and I got stuck. When I go to the “change of address” page/ pick your new site from the list, it does not show me the new site. I clicked on “add it now” and it does show up on that page along with the older domain. Yet, I cannot pick it from the list (it does not show no matter what I do). I verified the site several times with TXT and via Bluehost.

    Reply
    • WPBeginner Support says:
      May 15, 2019 at 11:54 am

      You may want to check with Google’s search console that you are the owner of both domains in the system as that can sometimes be the issue.

      Reply
      • Corina says:
        May 15, 2019 at 2:18 pm

        Hi! Thanks for getting back to me.

        I am the owner of both domains. I checked for each domain in Google Search Console/ Settings/Ownership verification. It says “you are a verified owner” for both of them.

        Sorry, I’m not a technical person, so I don’t know what I don’t know and I’m at a loss.

        Thanks so much for your help with this!

        Corina

        Reply
        • WPBeginner Support says:
          May 16, 2019 at 11:19 am

          Sadly, you may need to reach out to the support forums for the Google search console and let them know you’re domain is not a selectable option

  21. joei says:
    May 13, 2019 at 12:09 am

    Hello, do you have tutorial how to make sub.mysite.com to newname.com without losing SEO hope you reply i needed this tutorial.

    Thank you.

    Reply
    • WPBeginner Support says:
      May 13, 2019 at 2:08 pm

      You should be able to use the same method as in this article or follow the steps in our article here: https://www.wpbeginner.com/wp-tutorials/how-to-get-rid-of-wordpress-from-your-wordpress-site-url/

      Reply
  22. Lee says:
    May 3, 2019 at 8:26 am

    Is this the same process if I want to move only my all posts to a new domain?

    Reply
    • WPBeginner Support says:
      May 3, 2019 at 10:58 am

      You could certainly follow this method and then remove everything that isn’t a post. Another option would be to set up a new site then export only your posts under Tools>Export to import them on the new site using Tools>Import

      Reply
  23. Odidi Junior Meshach says:
    May 2, 2019 at 2:51 pm

    This article helped me alot brooo. I have bookmarked it.
    Today was able to move my old domain to my new one

    Thanks alot wp beginner ☺.

    Reply
    • WPBeginner Support says:
      May 3, 2019 at 10:32 am

      You’re welcome, glad our guide could help :)

      Reply
  24. Eddie says:
    May 2, 2019 at 8:11 am

    Hi, how about domain redirect from domain provider dashboard (namecheap as example)?
    I don’t want continue pay old hosting, because is expensive.

    Reply
    • WPBeginner Support says:
      May 2, 2019 at 10:55 am

      You would want to reach out to your new hosting for their method to transfer the domain as each provider can have a slightly different method.

      Reply
  25. Leo says:
    Apr 27, 2019 at 12:13 pm

    Hello:

    I need to design a new wordpress site with a new theme.
    I want to do it in a subdomain while the original website keeps working.
    I have thought that when finished designing the whole site, migrating it to the main domain, overwriting the former site.

    Is it possible?
    Does this keeps the SEO ranking of the original site?

    I’d be very grateful if somebody could answer.

    Best

    Reply
    • WPBeginner Support says:
      Apr 29, 2019 at 1:01 pm

      You would want to check with your hosting provider for if they have an option for a staging environment to do what you’re wanting. Depending on the changes you make it could affect your SEO.

      Reply
  26. Raúl Morales says:
    Apr 12, 2019 at 1:58 am

    Hi! Thanks for this article.

    I followed the instructions with a test site and everything worked perfectly. But now that I’m trying to move my main site (7+ GB), Duplicator shows error after error related to my hosting. I’m trying to move both to another host and another domain. Any ideas on alternatives to Duplicator?

    Best

    Reply
    • WPBeginner Support says:
      Apr 12, 2019 at 11:17 am

      We do not have an alternative recommendation at the moment but if you reach out to the plugin’s support they may have a recommended workaround.

      Reply
  27. Fred says:
    Apr 9, 2019 at 9:46 am

    moving all business under parent X to Z
    x.com to z.com
    content from X into sub folder of Z
    any particulars to be aware of?

    Reply
    • WPBeginner Support says:
      Apr 9, 2019 at 1:20 pm

      The plugin should handle moving the content to the correct url

      Reply
  28. john says:
    Apr 3, 2019 at 6:07 am

    Hi,
    I am currently running a wordpress site which i built 4years ago. Now my client wants to change the feel of the website. i just bought another theme for the for the new website. 1. How do i build the new website without disrupting the old site? 2. How do I easily switch the new site with the old site ? Any answers

    Reply
    • WPBeginner Support says:
      Apr 3, 2019 at 11:14 am

      You may want to check if your hosting provider has built-in support for a staging site and if not you could create a local installation of your site with: https://www.wpbeginner.com/wp-tutorials/how-to-move-live-wordpress-site-to-local-server/
      Then replace the current site when ready using:
      https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/

      Reply
  29. Narendra says:
    Mar 30, 2019 at 9:58 am

    Hi!
    I only want to change hosting. While wanting to keep the same domain. For that we need to build the database on new hosting Or upload the old one.

    Reply
    • WPBeginner Support says:
      Apr 1, 2019 at 11:58 am

      For how to move hosts, you would want to take a look at our article here: https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/

      Reply
  30. Nourdin says:
    Mar 22, 2019 at 5:48 am

    Can i change my dmain name to be with www.
    With the same name
    The exisiting one does not have www
    But i am planinig to move it to be with www.

    Both names has almost the same DA, PA and moz rank.

    I am worry about the rankning in google?

    Best Regards
    Nourdin

    Reply
    • WPBeginner Support says:
      Mar 22, 2019 at 10:26 am

      For www vs the non www alternative, you would want to take a look at our article here: https://www.wpbeginner.com/beginners-guide/www-vs-non-www-which-is-better-for-wordpress-seo/

      Reply
  31. Eyad says:
    Mar 18, 2019 at 3:06 pm

    I did this successfuly 2 years ago when I changed my business name and domain. As far as SEO goes, do I still need to keep my old site hosted after 2 years? The old site is still redirecting to new site. please let me know, thanks!

    Reply
    • WPBeginner Support says:
      Mar 19, 2019 at 1:50 pm

      After two years it normally becomes personal preference on if you should maintain the old site, it is not required.

      Reply
  32. Saweel ur Raheem says:
    Mar 18, 2019 at 10:49 am

    Thank you for creating such an article.

    I have redirected my 1st website with 301 (Permanent) to the 2nd website. Its been almost 5 months and my second website isn’t at the same Domain Authority.

    Why not all Domain Authority of my old domain has transferred to my new domain?

    Reply
    • WPBeginner Support says:
      Mar 19, 2019 at 1:39 pm

      There are too many possible reasons for a change in domain authority, it could be anything from a Google algorithm change to any other factors.

      Reply
  33. Jimmy says:
    Mar 16, 2019 at 6:36 am

    This is really an awesome guide. Just a question.

    Since the site is relatively new and not much traffic is coming, After the files have been moved to a new domain, instead of redirecting 301, can I just delete the old site?

    I really need your thoughts on this guys!

    Reply
    • WPBeginner Support says:
      Mar 19, 2019 at 12:51 pm

      If you’re not worried about traffic to the old domain, you could certainly do that

      Reply
  34. Eyad says:
    Mar 14, 2019 at 5:03 pm

    I did this successfully two years ago because I changed business name and domain, but I have a question regarding my old domain (which is still redirecting to new domain). I did this to keep all SEO from old site. Should I still continue to keep my old site hosted? Or is it safe, after two years, to remove hosting from old site.

    Reply
    • WPBeginner Support says:
      Mar 18, 2019 at 3:32 pm

      After 2 years it is normally safe to remove the old site completely.

      Reply
  35. Javed Isaac says:
    Feb 23, 2019 at 12:53 pm

    Hi Thanks for sharing this awsome guide. Can i know you that how much it will take time to moving old domain to new domain url in google. And, I have DA PA high of .com domain now i have move on .net some cause of issue. So my old domain DA PA will move on new one i mean on .net.?

    Reply
    • WPBeginner Support says:
      Feb 25, 2019 at 3:14 pm

      For the change of address, if both domains are verified then it should take effect once you submit.
      Following this guide will minimize the effect to your domain authority and page authority but no matter what, if you change your domain you will take a hit even if it is a small hit.

      Reply
  36. Kwabena Okyire Appianing says:
    Feb 2, 2019 at 11:16 am

    I just want to know if i move the entire files from the old domain to the new domain, will it affect the site

    i did that with the cpanel move tool

    Reply
    • WPBeginner Support says:
      Feb 4, 2019 at 2:31 pm

      Doing that you would have moved the files, you would want to ensure you update the urls for your site and in your site’s content as well as inform Google of the move

      Reply
  37. Farukh Hussain says:
    Jan 20, 2019 at 9:49 am

    Hello, Thankx for helping my all life with each and every WordPress issue. I dont have words to thank for your all efforts to make our life easier with WordPress.

    I also just changed my domain name with your most helpful step by step guide. I am stuck at one point. To redirect my old urls to my new URLs. Do I need a hosting plan for the old domain??

    Reply
    • WPBeginner Support says:
      Jan 22, 2019 at 4:18 pm

      If you use the method in the article you would want hosting for the old domain for some time. If you check with your hosting provider, some of them have methods to point the old domain to the new one.

      Reply
  38. chris says:
    Dec 30, 2018 at 5:08 am

    Good day Wpbegginer, thanks for this insightful article, I have one question though, Am running a WordPress multisite with sub-directories and I wish to change the domain name of the multisite, my confusion is during the migration will my subdirectories be carried along and change to the new domain i.e (newdomain/subdiretory1) or do I need to add them manually all over again, thanks..

    Reply
  39. George says:
    Nov 21, 2018 at 5:12 am

    I have completed all the steps to move the website to a new domain.
    The front end works fine: articiles, links, etc.

    The problem: when I try to do to admin dasboard or any link from Admin, I get a blank page: HTTP ERROR 500
    Any solution?

    Thanks!

    Reply
  40. Patrick Alvarez says:
    Nov 13, 2018 at 1:40 pm

    I’ve done a 301 redirect of an entire website from oldsite.com to newsite.com. Can I know delete wordpress and all of the files on the old site?

    Reply
    • WPBeginner Support says:
      Nov 13, 2018 at 7:57 pm

      Hi Patrick,

      If you have setup redirects using .htaccess file on your old site, then yes you can backup your old WordPress files and then delete them.

      Reply
  41. Tan_veer says:
    Sep 7, 2018 at 1:49 pm

    Intaller.php is not opening after putting mynewdomain.com/installer.php, it’s showing 404 error. But I uploaded installer and package on new domain using FTP. I want to transfer existing domain to new domain on existing host and I register the new domain under my existing host as an addon domain.

    Reply
    • WPBeginner Support says:
      Sep 10, 2018 at 4:48 pm

      Hi Tanveer,

      Try accessing installer with and without www in the URL.

      Reply
  42. David says:
    Sep 3, 2018 at 7:49 am

    i want to move my blog to a new url, but on the same host, how can i go about that

    Reply
    • WPBeginner Support says:
      Sep 3, 2018 at 8:03 pm

      Hi David,

      If you want to add a new domain name, then you will need to register the domain name and then add it to your hosting account. Visit the cPanel dashboard and under domains sections you will find the option to add new domain.

      Reply
      • Davies says:
        Sep 3, 2018 at 9:36 pm

        I uninstalled the host under the old domain and installed it on a new domain and also imported the backup on the new domain, but am having issue redirecting the old domain to the new one, here are the domains and the new one (new)

        Reply
  43. Juan Pablo Silva says:
    Aug 24, 2018 at 7:59 am

    Hy.. I opened a new domain to improve my blog because I was using wordpress.com. Now I want o ensure that all my post are automatically redirected to my new domain. I have a very successful post and I don’t want to lose my SEO. Its possible to do this in the same way???

    Reply
    • WPBeginner Support says:
      Aug 26, 2018 at 2:10 am

      Hi Juan,

      Please see our article on how to move from WordPress.com to WordPress.org.

      Reply
  44. Kiran Bulbule says:
    Aug 22, 2018 at 2:46 am

    Your all tutorials are great. I almost learn full wordpress from webeginner. Now, about this tutorial i think you should create a tutorial on All in one migration plugin it is very simple and easy.

    Reply
  45. Mike says:
    Aug 17, 2018 at 8:41 am

    Great article but needs to be updated. Google sites changed a lot, especially Webmasters, which is just a meta category for few other tools. There is no changing site adres as shown above or maybe it moved to non-findable location? Also new tools are available so almost everything has changed…

    Reply
  46. kunal kumar says:
    Aug 1, 2018 at 7:44 am

    Sir, i want to ask a question please see this first and answer me ASAP. i read your article/blog thats why i ask this question.

    I was using a domain and a wordpress site is running on it.
    last month in may2018 the mistake happen renewal of hosting is done but domain renewal was skipped. and now that domain become approx one lakh rupee domain, which is not in mu budget. so i think when it will skipped by godaddy after redemption period then i will purchase it.

    Till then i purchased a new domain j”only s added”. and now i want my old site data and its seo all will come on this new domain.

    i repeat now i have no any access of old domain but i can access web hosting where my data is held

    so how i will migrate this or transfer old website data to new domain without loosing seo .please help

    Reply
    • WPBeginner Support says:
      Aug 2, 2018 at 7:38 pm

      Hi Kunal,

      You just need to point your new domain name to the folder where your old website files are stored. We are assuming you have added the new domain name on the same hosting account. Go a head and edit your domain settings, contact your hosting provider for support.

      After that you will have to update URLs in your new WordPress site.

      Reply
  47. walter rios says:
    Jul 8, 2018 at 5:06 am

    When simply changing domain name to current site, does any changes had to be made to nameservers?

    Reply
  48. Raju says:
    Jun 9, 2018 at 11:42 pm

    I also want to follow the same steps but Do I need to buy new hosting?

    Do I need to delete old site content?

    How can I access old site .htaccess file?

    Thank you :)

    Reply
  49. Mohammed says:
    May 20, 2018 at 12:22 pm

    Hi,
    Thanks for the article.
    I have been wondering, after all the process and 301 redirects what happens to my old domain?
    Best regards,
    Mohammed

    Reply
    • WPBeginner Support says:
      May 21, 2018 at 3:59 pm

      Hi Mohammed,

      You need to keep the old domain alive as long as possible so that you don’t miss any traffic. However, if you don’t want to, then you can let your old domain expire after at least 6 months.

      Reply
  50. Jeremie says:
    Apr 28, 2018 at 3:20 pm

    Hi,

    Thank you for your tutorial.
    I’m having an issue with Google.

    When I want to notify the change of address, the 3rd step to verify my website always failed. The weird thing is, if I remove the redirection, the verification goes through (but then the 2nd step where Google checks the redirection fails).

    Any idea what I’m doing wrong?

    Thanks for your help!

    Reply
« 1 … 3 4 5 6 »

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
All in One SEO
Improve website SEO rankings with AIOSEO plugin. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 30 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2021 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2021)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2021)
    • SiteGround Reviews from 4464 Users & Our Experts (2021)
    • Bluehost Review from Real Users + Performance Stats (2021)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • Free Business Name Generator (A.I Powered)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2021 – Step by Step Guide
Deals & Coupons (view all)
Imagely Coupon
Get 20% OFF on Imagely WordPress photography themes and plugins.
Nextiva
Nextiva Coupon
Get the lowest possible price on the best VoIP and business phone service.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).

Join our team: We are Hiring!

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
  • Free Business Tools
  • Growth Fund
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress
  • Smash Balloon
  • AIOSEO

Copyright © 2009 - 2021 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by SiteGround | WordPress Security by Sucuri.