Practical Lens 28: www and non-www can create two “official” sites
If both versions of your website (with and without www) are treated as valid, AI tools may not agree on which one is the official source.
What this lens means
If both the www and non-www versions remain crawlable or are inconsistently redirected, AI crawlers can treat them as competing official surfaces. That splits signals and makes AI descriptions less consistent.
Why this happens
- Different systems discover different URL variants via links, sitemaps, and external references.
- If redirects and canonicals don’t enforce one preferred version, both variants remain plausible authority anchors.
- Once authority splits, tools can alternate between www and non-www in citations and summaries.
What this usually indicates
- URL alternation: AI tools cite www sometimes and non-www other times.
- Duplicate indexing: both variants are discoverable and treated as separate surfaces.
- Mixed internal links: navigation links point to both versions inconsistently.
- Conflicting canonicals: canonical points to a different variant than the one being crawled.
What to verify (evidence-only)
- Is one version (www or non-www) enforced everywhere as the preferred official surface?
- Do both variants redirect consistently to the same final URL?
- Do canonical tags consistently point to the preferred version?
- Do internal links and sitemap URLs use only the preferred version?
- Do third-party profiles and directories link to the same preferred version?
Frequently Asked Questions
Why does www vs non-www matter for AI crawlers?
Because two valid versions look like two competing official sources. That splits authority and increases inconsistency.
Which version should I choose?
Either is fine—what matters is choosing one and enforcing it consistently via redirects, canonicals, and links.
What’s the fastest check?
Request both https://domain and https://www.domain and confirm they resolve to one final URL and one canonical.