Changing Your WordPress Permalinks
Posted by Phillip as Blog Tutorial, Linking, Terminology, TipsWhen I’m opening a WordPress blog (I’ve done so a dozen or more times), one of the first things I do is to change the permalink structure. “Permalink†(a portmanteau of “permanent†and “linkâ€) means the URL or web address of your blog posts, pages, categories, archives, and so on.
When you install a WordPress blog, it uses URLs that sport question marks and numbers. This isn’t the optimal permalink structure; here’s why:
1) Aesthetics. http://blog-tutorials.com/this-is-a-cool-post looks infinitely better than http://blog-tutorials.com/?p=123, doesn’t it?
2) Usability. Remember, whenever a blog reader hovers his/her mouse over a link, the URL is displayed on the browser’s status bar at the bottom. Having a URL full of numbers doesn’t give your reader any indication as to where he will be going if he/she clicks on that link.
3) Search Engine Optimization. Humans aren’t the only ones ‘reading’ your blog’s URLs. Search engines like Google, Yahoo, and MSN do, too. If your links are more descriptive and contain important keywords (such as ‘laptops’ for computer and gadget blogs), your blog’s permalink structure becomes search engine-friendly. This means that your blog will rank higher in the search engines, thus bringing in more visitors.
Fortunately, WordPress gives blog owners the ability to change the default permalinks, and even to create a custom link structure. Here’s how:
1) You’ll need to change the permissions of your .htaccess file first, which is found on your server, so that WordPress can access it and update the permalinks. Log into your server either through Cpanel or FTP; change your .htaccess file’s permissions to 666. After doing the steps below, change the permissions back to 660 or 644, which prevents other people from possibly accessing the file.
2) Login to your WordPress Dashboard. Go to Options > Permalinks.
(Click on the thumbnail to enlarge.)
3) Under Common Options, you’ll see that “Default†(the first one) is currently selected. The second one reads, “Date and name basedâ€. If you’re uncomfortable tweaking your WordPress blog settings, select this second option. This will include your blog post’s title inside the URL, making it better in terms of the three items we listed above.
The third option, “Numericâ€, isn’t better than “Date and name basedâ€, so don’t select that.
4) If you’re comfortable changing your blog’s settings, you can try the fourth option, “Customâ€. Here’ you’ll have to enter the permalink structure you want, using the list of permalink tags. Custom structures allow you to create URLs that are shorter than “Date and name basedâ€. One good example of a custom structure is /%category%/%postname%/.
5) After choosing/creating a new permalink structure, don’t forget to press the “Update Permalink Structure†button.
6) That’s it!
No related posts.
Related Articles
No related posts.
Our Features
-
Design and Themes
The Modern and Creative Design and Themes
In order to design a website you can organize web design contests which are meant for the designers who are best in this field. This is one of the best way by which you can get the best designs and then you can pick any of them. You can use internet that is the ideal [...]
Read on
More Design and Themes Features -
Software and Widgets
WordPress Plug-ins
If you blog using WordPress and can’t do something that you want done like adding Sphere-related content at the end of your blog posts you might be surprised to find out that there are already plug-ins available that make it happen. To find good WordPress plug-ins all you need to do is search for “wordpress [...]
Read on
More Software and Widgets Features -
Reviews
A Friend In Need
I’m helping out my friends from the UA&P – IShareHappiness Blog Team. Whenever you feel pessimistic, angry, troubled, frustrated, and depressed – what have you – you need someone to talk to. Someone who could help you be more optimistic and help make you feel that there is hope. Sometimes it’s hard to talk to [...]
Read on
More Blog Reviews -
Monetization
The Modern and Creative Design and Themes
In order to design a website you can organize web design contests which are meant for the designers who are best in this field. This is one of the best way by which you can get the best designs and then you can pick any of them. You can use internet that is the ideal [...]
Read on
More Monetization Features -
Marketing and Search Optimization
The Importance of SEO Consulting in Creating Online Businesses
Due to the reception and acceptance of SEO as a business process for assuring successful profit generation, many blogs, article contents, and forums have been discussing this matter, even providing some tips and tricks for everyone who is interested to know what is behind the trend and the system. People who would like to achieve [...]
Read on
More Marketing and SEO Features -
Blog Resources
SUBSCRIBE
Via RSS Feed
Via Email
Via Mobile Phone
CATEGORIES
- Blog Tutorials News
- Design and Themes
- Featured Articles
- Marketing and Search Optimization
- Monetization
- Software and Widgets
- Writing
Friends
-
Freelance writing jobs
- SEO Copywriting Service
- SEO web hosting
- iPage
- FatCow
- Face to Face Sales
- China Wholesale
- For wordpress installation help, you could check 1-click Wordpress Setup on iPage.
Bloggy Awards
Blogger Jobs
- Need a Break From Blogging? Cook With Recipe Finder!
- Screencast/video blogger with wordpress/web 2.0 experience
- Android App Review/Blogger Wanted
- Canadian Business Blogger Wanted
- Fashion Writers Wanted at Pumpsicle

CONTRIBUTORS
RESOURCES
- Blog Herald
- Blog Network Watch
- Copyblogger
- Daily Blog Tips
- Japanese Blogs
- Lorelle on WordPress
- Problogger
7 Responses
Stephen Cronin
09|Jul|2007I agree, changing your permalink structure should be one of the first things you do. However, the example you give above using /%category%/%postname%/ may cause problems for beginners as outlined here.
Basically, using %category% is not sensible, unless you are very sure that your categories won’t change. I fell into this trap – as my blog matures, I need to tweak the categories, which would break my permalinks.
Apart from that, great post!
yuga
10|Jul|2007You will also need to make your .htaccess file writable, otherwise the permalink structure will not take into effect. In that case, what WP does is give you a code you can insert into an the .htaccess file if you have one.
You will also have to consult with your hosting provider if mod_rewrite is supported.
Aaron B. Hockley
10|Jul|2007Yes, changing permalinks is an important setup piece for any new WordPress blog. However, be sure to keep in mind that if you have an existing blog, which is being indexed by search engines and linked from other sites, that changing your permalinks will break those links. At that point it needs to be considered if the improved SEO of better permalinks is worth the damange of all of your incoming links being broken.
Stephen Cronin
10|Jul|2007Aaron, There are migration plugins, such as the Permalinks Mirgration Plugin which can address the problems of broken links.
However, I’ve haven’t tried it – I’d rather not take the risk. Fortunately, I changed mine after only one post – so it didn’t matter that it was broken – no one read it!
Google OKs Underscores as Word Separators in URLs and More SEO Tips by Blog Tutorials
24|Jul|2007[...] important thing to remember, though, is when you’ve come up with a formula for your blog’s permalinks, stick to it. Which means it’s best to change them early on, just after you’ve created [...]
ken
29|Sep|2007hi!
is it permission of 644 better than 660?
& how about if we don’t change it back from 666 to 644 or 660?
TQ
How to create a custom homepage in WordPress — kristarella.com
07|May|2008[...] There’s a pretty good explanation for changing the permalink structure at Blog Tutorials. [...]