Need a WordPress website this weekend? Start here...

How to Quickly Decommission a WordPress Blog – Without Losing (too much) Search Ranking

(Reading time: 6 – 10 minutes)

Blogging seemed easy... so tempting...

Blogging seemed easy... so tempting...

Did you succumb to the Dark Side? Do you have umpteen and half blogs in various states of disrepair?


How did this happen?

It seemed so easy: you can set up WordPress in 5 minutes or less! And buying a domain name is just a click of the mouse. But…


…it’s All. Gone. Bad.

These supposedly harmless, innocuous little blogs have become stale, stinking up your hosting account. You risk confusing your readers… and the distraction costs you time better spent on your main blog.

I can relate. I’ve always been a sucker for the dangerous ladies of Distraction and Confusion.

Never fear:


Website In A Weekend is here to help!

We’re going to help you dismantle those broken down, half witted, half baked, seemed-like-a-good-idea-at-the-the-time blogs – and roll all that hard work into something you can use, right now, without losing any of your (likely very small) traffic to those practically moribund blogs.

Here’s my story:

  1. Problem:I’ve got more blogs right now than I can handle.
  2. Solution: Condense into two blogs: one focused on WordPress (Website In A Weekend), the other on everything else (There Is No Box).

I have around 400,000 words published on these two blogs, and likely another 100,000 words published on all the rest combined. No need to throw those words away. That would be wasteful. So, “decommission” some blogs.

Why decommission a blog?

At some point, you decide you no longer wish to continue working on a particular blog. Perhaps you have lost your passion and no longer have inspiration to continue writing. Perhaps the maintenance load is too high; decommissioning reduces your maintenance load:

  • No need to update WP versions or plugins.
  • No need to maintain backups, which costs server space somewhere.

Maybe you have two niches that are growing more together than apart, with one growing much faster than the other. Decommissioning allows you to continue posting material on an irregular basis to get it indexed in search engines. New material relevant to the decommissioned site could come in as pages and subpages, instead of as posts.

In short, you went to the trouble to write in the first place, give it a fresh start in a new home.

Decommissioning basic concepts

The most effective – and easiest – technique for decommissioning is to simply blow the site away. Delete it! No fuss, no muss, you just lightened your load.

Given you want to keep your work (and you should), here’s a few considerations:

  • Biggest question: Save SERPs, or don’t care about SERPs?

    If don’t care about preserving past search results from the blog to be decommissioned, it’s easy, just copy and redirect domain.

    If you do want to preserve search results, it’s harder. You may have to bring posts over one at a time, adding redirects at the server level. One way to handle broken, changed permalinks is classify a group that moves the same way, and move them all at once. Another way is to move posts one at a time, let Google work it out on the search index side, with a customized 404 page handling requests coming through for old link. Handling redirects is an art form, worthy of it’s own discussion in a future article.

    You can split the difference: Redirect everything on the decommissioned blogs to point to a post or page on new blog.

  • Explain what’s going on to existing readers. Add a “top-level” post to suck up server redirections from the domain where the blog is being decommissioned.
  • Create a category for the posts on from the decommissioned blog. This category may be a child of an existing category on your blog, or may be a top level category for itself, with subcategories corresponding to the decommissioned blogs categories.
  • Decide how to date incoming material. You may want to preserve original publication dates, or you may want to schedule new material into the future.
  • Watch your server level 404 logs, not just your WordPress blog 404 (e.g., as handled by Redirection plugin).

Blowing away “Reason Why Advertising”

ReasonWhyAdvertising.info was built for a couple of different reasons. I found a PDF file of the original book, and I wanted to see what kind of “Speed of Implementation” it would take to get a blog up and running with the entire PDF file posted (3 hours total). I was curious how to post very long content, whether as posts or pages. And I wanted to grab some traffic for that domain name.

In any case, my current policy of posting very long articles as separate posts and pages is a result of not spending much time thinking about the problem. I don’t have time to care about traffic to the domain; Website In A Weekend keeps me plenty busy!

  1. Create a Reason Why Advertising introduction page explaining what’s going on.
  2. Copy all the posts from Reason Why Advertising into subpages of the introduction page on Website In A Weekend, then link all the subpages from the introduction page for a table of contents.
  3. Write a Reason Why Advertising blog post that points to the parent page.
  4. Redirect the top level domain reasonwhyadvertising.info to the Reason Why Advertising introduction page. Feel free to be clever to use the appropriate regular expressions to capture search results for all the pages you’re deleting. If you used an “addon” domain on a shared hosting account at Bluehost (or similar), you will something similar to the following in your .htaccess file:

    RewriteCond %{HTTP_HOST} ^reasonwhyadvertising.info$ [OR]
    RewriteCond %{HTTP_HOST} ^www.reasonwhyadvertising.info$
    RewriteRule ^/?$ "http\:\/\/website\-in\-a\-weekend\.net\/reason\-advertising\/" [R=301,L]
  5. Get one last, valid backup from the reasonwhyadvertising.info blog, including images, etc.
  6. Get a fresh, valid backup from Website In A Weekend with all the new Reason Why pages backed up.
  7. Delete the database. Check the wp_config.php very carefully. This step is irrevocable!
  8. Delete all the files and subdirectories from the blog directory except the .htaccess file. All files related to the reasonwhyadvertising.info are now removed from the hosting account.

This is about an hour’s work, outside of looking up (and testing) the regular expression necessary for redirecting the traffic.

