The choice between www and the bare domain does not affect ranking — what matters is that a choice was made and is held to. We looked at how it is made in practice: in the .ru zone 90% of sites point at the bare domain, in .com 66%.
Along the way we found two genuine errors invisible to the eye: canonicals pointing at another domain, and canonicals over HTTP on pages served over HTTPS.
Free online tool — redirect checker: instant results, no signup.
On 27 August 2026 we downloaded the home pages of 600 hosts and checked for <link rel="canonical">:
| Zone | Parsed | Has canonical | Share |
|---|---|---|---|
| .com | 117 | 59 | 50% |
| .ru | 104 | 51 | 49% |
| .org | 104 | 40 | 38% |
| .net | 74 | 26 | 35% |
A missing tag is not in itself an error: for a home page a search engine usually picks the right address anyway. The error appears where the same page is reachable at several addresses — with and without www, over HTTP and HTTPS, with and without a trailing slash, with campaign parameters — and nothing says which one is primary.
Caveats: these are domains somebody brought to our tools, not a random slice of a zone; comparing zones is sound as they were collected identically. Only the home page was checked — inner pages may differ.
Among those that did declare a canonical:
| Zone | Point to www | Point to bare domain | Share bare |
|---|---|---|---|
| .ru | 5 | 45 | 90% |
| .org | 6 | 32 | 84% |
| .net | 4 | 22 | 85% |
| .com | 20 | 39 | 66% |
The difference is visible: in .ru nine in ten point at the bare domain, in .com only two thirds. Site age is the likeliest explanation — www is a holdover from when the subdomain denoted the web service specifically, and .com holds historically more of those domains.
In practice the choice between www and bare does not affect ranking. Only one thing matters: that a choice was made, held consistently, and backed by a redirect. Technical differences exist (a bare domain cannot carry a CNAME at the apex, and its cookies reach every subdomain), but they have nothing to do with search.
The canonical points at a different host. Found on 7 pages in .ru and 6 in .com. Usually this is the trace of a template copied from another project, or an under-configured mirror. The consequence is direct: the page tells a search engine its real version belongs to someone else, and asks not to be indexed.
The canonical is declared over HTTP while the page is served over HTTPS. Three cases in .ru, one in .com. This is the residue of an HTTPS migration that never reached the template. A search engine will most likely ignore the instruction, but relying on its forbearance is unwise.
What unites both errors is that they are invisible to the eye: the page opens, looks right, nothing breaks. They can only be found by inspecting the markup — which is exactly why they survive for years.
www — and hold to it everywhere: in the canonical, the sitemap, internal links and analytics.To see what your page carries, use the page audit.
Incorrect or long redirect chains slow down the site, lose PageRank and confuse search crawlers. The tool visualizes the full redirect chain with response codes and timing for each hop.
Shows each redirect step: URL → code → URL → code, through to the final destination.
Measures latency at each redirect step for precise identification of performance bottlenecks.
Distinguishes 301, 302, 303, 307, 308 — each has different behavior for SEO and browsers.
Automatically detects circular redirects and warns before the browser throws an error.
redirect chain audit
301/302 debugging
HTTPS redirect check
UTM link tracking
Redirect check history and API for automated chain auditing.
Sign up freeNo difference since 2014. Google treats them equally. What matters is consistency + 301 redirect of one to the other.
2026 default: non-www (shorter, modern). Exception: if you have many subdomains and cookies across the tree — use www (cookies on .example.com work for every subdomain except www.).
Duplicate content, split backlinks, PageRank loss. Google picks canonical itself but you lose control.
Enterno Redirects Checker — enter the domain, see chain + canonical target.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.