Turn titles and phrases into clean, URL-safe slugs. Strip accents and diacritics, pick a hyphen or underscore separator, lowercase, replace ampersands with "and", and cap the length — each line is slugified live in your browser.
How to use Slugify (URL Slug Generator)
Paste one or more lines of text on the left.
Choose your separator and toggle lowercase, accent stripping, and max length.
Copy the slugs from the output — one per input line.
Frequently asked questions
How are accented characters handled?
With "Strip accents" on, text is Unicode-normalized (NFKD) and combining marks are removed, so "café" becomes "cafe".
Can I generate many slugs at once?
Yes — each non-empty line of input becomes its own slug on its own output line, so you can convert a whole list in one go.