URL Slug Generator

Convert any text to a URL-friendly slug. Strips diacritics, lowercases, replaces spaces. Perfect for blog post URLs and SEO.

Text Tools
Ad

Common use cases

Frequently asked questions

Does it handle accented characters?

Yes — "Crème brûlée" becomes "creme-brulee". Non-ASCII characters are transliterated where possible.

Why are some characters dropped?

Strict mode keeps only [a-z0-9] plus your separator. Disable strict mode to preserve more characters (still URL-safe).

Related tools