Decommissioning may take longer than starting up

Unless you care nothing at all about your search results, decommissioning a blog may take several days or more. Or rather, it may need to be spread out over many days, and not all those days may be consecutive.

This is especially important if you plan to roll blog posts into your publishing stream at a later date. Then you may have to revisit redirection links as material from the old blog is republished on the new blog.

If you are bringing all the published material over and preserving the original date of publication, it’s much easier.

Recommission blogs when traffic and content permit

Once a commercially viable amount of content is posted, the blog can be “recommissioned.” The recommissioning process is essentially the same as splitting your blog, reverse: 1. Set up your new blog on the domain, 2. copy over the content, and 3. set the redirects appropriately. Watch for an article on recommissioning in the future.

An hour of free consulting to the first person who correctly identifies which series of posts Website In A Weekend is going to split off to form a new blog on a dedicated domain. An extra hour for guessing the domain. Offer expires 1 month after publication date.

Comments

  1. I’ve let so many domains just expire that I gave up trying this…but I like the idea. I have a few on the list now that I’m thinking if redirecting to newer things.

    Then again, I’ve got a few new blogs to start too lol.
    .-= Nathan Hangen – Digital Emperor´s last blog ..How to Quit Your Day Job and Build an Empire =-.

    • Dave Doolin says:

      These days I try to have exit plan in hand before I load up a domain with content. Makes everything so much easier.

      The process above isn’t too difficult after the first time.

      At some point I plan on spending a week buried in .htaccess. I need to know how it works, what the capabilities, so I can outsource it effectively.
      .-= Dave Doolin´s last blog ..The Fear – And Consequences – Of Failure =-.

  2. DiTesco says:

    just about the right time when I am thinking of seriously consolidating some of my blogs that are not so active into one. Thing is that they are mostly ob Blogger and I will have to figure out if it is better to just forget about the SERPs or if there is something I can do about it. Fortunately most of the posts scattered around are still valid so it should not be difficult to recommission them.

    Now, for the guessing part:) If you are dedicating WIAW solely for WP then everything else unrelated will most go away. Domain name? That’s complicated, but how about blooging-in-a-weekend or “during”,lol
    .-= DiTesco´s last blog ..Is Your Website Design in Keeping With Your Target Audience =-.

    • Dave Doolin says:

      I’m leaving my blogger blog alone, just letting it sit there and accumulate time. I should probably add to it once in a while.

      I didn’t write about blogger because I never decommissioned one. I expect the process is pretty similar.

      At some point in the future, WiaW will return to being pretty much just that, the website in a weekend part. I just haven’t found a good vision for what’s next. Still plenty of work to do here though.
      .-= Dave Doolin´s last blog ..Stop Crying and Do It! =-.

  3. Heather says:

    Looks like a good way to do it; thankfully all my old blogs were too small (and disjointed) to be of any real use so I’ve never had to do anything like this.

    They’re probably still kicking around somewhere though.
    .-= Heather´s last blog ..Technical Difficulties =-.

  4. Valentina says:

    I am sure that there is something out there on the net that gets the waves moving in unison when it comes to what’s happening – how else would I explain that I am going through this very process right now?

    First, I have looked at a handful or more of my moribund sites which have commercial value even though I have shamefully neglected them. These are being dusted off one at a time and put on the auction block

    Then there is another handful that amazingly draw some traffic. These were launched eons ago when I really had no friggin idea what I was doing. These will be “decommissioned” but of course I have two new blogs brewing which will be home to the decommissioned posts.

    Didn’t quite think of it in this way.

    As ever ………….. mucho! mucho!
    .-= Valentina´s last blog ..Banish the Blands =-.

  5. Anne Moss says:

    I prefer to leave the blogs up. They become “Static sites” in a sense. They do their job – catch their traffic and remain part of my network. Once in a while, I may get in the mood and add a post or two.
    I have a dedicated server, so no additional hosting costs. Just the cost of a domain – but these “dead” blogs almost always cover the costs and make a nice annual profit.
    .-= Anne Moss´s last blog ..How to Overcome Web Publishing Burnout =-.

    • Dave Doolin says:

      Very smart idea. The blogs I’m taking down weren’t set up correctly in the first place. This is sort of a reset.

      Folding reasonwhyadvertising.info into Website In A Weekend turned out to be a smart move, though. It was getting no traffic at all on it’s own. Here, those same pages are actually getting hits from Google!

      Interesting, right?
      .-= Dave Doolin´s last blog ..Doing It By The Numbers – Blog Post Engineering =-.

  6. I have a bunch of blogs that I have setup over the past couple of years some of which I have not even touched for at least a year. I’m thinking of decommissioning some sites and redirect them to a bigger blog. I hope I can do it right since some have pr on them. I’ll try it on a couple of sites and see what happens.
    .-= Mario@Halloween super affiliate´s last blog ..Halloween Super Affiliate – How To Make Money With Halloween Niche =-.

Trackbacks

  1. [...] David Doolin – wordpress guru and cheerleader [...]

  2. Social comments and analytics for this post…

    This post was mentioned on Twitter by websiteweekend: How to Quickly Decommission a WordPress Blog – Without Losing Search Ranking | .. http://bit.ly/b1YLHE...

  3. [...] nothing. Seriously, if you want to “quit blogging,” just mothball the damn thing, decommission your blog for a while. It’s [...]