Wouldn’t it be great if you could publish a new post on your WordPress site, and the following took place … just from your web address:
- New visitors could easily understand what your post is about,
- Google would discover your pages faster,
- Every single item of content on your website would have its own 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 organize 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 emails pointing to a particular post on your blog. Permalinks are often called “pretty” URLs.
Permalinks make the URLs to each post on your website permanent, hence a perma-link.
Permalinks – Why Do We Need To Use Them?
Hopefully, by now you probably know that, WordPress is one of the best Content Management Systems available 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 can help to improve its SEO aspect.
If you are looking to optimize the SEO aspect of your website, then you cannot ignore the importance of its URLs. Search engines like Google tend to pay special attention to the structure of URLs when indexing its pages.
Permalinks can be used to turn links on your site into “search engine friendly” URLs. Permalinks can also improve the usability, aesthetics, and forward-compatibility of your links.
Now … let’s see why you may need to set up permalinks in WordPress.
By default, a WordPress installation uses a non-search engine friendly URL structure for your posts that looks like this …
The link structure shown above is used by WordPress to locate information inside its database. It does not help your website with on-site SEO.
As the screenshot image from Google search results below shows, many WordPress site owners haven’t set up their permalinks to publish search optimized content online …
Although these sites are still getting their content indexed on search engines, the owners of these sites are potentially missing out on extra SEO benefits.
To get maximum SEO benefit out of using WordPress and improve your site’s rankings, you will want to make sure to configure your permalinks structure to make it more SEO-friendly by displaying relevant keywords in your URL, instead of meaningless characters.
WordPress offers the ability to create a custom URL structure for your published and archived posts, so your content can go from something that is non-SEO friendly like this …
To something like this …
In this step-by-step tutorial, you will learn how to configure the Permalinks section of your WordPress site to display posts with search engine-friendly URLs instead of the out-of-the-box URL structure and help every new post you add to your site automatically get better indexing in search engines.
How To Change WordPress Permalinks
In your WP admin menu, click on Settings > Permalinks …
This will bring you to the Permalink Settings screen …
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 one.
Permalinks - Common Settings
In the Common Settings section, select Custom Structure, then add one or more ‘tags’ (see below) to create SEO-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-deals/how-to-save-money-on-cruise-travel
Instead of this …
http://www.mytravelsite.com/?p=598
(Using post name permalinks helps visitors and search engines understand what the 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. ‘2011’)
- %monthnum% – The month the post is published (e.g. ‘10’)
- %day% – Day of the month (e.g. ‘19’)
- %hour% – The hour your post gets published (e.g. ‘10’)
- %minute% – Minute of the hour (e.g. ‘10’)
- %second% – Second of the minute (e.g. ‘46’)
- %post_id% – The unique ID # of your post (e.g. ‘8678’)
- %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 characters converted to lower case and no exclamation symbols) 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 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 …
Or, use one of the following structures:
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 …
Choosing ‘Post name’ is the same as choosing ‘Custom Structure’ and using the /%postname%/ tag.
Permalinks – Optional Settings
If you need to configure custom permalinks for your category and tag URLs here is where you would do this.
You can change the ‘base’ tag or category of your URLs using the following structure:
- 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/category_name/’.
So, if you enter the following in your permalinks Optional > Category base settings field …
Your ‘category archives’ page URL will go from looking like this …
To this …
If you leave the fields blank the default settings will be used.
Remember to save your changes when you are done …
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 Info
Use Descriptive Categories
To get the optimal SEO benefit from 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 plugin developer Joost de Valk, here are a few points to consider if you are wondering whether you should add categories to your permalinks or not:
- If your domain is short and your category is short and descriptive (e.g. adds a relevant keyword or keyword phrase to your URL), 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 it’s recommended that you do not use the category tag in your permalink structure.
Ultimately, when it comes to using category vs no category there is no perfect permalink structure to use. Use a permalink structure you think will suit your site best. Many SEO experts and webmasters recommend making your web address short enough to be attractive and long enough to be descriptive.
We provide more information about WordPress categories in another tutorial.
Avoid Using Permalinks That Time-Stamp Your Posts
Another tip from Joost de Valk is that unless your aim is to run a news website or there is a special reason why you need to create dated website addresses, avoid choosing date-based permalink options for your site’s URLs.
(Avoid setting up URL structures that time-stamp your posts)
Visitors are less likely to click on posts that are several years old, even if the content is relevant to the answers they are searching for.
What If My Blog Already Has Content?
Normally, your site’s permalinks should be set up when you first install WordPress. This should be part of your website planning process.
If your website or blog is already established or you have a lot of content already indexed in the search engines and you want to change the permalink structure, make sure that this is something that absolutely needs doing, as changing permalinks after your site has already been up and running for a while can create issues and errors.
301 Redirects
As you’ve seen in the above screenshots of actual search results, many website owners (or their web developers) seem to be completely unaware of the SEO-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. Perhaps your website or blog was configured to display post dates in your URLs and now all of your posts are perceived as being outdated and you want to remove the date tags in the permalinks.
To modify your URL structure without negatively impacting your site’s SEO or existing rankings you will need to add ‘301 redirections’ to point all links using the previous URL structure to destinations using the new permalinks syntax.
A ’301′ code is interpreted by search engines as a link that has permanently relocated to another destination. 301 redirects are the most effective and search engine friendly way to redirect visitors to new website destinations and avoid running into page errors when clicking on an old link.
To effectively change your permalink structure and avoid damaging your rankings, sending visitors to broken links, etc. you will need to install and set up your redirection system before messing with 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 assist you with setting up and redirecting your permalinks correctly to avoid any problems and troubleshoot any errors.
(Set up 301 redirects using a WordPress redirection plugin or get professional assistance)
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 here:
http://codex.wordpress.org/Using_Permalinks
***
"If you're new to WordPress, this can stand on its own as a training course and will stay with you as you progress from beginner to advanced and even guru status." - Bruce (Columbus, Ohio)