Turn any title into a clean URL slug
A slug is the readable tail of a web address, the best-coffee-tips in example.com/best-coffee-tips. A good one is lowercase, uses hyphens between words and drops accents and symbols, which makes links easier to read and better for search. This generator turns any title into a tidy slug live as you type, entirely in your browser.
How to use it
- Type or paste a title and the slug appears instantly.
- Choose the separator: a hyphen (the usual choice for URLs) or an underscore.
- Copy the slug straight into your CMS or code.
What it cleans up
The generator converts accented letters to their plain form (so an accented e becomes e), removes anything that is not a letter or number, collapses spaces, and lowercases the result if you want. That gives you a slug that works reliably across browsers and platforms, without the encoded characters and broken links that raw titles often produce.
More generators and text tools
Pair it with the UUID generator for unique identifiers, or clean up copy with the word counter and the diff checker. Every Etoolio tool here runs in your browser, free and unlimited, with nothing uploaded.