Turn text into a clean, URL-friendly slug.
About this tool
Converts a title or phrase into a clean, URL-safe slug — lowercased, accents stripped, special characters removed, and spaces replaced with your chosen separator. Commonly used for blog post URLs or filenames.
Frequently asked questions
What happens to accented characters like é or ü?
They're normalized to their closest plain-ASCII equivalent (é → e, ü → u) rather than stripped entirely, so the slug stays readable instead of losing that part of the word.
Can I use an underscore instead of a hyphen?
Yes — the separator is switchable between hyphen and underscore. Hyphens are the more common convention for URL slugs specifically, since Google has historically treated them as word separators in search, unlike underscores.