WordPress topic of Marketing Round Table

Let’s talk about the CMS giant. WordPress.

WordPress is a content management system that supports more than one third of all websites. As reported by W3 Techs, “WordPress is used by 63.4% of all the websites whose content management system we know. This is 37.0% of all websites.”

Yet, even with this type of market dominance, there are still many who continue to think of WordPress as a blogging platform. Today’s version of WordPress has the power to do whatever may be required of a website. However, WordPress does have some things you need to learn in order to master it. Understanding the underlying structure of pages and posts and the resulting taxonomies using categories and tags is critical if you’re developing content that needs to be highly organized. And the structure allows you to create a site that is SEO friendly. 

I'm so confused

And causing even more confusion among individuals wanting to learn about WordPress is the concept of self-hosted WP vs. hosted WP. The first, self-hosted, allows you to host a site on a web host of your own choosing, build or install your own theme and modify it to your preference. Hosted WordPress is a turn-key solution provided by Automattic, the organization that oversees WordPress’s open source community. They offer a free solution (with ads), and several different tiers of service/pricing.

Wait…there’s a community of WordPress?

WordPress is supported by an enormous community of volunteers who share their expertise. Many of them contribute to the making of the code that is WP. Communities of WP users have formed WordPress Meetups too.

Thousands of individuals have developed companies around WordPress technology. Many, like ours, custom code WordPress themes and websites. Others such as BoldGrid and BeaverBuilder build platforms that allow you to develop WordPress based websites without needing to know how to code. 

Are there alternatives to WordPress?

There are alternatives to WordPress such as Drupal, Joomla, and providers such as Squarespace, Wix and Weebly, however, they have their limitations. 

This week, let’s gather around the metaphorical virtual round table and talk WordPress. Join me on Wednesday, at noon [Eastern]. This is a free marketing round table. No sales. No hype. Just conversation. Bring your questions, thoughts, needs and share with others.

 

Strong passwords help secure your site and your reputation

Some things are so important they bear keeping in mind. This evergreen post was initially published in 2012 and has been updated to make it current.

Without strong passwords, your site is open to thieves

We want to speak to you about the importance of using strong passwords.

In recent days, we have recorded thousands of separate attempts to access WordPress accounts on our servers. Undoubtedly there could have been more, as our security software is configured to send us reports when a user has been locked out after entering the wrong password multiple times. This is not a deliberate attack on our servers. Attacks like this go constantly, day in and day out, on every web server on the internet.

Resistance is futile without strong passwords

These attacks are carried out by networks of compromised computers known as botnets. An individual computer can be infected in various ways and become part of a network which is then used, without the knowledge of the owner, in endeavors such as denial of service attacks and password guessing schemes. There are literally thousands, in some cases hundreds of thousands of computers involved in a single network.

Our security software allows multiple retries before imposing a lockout or total ban on your IP address.

These attacks are not very sophisticated. They do not have to be, as there is zero cost to the attacker who is using someone else’s computer for the attack. These attacks often succeed because the average person does not use a strong password. The statistics on most cracked passwords from 10,000 Top Passwords make it obvious why these attacks work:

  • 4.7% of users have the password password
  • 8.5% have the passwords password or 123456
  • 9.8% have the passwords password, 123456 or 12345678
  • 14% have a password from the top 10 passwords
  • 40% have a password from the top 100 passwords
  • 79% have a password from the top 500 passwords
  • 91% have a password from the top 1000 passwords

Check to be sure your password is not on a list of the worst passwords.

Securing your site

Your minimum goal is to make sure you are not part of the 91% using the top 1000 passwords. It is not as difficult as you may think. You can have a reasonably strong password that is not impossible to remember.

Simple / common passwords are always tried first. Cute or unusual spellings are no replacement for a good password. While you may think that unusual spelling or replacing letters with similar numbers, i.e. secure spelled s3cur3, will make it hard to guess, someone else has already come up with it many times before and it is in the common passwords list. Simple, short, one word passwords just are not good enough. In this case, size matters.

Use either a totally random string of characters, such as this, FT3GvOUZn4WOZ077hL5B (make up your own, do NOT use this one), from my password generator, which requires a password manager to remember (which is what we do), or use at least two random words and at least one random number. Go ahead, write it down (but don’t reuse it anywhere else). You are not defending against someone that’s breaking into your office to search your desk, you are defending from automated attack by a botnet.

