
Wouldn’t it be great if after adding a new page to your WordPress website, the following happened … all from your post URL:
- Users could easily understand what your content was about,
- Google would easily discover your posts and correctly classify their content for better search results,
- Each content item created on your site would have a unique ID, making things easier to manage.
Well, this is what a WordPress permalink lets you do!
How To Set Up And Use WordPress Permalinks
Permalink – What Is It?
Permalinks are the permanent URLs to your individual posts, categories and other taxonomies (a way to organize things together) like archives.
A permalink is the URL that other people will use to link to articles or sections of your site or the links you send in an email pointing to content items on your site. Permalinks are often referred to as “pretty” URLs.
Permalinks make the web address pointing to each post on your blog permanent, hence a perma-link.
Permalinks – Why Use Them?
Hopefully, you are probably aware that, WordPress is one of the best CMS applications you can use when it comes to publishing search optimized content.
WordPress is not only well optimized straight out of the box, but there are SEO plugins you can install that will help to enhance its SEO aspect.
If you are looking to optimize the SEO aspect of your site, then you cannot ignore the importance of your site’s URLs. Google tends to pay special attention to the URL structure of your site.
Permalinks can be used to make the links on your site into “search engine friendly” URLs. Permalinks also improve the usability, aesthetics, and forward-compatibility of your links.
Now … let’s take a look at the reason why it’s best to configure your permalinks if publishing content in WordPress.
By default, a WordPress installation uses a non-search engine friendly URL-naming structure for your posts that looks like this …
The link structure shown above is used by WordPress to locate information within your database. It does not mean much to anyone, and it doesn’t help your website with on-site search engine optimization.
As the screenshot image from Google search results below shows, many WordPress site owners are still using out-of-the-box permalink settings when publishing content online …

Although Google is still indexing the above sites, these site owners are missing out on additional SEO benefits.
To get optimal SEO benefit out of using and improve your site’s rankings, you will want to make sure to configure your permalinks structure to make it more SEO-friendly by displaying relevant keywords in your URL, instead of meaningless numbers and symbols.
WordPress lets you create a custom URL structure for your published and archived posts, so your content can easily go from something that is non-SEO friendly like this …

To something like this …

Out of the box, WordPress post URLs are not very search engine-friendly. This step-by-step tutorial shows you how to set up your WordPress permalinks to display posts using SEO-friendly URLs.
Setting Up WordPress Permalinks
In your WP admin menu, click on Settings > Permalinks …

This will bring up the Permalink Settings screen …

As mentioned earlier, by default WordPress web URLs use characters like question marks and numbers to create unique Post Ids and URLs. We want to create search engine friendly URLs instead for our posts. To do this, we need to specify a different Permalink structure than the one set by default.
Common Settings – Permalinks
In the Common Settings section, select Custom Structure, then add one or more ‘tags’ (see below) to create SEO-friendly URLs …

(Configure your permalink settings to create search engine-friendly URLs)
If you use the custom permalink structure shown in the example above, your URL would look something like this:
http://www.mytravelsite.com/cruise-deals/best-value-european-river-cruise-destinations
Instead of this …
http://www.mytravelsite.com/?p=3782

(Using permalinks helps visitors and search engines understand what your post is about)
Permalink Tags
“Pretty” URLs, or search engine-friendly URLs, are created by adding one or more ‘tags’ in the Custom Structure field:
- %year% – The year your post is published, displayed as four digits (e.g. ‘2011’)
- %monthnum% – The month the post gets published (e.g. ‘03’)
- %day% – The day your post is published (e.g. ‘26’)
- %hour% – Hour of the day (e.g. ‘08’)
- %minute% – The minute the post gets published (e.g. ‘27’)
- %second% – The exact second the post is published (e.g. ‘60’)
- %post_id% – The unique ID # of your post (e.g. ‘8215’)
- %postname% – A correctly formatted version of your post title. For example, if your post title is ”Ten Signs That You’re About To Get Fired From Your Job!”, the postname tag will convert this into “ten-signs-that-youre-about-to-get-fired-from-your-job” (all lower case characters and no punctuation marks) in the URL. Tip: You can always edit this wording in the post slug field on the Add/Edit Post/Page screens.
- %category% – A correctly formatted version of the category name. Nested sub-categories appear as nested directories in the URI (Uniform Resource Identifier – the string of characters used in the URL). Tip: You can edit this text in the category slug field in the New/Edit Category screens.
- %author% – A correctly formatted version of the author name.
Note: When using multiple tags, separate each tag using a ‘/’ (forward slash), or hyphen.
For a quick setup, choose the Custom Structure option, and enter the code below into the ‘Custom Structure’ field …

Or, use one of the following structures:

![]()
Tip: If you want search engine friendly URLs for your posts, but don’t want to use a custom permalink structure using tags, then choose Common Settings > Post name instead …

Choosing ‘Post name’ is the same as choosing the ‘Custom Structure’ setting and adding the /%postname%/ tag.
Optional Permalink Settings

