Missing canonical: Google no longer knows which URL to index
In brief
Without a canonical tag, Google picks which of your URL variants to index on its own (parameters, www, trailing slash), which can dilute or duplicate the signal. Restore a self-referencing canonical to point to the reference URL.
What is it?
The canonical tag on this page is gone.
Why it hurts SEO and AI
Without a canonical, Google picks the URL to index on its own among the variants (parameters, www, trailing slash). On a site with tracking or facets, the signal gets diluted across duplicates and rankings become unstable.
When it is NOT a problem
- The page has no URL variants (no tracking parameters, facets, or www/non-www duplication).
- A clean 301 redirect already consolidates all variants to a single URL.
- The page is intentionally not indexed: canonical isn’t the concern then.
<!-- No canonical: Google guesses -->
<head>
<title>Trail running shoes</title>
</head><!-- Self-referencing canonical -->
<link rel="canonical" href="https://example.com/trail-shoes">The canonical must point to the clean URL (without tracking parameters) you want indexed.
How to fix it
- Identify the affected template (product, article, category) and the reference URL to index.
- Add a self-referencing <link rel="canonical"> in the <head>, rendered server-side.
- Make sure it points to the clean absolute URL, not a variant with parameters.
- Re-crawl to confirm the canonical is present and consistent.
This scan checks the HTTP status, noindex and canonical of every page
Is this issue on your site?
Do all your pages have their canonical? Enter a URL: Seogard checks the canonical tag in the raw HTML and the render and flags inconsistencies in 30 seconds. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
Google concentrates all the signal on a single URL — stable, predictable rankings.
Seogard catches this regression automatically — through its monitoring for your metas and canonicals.
Frequently asked questions
Should a page have a canonical pointing to itself?
Yes, the best practice is a self-referencing canonical on every indexable page: it removes any ambiguity about the reference URL.
Does a missing canonical cost rankings?
Not directly, but it lets Google split the signal across duplicate URLs, which can make rankings unstable.
Related rules
Updated July 10, 2026