How To Set Up And Use WordPress Permalinks

Learn how to set up permalinks in WordPress for improved content navigation and better search engine optimization …

Changing Your WordPress Permalinks

Wouldn’t it be great if after adding content to your website, the following happened … just from your page URL:

  • Users could assess what your content is about,
  • Search engines could discover your pages faster,
  • Every single content item published on your website would have a unique ID, making things easier to manage.

Well, this is what permalinks let you do!

How To Set Up And Use WordPress Permalinks

Permalinks – Definition

Permalinks are the permanent URLs to an individual WordPress post, category, or other taxonomy (a way to organize things together) like archives.

A permalink is the URL that other people use to link to your posts or sections of your site or the links you send in an email pointing readers to content items on your website. Permalinks are often called “pretty” URLs.

Permalinks make the web address pointing to each post on your website permanent, hence a perma-link.

Permalinks – Why Use Them?

As you have probably heard by now, WordPress is one of the best CMS applications you can use when it comes to publishing search optimized content.

WordPress is not only great for SEO out of the box, but there are SEO plugins you can use that can easily help to enhance its SEO aspect.

If you are looking to optimize the SEO aspect of your website, then you cannot ignore the importance of your site’s URLs. Google places considerable weight on the URL structure of your site.

Permalinks can be used to turn links on your site into “search engine friendly” URLs. Permalinks are also used to improve the aesthetics, usability, and forward-compatibility of your links.

Now … let’s see why you may need to use permalinks in WordPress.

By default, a WordPress installation uses a non-search engine friendly URL-naming structure for your posts that looks like this …

Using Permalinks To Improve Your WordPress SEOWordPress uses the above link structure with a string query to locate data inside your database. It doesn’t really mean anything to search engines or visitors, and it doesn’t help your website with on-site search engine optimization.

As the screenshot taken from Google search results below shows, many WordPress users are still using out of the box settings when publishing content …

Configuring WordPress Permalinks

Although these sites are still getting their content indexed on search engines, these site owners are missing out on extra SEO benefits.

To get more SEO benefit out of using and improve your site’s traffic results, you will want to make sure to 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 posts, so your content can go from something that is non-SEO friendly like this …

How To Improve Your WordPress SEO Using Permalinks

To something like this …

How To Improve Your WordPress SEO Using SEO-Friendly URLs

In this tutorial, you will learn how to configure the Permalinks section of your WordPress site to display posts using search engine-friendly URLs instead of the default linking structure and help every new post you publish on your site or blog automatically get better indexing results in search engines like Google.

Setting Up Your WordPress Permalinks

Log into your WP dashboard section and select Settings > Permalinks

Improve Your WordPress SEO Using SEO-Friendly URLs

This will bring you to the Permalink Settings screen …

Improve Your WordPress SEO Using Permalinks

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 one set by default.

Common Settings

In the Common Settings section, select Custom Structure, then add one or more ‘tags’ (see below) to create search engine-friendly URLs …

Configure your permalink settings to create SEO-friendly URLs

