Commentary

301 Redirects: Formatting Bulk Redirects In Four Quick Steps

So you've got a website redesign going on. Exciting! But the one thing that most folks find less exciting than the reveal of the bright and shiny new website is the behind-the-scenes efforts to retain organic search rankings. 301 redirects, while necessary, are rarely a fun endeavor, and the formatting can take forever. Here's an easy way to quickly format your 301 redirect mapping for non-dynamic pages to match .htaccess formatting. 

Step One: Map the Old Web Pages to the New in Excel 

The mapping step takes time, but is relatively straightforward. Create a Microsoft Excel spreadsheet with two columns -one for the existing URL and one for the new URL to redirect to on the new website. For each old URL that is changing, enter a new URL in the appropriate column. Use the full website URL. For instance, we just relaunched our Search Mojo site and had some old pages that needed to be redirected to new versions.  

Step Two: Format the Excel Document to Match .htaccess Formatting

advertisement

advertisement

After the mapping is complete, follow these steps to format the data in Excel to match the 301 redirect formatting required for .htaccess: 

1. Select the old URL column and remove the main domain. For instance, if the old web page is "http://www.search-mojo.com/about-us.php," the replaced domain URL would be "about-us.php." You can easily do this for all of the URLs by hitting CTRL-H to do a find/replace, then replacing the domain (with trailing slash) with "redirect 301."

2. Select all of the cells in the old site column and the new site column, then copy and paste into a word document. 

Step Three: Edit the Data in Word 

Pasting the data from Excel into Word will paste the data as a table.

You'll then want to change the table to text. Select the table, then under the Table/Format menu, select "Convert Table to Text" and select "Other" for the separator option. For other, use a single space. 

Step Four: Adding to Your .htaccess File

Finally, you'll want to add the reformatted redirects into your .htaccess file. Download the .htaccess file from your server. Open it in an HTML editing program (or even notepad or the like), then copy and paste your redirects from Word into the .htaccess file. Save the file, upload to your server, and you're done!

2 comments about "301 Redirects: Formatting Bulk Redirects In Four Quick Steps".
Check to receive email when comments are posted.
  1. Michael Martinez from SEO Theory, April 20, 2011 at 5:56 p.m.

    I just found out the hard way that some versions of Linux (or Apache) are more tolerant of loose redirect code than others. Going from an older version of Fedora/Apache to the current version of Centos/Apache, I found out that redirects in the form of "redirect 301 /old-folder/ /new-folder/" don't work -- you have to use absolute URLs for the destinations in all cases.

  2. 301 Redirector, April 21, 2011 at 9:18 a.m.

    Good article, Janet.

    Actually, I'm working on an online tool that helps you avoid all that manual work. It maps pages and creates 301 redirects automatically for you. You don't need lists of old and new URLs.

    Check it out:
    http://www.301redirector.com/

Next story loading loading..