Slugify — Convert Text to URL Slugs, Free
Free · Private · No sign-up🔒 Your files never leave your device
Loading tool…
Convert titles or phrases into clean, URL-safe slugs — lowercase, hyphenated, with accents and special characters stripped. Paste multiple lines to convert them all at once.
How to use slugify text
- 1Paste one title or phrase per line.
- 2Choose your separator (hyphen or underscore) and whether to lowercase the result.
- 3Copy the generated slugs.
Frequently asked questions
What happens to accented characters?
Accented letters are normalized to their closest plain ASCII equivalent (e.g. "café" becomes "cafe") before slugifying.
Can I convert a whole list at once?
Yes — paste multiple lines and each one is slugified independently, in the same order.
Why use hyphens instead of underscores?
Hyphens are the more common convention for SEO-friendly URLs, but underscores are supported if that's your preference.