This is the part two of my SEO for Blogs series of posts. If you have missed part one, about keyword research you can read it here – SEO for Blogs Part One.

In this post I am going to concentrate on making your blog permalinks more SEO friendly.

One of the most important settings in WordPress for SEO is the permalink structure – this is basically what your blog post URLs will look like. For SEO purposes it is best to have a URL that is meaningful and contains your keywords, so whatever you do, don’t leave the permalink setting at the default as this will result in each post as your permalinks will then look something like this: http://yourdomain.com/?p=number - not very meaningful.

It is better to set up your permalink structure so that your permalinks look like one of the following;

http://yourdomainname.com/category/postname OR

http://yourdomainname.com/postname

To set this up, simply login to your WordPress admin panel and click on the Settings link in the sidebar and then on Permalinks. Next choose “custom” from the menu and enter one of the following in the box:

/%category%/%postname%/ – if you want your permalinks to contain the category and the postname OR

/%postname%/  – if you want your permalinks to contain only the postname

These are the optimimum permalink settings for SEO in WordPress.

To support this new permalink structure you may also need to update your .htaccess file. This file normally resides in the root directory on your web server, so you will need to edit it and add the following lines if they are not already present:

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

If you have had a WordPress blog for a while and you are currently using one of the other permalink settings you need to think carefully before making this change. If you have lots of backlinks to existing blog posts and you are getting traffic to your blog, then changing the permalink structure will result in you losing any traffic that is going to indivudal posts. Luckily there is a solution for this common problem – there are various plugins available to do a permanent 301 redirect from your old blog links URLs to the new ones.

You can download one such plugin here – Permalink Redirect WordPress Plug-In

Read Part Three – 10 of the Best WordPress SEO Plugins

For more search engine optimization tips download my SEO EBook.

Related Posts:

Tagged with:

Filed under: WordPress SEO

Like this post? Subscribe to my RSS feed and get loads more!