Canonical tag
A canonical tag declares a page's preferred URL when the same content is reachable at more than one address. What it fixes, and the syntax.
What it is
A canonical tag (<link rel="canonical">) declares a page's preferred URL when the same content is reachable at more than one address — with and without a trailing slash, with and without a tracking query string, over http and https.
It doesn't redirect anything; it's a hint that tells a search engine which of several equivalent URLs to index and rank.
Why it matters
Without a canonical tag, a search engine has to guess which of several near-identical URLs is the 'real' one, and can end up splitting ranking signals across them instead of consolidating on a single page.
It's cheap to be defensive about even on a site with no known duplication problem: a canonical tag pointing at the page's own URL costs nothing and prevents a future URL-parameter change from silently creating duplicates.
How to fix it
with a reference doc<link rel="canonical" href="https://example.com/page">Related checks
3This is one of the 75 checks the scanner runs. See what we check for the full list, every severity weight, and how the score is computed from them.