urltoolskit.org
URL utilities, in the browser
Say hi →

URL normalizer

canonicalise URLs · SEO / Minimal / Custom presets

Apply RFC 3986 §6 normalization plus optional rules: lowercase host, drop default port, sort params, decode safe chars, remove fragment, collapse .. in path, force trailing-slash policy.

Ready.

How to use

  1. Paste one URL or a list.
  2. Pick a PresetSEO (aggressive: strip tracking, sort params, force trailing slash), Minimal (RFC 3986 only), Custom (toggle each rule individually).
  3. The output is your normalized list. For batch input, you also get a diff view showing what changed per URL.
  4. Copy or Download the result.

What each rule does

FAQ

Which preset should I use?

"Canonical" URL choice is a policy decision — pick one rule set and apply it everywhere. The SEO preset matches what most CMSes and Google itself prefer.

Will this affect site analytics?

If you normalize URLs before logging them in your warehouse, you'll lose campaign attribution (UTM stripped) and click-ID conversion tracking. Normalize for display / dedupe, not for raw analytics.

Does it handle internationalized domains?

Yes — IDN hosts are converted to Punycode (the WHATWG-canonical form).

What if my URLs are invalid?

Invalid URLs pass through unchanged (the tool can't normalize what it can't parse). Run them through the validator first to clean.