Slug generator

Lowercases, strips accents/diacritics, and replaces anything that isn't a letter or number with a separator.

What is Slug generator?

A slug is the URL-friendly version of a title — lowercase, no spaces or special characters — used in blog post URLs, file names, and CMS permalinks.

How to use it

Type any text and it's converted to a slug: lowercased, accents stripped, and anything that isn't a letter or number replaced with your chosen separator.

Example

"Café & Résumé — 10 Tips!" -> cafe-resume-10-tips