Slug Generator
Convert any title or text to a clean URL slug. Strips accents, special characters, and spaces.
🔧
Slug Generator is coming soon. In the meantime, try the JSON → CSV converter, which has flattening built in.
How it works
Normalize, strip, lowercase, separate
Accented characters are normalized to ASCII equivalents. Special characters are removed. Spaces and separators collapse to a single hyphen or underscore. Everything is lowercased.
Example
Blog post title to URL slug
Input
My Blog Post Title: Best Practices for 2024!
Output
my-blog-post-title-best-practices-for-2024
Frequently asked questions
Should I use hyphens or underscores in URLs?
Google recommends hyphens — they're treated as word separators. Underscores are treated as word joiners, so 'my_post' is indexed as one word, not two.
Related Tools
TOOL
Case ConverterConvert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and more — all formats shown simultaneously.TOOL
URL EncodePercent-encode URLs and query parameters, or decode encoded strings back to readable text. Updates as you type.TOOL
Word CounterCount words, characters, sentences, paragraphs, and estimated reading time. Updates live as you type.All conversions run in your browser — nothing is uploaded.
Browse all 26 converters →