1.8 URL structure & internationalisationHighVerified

Multiple URLs serving identical content

What it is

When www and non-www, http and https, or parameter variants all serve the same page, Google sees several copies and has to guess the real one. I collapse them to a single canonical URL. www/non-www, http/https, params all live. Classic duplication splitting authority.

Why does multiple urls serving identical content matter for AI search?

Classic duplication splitting authority.

How do you fix it?

Choose a canonical form; redirect and canonicalise the rest.

How do you find it on your site?

  1. Test www vs non-www, http vs https, and common parameter variants for the same page.
  2. Note which ones return 200 rather than redirecting.
  3. Pick one canonical form and 301-redirect all the others to it.
  4. Make canonical tags and internal links use the chosen form.

Which ranking and citation factors does it touch?

Duplicate URLs split ranking and citation signals across copies. Consolidating them onto one canonical concentrates the value.

What is the impact?

Medium-high. Direct.

What is the evidence?

Consolidate duplicate URLs to one canonical. Google Search Central, Consolidate duplicate URLs (canonicalization); Google Search Central, Keep a simple URL structure

Frequently asked questions about multiple urls serving identical content

What does "Multiple URLs serving identical content" mean?

www/non-www, http/https, params all live.

How do you fix multiple URLs serving identical content?

Choose a canonical form; redirect and canonicalise the rest.