Canonical tag

lowseo-canonical

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
html
<link rel="canonical" href="https://example.com/page">

Reference documentation

Related checks

3
highMissing title tagThe <title> tag in a page's <head> names the page for browsers, search results and social shares. It's one of the few pieces of a page search engines still treat as an explicit, author-declared signal rather than something inferred from content.mediumMissing meta descriptionThe meta description is a <meta name="description"> tag summarizing the page in a sentence or two. Search engines usually — not always — use it verbatim as the snippet shown under a result's title.highMeta robots noindexThe meta robots tag — <meta name="robots" content="..."> — gives per-page instructions to crawlers, most commonly noindex (don't show this page in search results) and nofollow (don't follow links from this page). This check fails when either is set.

This 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.

See whether your own site passes canonical tag.

One page, all 75 checks, free. No account, no card.

Run a scan