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 Using Permalinks

Wouldn’t it be great if after publishing a new page on your WordPress website or blog, the following happened … all from your post URL:

  • Potential visitors to your site could gain an understanding of what the content was about,
  • Search engines would easily discover your posts and correctly classify their content to improve your search results,
  • Each piece of content on your website or blog would have a unique identifier, making things easier to manage.

Well, this is what WordPress permalinks let you do!

How To Set Up And Use WordPress Permalinks

What Are Permalinks?

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

A permalink is the web address that visitors and search engines will use to link to articles or sections of your site or the links you send in an email pointing to your posts. Permalinks are often called “pretty” URLs.

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

Permalinks – Why Do We Need To Use Them?

Hopefully, you probably know that, WordPress is one of the best CMS applications available when it comes to SEO.

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

If you focus on the SEO aspect of your site, then you cannot ignore the importance of your URLs. Google tends to pay special attention to the URL structure of a site.

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

Now … let’s see why you may need to set up permalinks when 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 …

How To Change WordPress PermalinksThe above link structure is used by WordPress to find information within its database. It does not mean anything to either visitors or search engines, and it doesn’t help your website with on-site search engine optimization.

As you can see from the screenshot image below taken from Google search results, many WordPress users haven’t yet configured their permalinks …

Using Permalinks To Improve Your WordPress SEO

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

To get the maximum SEO benefit from using WordPress and improve your site’s rankings, you should set up 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 posts, so your pages can go from something that is non-SEO friendly like this …

Configuring Your WordPress Permalinks

To something like this …

Using Permalinks To Improve Your WordPress SEO

By default, WordPress post URLs are not very search engine-friendly. This step-by-step tutorial shows you how to set up your permalinks in WordPress to automatically help your content get better indexing results in Google.

Setting Up Your WordPress Permalinks

From your WordPress admin menu, select Settings > Permalinks

Setting Up WordPress Permalinks

This will bring up the Permalink Settings screen …

How To Set Up 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 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

(Set up 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/river-cruises/five-best-european-river-cruise-destinations

Instead of this …

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

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

(Using permalinks helps visitors understand what your page is about)

WordPress Permalink Tags

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

  • %year% – The year of the post, displayed as four digits (e.g. ‘2015’)
  • %monthnum% – Month of the year (e.g. ‘06’)
  • %day% – Day of the month (e.g. ‘27’)
  • %hour% – Hour of the day (e.g. ‘14’)
  • %minute% – Minute of the hour (e.g. ‘19’)
  • %second% – The exact second your post gets published (e.g. ‘59’)
  • %post_id% – The unique ID # of the post (e.g. ‘2534’)
  • %postname% – A correctly formatted version of the post title. For example, if the 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 no exclamation marks) in the URL. Tip: You can edit the words in your post title 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 …

Using Permalinks To Improve Your WordPress SEO

Or, use one of the following structures:

How To 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 …

Configuring WordPress Permalinks

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 Permalinks

If you need to set up custom structures for your tag and category 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” would display your category links 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 …

Setting 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 your changes after you are done …

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 maximum benefit from 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 a few points to keep in mind if you are wondering whether or not to add categories to your permalinks:

  • If your domain is short and your category name is short and descriptive (e.g. uses a relevant keyword or keyword phrase), 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 share or copy and reduce the SEO benefit.
  • Do you plan to post content under only one category or multiple categories? 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 category vs no category there really is no perfect permalink structure to use. Choose a permalink structure 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 detailed information about WordPress categories in other tutorials.

Don’t Use Date Permalinks

Another great tip from Joost de Valk is that unless you plan to run a news website or you have a special reason to add dates to your URLs, it’s best to avoid choosing date-based permalink settings when setting up your site’s URLs.

Avoid setting up URL structures that date your posts

(Avoid using permalinks that date your posts)

Although using URL structures that time-stamp your content is better that using no permalinks at all from an SEO point-of-view, 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 Changing Permalinks In Blogs With Published Posts?

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

Disclaimer

If your website is already established 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 doing so can create issues and loss of traffic.

301 Redirection

As you’ve seen in the above screenshots of actual search results, many website owners (or whoever set up their site) are unaware of the SEO-friendly URLs feature of WordPress.

Maybe when you started out, your site used the default WordPress permalinks 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 content is perceived as being outdated 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 or existing rankings is to use ‘301 redirects’ to reassign all links using the old permalink structure to URLs using the new permalink structure.

Search engines interpret a ’301′ code as a link that has permanently moved. 301 redirects are the most efficient and search engine friendly way to redirect visitors to new website destinations and avoid running into ”page not found” errors when clicking on an old link.

To create an effective permalink structure change and avoid damaging your search rankings, sending visitors to broken links, etc. you will need to set up your redirection system before changing the permalink structure of your site.

You can site using WordPress plugins like Simple 301 Redirects, or Redirection, or use the services of a professional to assist you with setting up and redirecting your permalinks correctly to avoid problems and troubleshoot any errors.

Simple 301 Redirects - WP redirection plugin

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

Congratulations! Now you know about the built-in system WordPress uses to display SEO-friendly URLs for your posts. For additional information on using Permalinks, see the official WordPress documentation here:

http://codex.wordpress.org/Using_Permalinks

***

"This is AMAZING! I had learnt about how to use WordPress previously, but this covers absolutely everything and more!! Incredible value! Thank you!" - Monique, Warrior Forum