Text to Slug Converter
Convert any title into a clean, URL-friendly slug, with accents stripped and your choice of separator. Runs entirely in your browser.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Slug
How it works
- Type or paste a title.
- Accents, punctuation, and casing are normalized live.
- Copy the resulting URL-friendly slug.
FAQ
What happens to accented characters?
Accents are stripped so "café" becomes "cafe" — URLs are safest with plain ASCII characters.
Should I use a hyphen or underscore?
Hyphens are the more common convention and are treated as word separators by search engines, while underscores are sometimes read as connecting one word — hyphens are the safer default for SEO.
Is my text uploaded anywhere?
No — conversion happens entirely in your browser as you type.
How we compare
| Feature | Online Tool Store | Manual find & replace | CMS auto-slug |
|---|---|---|---|
| Works outside any specific CMS | ✓ | ✓ | ✗ |
| Handles accents and punctuation automatically | ✓ | ✗ | ✓ |
Not every CMS auto-generates slugs, and manual find-and-replace misses edge cases like accented characters. Text to Slug Converter handles it consistently.