1.8 URL structure & internationalisationMediumInferred

Uppercase characters in URLs

What it is

URLs are case-sensitive after the domain, so /Page and /page can be treated as two different URLs. Mixed case invites accidental duplicates. Mixed-case paths. Case sensitivity can create duplicate URLs. Use lowercase; redirect variants. Low-medium. Inferred.

Why does uppercase characters in urls matter for AI search?

Case sensitivity can create duplicate URLs.

How do you fix it?

Use lowercase; redirect variants.

How do you find it on your site?

  1. Check whether your URLs contain uppercase characters.
  2. Test whether the uppercase and lowercase versions both resolve to 200.
  3. Standardise on lowercase and redirect uppercase variants.
  4. Add a server rule to lowercase incoming paths if needed.

Which ranking and citation factors does it touch?

Case-variant duplicates split signals across what should be one URL. Lowercasing consistently avoids the duplication.

What is the impact?

Low-medium. Inferred.

What is the evidence?

Consistent (lowercase) URLs avoid duplication. Google Search Central, Keep a simple URL structure; Google Search Central, Consolidate duplicate URLs (canonicalization)

Frequently asked questions about uppercase characters in urls

What does "Uppercase characters in URLs" mean?

Mixed-case paths.

How do you fix uppercase characters in URLs?

Use lowercase; redirect variants.