The Problem
By default Wordpress permanlinks are set to generate the post number in your URL. Not only is this ugly and weird looking but it is also awful for SEO. Lets take a look at the default.
Yuck! We can do much better than that. Lets take a look at how.
The Solution
Luckily Permalinks that make sense and Permalinks that are great for SEO can be taken care of quickly and easily. If you are working on a new site that has no posts or pages on it yet then you can skip this paragraph. The first thing we want to do is pull out .htaccess which lives in the root of your directory. Make a backup of this file just to be safe. Once opened go ahead and delete anything that Wordpress has written in it. Save it and put it back in your root.
Easy enough right? The next thing we want to do is navigate to the permalinks settings within our Wordpress dashboard.
Once you’re there you can see a few options to choose under the Common Settings Section. There are a few options built in you can choose from but were looking for the best solution for SEO.
Click Custom Structure and put the following tag in the input box: %postname% Save it. It should now look like this (Wordpress will automatically put the slashes in so do not do it yourself).
Congratulations, you now have nice looking SEO friendly permalinks.
While you’re at it
While you’re at it why not install one of the great SEO plugins Wordpress has available. My two favorites are The All In One SEO Pack and Headspace 2. Enjoy!














