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 …

How To Improve Your WordPress SEO With SEO-Friendly URLs

Wouldn’t it be great if you could simply publish a new page on your website, and the following took place … all from your page address:

  • Visitors could easily tell what the page is about,
  • Google could easily find your pages and correctly classify their content for better search rankings,
  • Every single post created on your website or blog would have its own 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 people and search engines use to link to posts or sections of your site or the links you send in emails pointing readers to posts on your site. Permalinks are often called “pretty” URLs.

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

Why Do You Need To Use Permalinks?

Hopefully, you are probably aware that, WordPress is one of the best CMS tools you can use when it comes to publishing search optimized content.

WordPress is not only well optimized right out of the box, but its SEO aspect can be easily enhanced with SEO plugins.

If you focus on the SEO aspect of your site or blog, then you should not ignore the importance of your 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 are also used to improve the aesthetics, usability, and forward-compatibility of your links.

Now … let’s take a look at why you may need to set up permalinks in WordPress.

Typically, a default WordPress installation uses a link-naming structure for your posts that isn’t search engine friendly and looks like this …

How To Improve Your WordPress SEO Using PermalinksWordPress uses the link structure shown above to locate information inside your database. It doesn’t really help your site with on-site search engine optimization.

As the screenshot image taken directly from Google search results below shows, many WordPress site owners are still using default permalink settings when publishing their content …

Using Permalinks To Improve Your WordPress SEO

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

To get the best SEO benefit out of using 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 characters.

WordPress gives you the ability to create a custom URL structure for your published and archived posts, so your pages can easily go from something that is non-SEO friendly like this …

Changing WordPress Permalinks

To this …

Configuring WordPress Permalinks

Out of the box, WordPress post URLs are not very search engine-friendly. This step-by-step tutorial explains how to configure your WP permalinks to get better indexing in Google.

Configuring Your WordPress Permalinks

In your WP administration menu, click on Settings > Permalinks

Using Permalinks To Improve Your WordPress SEO

This brings you to the Permalink Settings screen …

Setting Up Your WordPress 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 need to specify a different Permalink structure than the one set by default.

Common Permalink 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 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/travel-europe/romantic-cruise-holiday-bargains

Instead of this …

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

Using post name permalinks helps visitors understand what the content is about

(Using post name permalinks helps readers and search engines understand what your post is about)

Using Permalink Tags In Custom Structure

“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. ‘2014’)
  • %monthnum% – Month of the year (e.g. ‘05’)
  • %day% – The day your post gets published (e.g. ‘25’)
  • %hour% – Hour of the day (e.g. ‘13’)
  • %minute% – The minute the post gets published (e.g. ‘27’)
  • %second% – The exact second your post gets published (e.g. ‘60’)
  • %post_id% – The unique ID # of your post (e.g. ‘7243’)
  • %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 removed punctuation symbols) in the URL. Tip: You can edit the wording in your post titles 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 …

How To Configure Your WordPress Permalinks

Or, use one of the following structures:

How To Improve Your WordPress SEO With Permalinks

Useful 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 Improve Your WordPress SEO With SEO-Friendly URLs

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

Permalinks – Optional Settings

How To Improve Your WordPress SEO Using Permalinks

If you need to configure custom permalinks for your tag and category archive page URLs here is where you would do this.

This changes the ‘base’ category or tag 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 would make your category links display as ‘http://domain.com/travel/uncategorized/’.

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

Using Permalinks To Improve Your WordPress SEO

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

Using Permalinks To Improve Your WordPress SEO

To something like this …

Using Permalinks To Improve Your WordPress SEO

If you leave the optional settings fields blank WordPress uses the defaults.

Remember to save your changes when done …

Changing Your WordPress Permalinks

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 Notes

Use Short, Descriptive Categories

To get the maximum SEO benefit out of 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 a few things to consider if you are wondering whether or not to add categories to your permalinks:

  • If your category is short and descriptive (e.g. adds a relevant keyword or keyword phrase to your URL), you may want to add the category tag 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 share 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 we recommend not using the category tag in your permalink structure.

Ultimately, when it comes to adding category vs no category there really is no ideal permalink structure to use. Choose the permalink structure you think will suit your site best. Your web address should be short enough to be attractive and long enough to be descriptive.

We cover WordPress categories in another tutorial.

Don’t Use Date Permalinks

Another useful tip from Joost de Valk is that unless your site provides news, or you have any special reason to create dated web addresses, it’s best to avoid using date-based permalink syntax when configuring your blog’s URLs.

Avoid using permalinks that time-stamp your posts

(Avoid using permalinks that date your posts)

Although using permalinks that date your content 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 the answers they are searching for.

Changing Your Permalink Structure In Blog With Indexed Content

Normally, your site’s permalinks should be set up when you create a new WordPress site. This should be part of your website planning process.

Disclaimer

If your website has been running for a while or you have a lot of content already indexed in the search engines and you would like to change the permalink structure, make sure that this is something that absolutely needs doing, as making changes to permalinks after your site has been going for a while can create issues and errors.

301 Redirection

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

Maybe you started out using the default WordPress permalinks and now you would like to improve your site’s SEO. Maybe your site was configured to display post dates in your URLs and now all of your content is showing as being 2-3 years old and you want to delete the date tags of the URLs.

To modify your URL structure without negatively impacting your site’s SEO you will need to add ‘301 redirections’ to point all links using the old permalink structure to URLs that use the new syntax.

Search engines interpret a code ‘301’ 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 page errors when clicking on an old link.

To effectively change your permalink syntax and avoid SEO problems, sending visitors to error pages, etc. you will need to configure a redirection system before changing the permalink structure of your site.

You can site using a WP redirection plugin like Simple 301 Redirects, or Redirection, or use the services of a professional to help you set up and redirect your permalinks correctly to avoid any problems and troubleshoot any errors.

WP plugin Simple 301 Redirects

(Set up a link redirection system using a WP plugin or use the services of a professional)

Congratulations! Now you know about the built-in system WordPress uses to display SEO-friendly URLs for your posts. To learn more about using Permalinks, see the official WordPress documentation below:

http://codex.wordpress.org/Using_Permalinks

***

"Learning WordPress has been a huge stumbling block for me. I've been looking for something that covers absolutely everything but doesn't cost an arm and a leg. Thank you so much ... you have just provided me with what I have been looking for! Truly appreciated!" - Tanya

Originally published as How To Set Up And Use WordPress Permalinks.