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 …

Configuring Your WordPress Permalinks

Wouldn’t it be great if you could publish content on your website or blog, and the following happened … just from your page URL:

  • Site readers could easily determine what your post was about,
  • Google would be able to discover your posts faster,
  • Every post created on your website 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

Permalinks – Definition

Permalinks are the permanent URLs to an individual post, category, or other taxonomy (a way to group 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 to a particular post on your website. Permalinks are often called “pretty” URLs.

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

Permalinks – Why Use Them?

As you probably know, WordPress is one of the best Content Management Systems you can use when it comes to SEO.

WordPress is not only well optimized straight out of the box, but there are SEO plugins you can use that will help to fine tuned its SEO aspect further.

If you focus on the SEO aspect of your site, then you cannot ignore the importance of its URLs. Search engines like Google tend to give special significance 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 can also improve the usability, aesthetics, and forward-compatibility of your links.

Now … let’s review why it’s best to set up permalinks when publishing content in WordPress.

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

How To Configure WordPress PermalinksWordPress uses the above link structure with a string query to find data within its database. It doesn’t really help your website with on-site search engine optimization.

As the screenshot below shows, many WordPress users haven’t yet configured their permalinks …

Using Permalinks To Improve Your WordPress SEO

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

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

WordPress lets you create a custom URL structure for your published posts, so your pages can go from this …

Setting Up Your WordPress Permalinks

To this …

How To Improve Your WordPress SEO Using SEO-Friendly URLs

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

Setting Up WordPress Permalinks

In your WordPress dashboard click on, Settings > Permalinks

How To Set Up WordPress Permalinks

This will bring up 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 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 …

Configure 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/travel-tips/how-to-save-money-on-cruise-travel

Instead of this …

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

Using permalinks helps visitors understand what your content is about

(Using permalinks helps visitors and search engines understand what your post 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, displayed as four digits (e.g. ‘2012’)
  • %monthnum% – Month of the year (e.g. ‘03’)
  • %day% – The day your post is published (e.g. ‘14’)
  • %hour% – The hour the post is published (e.g. ‘06’)
  • %minute% – The minute the post gets published (e.g. ‘03’)
  • %second% – The exact second your post is published (e.g. ‘26’)
  • %post_id% – The unique ID # of your post (e.g. ‘6160’)
  • %postname% – A correctly formatted version of the 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 letters and exclamation symbols deleted) in the URL. Tip: You can always 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 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 …

Using Permalinks To Improve Your WordPress SEO

Or, use one of the following structures:

How To Improve Your WordPress SEO With 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 …

Changing Your WordPress Permalinks

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

Optional Permalink Settings

Using Permalinks To Improve Your WordPress SEO

This section lets you set up custom structures for your category and tag page URLs.

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

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

For example, using “recipes” as your category base will display your category links as ‘http://domain.com/recipes/category_name/’.

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

Using Permalinks To Improve Your WordPress SEO

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

How To Improve Your WordPress SEO Using SEO-Friendly URLs

To this …

Setting Up Your WordPress Permalinks

If you leave the fields blank WordPress uses the defaults.

Remember to save your changes after you are done …

Setting Up 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 Information

Categories

To get the most benefit out of using Permalinks, it’s important 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 plugin developer Joost de Valk, here are a few things 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. adds a relevant keyword or keyword phrase to your URL), you may want to use categories 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 copy or 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.

Despite being the subject of intense debate in WordPress SEO circles, when it comes to adding category vs no category there is no ”better” permalink structure to use. We recommend choosing the permalink structure you think will suit your site best and that will make your post URLs short enough to be attractive and long enough to be descriptive.

We cover WordPress categories in another article.

Make Your Content Timeless

Another great 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 syntax when setting up your blog’s URLs.

Avoid using URL structures that time-stamp your posts

(Avoid using URL structures that time-stamp your content)

Visitors are less likely to click on a post that is several years old, even if the content is relevant to what they are searching for.

What About Established Sites?

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

Note

If your website or blog 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 absolutely necessary, as doing so could create SEO issues and errors.

Use 301 Redirection

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

Maybe you started out using the default WordPress URL structure and now you would like to optimize your site better for search engines. Maybe your site was originally set up 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 remove the date portion of the permalinks.

The best way to modify your URL structure without negatively affecting your site’s SEO or rankings is to use ‘301 redirects’ to point links that use the previous permalinks syntax to post URLs that use the new permalinks structure.

Search engines interpret a ’301′ code as a link that has permanently relocated to another address. 301 redirects are the most effective and search engine friendly way to redirect users to new website destinations and avoid running into page errors when they click on an old link.

To create an effective permalink structure change and avoid damaging your rankings, sending visitors to error pages, etc. you will need to configure your redirection system before messing with the permalink structure of your site.

You can WordPress site 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 issues and troubleshoot any errors.

WP plugin Simple 301 Redirects

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

Congratulations! Now you know how to set up your WordPress site to display search engine-friendly URLs for your posts. To learn more about using Permalinks, see the WordPress codex below:

http://codex.wordpress.org/Using_Permalinks

***

"I was absolutely amazed at the scope and breadth of these tutorials! The most in-depth training I have ever received on any subject!" - Myke O'Neill, DailyGreenPost.com