1.3 CanonicalisationHighVerified
Canonical points to a redirected URL
If my canonical points at a URL that then redirects, I am adding an unnecessary hop and muddying the signal. The canonical should point straight at the final destination.
What it is
Canonical → a URL that then redirects.
Why it matters
Conflicting signal (here vs there vs elsewhere); weakens consolidation.
How to fix it
Point to the final destination directly.
How to find it on your site
- Extract canonicals from a crawl and resolve each target with curl -IL.
- Flag any canonical whose target returns 3xx.
- Update the canonical to the final 200 URL.
- Re-crawl to confirm the canonical now resolves directly.
Cross-reference to ranking and citation factors
Pointing the canonical at the final URL consolidates signals cleanly. A redirected canonical is an avoidable indirection.
Impact
Medium-high. Direct.
Evidence
Canonicals should point to the final URL, not a redirect. Google Search Central, Consolidate duplicate URLs (canonicalization); Google Search Central, Redirects and Google Search
Sources