Slug Generator
Turn a title into a clean, URL-safe slug — accented characters are transliterated.
Top ad slot
Related tools
Bottom ad slot
How it works
- 1
Paste a title
A blog post title, product name, anything with spaces or punctuation.
- 2
Slugified instantly
Accents are transliterated and everything else collapses to hyphens.
- 3
Copy the result
Drop it straight into your URL path.
FAQ
- Does it handle accented characters, like Vietnamese?
- Yes — accented Latin characters (including Vietnamese đ/Đ) are transliterated to their closest plain ASCII letter before slugifying.
- What happens to spaces and punctuation?
- Everything that is not a lowercase letter or digit collapses into a single hyphen, with leading/trailing hyphens trimmed.
- Does this tool upload my title anywhere?
- No — slugifying runs entirely in your browser.