A great resource for generating random words is unique-names.com. Just open the page and pick two or three words from the list. Stick in one or two random two or three digit numbers between and/or after the words, and you have a password with extremely low odds of being on the list of guessed passwords. The words themselves are almost guaranteed to be on the list, so DO NOT use only one word. It is the particular combination of words and numbers which is strong. If you’d like to use a truly random number, ramdomwordgenerator.com has a true random number generator on their front page. Just enter a minimum and maximum, say 100 and 999, click Generate, and use the three digit random number you’ve just generated. Write your password down or enter it into your favorite password manager.

Manage your passwords

Should you wish to start using a password management system, there are several good ones reviewed at InfoWorld, both free and commercial. We prefer KeePass, but read the review and see which one works for you.

Changing your password in WordPress is easy. There’s a video at WordPress.tv showing how to do this. While this video was generated a number of years ago for WordPress.com, the basic functionality still applies and works for both WordPress.com and self-hosted WordPress.

One of the most important things to remember when using a password manager is that there is now a single password which grants access to all the others. It is imperative you use a very good password to access the password manager’s database. We recommend trying several words arranged into a memorable nonsense phrase (those random word lists at unique-names.com are handy for this). Again, size matters.

You may think, why should I worry about someone guessing my password, there’s nothing valuable on my website. What happens to your brand’s reputation if malware is installed on your site and all your visitors are infected? And what happens when Google marks your site as infected and posts that in conjunction with your URL? If your site spews malware, you’ll see all the hard-earned SEO efforts you’ve dedicated yourself to crumble.

Don’t share your login with others. If you must share with someone, so they can perform maintenance or install software or perform some action you have authorized, change your password after the task is completed.

Last, but extremely important, never, never, ever, reuse passwords. Once a password is guessed, the attackers will attempt to identify other accounts you own and try the password on all of them, like your online banking accounts. What about your domain registration? What would it cost your business, in money and reputation, if someone logged into your account at your domain registrar, and stole your domain? What if they then linked it to a pornography site?

Adding 2 Factor Authentication to your site

Adding two factor authentication (2FA) to your site is one way to add another layer of security. It uses something you know (like your password) with something you have (your phone for example which can generate or receive other login information.

WordPress writes:

Logging in with a password is single-step authentication. It relies only on something you know. Two-step authentication, by definition, is a system where you use two of the three possible factors to prove your identity, instead of just one. In practice, however, current two-step implementations still rely on a password you know, but use your Phone or another device to authenticate with something you have.

WordPress Beginner offers a tutorial on adding Google Authenticator as a 2 factor authenticator service.  Plugins for 2FA can be installed as well. Here’s one from techjourney.com about how to use Authy for 2FA on your site.

Make sure you have a strong password, and consider adding 2FA

We figure a word to the wise is sufficient. Create strong passwords. Don’t share them. And never resuse them. Your business and reputation depend on it.

 

Do These Things if You Are Moving to a New Host, or Upgrading Your WordPress Theme

Don’t try to move your website or update your theme without packing up the most essential items: Your WordPress database and all your posts and images.

Before you move your site, you must pack

It’s rare that someone chooses to move and leave all their worldly goods behind. But that’s exactly what some people do when they relocate their website to a new host or upgrade their website’s theme, or replace their existing static html site with a dynamic CMS based website.

There are two essential steps to prepare to move your site or change your hosting: back up and the creation of an inventory of all pages by creating a sitemap.

If you are going to undertake a hosting change you or your web developer must do these things in order to have an easy move.

Back up your site

By not backing up or copying your site’s content you risk losing it all in the transfer. Before doing anything, back up both your theme and your MySQL database if you have a content managed website.

You can use Filezilla to make copies of all your website directories and files, saving them to your hard drive. Or if you have a WordPress site, can use WordPress’ export tool to allow you to export all your data neatly.

Create a sitemap

Next, build a sitemap of your existing site capturing all URLs and relationships of pages to each other.

You can use Google’s Webmaster Tools to create a sitemap, or if you have a WordPress self-hosted site you can install the most popular WordPress plugin, Google XML Sitemaps. But what if your site is not a WordPress site? How do you create a sitemap? Either with Google’s Webmaster Tools or with an online tool such as XML Sitemaps.

After you move your site, you should create 301 redirects which will prevent the loss of your SERP (search engine results pages) referrals. When you setup your new site, especially if you are not maintaining an exact copy of your previous site’s structure, need to set up redirects for every page which previously existed and which no longer exists in your new site.

As with preparation for any trip, your digital data needs good planning. And tidy packing. Happy Travels!

Photo By: Drew Coffman