DEVELOPER TOOL
Slug Generator
Turn any title into a clean, URL-friendly slug.
Slug
—
About this tool
Turns any title or phrase into a clean, URL-friendly slug — lowercased, accented characters simplified, spaces and punctuation replaced with hyphens, and any leftover awkward characters stripped out. Useful for blog post URLs, file names, or anywhere a tidy identifier is needed.
Frequently asked questions
- What happens to accented characters?
- Accented letters are converted to their closest plain-ASCII equivalent (é → e, ü → u, and so on), since URL slugs are conventionally kept to plain ASCII.
- What happens to multiple spaces or repeated punctuation?
- Runs of spaces or symbols collapse into a single hyphen, and leading or trailing hyphens are trimmed off.
- Can I keep uppercase letters?
- Yes — turn off the "Lowercase" option to preserve the original letter casing in the slug.