Slugify — Text to URL Slug

Turn a title into a clean, URL-safe slug, with transliteration for accented characters and a bulk per-line mode.

Runs 100% in your browserNothing is uploaded to a serverBulk mode

Options

Text

Slug

Copied!

About slugs

A slug is the human-readable part of a URL — the hello-world in example.com/blog/hello-world. This tool lowercases the text, transliterates accented and special characters into their closest ASCII equivalents (é becomes e, ß becomes ss, & becomes and), and replaces every remaining run of non-alphanumeric characters with a single separator, trimming any that end up at the edges. Keep Unicode leaves non-Latin scripts intact instead of deleting them, which is the only sane option for a Cyrillic, Greek or CJK title — modern browsers and search engines handle those URLs fine. Per-line mode turns a pasted list of titles into a list of slugs in one go.