URL Slug Generator
Turn a title into a clean URL slug. Processing runs locally in your browser.
Frequently Asked Questions
How does the tool turn a title into a slug?
It lowercases the text, strips accents and special characters, and replaces spaces with hyphens (-), producing a result that’s safe to use in a URL.
What happens with non-Latin text?
Non-Latin characters are kept as-is (no transliteration to Latin letters). If you need a Latin-only slug, write the source title in Latin characters.
Is the generated slug automatically unique?
No — the tool only cleans and formats the text. If you have several pages with similar titles, make sure the final slug is unique on your own site.