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 you could just add a new post to your site, and the following would then take place … just from your web address:

  • Potential visitors could easily understand what the post was about,
  • Google would easily find your posts and correctly index their content to improve your search rankings,
  • Every piece of content you create on your site would have a unique identifier, making your site easier to manage.

Well, with permalinks this is very easy to do!

How To Set Up And Use WordPress Permalinks

Permalinks – What Are They?

A permalink is the permanent URL to an individual WordPress post, category, or other taxonomy (a way to group things together) like archives.

A permalink is the URL that others will use to link to articles or sections of your site or the links you send in emails pointing readers to content items on your blog. Some people also refer to permalinks as “pretty” URLs.

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

Permalinks – Why Use Them?

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

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

If you are looking to optimize the SEO aspect of your site or blog, then you should not ignore the importance of its URLs. Google tends to give special consideration to the URL structure of your site.

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

Now … let’s take a look at why it’s best to use permalinks in WordPress.

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

Improve Your WordPress SEO Using SEO-Friendly URLsThe above link structure is used by WordPress to locate information inside your database. It doesn’t really help your website with on-site SEO.

As you can see from the image below taken directly from Google search results, many WordPress site owners are still using out-of-the-box settings when publishing their content online …

Using Permalinks To Improve Your WordPress SEO

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

To get the best possible SEO benefit out of using WordPress and improve your site’s rankings, you should set up your permalinks structure to make it more SEO-friendly by displaying relevant keywords in your URL, instead of meaningless characters.

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 …

Setting Up Your WordPress Permalinks

To something with an SEO-friendly URL like this …

Changing WordPress Permalinks

In this tutorial, you will learn how to configure your WordPress permalinks to display posts with search engine-friendly URLs instead of the out-of-the-box linking structure and help every new post you add to your site automatically get better indexing results in search engines like Google.

How To Change WordPress Permalinks

Log into your WP admin section and select Settings > Permalinks

Using Permalinks To Improve Your WordPress SEO

This will bring up 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 a “pretty” permalink 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 search engine-friendly URLs …

Set up 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/europe-travel/river-cruise-holiday-bargains

Instead of this …

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

Using post name permalinks helps readers understand what the post is about

(Using post name permalinks helps readers understand what your page is about)

Permalink 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. ‘2014’)
  • %monthnum% – Month of the year (e.g. ‘12’)
  • %day% – The day the post gets published (e.g. ‘24’)
  • %hour% – The hour your post gets published (e.g. ‘20’)
  • %minute% – Minute of the hour (e.g. ‘09’)
  • %second% – The exact second the post is published (e.g. ‘30’)
  • %post_id% – The unique ID # of your post (e.g. ‘7648’)
  • %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 exclamation symbols deleted) 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 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 …

Configuring Your WordPress Permalinks

Or, use one of the following structures:

Improve Your WordPress SEO Using SEO-Friendly URLs

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 …

Using Permalinks To Improve Your WordPress SEO

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

Permalinks – Optional Settings

How To Improve Your WordPress SEO With SEO-Friendly URLs

If you need to configure custom structures for your tag and category page URLs you can do this in this section.

This changes the ‘base’ tag or category 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 add the following to your permalinks Optional > Category base settings section …

Setting Up Your WordPress Permalinks

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

Improve Your WordPress SEO Using SEO-Friendly URLs

To this …

How To Improve Your WordPress SEO Using SEO-Friendly URLs

If you leave the fields blank WordPress uses the defaults.

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

Use Short, Descriptive Categories

To get the optimal SEO benefit out of using Permalinks, you will need 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 keep in mind if you are wondering whether you should add categories to your permalink structure or not:

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

Ultimately, when it comes to category vs no category there really is no ”better” permalink structure to use. Choose a permalink structure you think will suit your needs best. Many SEO experts and webmasters recommend making your post URLs short enough to be attractive and long enough to be descriptive.

We provide more information about WordPress categories in another tutorial.

Make Your Posts Timeless

Another tip from Joost de Valk is that unless you run a news blog or you have a special reason to add dates to your URLs, avoid choosing date-based permalink options when configuring your blog’s URLs.

Avoid setting up URL structures that date your content

(Avoid setting up URL structures that date your content)

Although setting up permalinks that date your posts is better that using no permalinks at all from an SEO perspective, people are less likely to click on a post if it 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 Site?

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

Disclaimer

If your site has been running for a while 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 changing permalinks after your site has already been up and running for a while can create issues and errors.

Add 301 Redirects

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

Maybe you started out using the default WordPress URL structure and now you want to improve your site’s SEO. Perhaps your website or blog was originally set up to display post dates in your web address and now all of your posts are showing as being 2-3 years old and you want to remove the date tags of the URLs.

To change your permalink structure without negatively affecting your site’s SEO or rankings you will need to add ‘301 redirections’ to point all links that were set up using the old URL structure to web URLs that use the new permalinks syntax.

A ’301′ code is interpreted by search engines as a link that has permanently moved to another destination. 301 redirects are the most effective and search engine friendly way to redirect visitors to new web page destinations and avoid ‘404’ (Page not found) errors when they click on an old link.

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

You can add a link redirection system to your site or blog using WP plugins like Simple 301 Redirects, or Redirection, or get a professional to assist you with setting up and redirecting your permalinks correctly to avoid problems and troubleshoot any errors.

WP redirection plugin Simple 301 Redirects

(Set up URL redirections using redirection plugins or get professional help)

Congratulations! Now you know about the built-in system WordPress uses to display search engine-friendly URLs for your posts and improve your search results. For additional information on using Permalinks, refer to the official WordPress documentation below:

http://codex.wordpress.org/Using_Permalinks

***

"I have used the tutorials to teach all of my clients and it has probably never been so easy for everyone to learn WordPress ... Now I don't need to buy all these very expensive video courses that often don't deliver what they promise." - Stefan Wendt, Internet Marketing Success Group