Site icon ForwardJump Marketing

A How-to Guide to Migrating a Website to WordPress

Lead generation

Migrating a Website into WordPress is a project that can be a lot more difficult and involved than it looks. Below is a blog post first written in 2008, when I was quite early in the process of  learning about WordPress.

These are the steps we follow in 2017 to migrate sites into WordPress:

  1. Inventory the current site
    1. Before making any changes, it’s crucial to know the extent of the existing site’s footprint, especially on Google. It’s important to know if any pages generated by a CMS or other tools used in the existing Website.
    2. Next, export the site’s existing content that will be needed on the new site into Excel, a CSV or a MySQL database. If the site does not use a CMS, use a tool to crawl and extract the content you want on the new site. This can be difficult with older, poorly developed sites.
  2. Install WordPress & Genesis on a staging site
    1. We recommend using the Genesis framework for nearly all clients. We install WordPress on our Liquid Web WordPress-optimized virtual private server (VPS) and add the Genesis framework.
    2. Building the site on a staging server generally on a subdomain, such as staging.[domain].com.
  3. Add or create Genesis child theme
  4. Import content from existing site
    1. Once the site’s content is in a spreadsheet, import the content. You can do this directly through PHPmyAdmin, or search for a plugin to do this.

Here is the initial post:

Over the past few months, I have been working with a client converting his existing Website into a site built on WordPress.

I am writing this post to document the steps I took in this process, both to record for myself (something I can refer to on future projects) and to help other people who want to migrate a site onto WordPress.

I also hope that people with more experience in this will comment on this post to help make it more comprehensive.

Step 1: Domain

The first thing I did was to determine where to house the new site during its development.

There are two choices:

My client owns many domains which point to his existing site (happily, this was already done using 301 redirects).

I looked at each of these domains with an eye on the following points:

This is not an exhaustive list of characteristics which should be evaluated for domain analysis, but it’s a good basic list for this task.

After I found the domain with the least search-engine importance, I created a robots.txt file, telling the search engines not to “follow” any of the pages on the domain, nor to “index” any of the pages. Check out The Web Robots Page for the specific code.

This is an important step because I don’t want Google to start indexing the site while I’m working on it and I certainly don’t want prospective customers to go to the site.

Step 2: Install WordPress

Now that I’ve chosen the domain, it’s time to install WordPress. This may vary, depending on your hosting company.

WordPress offers a 5-minute setup guide, which will work for most.

In addition, some companies have tools which set it up automatically.

Others force you to make changes to a WordPress file.

If you’re not comfortable with code, it’s best to look for a hosting company that offers automatic installation.

Step 3: Choose a Theme

One of my favorite aspects of WordPress is the wide array of themes available (mostly for free).

Picking a theme is an important part of the process because it will determine what you may, or may not be able, to do on your site.

For instance, not all themes are widget ready. Under most circumstances, you will want to pick a theme which is widget ready.

Another consideration is how many columns you want. Themes range from one column to four columns.

While it’s quite easy to change themes, if you intend to customize your theme extensively, it’s best to find one that you think you’ll want to use for a while. Otherwise, you may have to do some work twice.

The WordPress themes directory is not extremely user friendly, in my opinion. It used to offer a checklist of features, so that you could, for instance, look at all three-column themes which are blue and widget ready.

I can’t figure out a way to do that now. (If you have a good technique, please let me know!)

Step 4: Theme Customization

Once you’ve installed your theme, it’s time to make it your own.

Most WordPress themes look like blogs rather than static Websites.

Luckily, this is relatively easy to change.

Since my coding skills are not that advanced, I like to use plugins whenever possible.

(I wrote a post about using WordPress as a CMS, which offers more specifics about this step).

I often also customize the theme’s colors and the navigation’s look and feel. I also like to replace WordPress’ relatively weak search function with Google Custom Search. (This page produces code which will most likely go in your header).

This is a good time to start thinking about what kinds of content, and therefore what kinds of page templates, you will want on your new site.

For instance, the site on which I am now working, there are:

Some sites may require other template types (such as image galleries). The better you understand the information which will go on the site, the better you will be able to plan this phase.

Step 5: Plugins

I use plugins to add functionality to my sites which is beyond my ability to code.

For instance, this site uses a lot of AJAX, but I know barely any AJAX. It’s all in the plugins.

Here are some of my favorites, which I rely on for most projects:

This is (obviously) not an inclusive list of plugins which can help you. Please let me know which plugins you like most.

Step 6: Content Migration

In most WordPress migrations I do, I transfer content throughout the process. This is doable because of the way that WordPress separates content from design. As you develop your design, the look of the content will evolve in unison.

It’s important that during this process you keep track of the existing URL and the new URL of each page. Before the new site goes live, you will want to 301 redirect all of the old URLs to their new addresses so that you don’t lose any search-engine value and to keep users from being sent to non-existent pages.

Step 7: Quality-Control Check

By this point, you’re close to being done. But before you push this site live, check to make sure you’ve done everything right. Here’s my checklist:

What steps would you add? Let me know!

Step 8: Redirecting the Site

Now it’s time to make your new site live.

Use the spreadsheet you made (you did make it, didn’t you?) in Step 6 to create 301 redirects using the Redirection plugin. The great thing about this plugin is that it spares you from having to edit the .htaccess file yourself.

Once that is done, you are ready to “point” your site to the new domain. Here is a good guide. These instructions are going to vary depending on your Web host, so I’m not going to go into detail in this post.

Step 9: Odds and Ends

Once you have successfully migrated your site, it’s a good idea to watch how the search engines index your old site and your new site.

The best way to do this is to have accounts with Google Webmaster Central and Yahoo Site Explorer. These sites will show you how each search engine “bot” is interacting with your site; what pages it has indexed, what problems it may have encountered and when the last time it visited your site.

I would like to have this guide grow and evolve as I develop more sites (and gain more insights). I would also like to invite you to offer your advice.

Exit mobile version