User-Declared Canonical Not Selected by Google
What This Means
The page has a rel="canonical" tag pointing to a specific URL (the declared canonical), but Google Search Console shows that Google has selected a different URL as the canonical — either the current page's own URL or a completely different URL. Google has overridden the canonical hint.
Why It Matters for SEO
Google treats canonical tags as hints, not directives. When Google selects a different canonical than declared, it typically means: there are conflicting signals (e.g., the canonical tag points to URL A, but most internal links point to URL B); the declared canonical URL has issues (returns an error, is itself canonicalized to a third URL); or Google believes another URL is a better canonical based on inbound link patterns and content analysis.
A Google-overridden canonical means your intended canonical URL may not be receiving the ranking signals you intended.
What the Platform Checks
Cross-references GSC URL inspection data (which reports the canonical selected by Google) against the page's declared rel=canonical. Fires when the two differ.
How to Fix It
- Check whether the declared canonical URL is valid (returns 200, has a self-referencing canonical).
- Check that internal links predominantly point to the declared canonical URL, not to other variants.
- If Google is right (the other URL is a better canonical): update the rel=canonical to point to the URL Google selected.
- Resolve any redirect chains in the canonical chain — the canonical should point directly to the final 200 URL.
Find every overriddencanonical tag
The audit cross-references GSC canonical data with declared canonicals to find every case where Google overrode your hint.