Canonical host check (www, https, trailing slash)
canonical_host_checkChecks all home page URL variants (http/https, www, slash) for redirects to a single canonical address, identifying duplicate 200s that split SEO signals. Shows redirect chains and flags errors.
Instructions
Check that every way of typing the home page ends at one single address: http and https, www and bare domain, and the trailing-slash variants. When two of them both answer 200, Google sees duplicate sites and splits the ranking signals between them. This is a common silent failure on Cloudflare Pages and after a WordPress migration. Returns the full redirect chain for each variant and says which ones are wrong. No key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to test, default the home page. | / |
| domain | Yes | Bare domain, e.g. 'example.com' (do not include a scheme). |