Home / Knowledge Base / Glossary / Canonical Address: What It Is and Why It Matters

Canonical Address: What It Is and Why It Matters

Glossary 2 min read Updated 12.09.2026
How a search engine selects the main version of a page among duplicates, how to set up canonical in typical cases, four common mistakes, and why it is important for links.

Canonical address is an indication to the search engine of which of several identical or similar addresses to consider as the main one. It is set by the link rel="canonical" tag in the page code or the server response header.

Why It Is Necessary

The same material is often available at several addresses: with sorting parameters and tags, with www and without, with a slash at the end and without it, in a print version. For search, these are different pages with the same content. The canonical address combines them: signals and link weight are consolidated into one version, and it is this one that appears in the search results.

How Proper Setup Looks

CaseWhat to Specify
Regular PageItself — self-canonical
Address with UTM TagsClean address without parameters
PaginationEach page to itself, not all to the first
One Product in Several CategoriesOne main product address
Print VersionMain version
Canonical Address Is a Hint, Not a Command
Google considers it along with other signals: internal links, sitemap, redirects. If they contradict each other, the search engine will choose the canonical page itself — and not always the one you specified.

Common Mistakes

  • All pages point to the main one. A classic mistake when copying a template: other pages drop out of the index.
  • The canonical address leads to a redirect or 404. The signal is completely broken.
  • Different protocols and domains. The address must match the one you are actually promoting.
  • Canonical plus noindex on the same page. A contradiction that is interpreted unpredictably.

Canonical Address vs. Redirect

They are often confused. A redirect physically takes both the bot and the user to another address — the old page stops opening. A canonical address keeps both pages accessible but asks to consider one of them as the main one. The rule is simple: if the old address is no longer needed by users — redirect; if both versions are needed, for example, a product in two categories — canonical address.

How It Relates to Promotion

Links should lead to the canonical address. If the promoted page specifies another address as canonical, the weight will go there, not to it. You can check the tags with the meta tag analyzer, and the choice of the page for launch is discussed in the article “Which Page to Choose”.

FAQ

Is Google obliged to follow canonical?
No, it is a hint. The search engine considers it along with internal links, the sitemap, and redirects and may choose another canonical page.
What to specify on pagination pages?
Each page to itself. Pointing all pages to the first one drops the second and further from the index.
Can canonical and noindex be set together?
It is not advisable: these are conflicting signals, and the result will be unpredictable.
Was this article helpful?
Try it on your project Everything described in the article is available in the dashboard — the registration bonus is already in your balance.
Open dashboard