Slugify

Turn any title or string into a clean, URL-safe slug — great for permalinks and filenames.

your-slug-here

What is a slug?

A slug is the URL-friendly part of an address — lowercase, no spaces or special characters. Slugs make links readable and SEO-friendly, e.g. /blog/hello-world. This tool transliterates accents, removes punctuation and joins words with your chosen separator.

Frequently asked questions

What does slugifying do?

It turns a title or arbitrary string into a clean, URL-safe slug — lowercasing, replacing spaces with a separator and removing punctuation — so 'My First Post!' becomes 'my-first-post'.

Does it handle accented characters?

Yes. Accents and diacritics are stripped (é becomes e, ü becomes u) so the slug uses plain ASCII that is safe in URLs everywhere.

Can I change the separator?

Yes. You can choose a hyphen, underscore or dot, and control casing, to match your URL or file-naming convention.