Generators
Slug Generator
Turn a title into a URL-safe slug.
Title
Options
Slug
Slug will appear here
About this tool
Paste a title - 'My Awesome Post! 🎉' - and get a clean URL slug like 'my-awesome-post'. Strips accents, lowercases, replaces non-word characters with the separator of your choice, and collapses repeats. Optional max-length and stop-word stripping.
FAQs
How are accents handled?
Unicode NFD normalisation strips combining marks - so 'café' becomes 'cafe'. Languages that fundamentally use non-Latin scripts (Chinese, Hebrew) may produce empty slugs.
Can I use underscores instead of dashes?
Yes - pick any single-character separator.
Does it strip stop words?
Optionally - words like 'a, an, the, and, or' are stripped if you enable that option. SEO-friendly slugs usually keep them short.