Canonical Address: What It Is and Why It Matters
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
| Case | What to Specify |
|---|---|
| Regular Page | Itself — self-canonical |
| Address with UTM Tags | Clean address without parameters |
| Pagination | Each page to itself, not all to the first |
| One Product in Several Categories | One main product address |
| Print Version | Main version |
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”.