Canonical changed: the page now points to another URL
In brief
The page's canonical tag now names a different URL: if it is intentional (migration, consolidation) all is well, otherwise you are telling Google to index another page instead and the current one can drop from the index. Confirm the new target is intended, otherwise restore the self-reference.
What is it?
The canonical points to a different URL than the one observed on the previous crawl.
Why it hurts SEO and AI
If the change is intentional (migration, consolidation), all is well. If accidental, you are telling Google to index ANOTHER page instead of this one: the current page can be deindexed in favor of the target.
When it is NOT a problem
- Intentional migration or consolidation: the new canonical target is the page you want indexed.
- A paginated page or variant (filter, sort) that should legitimately point to its main version.
- First crawl: with no previous baseline, Seogard does not flag a change.
<!-- on page /product-a -->
<link rel="canonical" href="https://site.com/product-b" /><!-- on page /product-a -->
<link rel="canonical" href="https://site.com/product-a" />If /product-a should be indexed, its canonical must reference itself; pointing to /product-b gets it deindexed in favor of the other page.
How to fix it
- Open the page source and find the <link rel="canonical"> tag and its new target.
- Decide whether that target is intended: a planned migration or consolidation, or an accidental change.
- If accidental, restore the self-reference (canonical = the page's own URL) in the SEO template.
- Re-crawl to confirm the canonical points to the right URL.
This scan checks the HTTP status, noindex and canonical of every page
Is this issue on your site?
Do your canonicals point where you think? Enter a URL: Seogard reads the canonical tag on every page and alerts you the moment it changes target, before Google deindexes the wrong one. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
No silent deindexing: every indexable page keeps its signal.
Seogard catches this regression automatically — through its monitoring for your metas and canonicals.
Frequently asked questions
Does a canonical to another page really deindex the page?
Yes: the canonical is a strong instruction to Google, which consolidates signals toward the target and often removes the original page from the index.
How do I know if the canonical change was intentional?
Check whether it lines up with a planned migration or redesign. If nobody decided to redirect indexing to another URL, it is accidental.
Related rules
Updated July 10, 2026