URL Canonicalizer
Clean up URLs into canonical form and strip tracking parameters
The URL Canonicalizer takes a cluttered link, strips out marketing trackers like utm_source, and applies canonicalization rules — sorting query parameters, lowercasing the hostname, dropping default ports — to give you a clean canonical URL. It's useful for SEO specialists, developers, and anyone who wants to scrub the junk off a link before sharing it. Everything runs in your browser, so the URLs you paste are never sent to a server.
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
How to use
- Paste the URL you want to canonicalize into the input box.
- Toggle the options you need: strip trackers, sort parameters, remove the trailing slash, force HTTPS, and drop default ports.
- Check the canonical URL in the results area, along with the list of changes that were applied.
- Click copy and use your clean URL right away.
FAQ
- Which tracking parameters get removed?
- Every parameter starting with utm_, plus fbclid, gclid, msclkid, yclid, affiliate, and ref are stripped automatically.
- Are the URLs I enter stored on a server?
- No. All canonicalization runs in browser-side JavaScript and nothing is sent anywhere.
- Can I paste a URL without a protocol?
- Yes. If there's no http:// or https:// on the front, http:// is added automatically before processing.
