Text to Slug
Turn any title or sentence into a clean URL slug — handles accents, special characters, and length limits.
Advertisement
How to use Text to Slug
- Paste a title or sentence — one per line for multiple slugs.
- Tweak separator (default '-'), lowercase, or max length.
- Copy the slugs.
What is Text to Slug?
Slugs are the URL-safe versions of titles — lowercase, dashes instead of spaces, no accents or punctuation. Good slugs are short, readable, and SEO-friendly. This tool normalizes unicode (so café becomes cafe), strips special characters, and optionally caps the length.
Advertisement
FAQ
- Are non-Latin scripts supported?
- Diacritics on Latin letters are stripped (café → cafe). Non-Latin scripts (Arabic, Chinese) are removed entirely since they're not URL-safe.
- Best slug length?
- Under 60 characters for SEO. Set max length to cap automatically.