Contact
What are you interested in?
Canonical Tag (rel=canonical).
The canonical tag is an HTML hint (rel=canonical) that tells Google which version of a page you prefer when identical or near-identical content is reachable under several URLs. It consolidates ranking signals on the one address that should count.
Canonical Tag (rel=canonical) — Explained in Detail
The canonical tag is a link element in the <head> of a page: <link rel='canonical' href='…'>. It tells search engines which URL should be treated as the original when the same or almost the same content is reachable at several addresses. That stops the variants competing with one another for the same query, which is the practical problem duplicates create — not a penalty, but a split. Instead of one strong URL, you end up with several weak ones that each hold a fraction of the signal.
Duplicate content arises faster than most people expect: through URL parameters for tracking or filtering, with and without 'www', in different letter cases, through print views or session IDs. An online shop whose product is reachable at both /shoes/red?colour=red and /shoes/red can point a canonical at /shoes/red and concentrate every signal on that one address. Nothing is removed, nothing breaks for the visitor, and the shop keeps working exactly as before.
One thing matters: the canonical tag is a hint, not an instruction. Google usually follows it, but it is not obliged to. For it to be respected, the canonical URL should return status 200, actually match in content, and be set consistently across the whole site. Contradictory signals undermine the effect — a canonical pointing at a page blocked in robots.txt, or a chain of canonicals pointing at each other, tends to be ignored rather than obeyed.
Even a page with no duplicates at all should carry a self-referencing canonical pointing at its own URL. That protects against unwanted copies elsewhere, resolves any parameter version a marketing campaign appends later, and makes the preferred spelling of the address unambiguous. Setting it once in the template is far cheaper than diagnosing a split signal months afterwards. Most modern frameworks, Next.js among them, can generate the tag automatically from the canonical route, so the rule holds even for pages nobody had in mind when the convention was written.
Related Page
Duplicate ContentFrequently Asked Questions About Canonical Tag (rel=canonical)
Whenever identical or very similar content is reachable under several URLs — through filters, parameters, sort orders or print views. The canonical consolidates ranking signals on one URL. As a matter of good practice, though, every page should carry a self-referencing canonical even without an obvious duplication problem, because campaign parameters and third-party copies can appear at any time.
A 301 redirect physically sends users and bots to a different URL; the old address is no longer directly reachable afterwards. A canonical tag leaves every variant reachable but names the preferred one for search engines. Use redirects when a page genuinely moves, and canonicals when several variants of the same content need to exist side by side.
More Terms Starting with "C"
CLS (Cumulative Layout Shift)
CLS is one of Google's three Core Web Vitals and measures the visual stability of a page. It quantif...
CMS (Content Management System)
A CMS is software that allows you to create and edit website content without programming knowledge. ...
CDN (Content Delivery Network)
A CDN is a global network of servers that delivers your website files as close to the user as possib...
Ready for Your Project?
Apply this knowledge to your website — DLM Digital will help you.