If you don’t setup the permalinks on your site, the url would just have a number to point to a certain article. The good news is that you can easily change the look of your urls to your liking. As a side effect your pages can get better ranking in the search engines, but be careful a permalink setup can have a negative effect on the loading of your WordPress site.
Using the category and or postname first will slow down the site, specially if you are an active writer planning to grow your site to hundreds of posts or have large articles with many images to load. The slow loading is due to the software distinguishing posts from pages. To learn more about it visit wordpress tutorial (http://codex.wordpress.org/Using_Permalinks)
Of course if you have a smaller site and don’t plan to grow it, then any permalink strategy would be fine.
Note: Each post has only one permalink, so if you tie your post to 2 categories and have designated %category% in your permalink, wordpress will assign only one category to your post. Keep this in mind when planning your new site.
There are 2 main steps to be used:
1- Setting up the .htaccess to allow the url
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
2- Picking up your favorite url style by choosing the variable of your choise.
Following are available choices that are self explanatory:
%year% for example: 2010
%monthnum% for example 05
%day% example 28
%hour%
%minute%
%second%
%postname%, as per wordpress tutorial: Starting your Permalink with %postname% is strongly not recommended for performance reasons..
%post_id%
%category% as per wordpress tutorial: Starting your Permalink with %category% is strongly not recommended for performance reasons.
%tag% as per wordpress tutorial: Starting your Permalink with %tag% is strongly not recommended for performance reasons.
%author%
You might have noticed, my blog’s url starts with %catagory%, which is not the most efficient way of setting up a permalink. I wasn’t aware of it back then when I started. Now it’s too late to make a change, since some of my posts already have back links and page rank. Since I don’t have the time to write more frequently, that’s fine for the time being.
Regards.
Popularity: 3% [?]
(About)
Welcome to my blog! I believe that non techie people should be able to create a web presence affordably and with minimal effort!
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jan | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
A unique ebook that will help you better secure your WordPress Site.
Strongly recommended, specially if you have installed your wordpress site using cPanel's Fantastico.
247 of most commonly used phrases and keywords used in the online business world. A great addition to your online references.
One Response
Tiyo Kamtiyono
March 11th, 2011 at 2:41 pm
1Yup, I’ve just read that tutorial too. And there’s more complete explanation and analogy presented on dougal.gunters.org/blog/2009/02/04/efficient-wordpress-permalinks about how the use of category or post name gotta slow down our blog. So site I use is this post have just installed when I read it, of course I choose not to use the bad one.
Thanks, Mr. Sherif.
RSS feed for comments on this post · TrackBack URI
Have your say, your comments are very welcome.
I appreciate you taking the time to comment, please consider the following when commenting:
- Use your real name or a pseudonym you frequently use.
- Be relevant and contributive to the post.
- If you want to ad a link, pick a relevant link to the post.
Please note: I reserve the right to edit, censor, and/or delete any comment.