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 …

Setting Up WordPress Permalinks

Wouldn’t it be great if after publishing content on your site, the following took place … all from your page address:

  • Visitors could quickly glean what your post was about,
  • Google would easily discover your posts and correctly index their content to improve your search results,
  • Each post on your site would have its own unique ID, making things easier to manage.

Well, with permalinks you can!

How To Set Up And Use WordPress Permalinks

What Are Permalinks?

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

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

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

Permalinks – Why Do You Need To Use Them?

Hopefully, you are probably aware by now that, WordPress is one of the best CMS tools you can use when it comes to SEO.

WordPress is not only great for SEO out of the box, but its SEO aspect can be considerably improved using SEO plugins.

If you are looking to optimize the SEO aspect of your site or blog, then you should not ignore the importance of its URLs. Search engines like Google tend to pay special attention to the structure of URLs when indexing its content.

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

Now … let’s turn our attention to why it’s best to use permalinks in WordPress.

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

Using Permalinks To Improve Your WordPress SEOWordPress uses the above link structure to locate information inside your database. It doesn’t really mean much to anyone, and it doesn’t help your website with on-site search engine optimization.

As you can see from the image below taken directly from Google search results, many WordPress site owners haven’t set up their sites to use permalinks …

How To Set Up WordPress Permalinks

Although Google is still indexing the above sites, they are missing out on additional SEO benefits.

To get the most SEO benefit from using and improve your site’s traffic results, you will want to make sure to set up your permalinks structure to make it more SEO-friendly by displaying relevant keywords in your URL, instead of meaningless numbers and symbols.

WordPress offers the ability to create a custom URL structure for your published posts, so your content can go from something that is non-SEO friendly like this …

Using Permalinks To Improve Your WordPress SEO

To something with an SEO-friendly URL like this …

Using Permalinks To Improve Your WordPress SEO

In this step-by-step tutorial, you will learn how to set up your WordPress permalinks to display your posts with search engine-friendly URLs instead of the out-of-the-box linking structure and help every new post you add get better indexing in Google.

Configuring WordPress Permalinks

Log into your WP admin area and select Settings > Permalinks

Improve Your WordPress SEO With SEO-Friendly URLs

This brings you to the Permalink Settings screen …

Using Permalinks To Improve Your WordPress SEO

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 “pretty” permalinks 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 search engine-friendly URLs …

Set up your permalink settings to create search engine-friendly URLs

(Set up 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/europe-travel/top-seven-european-river-cruise-destinations

Instead of this …

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

Using permalinks helps visitors and search engines understand what your post is about

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

How To Create 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 the post is published, four digits (e.g. ‘2012’)
  • %monthnum% – The month the post is published (e.g. ‘01’)
  • %day% – Day of the month (e.g. ‘27’)
  • %hour% – Hour of the day (e.g. ‘09’)
  • %minute% – The minute the post is published (e.g. ‘38’)
  • %second% – Second of the minute (e.g. ‘42’)
  • %post_id% – The unique ID # of your post (e.g. ‘8678’)
  • %postname% – A sanitized version of your post title. For example, if the post title is ”It Ain’t Worth Doin’ No More!”, the postname tag will convert this into “it-aint-worth-doin-no-more” (all lower case characters and removed exclamation symbols) in the URL. Tip: You can 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 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 …

Improve Your WordPress SEO With SEO-Friendly URLs

Or, use one of the following structures:

Changing Your WordPress Permalinks

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 Permalinks

Choosing ‘Post name’ is the same as adding the /%postname%/ tag in the ‘Custom Structure’ setting.

Optional Permalink Settings

Improve Your WordPress SEO With SEO-Friendly URLs

In this section, you can enter custom structures for your tag and category archive page URLs.

This changes the ‘base’ tag or category for your URLs using the following structure:

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

For example, using “news” as your category base would display your category links as ‘http://domain.com/news/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 change from looking like this …

Using Permalinks To Improve Your WordPress SEO

To this …

Improve Your WordPress SEO Using Permalinks

If you leave the optional settings fields blank the defaults will be used.

Remember to save your changes when you are done …

Configuring 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 – Tips

Use Descriptive Categories

To get the maximum benefit from using Permalinks, it’s important 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 consider if you are wondering whether you should add categories to your permalinks 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 share and decrease the SEO benefit.
  • 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 using category vs no category there is no ”better” 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 articles.

Don’t Use Date Permalinks

Another useful tip from Joost de Valk is that unless you plan to run a news website or blog or there is a special reason why you need to add dates to your URLs, it’s best to avoid selecting date-based permalink syntax when configuring your blog’s URLs.

Avoid using URL structures that date your content

(Avoid setting up URL structures that time-stamp your content)

Visitors are less likely to click on posts that are a couple of years old, even if the content is relevant to the answers they are searching for.

What About Established Sites?

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

Warning

If your website is already established or your site already has many posts indexed in the search engines and you want to change the permalink structure, make sure that this is really something that needs to be done, as doing so can create issues and errors.

301 Redirects

As you’ve seen in earlier screenshots, many site owners (or their web developers) 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 site’s SEO. Maybe your website was configured to display post dates in your web address and now all of your content is perceived as being out-of-date and you want to remove the date tags of the URLs.

The best way to edit your URL structure without affecting your site’s SEO or rankings in a negative way is to add ‘301 redirections’ to point all links set up using the previous permalinks syntax to URLs using the new permalinks syntax.

A code ‘301’ is interpreted by search engines as a link that has permanently been moved elsewhere. 301 redirection is the most effective and search engine friendly way to redirect visitors to new site destinations and avoid ‘404’ (Page not found) errors if clicking on an old link.

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

You can add a link redirection system to your site or blog using plugins 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 issues and troubleshoot any errors.

WP plugin Simple 301 Redirects

(Set up link redirections using plugins or get professional assistance)

Congratulations! Now you know how to change your WordPress site or blog to display SEO-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

***

"These tutorials have so much information and are easy to understand. If you use WordPress or plan to in the future these will help you with everything you need to know." - Valisa (Mesa, Arizona)