
Wouldn’t it be great if you could just publish a new post on your WordPress website or blog, and the following happened … just from your page address:
- Site visitors could determine what your content was about,
- Google would easily find your page and correctly index its content to improve your search results,
- Every content item created on your website or blog would have a unique identifier, making your content easier to manage.
Well, with WordPress permalinks this is very easy to do!
How To Set Up And Use WordPress Permalinks
Permalink – What Is It?
A permalink is the permanent URL to your individual posts, categories and other taxonomies (a way to group things together) like archives.
A permalink is the web address that other people use to link to your posts or sections of your site or the links you send in an email pointing to posts on your site. Some people refer to permalinks as “pretty” URLs.
Permalinks make the web address pointing to each post on your website permanent, hence a permalink.
Permalinks – Why Use Them?
Hopefully, you are probably aware that, WordPress is one of the best Content Management Systems you can use when it comes to SEO.
WordPress is not only well optimized straight out of the box, but its SEO aspect can be easily fine tuned with excellent SEO plugins.
If you are looking to optimize the SEO aspect of your website, then you should not ignore the importance of your site’s URLs. Google tends to pay special attention to the structure of your site’s URLs when indexing its content.
Permalinks can be used to make the links on your site into “prettier” and more “search engine friendly” URLs. Permalinks are also used to improve the usability, aesthetics, and forward-compatibility of your links.
Now … let’s review why it’s best to use 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 …
WordPress uses the above link structure to locate data inside your database. It doesn’t really help your site with on-site SEO.
As the screenshot image below shows, many WordPress site owners are still using out-of-the-box settings when publishing their content …

Although these sites are still getting their content indexed on search engines, many site owners are potentially missing out on additional SEO benefits.
To get greater SEO benefit from using WordPress and improve your site’s rankings, you should configure your permalinks structure to make it more search engine-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 go from something that is non-SEO friendly like this …

To something like this …

In this tutorial, you will learn how to configure your WordPress permalinks to display posts using SEO-friendly URLs instead of the default URL structure and help every new post you publish get better indexing results in search engines like Google.
Setting Up Your WordPress Permalinks
In your WordPress administration area click on, Settings > Permalinks …

This will bring you to 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 a search engine friendly URL instead for our posts. To do this, we will need to specify a different Permalink structure than the default.
Permalinks > Common Settings
In the Common Settings section, select Custom Structure, then add one or more ‘tags’ (see below) to create SEO-friendly URLs …

(Change 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/travel-europe/romantic-cruise-holiday-deals
Instead of this …
http://www.mytravelsite.com/?p=251

(Using post name permalinks helps search engines and visitors understand what the page is about)
Pretty Permalink Tags
“Pretty” permalinks, 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. ‘2018’)
- %monthnum% – Month of the year (e.g. ‘10’)
- %day% – Day of the month (e.g. ‘20’)
- %hour% – Hour of the day (e.g. ‘13’)
- %minute% – Minute of the hour (e.g. ‘29’)
- %second% – Second of the minute (e.g. ‘46’)
- %post_id% – The unique ID # of your post (e.g. ‘24’)
- %postname% – A correctly formatted version of your post title. For example, if the post title is ”The Five Don’ts Of DIY Home Repair!”, the postname tag will convert this into “the-five-donts-of-diy-home-repair” (all characters converted to lower case and exclamation symbols deleted) in the URL. Tip: You can edit the URL text 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 sanitized 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 selecting the ‘Custom Structure’ setting and using the /%postname%/ tag.
Permalinks – Optional Settings

If you need to set up custom permalinks for your category and tag URLs here is where you would do this.
This changes the ‘base’ tag or category URLs using the following structure:
- domain.com/category_base/category_name
- domain.com/tag_base/tag_name
For example, using “recipes” as your category base will display your category links as ‘http://domain.com/recipes/category_name/’.
So, if you enter the following in your permalinks Optional > Category base settings section …

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

To this …

If you leave the optional settings fields blank the default settings will be used.
Remember to save any changes when done …

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
Set Up Categories
To get maximum benefit out of using Permalinks, remember to set up your WordPress Categories correctly. If you do not have any categories set up, adding a category tag to your permalink forces WordPress to use the default category (uncategorized).
According to WordPress SEO expert and author of the WordPress SEO plugin Joost de Valk, here are some points to keep in mind if you are wondering whether you should add categories to your permalink structure or not:
- If your category is short and descriptive (e.g. adds a relevant keyword or keyword phrase to your URL), 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 and decrease the SEO benefit.
- Do you plan to post content under only one category or multiple categories? If you plan to post content under multiple categories, then it’s recommended that you do not use the category tag in your permalink structure.
Despite being the subject of intense debate in WordPress SEO circles, when it comes to category vs no category there really is no perfect permalink structure to use. We recommend choosing the permalink structure you think will suit your needs best and that will make your site’s web addresses short enough to be attractive and long enough to be descriptive.
We provide detailed information about WordPress categories in other tutorials.
Avoid Time-Specific Permalinks
Another tip from Joost de Valk is that unless your aim is to run a news site or there is a special reason why you need to date your site’s content, avoid using date-based permalink syntax when configuring your site’s URLs.

(Avoid setting up permalinks that time-stamp your content)
Visitors are less likely to click on a post if it is several years old, even if the content is relevant to the answers they are searching for.
What If My Site Has Content?
Normally, it’s best to configure your site’s permalinks when you perform a new WordPress installation. 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 making changes to permalinks after your site has already been running for a while could create issues and errors.
301 Redirects
As you’ve seen in the above screenshots of actual search results, some WordPress users (or whoever set up their site) are unaware of the permalinks feature of WordPress.
Maybe you started out using the default WordPress permalinks and now you would like to improve your SEO. Perhaps your site was configured to display post dates in your URLs and now all of your posts are perceived as being out-of-date and you want to delete the date portion of the permalinks.
The best way to edit your permalinks without negatively impacting your site’s SEO is to use ‘301 redirections’ to point all links using the old URL structure to post URLs using the new structure.
A ’301′ code is interpreted by search engines as a link that has permanently relocated. 301 redirects are the most efficient and search engine friendly way to redirect visitors to new site destinations and avoid running into page errors when clicking on an old link.
To effectively change your permalink structure and avoid SEO problems, sending visitors to error pages, etc. you will need to configure your redirection system before messing with the permalink structure of your site.
You can WP site using a plugin like Simple 301 Redirects, or Redirection, or get a professional to assist you with setting up and redirecting your permalinks correctly to avoid any issues and troubleshoot any errors.

(Set up a 301 redirection system using redirection plugins or get professional assistance)
Congratulations! Now you know about the built-in system WordPress uses to display search engine-friendly URLs for your posts and improve your search search rankings. To learn more about using Permalinks, see the WordPress codex here:
http://codex.wordpress.org/Using_Permalinks
***
"I am beyond impressed with what you have put together. I can tell that you put a ton of hard work into building what you have. You have the absolute best content on WordPress I have ever seen!" - Robert T. Jillie