(Configure your permalink settings to create SEO-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/budget-travel/how-to-save-money-on-cruise-travel

Instead of this …

http://www.mytravelsite.com/?p=4596

Using permalinks helps visitors and search engines understand what the page is about

(Using permalinks helps search engines and visitors understand what the post is about)

Pretty URL Tags

“Pretty” URLs, or SEO-friendly URLs, are created by adding one or more ‘tags’ in the Custom Structure field:

  • %year% – The year your post is published, four digits (e.g. ‘2012’)
  • %monthnum% – The month the post gets published (e.g. ‘08’)
  • %day% – Day of the month (e.g. ‘02’)
  • %hour% – The hour your post gets published (e.g. ‘02’)
  • %minute% – The minute your post gets published (e.g. ‘18’)
  • %second% – The exact second the post is published (e.g. ‘13’)
  • %post_id% – The unique ID # of the post (e.g. ‘9760’)
  • %postname% – A sanitized version of your post title. For example, if the post title is “Top Five Budget Travel Tips!”, the postname tag will convert this into “top-five-budget-travel-tips” (all letters converted to lower case and removed exclamation symbols) in the URL. Tip: You can always edit the words in your post titles in the post slug field on the Add/Edit Post/Page screens.
  • %category% – A sanitized 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 …

Using Permalinks To Improve Your WordPress SEO

Or, use one of the following structures:

How To Change Your WordPress Permalinks

Practical Tip

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 …

How To Configure Your WordPress Permalinks

Choosing ‘Post name’ is the same as selecting ‘Custom Structure’ and using the /%postname%/ tag.

Optional Permalink Settings

Setting Up WordPress Permalinks

If you need to set up custom permalinks for your category and tag pages here is where you would do this.

You can change the ‘base’ category or tag URLs using the following syntax:

  • domain.com/category_base/category_name
  • domain.com/tag_base/tag_name

For example, changing your category base to “travel” will display your category links as ‘http://domain.com/travel/uncategorized/’.

So, if you enter the following in your permalinks Optional > Category base settings field …

Improve Your WordPress SEO With SEO-Friendly URLs

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

How To Set Up Your WordPress Permalinks

To this …

Using Permalinks To Improve Your WordPress SEO

If you leave the fields blank the default settings will be used.

Remember to save any changes after you have finished …

Using Permalinks To Improve Your WordPress SEO

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 – Additional Information

Use Descriptive Categories

To get the optimal 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 and author of the WordPress SEO plugin Joost de Valk, here are some things to consider if you are wondering whether you should add categories to your permalink structure or not:

  • If your category is short and descriptive (e.g. uses a relevant keyword or keyword phrase), you may want to add categories to 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.
  • If you are going to post content under multiple categories, then it’s recommended that you do not use the category tag in your permalink structure.

Ultimately, when it comes to category vs no category there is no ”better” permalink structure to use. Use a permalink structure that you think will suit your needs best. Your web address should be short enough to be attractive and long enough to be descriptive.

We provide more information about WordPress categories in other tutorials.

Avoid Time-Specific Permalink Syntax

Another tip from Joost de Valk is that unless you run a news website or there is a special reason why you need to create dated website addresses, avoid choosing date-based permalink options for your URLs.

Avoid using URL structures that date your posts

(Avoid using permalinks that date your posts)

Although setting up URL structures that time-stamp your posts may be considered better that using no permalinks at all from an SEO point-of-view, visitors are less likely to click on a post that is a couple of years old, even if the content is relevant to what they are searching for.

What About Changing Permalinks In An Established Blog?

Normally, it’s best to set up your permalinks when you perform a new WordPress installation. This should be part of your site planning process.

Info

If your website has been running for a while or your site already has a lot of content indexed in the search engines and you want to change the permalink structure, make sure that this is really necessary, as doing so can create issues and loss of traffic.

Add 301 Redirection

As you’ve seen in earlier screenshots, many site owners (or whoever set up their site) seem to be unaware of the SEO-friendly URLs feature of WordPress.

Maybe you started out using the default WordPress permalinks and now you want to optimize your site better for search engines. Maybe your website was configured to display post dates in your URLs and now all of your content is showing as being two or three years old and you want to delete the date portion in your permalinks.

The best way to change your permalinks without affecting your site’s SEO or rankings in a negative way is to use ‘301 redirections’ to point links that were set up using the previous permalinks structure to page URLs using the new permalink structure.

A code ‘301’ is interpreted by search engines as a link that has permanently moved to another location. 301 redirection is the most effective and search engine friendly way to redirect users to new web page destinations and avoid running into ”page not found” errors when they click on an old link.

To create an effective permalink structure change and avoid SEO problems, sending visitors to error pages, etc. you will need to install and set up a redirection system before changing the permalink structure of your site.

You can site using a redirection 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.

Simple 301 Redirects - WP plugin

(Set up a link redirection system using a WP plugin or get professional assistance)

Congratulations! Now you know about the built-in system WordPress uses to display search engine-friendly URLs for your posts. To learn more about using Permalinks, see the official WordPress documentation 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