Free Canonical Tag Checker
Canonical tags tell search engines which URL is preferred when duplicates exist. Scan your page to verify the canonical is present and points to the right URL.
Website URL to analyze
Ready to publish
Generated file
Recommended actions
Prioritised fixes — highest discoverability impact first
Canonical tags tell search engines which URL is preferred when duplicates exist. Scan your page to verify the canonical is present and points to the right URL.
Validate rel=canonical tags so search engines index your preferred URL when duplicates, parameters, or HTTP/HTTPS variants exist.
In your free report
- rel=canonical link tag presence in HTML head
- Whether canonical is self-referencing or points elsewhere
- HTTP vs HTTPS and www vs non-www consistency
- Conflicts with meta robots noindex on the same page
Recommendations from official docs
One canonical per indexable page
Google expects a single canonical URL per page. Multiple conflicting canonicals cause Google to ignore them and pick its own preferred URL.
Use absolute URLs
Canonical href values should be absolute (https://example.com/page), not relative paths — relative canonicals are error-prone across environments.
Canonicalize parameter and duplicate URLs
UTM tags, sort filters, and print versions should canonicalize to the clean primary URL to consolidate ranking signals.
Do not canonicalize to a noindex page
Pointing canonical to a noindex URL sends mixed signals. The indexable page and its canonical target should both be crawlable and indexable.
Step-by-step action plan
- 1 Add <link rel="canonical" href="https://yourdomain.com/preferred-url"> in <head>.
- 2 Pick one preferred host (HTTPS, www or non-www) and redirect others with 301.
- 3 Set canonical on parameterized URLs to the clean version without query strings.
- 4 Remove duplicate canonical tags injected by plugins or conflicting SEO tools.
- 5 Verify in Google Search Console URL Inspection which URL Google selected as canonical.
Need help fixing AI SEO issues?
Optimize your website for AI SEO, ChatGPT Search, Google AI Overviews, GPTBot, llms.txt, robots.txt, schema, and crawlability.
Questions about this tool
Why do canonical tags matter?
They tell search engines which URL is preferred when duplicate or similar pages exist, reducing index bloat.
What if my canonical points elsewhere?
Search engines may index the canonical target instead of the scanned URL. Align canonicals with your intended indexable page.