SEO Friendly URL And Permalink Structure

Vimal K. Vishwakarma
3 min readFeb 6, 2020

--

Have you ever wondered what is the most SEO Friendly URL structure for SEO in WordPress? We often ask this question to new users. Because in the past the default WordPress URL structure was not compatible with SEO. However this has now changed. In this article, we will explain the WordPress SEO friendly URL and how you can optimize your permanent WordPress link.

You may also want to see:

Table of Contents

What is an SEO Friendly URL?

SEO friendly URLs are URLs that are designed to meet the needs of users and searchers. In particular, URLs optimized for SEO are concise and keyword-rich.

Example of a SEO friendly URL:

https://www.technovimal.in/how-to-start-a-blog.html

So what does a non-SEO compatible URL look like?

https://www.technovimal.in/?p=10467

By default, WordPress now uses URL post names, which is the most SEO-friendly URL structure.

So why do beginners still ask us for the best permanent link structure?

Because in the past, WordPress did not use beautiful URLs, also known as permanent links. The default value used to be the non-SEO compatible example we shared earlier.

This was changed to WordPress 4.2. If you installed WordPress recently, your site’s URLs are compatible with SEO.

You can easily verify your permalink settings in your WordPress administration area.

The Permalink Settings Page Explained

In WordPress, the link is called Permanent Link (abbreviation for permanent link). You are using the term cross-linking structure and URL structure to exchange.

You must first go to the Permanent Links Settings page in your WordPress administration area.

Simply click on the Settings link on the Administrator menu and then click on Permanent Links. This will take you to a page that looks like this:

As you can see, several options are available.

Field:
https://www.technovimal.in/?p=123

Day and name:
https://www.technovimal.in/2020/02/05/sample-post/

Month and name:
https://www.technovimal.in/ 2020/02/sample-post/

Numerical:
https://www.technovimal.in/archives/123

Job Title:
https://www.wpbeginner.com/sample-post/

Custom Structure:

Choose your own URL structure with available tags.
Let’s explain these options a bit and how useful they are for users and SEO.

The first option of a simple name used to be the default WordPress URL structure. This is not an SEO friendly option.

The day and name option are somewhat SEO friendly because it has a publication name. However with the date the URL becomes too long. But most importantly after some time, its content seems obsolete, even if you update it regularly. Similarly the month and name options also risk being dated.

However, if it is a news publication you want your URL to have dates to show the news and improve the user experience.

In our opinion, those two structures are only good for news sites. Business sites that always hope to create green content should avoid it.

The publication name option is the most SEO friendly because it is short and beautiful.

If you are running a large publication you can use a custom structure that can also be compatible with SEO.

In TechnoVimal, we use a custom permanent link structure that appends the category name with the name of the post in the URL. Because our site is large and has thousands of articles we like it very much. You will see that large posts follow a similar URL structure.

To use a custom URL structure, you must add special tags to the custom structure box. For example, we use:

/%Category%/%Postname% /

Notice how each label is wrapped between percent signs. Also, inspect the slashes before and after the label.

MORE

--

--

Vimal K. Vishwakarma
Vimal K. Vishwakarma

Written by Vimal K. Vishwakarma

I’m a blogger and YouTuber from west Delhi. This Blog is all about Technology, Gadgets, Affiliate Marketing, Online Earning… https://www.technovimal.in/

No responses yet