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. Canonical → a URL that then redirects. Conflicting signal (here vs there vs elsewhere); weakens consolidation.
Why does canonical points to a redirected url matter for AI search?
Conflicting signal (here vs there vs elsewhere); weakens consolidation.
How do you fix it?
Point to the final destination directly.
How do you 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.
Which ranking and citation factors does it touch?
Pointing the canonical at the final URL consolidates signals cleanly. A redirected canonical is an avoidable indirection.
What is the impact?
Medium-high. Direct.
What is the 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
Frequently asked questions about canonical points to a redirected url
What does "Canonical points to a redirected URL" mean?
Canonical → a URL that then redirects.
How do you fix canonical points to a redirected URL?
Point to the final destination directly.