Quick answer
Canonical tags identify a preferred URL when several addresses represent the same or similar content. A reliable strategy uses one accurate canonical alongside consistent redirects, internal links, sitemaps, and indexability signals. NOTABIS checks these pieces separately because a present tag can still point to the wrong URL.
What the issue means
The canonical link is declared in the document head:
<link rel="canonical" href="https://example.com/guides/tyre-storage">
Canonicalisation is a hint for consolidation, not a redirect, access rule, or guarantee that a search engine will choose the target. Variants can arise from parameters, trailing slashes, host and scheme changes, print views, filters, or old routes.
Why it matters for SEO
Consistent canonical signals help search engines group duplicate URLs and choose a representative. An off-origin, redirected, conflicting, or duplicate canonical can make selection less predictable. Canonical tags do not make a page indexable, transfer every signal automatically, or replace useful content.
How NOTABIS detects it
NOTABIS reports canonical present when a value is measured, missing canonical when none is found, and multiple canonical tags when more than one element exists. It also checks off-origin targets, redirects, noindex conflicts, and duplicate content. These rules are based on the first measured canonical and the audit’s URL and response; they do not decide your business intent.
How to check it yourself
Inspect the final HTML after redirects and resolve the canonical to an absolute URL. Request the target and compare status, content, language, links, robots directives, and indexability. Test clean, parameter, print, locale, and migrated variants, then compare internal links and sitemap entries.
How to fix it
Choose one preferred URL per content set and emit exactly one accurate canonical. Link internally and list that URL in sitemaps, redirect retired variants directly, and avoid pointing unrelated pages at the home page. Keep query and filter policies deliberate, then recheck the source and target after deployment.
When this is intentional or does not need fixing
Self-canonicals are common but not mandatory for every route. A parameter variant may intentionally consolidate to a clean URL, and cross-origin canonicalisation can be used for syndicated content. Private, non-indexable, or non-HTML resources may need another policy. Document the choice and avoid conflicting signals.
Related issues
Compare canonical URL present, missing canonical URLs, multiple canonical tags, canonical and redirect conflicts, canonical off-origin, and duplicate URLs.
Run a NOTABIS audit
NOTABIS brings canonical, redirect, noindex, URL, and duplicate-content evidence together so you can choose and verify one representative URL.