{"id":15858,"date":"2019-10-24T09:00:43","date_gmt":"2019-10-24T06:00:43","guid":{"rendered":"https:\/\/www.reliablesoft.net\/?p=15858"},"modified":"2021-06-27T21:04:00","modified_gmt":"2021-06-27T18:04:00","slug":"what-is-a-canonical-url","status":"publish","type":"post","link":"https:\/\/www.reliablesoft.net\/what-is-a-canonical-url\/","title":{"rendered":"What is the meaning of a Canonical URL? Easy Guide with Examples"},"content":{"rendered":"
When you get deeper into technical SEO, you\u2019ll come across canonical URLs (rel=”canonical”) and if you don\u2019t know what a canonical URL is and what it does, it can get confusing.<\/p>\n
The purpose of this post is to remove the confusion and help you understand in simple terms what is the meaning of a canonical URL and how to use Canonical URLs correctly.<\/p>\n
This guide covers the following topics:<\/p>\n
A canonical URL is added in the HEAD section of a page and tells search engines which is the preferred URL for the particular page. A canonical URL can point to itself (self-referencing) or to a different URL.<\/p>\n
Canonical Tags are most commonly used to:<\/p>\n
A canonical URL is only visible to search engine crawlers and not users. It is added to the <HEAD><\/HEAD> section of a page and has the following format:<\/p>\n
To find the canonical URL of page use one of the methods below:<\/p>\n Open a webpage in Chrome and select VIEW > DEVELOPER > VIEW SOURCE from the top menu, to view the HTML source of a page.<\/p>\n Search for the word \u2018Canonical\u2019. If the canonical tag is defined, it should look like this:<\/p>\n If you cannot find the word canonical in your HTML, then this means that there is no canonical URL defined for the particular page.<\/p>\n<link rel=\"canonical\" href=\"CANONICAL-URL\"\/><\/code><\/p>\n
View the HTML Source of a page<\/h3>\n
<link rel=\"canonical\" href=\"https:\/\/www.reliablesoft.net\/what-is-a-canonical-url\"\/><\/code><\/p>\n
Using the URL Inspection Tool<\/h3>\n