Peace of Mind is Worth a Thousand HTML Sites

I just turned a bunch of WordPress sites into static html, for a variety of reasons, not the least of which are the following.

  1. Security
  2. Peace of Mind
  3. Ease of Maintenance
  4. Peace of Mind
  5. More Peace of Mind

I love WP, really. However, I also love peace of mind, and I had too many sites using WP to have any peace of mind.

Why? Because although WordPress is great and gives added functionality to a site and makes updating content easy as typing in Word or OpenOffice, it has a bad habit of making my life harder than it has to be.

I want to make a page look a certain way? I need to create a new page template. I want to make a site look a certain way, I need to edit a theme. I want to backup my files, I have to backup files by ftp and export a database. I want to restore a site? I have to upload files, fix or create a database, and pray it all works together the way it was supposed to. Oh, accidentally delete my WP config file and wow, what a mess that new one made of the character encoding! I have freaky symbols everywhere. Ugh!

Then there’s the scary stuff.

I found a few sites where a plugin had opened a backdoor and someone—whoever you are, you are a [bleep]—uploaded some crappy IM type posts for backlinks into a few of my directories.

It was then I decided static html (or even php with basic includes) was my friend and WordPress wasn’t. Sometimes you like something (like swiss rolls) but sometimes you have to give them up because they just aren’t good for you.

I still have my blog and it will stay WordPress because that’s where WordPress works best. But because it’s a simple blog, I have no need of crap plugins or special templates or anything else.

Footprints and Your <head>

Ah, so I was looking at some stuff this last week and realized I had let a few things slip by me when it comes to site footprints. (Notably, not footprint, which would imply how large my site is and how much space it takes up on my hosting plan, which is not what I’m getting at here at ALL.)

Of course, there are the things you can’t control, such as tracking ids and publisher code. However, whenever possible, I try to use a different id or code for every site I own, just because I’m like that. Sure, I link a lot of my stuff together because it’s all relevant, but not all of it, because it just doesn’t share a topic or market and it makes no sense to do so (or I want to hide it from prying eyes—whose eyes those might be, I will not say—but I have a passion for several online fandoms and I don’t particularly want everyone to know that I squee! and woot! every other sentence, and that when it comes to these things, I am not quite as mature as my age would imply. ;-)

Anyway, my point is that there are just some things you can’t eliminate, such as if you use certain contextual ad code on your sites. It’s against the rules to have more than one account unless you create independent businesses and I am too cheap to do that. Don’t want to file the tax returns and don’t want to apply for the requisite federal id numbers. One tax return is quite enough, thank you very much.

So, my next work day is going to be spent consolidating and eliminating such codes from any and all sites that don’t earn enough to make it worthwhile to have such code on them.

And I might tidy up a few other things while I’m at it. Footprints are messy and I don’t particularly enjoy mopping up the mess but it must be done.

If you use WordPress on a lot of sites, check your <head> space. You might be using the same theme and thinking that it’s okay because you made your sites look different… BUT unless you’ve edited the html code, or created a child theme with a unique name, you probably haven’t made as much of a dent in those footprints as you think you have. Bots don’t see the end result, they see the code. :-)

This is also part of my push for saying bye-bye to WordPress and hello to static HTML (again). The control you have over output and the individuality you can give every site is a huge plus. Biggest mistake I ever made was converting almost every site I had to WordPress, not the least of why is because it takes twice as long to go back to HTML as it did to go to WP. Ah, well. Live and learn.