If you need to configure custom permalinks for your category and tag pages you can do this in this section.
This changes the ‘base’ category or tag for your URLs using the following syntax:
- domain.com/category_base/category_name
- domain.com/tag_base/tag_name
For example, using “travel” as your category base will make your category links display as ‘http://domain.com/travel/category_name/’.
So, if you enter the following in your permalinks Optional > Category base settings field …

Your ‘category archives’ page URL will go from looking like this …

To something like this …

If you leave the optional settings fields blank WordPress uses the default settings.
Remember to save your changes after you have finished …

Permalinks – Useful Tips
Sometimes, when you are creating a new post and haven’t given the content a post title yet, the WordPress Autosave feature will save your draft with an assigned numerical permalink (see the example URL in the screenshot below) …

To fix this and give the post its proper permalink, go to ‘Edit Post’ …

Click on the ‘Edit’ button in the post slug section …

Select all content in the post slug field and delete it …

Click ‘OK’ …

The post slug entry will be replaced with the correct permalink based on your post title …

Here is a quick recap of the process …

Remember to update your post to save the changes …

Your permalink should now reflect the new post title …

Note also that when you change the URL of a published post, you should also create a redirect link …

If you change your post title at a later date (e.g. you think of a more compelling post title or use a headline generator tool to help you come up with some killer post titles), remember to fix the permalink to match the new post title and add a redirection to the new post URL …

Make sure that your permalinks match the titles of your posts and pages to help site visitors find what they are looking for and ensure that search engines will better index your content …

Permalinks – Tips
Use Descriptive Categories
To get the best possible benefit from using Permalinks, remember to set up your WordPress Categories correctly. If you do not have any categories set up, WordPress will use the default category (uncategorized).
According to WordPress SEO expert Joost de Valk, here are some things to consider if you are wondering whether or not to add categories to your permalink structure:
- If your category name is short and descriptive (e.g. uses a relevant keyword or keyword phrase), you may want to use the category tag in your permalink.
- If your post slug (the part of your URL that identifies your post) is too long, it can make your post URL harder to copy or share and decrease the SEO benefit.
- Do you plan to post content under only one category or multiple categories? If you are going to post content under multiple categories, then we recommend not using the category tag in your permalink structure.
Ultimately, when it comes to category vs no category there is no ideal permalink structure to use. We recommend choosing the permalink structure you think will suit your needs best and that will make your web address short enough to be attractive and long enough to be descriptive.
We provide detailed information about WordPress categories in another tutorial.
Avoid Using URL Structures That Time-Stamp Your Posts
Another great tip from Joost de Valk is that unless you run a news blog or you have any special reason to create dated post addresses, it’s best to avoid using date-based permalink options when setting up your site’s URLs.

(Avoid using permalinks that date your posts)
Although setting up permalinks that date your posts is better that using no permalinks at all from an SEO aspect, visitors are less likely to click on posts that are several years old, even if the content is relevant to what they are searching for.
What If My Site Already Has Indexed Posts?
Normally, it’s best to set up your permalinks when you install a new WordPress site. This should be part of your website planning process.
![]()
If your site has been running for a while or your site already has a lot of posts indexed in the search engines and you want to change the permalink structure, make sure that this is something that absolutely needs doing, as doing so can create issues and loss of traffic.
Use 301 Redirects
As you’ve seen earlier, many WordPress site owners (or whoever set up their site) are completely unaware of the SEO-friendly URLs feature of WordPress.
Maybe you started out using the default WordPress URL structure and now you would like to improve your SEO. Perhaps your website or blog was configured to display post dates in your URLs and now all of your posts are perceived as being outdated and you want to delete the date portion in the URLs.
The best way to change your permalink structure without affecting your site’s SEO in a negative way is to add ‘301 redirections’ to reassign links set up using the previous permalink structure to links that use the new permalink syntax.
Search engines interpret a ’301′ code as a link that has permanently relocated. 301 redirection is the most efficient and search engine friendly way to redirect users to new site destinations and avoid ‘404’ (Page not found) errors when following an old link.
To create an effective syntax change and avoid damaging your rankings, sending visitors to error pages, etc. you should set up your redirection system before messing with the permalink structure of your site.
You can WordPress site using a plugin like Simple 301 Redirects, or Redirection, or get a professional to help you set up and redirect your permalinks correctly to avoid problems and troubleshoot any errors.

(Set up URL redirections using redirection plugins or use the services of a professional)
Congratulations! Now you know how to set up your WordPress site or blog permalinks to display search engine-friendly URLs for your posts. For additional information on using Permalinks, refer to the WordPress codex here:
http://codex.wordpress.org/Using_Permalinks
***
"I love the way your email series "Infinite Web Content Creation Training Series" is documented and presented. It is very absorbing and captivating. The links and tutorials are interesting and educational. This has motivated me to rewrite my content following the concepts I am learning from the email series." - Mani Raju, www.fortuneinewaste.com