IP Canonicalization Test
Last updated:
Test one narrow server signal: whether a direct HTTP request to the first resolved IPv4 address redirects to your hostname. Shared hosting and CDNs can fail this test by design, so review the evidence before changing routing.
Enter your domain to run the test:
The test resolves public IPv4 A records and checks only the first address over plain HTTP.
Found issues? That’s exactly what our SEO audit fixes.
Our SEO Audit + Essentials package ($555, one-time) finds and fixes exactly these kinds of problems, with a prioritized plan in plain English.
Looks clean here. How is the rest of your SEO?
One passing check doesn’t make a ranking strategy. We audit the full picture: content, technical SEO, internal links, and search intent.
Want us to act on this result? Fix these findings →
Prefer the partnership route? Refer clients to us, earn 10% →
How the Test Works
- Resolve the IP, your domain is looked up to its A record.
- Request by IP, our server fetches the site directly by the raw IP.
- Inspect the response, we check for a redirect to your domain.
- Report the result, you get a pass or a clear fix recommendation.
Why It Matters
- Dedicated-origin hygiene, a default-host redirect can prevent an origin you control from serving the same public site at a numeric address.
- A narrow duplicate-URL check, a passing result removes one possible alternate homepage address; it does not validate canonical tags or every host and protocol variant.
- Safer interpretation, a failure on shared hosting or a CDN can be normal because the provider routes requests by hostname or TLS SNI.
- A clear next check, use the redirect and canonical tools separately to inspect named URLs, full chains, and page-level canonical signals.
Canonicalization is one of many signals search engines weigh. Our SEO services fix redirects, duplicate URLs, and crawl issues so engines see one clean version of every page.
IP Canonicalization Scenarios Reference
Canonicalization is about making sure each page is reachable at exactly one URL, with every other variant redirecting to it. These are the three scenarios that matter most, what the correct behavior is, and why it helps. The fix in every case is a server-side 301 permanent redirect to the canonical address.
| Scenario | Correct behavior | Why |
|---|---|---|
| IP-only access | A request to the raw IP (or a missing/invalid Host header) returns a 301 to the canonical domain. | Stops the same site answering at both an IP and a domain, which can cause duplicate indexing and exposes the origin. |
| www vs non-www | One host is canonical; the other 301 redirects to it, consistently across the whole site. | Serving content at both www and the bare domain splits signals between two URLs that look like separate pages. |
| HTTP to HTTPS | Every HTTP URL 301 redirects to its HTTPS equivalent. | Guarantees one secure canonical address and avoids insecure duplicates of every page. |
How to set the 301: on Nginx, add a catch-all default server block that issues return 301 https://your-domain.com$request_uri;. On Apache, use a catch-all VirtualHost or a RewriteRule that tests the %{HTTP_HOST} against your canonical domain. On most managed hosts and CDNs, set the canonical domain or a redirect rule in the dashboard. Use 301 (permanent), never 302, so ranking signals consolidate.
Next steps
IP Canonicalization Test related tools and articles
Continue with the closest follow-up checks and guides based on this tool's topic, crawl intent, and optimization workflow.
IP Canonicalization Test: FAQ
What does this test do?
What counts as a passing result?
Why can a healthy CDN-hosted site fail?
Does the test check every server address?
Does the request preserve my domain in the Host header?
What should I change after a failure?
Why might the test return no result?
What data is sent during this test?
Free 48-Hour Website Audit
Not sure what to fix first on your own website? We'll review it and tell you, in plain English. Free & non-obligatory.
Want Your Technical SEO Done Right?
We fix canonicalization, redirects, and crawl issues so search engines see one clean version of your site.