About this tool
Converts free text into a URL slug: removes accents, replaces spaces with hyphens, strips punctuation and symbols, and lowercases everything. Ready to use as a page identifier, file name, or URL parameter.
How to use
- Paste the title or phrase in the input field.
- The slug appears automatically, formatted and ready.
- Copy it for use in your URL or wherever you need it.
Frequently asked questions
- Why use a slug instead of the original title?
- URLs with accents, spaces, or special characters are hard to read, can be misinterpreted by systems, and break when shared. A short ASCII slug ensures the link works on any platform.
- Is the slug shortened automatically if the title is too long?
- It doesn't trim automatically. If you want a shorter slug, shorten the text yourself before or after. Slugs of 60 to 80 characters or less are recommended for readability and SEO.
- What about numbers and accented characters?
- Numbers are kept. Accented letters are converted to their unaccented equivalent (á → a, ç → c). Symbols and punctuation are stripped.