← Back to SEO LearnNOTABIS SEO / LEARN

Technical SEO · 16 September 2026

Canonical URL Present: How to Verify It

The canonical-present check passes when NOTABIS measures a canonical link value. It confirms a declaration only; target correctness, conflicts, and indexability require separate checks.

Quick answer

The canonical-present check passes when NOTABIS measures a canonical link element in the page HTML. It confirms a declared value, not that the URL is correct, same-origin, reachable, or selected by a search engine. Review conflicts, duplicates, redirects, and query variants in context.

What the issue means

A canonical link identifies the URL a site considers the preferred representative of similar pages:

<link rel="canonical" href="https://example.com/guides/tyre-storage">

It is a signal for consolidation, not a redirect and not an access-control rule. A page can be canonical to itself, point to another same-site URL, or intentionally consolidate a parameter variant.

Why it matters for SEO

Consistent canonical signals can help search engines group duplicate or near-duplicate URLs and choose a representative for indexing. A present tag with the wrong target can be more confusing than no tag, and Google may select a different canonical based on other evidence. The element does not force indexing or transfer every signal automatically.

How NOTABIS detects it

The canonical-present rule is a page-level passed check created when the first measured link[rel="canonical"] element has a value. NOTABIS does not validate the URL’s status or content, count uniqueness, or decide whether the target is the best representative. Separate checks cover multiple canonical tags, off-origin targets, canonical/redirect conflicts, and canonical/noindex conflicts.

How to check it yourself

Inspect the final HTML after redirects in View Source and developer tools. Resolve relative URLs, request the canonical target, and compare its content, status, indexability, and language with the source page. Check parameter, print, filter, and mobile variants separately.

How to fix it

Emit one canonical URL from the same routing and content rules that define the page’s preferred address. Use an absolute, stable URL where practical, keep internal links and sitemaps aligned with it, and remove conflicting tags from shared layouts. Do not canonicalise unrelated pages to the home page or use a canonical as a substitute for a redirect.

<link rel="canonical" href="https://example.com/guides/tyre-storage">

After deployment, fetch the source and target, then allow search engines time to recrawl and process the signal.

When this is intentional or does not need fixing

Some utility, private, or intentionally non-indexable routes may not need a canonical. Query variants can deliberately point to a clean URL. Keep the strategy documented and make sure canonical and noindex directives do not contradict the intended outcome.

Related issues

Read missing canonical URLs, canonical and noindex conflicts, and duplicate content. Google’s guide to consolidating duplicate URLs describes canonical signals and their limits.

Run a NOTABIS audit

NOTABIS records the canonical value measured on each page, so you can compare a presence check with the target URL and related conflict findings.

Measure before you change

See which issues affect your site.
Run a NOTABIS audit ↗