https://slug.tools/
Turn anything into a /clean-url
Slugify titles, tag campaign links, decode query strings, and preview search snippets. Eight small tools for developers, SEO specialists, and anyone who ships links — all running in your browser.
runs locally — nothing leaves this page · more options →
Index of /
8 tools
- /slug-generatorTurn titles into clean, readable URL slugs.
- /bulk-slug-generatorSlugify hundreds of titles at once, or upload a CSV.
- /url-encoder-decoderPercent-encode text, or make encoded URLs readable again.
- /utm-builderTag links with campaign parameters for analytics.
- /url-parserBreak any URL into protocol, host, path, query, and hash.
- /query-cleanerStrip fbclid, gclid, utm_* and other tracking junk.
- /serp-previewSee your URL and title in Google, X, and LinkedIn before publishing.
- /base64-urlEncode and decode URL-safe Base64, the JWT flavor.
Notes on /blog
all guides →Why clean URLs matter
A URL is the smallest piece of copy you publish, and it appears everywhere: search results, browser bars, chat messages, printed citations. Readable slugs earn more clicks in search results, survive being pasted into plain text, and tell both people and crawlers what a page is about before it loads.
Private by architecture
Everything here — slugifying, parsing, encoding, cleaning — runs as client-side code in your browser. There is no backend processing your input, no analytics on what you paste, and campaign URLs or unreleased titles never cross the network.