Canonical host check
WWW & Non-WWW Redirect Checker: fix duplicate hosts fast
This tool verifies how a website behaves on www and non-www versions. You paste up to 100 domains or URLs,
and it tests both host variants, follows redirects, and shows the final destination — so you can confirm the canonical host setup without guesswork.
How the checker works
For every input, the tool generates two requests: https://example.com/ and https://www.example.com/
(or http if you pasted an http URL). Each variant is checked separately: we record the initial status code, follow each redirect step,
count hops, and capture the final URL and final status. That side-by-side view makes problems obvious within seconds.
Why WWW vs Non-WWW redirects matter for SEO
Search engines treat example.com and www.example.com as different hosts. If both return 200
and serve content, you create duplicates, split link equity, and send conflicting canonical signals. The safest setup is simple:
choose one canonical host (WWW or Non-WWW) and redirect the other to it with a clean permanent redirect (typically 301) in one hop.
A correct redirect rule improves crawling consistency, prevents “double indexing”, and makes migrations, CDN changes, and HTTPS rollouts much less risky.
What issues you can spot instantly
- Both serve: www and non-www return 2xx without redirect → duplicate host problem.
- Inconsistent finals: each variant lands on a different final host/path.
- Too many hops: long redirect chains that slow bots and waste crawl budget.
- Loops: redirects that circle back and never resolve.
- Failures: DNS/TLS/timeout errors that prevent crawling.
Best times to use this tool
Run this check after launch, after switching hosting or CDN, during HTTPS enforcement, and before/after migrations. If rankings drop, indexing slows down,
or you see both hosts indexed in Google — start here. HTTP behavior is the foundation: once the canonical host is stable, everything else (sitemaps, canonicals,
internal links) becomes easier to control.
Fast workflow tip
Check a few representative URLs: homepage, one deep URL, and a typical category/article page. Your goal is not to “run tools because they exist”,
but to confirm one fact: do both hosts resolve to the same final destination, cleanly, in minimal hops. Export results when you audit a batch,
and you’ll have a clear action list for redirects and host canonicalization.