WordPress Permalinks

Permalinks in WordPress = “permanent links.” Those are the permanent URLs of the blog posts and pages on your WordPress site. For example, the permalink of this very blog post that you’re reading right now is: https://docs.junglewp.com/wordpress-permalinks/.

Permalinks are also among the key parameters of any WordPress blog, and something that you should set right away after you launch a new website.

Here’s why:

Why permalinks in WordPress are important

Basically, it’s through permalinks that the world identifies the individual pieces of content on your WordPress blog … as grand as it might sound.

For instance:

  • If another blogger wants to link to your content, they point to one of your permalinks.
  • If you want to share your content on social media, you share the permalink.
  • If Google wants to index a piece of your content, they use the permalink.
  • If you want to show your content to a friend, by mentioning it in an email for example, then you give them the permalink.
  • I might be missing some important uses, but you get the gist.

The problem with permalinks in WordPress

The main problem with permalinks in WordPress, as great as they are, is that the default permalink setting – the one that WordPress comes preinstalled with – isn’t optimized at all.

If you go to your wp-admin / Settings / Permalinks right after installing WordPress, you’ll see this:

The default permalink structure therefore is:

<code>http://www.YOURSITE.com/?p=123
  • where “123” is the ID of a given post or page in the database.

Why is this bad?

The chief reason is that a structure like that gives you no possibility to optimize the permalink for neither human beings nor Google (not good for your SEO).

Here’s why:

Say you publish a piece of content on, “How to boost traffic on your website?” If your permalink is:

  • http://www.YOURSITE.com/how-to-boost-traffic-on-your-website – then you’re basically giving everyone a hint as to what this piece of content is about. This goes for both Google and human beings. Every person, algorithm, and bot can decode that information.
  • http://www.YOURSITE.com/?p=27 – then no one knows anything. As simple as that.

How to set permalinks in WordPress

Okay, luckily, this is very simple. But the task is two-fold:

  1. You need to set the permalink structure right after you launch a new WordPress site.
  2. You should set the permalinks for every piece of content individually.

In that scenario, #1 will give your site the right structure to work with for the future. And with #2 you can fine-tune the individual permalinks of all your posts and pages.

Let’s explain both of those quickly:

1. How to set the permalink structure in WordPress

To set your permalink structure, go to your wp-admin / Settings / Permalinks. Once there, select this option:

  • Just to make sure we’re on the same page, it’s the one labeled “Post name.”

Now, why this one?

Quite simply, it holds the least amount of unneeded clutter… There are no seemingly random numbers, no dates, no arbitrary words (like “archives”). There’s just the post name that you can control 100% (more on that in the next point).

Note. Why you don’t want dates in your permalinks? The main reason is because dates discourage your visitors from reading your older content. Any date that’s older than last week (or so) looks like out-of-date information, despite the fact that it might still be very valid, or might even be evergreen.

After you select that new permalink structure (“Post name”), just click “Save Changes” at the bottom of the settings page:

2. How to set the individual permalinks for posts/pages

Once you have the overall permalink structure set, you can proceed to tweaking your individual posts and pages.

This can be done through each individual post’s or page’s editing screen. When you’re editing content, you’ll see this little area directly on top of the title field (you need to click on the title though):

You can click on the “Edit” button and adjust that permalink. A box will appear, and you can put pretty much whatever you wish there:

The standard, though, is to either use the given post’s whole title or some simplified version of it. For example, this post’s title is, “What Are Permalinks in WordPress? How to Set Them and Why,” but the permalink part is just, permalinks-in-wordpress, just like you can see above.

Note. Try not to update the permalink structure once you publish your post or page. One of the main ideas behind permalinks is that they are permanent, hence the name. Changing those links later on makes finding your content more difficult for people as well as search engines.

That’s pretty much all there is to permalinks in WordPress. The good thing is that point #1 you have to do only once after first launching your site. And from there, WordPress is quite good at proposing optimized permalinks for your posts and pages on its own, so #2 becomes easy too. When working on new content, you just need to have a look if WordPress’ version of the permalink makes sense, and then tweak it slightly in case of any issues.

Setting the right permalink structure is one of the most important thing of many other steps that you should do after launching any WordPress site

Still need help? Contact Us Contact Us