How to Create WordPress Pretty Permalink
How to Create WordPress Pretty Permalink in 3 steps
By default, permalink in self-hosted wordpress is ugly and more important, not SEO friendly. It looks like http://www.fatihsyuhud.com/?p=22. The pretty permalink will look like this: http://www.fatihsyuhud.com/post-name. To transform the ugly one into a pretty permalink you need a little work-out. Fortunately an easy one as follows:
For Wordpess version 2.8 and above
- After login -> Settings -> Permalinks
- Check Custom Structure -> enter this code at box -> /%postname%/
- Click Save Changes. Done. Your post link will look like http://www.fatihsyuhud.com/postname
Other Permalink Options click here
====================
The following tutorial for self-hosted wordpress blog version 2.7 and below. For 2.7 and above see the tutorial above.
1. Create a notepad blank file. Name it 1.htaccess
2. Upload it into your main directory in the control panel usually in folder ../public_html/(upload file here). Using FTP is a lot better. If you still don’t have FTP, download Filezilla for free here.
3. Rename the file already uploaded into .htaccess. (If using FTP you just need to right click -> rename -> .htacess
4. Change the attribute of the file (again using FTP) by right-click -> File attributes -> make it 666 -> OK.
5. Now, login to your self-hosted wordpress admin.
6. Click Setting -> Permalinks -> Day and Name -> check it.
7. Save changes. Done.
=============================
Other Permalink Options:
Actually there are some other options of permalink structure other than the pretty permalink above. Those are:
- Numeric: Example, http://www.fatihsyuhud.com/archives/123. Just check the numeric and Save Change.
- Custom, you can determine your own style here. But some SEO expert recommend to use a category based permalink such as http://www.fatihsyuhud.com/category/postname. For example, I wanted to put a category named “sexy-girl” or “dating” as my category based permalink, the whole structure will be like this: http://www.fatihsyuhud.com/sexy-girl/postname or http://www.fatihsyuhud.com/dating/postname . In order to make this kind of permalink structure, simply check the “Custom, specify below” and put this code in the blank box: /your-category/%postname% Don’t forget to save the change.
You should have a pretty permalinks of your choosing by now. Further reading.
Problem and Solution: Use Permalink Migration Plugin
In case you have used the ugly permalink for so long (have been indexed by google) and fearful that when you renew the parmalink you’ll lost your “mojo” (meaning, google juice), fear not. The problem has been resolved by Permalink Migration Plugin:
But doing so [i.e. changing permalinks) will make all pages indexed by search engines become invalid,moreover, losing visitors from other sites or bookmarks that links to you.
There is a way to tell the search engines (and browsers) that the page has permenantly moved, and that the old address should be replaced by the new one . It’s called a “301 Redirect”, also known as a Permanent Redirect.When you do this, Search engines will update their indexes quickly and you won’t lose your pagerank.you will continue to receive traffic as though nothing had changed. This works for search engines, bookmarks, and links from other sites.
By now, you know how can you change your permalinks without losing the traffic you’re already getting. You can download this Permalink Migration Plugin to achieve this for you.
Download the permalink migration plugin for free here. Follow the installation tutorial here.


Lebih SEO frienly nih tipsnya
Setahu saya wordpress otomatis membuat file .htaccess kalo kita mengaktifkan permalink jadi seperti itu. Jadi nggak perlu upload file .htaccess
Mungkin saya salah. Tapi berkali-kali saya install wordpress di blog online maupun offline dirumah file itu langsung otomatis ada.
#Anda benar kalo .htaccess yg ada dah di chmod ke 666. tapi kalo belum–dan umumnya belum dichmod 666–maka langkah di atas yg paling praktis. silahkan baca link ‘further reading’ di atas.
@masfatih/admin: iya bang sepakat saya.. memang kalau ga di chmod dulu ya akan eror kalau kita melakukan permalink dan hal itu sering saya alami ketika lupa chmod.
there is a better permalink sceme such as fatihsyuhud.com/post-name, can you show me how to create?
#the howto is the same: just check “Custom structure” and make any kind of link structure in the blank box e.g fatihsyuhud.com/post-name.
Mas Fatih,
I never insert year-month-day in my permalink. Date information is not particularly important for my blog.
It’s a good idea to replacing them with keyword rich tags such as %postname% and %category%, which makes my links more search engine friendly.
My favorite permalink structure:
http://example.com/category/post-name/
Owh, masalah file access yaa..
ow… gitu ya mas??? baru paham aku
Thank about your tips
waduh br nyadar ne kalo permalink yg bagus kyk gt.. tp blogku udah terlanjur di crawl ama google, jd kalo permalink dirubah bisa berabe ntar…
Cak, I was just about to email you re. your help offer to create the pretty link and you’ve already posted it. Thanks a lot!
I started using WP from version 2.5 and it already has this kind of option….
but nice tips, thanks