What Permalink Structure Should You Use For Your Wordpress Posts?

- Image via Wikipedia
In the Wordpress Admin there is a Settings tab and within that tab is the Permalinks tab. Setting up this area of your blog administration is crucial to having your blog post urls (or links) be the way you want them. The default setting for your posts is p=”whatever the post id number is” but it’s not such a nice url to have. Here’s an example: You’ve written a post on your dog care blog about how to choose the best breeds. With Wordpress’s default permalink strucutre your post would look like this:
“http://dogcare.com/p=123/” – What the heck does that even mean to anyone? Not much and if anything were to ever happen to your blog and you didn’t have a backup of your post database, would you be able to remember all of your post id numbers? Probably not, and then all those people finding your posts in the search engines would click and receive an error message because the link they followed would be invalid.
Next option is day and name and again this option is not so great either…why? Because time moves on and again if anything ever happened to your blog and you had no backup of your post database, you would have to re-post to your blog and the date from the re-post wouldn’t match the previous date. You would end up having to implement a redirection plugin to have your old post structure match up to your new post structure. Here’s an example of the original post link using this structure:
“http://dogcare.com/january/how-to-choose-the-best-breeds/” and if you had to repost it months later your new post would look like “http://dogcare.com/december/how-to-choose-the-best-breeds/” and you can see how the new link structure could never match up to the old link structure without a redirection plugin from the old link to the new one.
The same issues would arise with the month and name option so make sure to keep track of which posts were posted in which month.
Same thing goes for the numeric option but again you will have to keep track of which posts go with which number.
The best option by far is the custom permalink option and one of the best custom permalink structures to use is to have your post url structured by category and post name. The value you would need to enter for this field looks like:
%category%/%postname%
This will have your posts looking like this example: “http://dogcare.com/breeds/how-to-choose-the-best-breeds/”and if anything ever happens to your post database it would be easy to remember your categories and post names and they wouldn’t be dependent on variables that change like the date or post id numbers.
Related articles by Zemanta
- Make Your Blog Post Permalinks More Attractive (cutewriting.blogspot.com)
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=cee9cf2c-5783-4de8-8273-9a3fd6342169)

