Moving To WordPress

There comes a time when a business wants to refresh their website. And in many cases it can be beneficial and economical to upgrade to a WordPress website.

This article focuses on the special things you want to check during a site migration, with a focus on the new site being powered by WordPress.

It mainly focuses on the problem of retaining a good user experience and ranking in the search engines. Finishing up with advice on testing and maintenance after the WordPress site is live.

This is a first draft so please write comments at the end if you can suggest any improvements.


The Curse of URL changes

Almost every site upgrade will involve things moving. The locating of these items on the internet is designated by URLs. You see URLs in the address bar of your browser.

Your current site has URLs for its pages, images, downloads and other files used to help the website run. Over time people link to those URLs and the search engines index them.

A site migration often means a new system that uses different URLs for the same items. And this can be a problem. Everything moves!

Links from those people who linked to you will break. Their visitors will get a bad experience as they hit an error page on your website. They are less likely to find what they originally wanted, if they even bother trying. You will lose visitors and from that leads or sales.

Search engines will start to discover that those old URLs are broken. Understandably they will stop sending people to your website. Even more lost visitors, leads and sales.

Over time the search engines will find the new URLs and index them. But...

Search engines also take into account links to your pages when deciding how to rank them. Your new URLs are starting from scratch and are missing out on what your old URLs accrued. So, even though Google will update its index, it will not rank the new URLs as highly.

It all sounds like bad news, but there is a solution:

The Cure - Permanent Redirects

It is possible to leave a message at an old URL that tells visitors that it has move, and where it has gone. This is called a Redirect.

Adding Redirects to a similar page can stop those visitors having a poor experience. One problem solved.

A special type of Redirect is called the Permanent Redirect. This also sends a signal to the search engines that you wish to transfer your old URLs history to the new URLs. This can mean that the search engines will seamlessly update their index will minimum interruption or ranking loss to you.

Note: for a redirect to help visitor and pass search engine indexing over it has to be to a page with similar content. If there is no similar content on the new website you should let the URL still return a missing page status. Avoid redirect to the home page.

The rest of this article is mostly focused on putting those Permanent Redirects in place.

Get All the URLs

DO THIS BEFORE YOU MIGRATE

A starting point is to discover all the URLs on your current website that have become part of the internet. The next sections list different ways to find these URLs.

As you gather the URLs you will need to normalise them:

  • Remove the http://domain.com part leaving a relative URL starting with /
  • Remove duplicates

You don't have to do all the URL discovery methods below. It depends on how thorough you want or need to be. The most important ones are the URLs for your pages and posts. Some websites may rank well for images and therefore should redirect them as well.

Time to start making a list:

Google Search Console / Google Webmaster Tools

Verify Your Website with the Google Search Console

The Google Search Console (Google Webmaster Tools) is a big source of information from Google themselves.

The first thing to do is add all your sites to your account. Yep, even if you only have one domain name, you have several sites:

  • domain.com
  • www.domain.com
  • https://domain.com
  • https://www.domain.com

Replace domain.com with your actual domain.

If you have already set up Analytics on the same account you should be able to verify each automatically using the Analytics verification options. Otherwise follow the instructions to use another method.

The following sections of the Google Search Console contain lists of URLS on your website. Download and gather the data for all your verified sites:

  • Search Traffic->Links to Your Site->Your most linked content->more
  • Search Traffic->Internal Links
  • Search Traffic->Search Queries->Top pages
  • Crawl->Crawl Errors->Not found
  • Crawl->Sitemaps (click on each sitemap then again on the link)
Screaming Frog

Crawl Your Current Website

Tools like Screaming Frog SEO Spider will let you crawl your website and output a list of URLs. They can help you also find images (which are not reported by the Google Search Console). With Screaming Frog on the internal tab:

  • Filter HTML->Export
  • Filter Images->Export
  • Filter PDFs->Export

Traffic Generating Pages

If your gathering analytics for your website you can gather data on what pages get visited. In Google Analytics go to Behaviour->Site Content->All Pages

Get even more data with Backlink Tool

The Google Search Console may only provide a subset of links to your site (backlinks). You can find more by using some of the popular backlink tool. Some require you to verify site ownership or pay before they give you the full data:

How To Do Redirects in WordPress

I recommend using the Redirection plugin, which makes adding and maintaining redirects a doddle.

Add redirects without the http://domain.com part so that they are domain independent. e.g. start with the /. You can also bulk import via the Options tab.

Add Redirection

Working on the new WordPress website

You should review my WordPress SEO Checklist when building your new site.

To do redirects we need to know where the content is moving to. And that means developing the content of your new WordPress website.

We want to avoid redirects where possible. So when you are creating new pages or posts try and make their permalink exactly match where the old page was. This is not always possible as WordPress has it's own URL structure it has to adhere to.

If exact matching URLs is not an option I suggest adding the redirects as you go along. e.g. As you create a page or post create the redirect from the old version to the new permalink.

You could also do the required redirects for any images you use on the page, or downloads you reference.

It is best to try and keep the new textual content similar to the original page. This reduces the chance that the search engines deem it an inappropriate redirect and decide not to pass on the old indexed data.

Other Redirects

When you have finished developing the new website you may find that you have not done redirects for all the URLs you gathered.

Review these and see if there is any way to redirect them to something of similar content. Maybe a close category or another page that covers the subject.

If a non redirected URLs has external backlinks, shows up in search results or is visited a lot you may want to reconsider removing it.

Avoid doing redirects to the home page as they are a poor user experience and a poor signal to the search engines. If you cannot find anything appropriate then leave it to report a missing page.

You're Ready to Move

Once your content and design is in place and you have the redirects entered you can make the switch.

I'd recommend backing up all the files and databases on the old website before doing so. If you are changing hosting you should also make sure things like email accounts are still going to work.

There are some maintenance task you should do after a site change:

Crawl your Website

You may have made mistakes! A great way to check your website is running smoothly is to crawl it with something like Screaming Frog SEO Spider .

  • Check for 404 status codes (internal and external)
  • Check for unnecessary redirects (internal and external)
  • Check for links to your staging/test domain (external)

Crawl your URL list

To test your redirects you can use Screaming Frog SEO Spider to crawl your original URL list you gathered. In this case you will need the URLs to be complete and including the http://domain.com part. Select Mode->List then the file to crawl. You want to see either direct 200 status codes or single 301 redirects, unless you have left some deliberately to 404.

Test, Test, Test

You'd be amazed at how many simple but critical errors I find on sites. So test. Some ideas:

  • Ensure form submissions work and the right person receives the emails
  • Check all header and footer links. Do they go to the right place
  • Are all contact details correct?
  • Is there placeholder content on any page (lorem ipsum)
  • If your site is secure (https) make sure all pages comply and show the green lock
  • If you have a shopping cart, test making a complete order
  • Does it look right on a mobile?

Continually Monitor the Google Search Console for Errors

Google may discover new issues over time. Continually monitor the Google Search Console data and in particular the Crawl->Crawl Errors->Not found report.