Slug generator
Convert a title into a clean URL slug. Vietnamese diacritics are removed correctly — including đ and Đ.
Runs entirely in your browser — your text is never uploaded.
How to create a URL slug
- 1
Paste your title
Add the headline or title you want to turn into a URL.
- 2
Get the slug
Accents are stripped, spaces become hyphens, and symbols are removed.
- 3
Copy and use it
Paste the slug into your CMS, blog, or route.
Why use this slug generator
Correct Vietnamese
Tiếng Việt có dấu becomes tieng-viet-co-dau, and Đường becomes duong.
SEO-friendly output
Lowercase, hyphen-separated, with no symbols or double hyphens.
Stays private
Slugs are generated in your browser — nothing is uploaded.
Privacy
This tool runs entirely in your browser. Your text is never uploaded to a server and we never see it.
Slug generator FAQ
- Does it handle Vietnamese đ correctly?
- Yes. đ and Đ are converted to d and D. Many tools miss this because đ is a separate letter, not an accented d.
- What happens to symbols and emoji?
- They are removed, and any run of unsupported characters collapses into a single hyphen.
- Why are slugs lowercase?
- Lowercase URLs avoid duplicate-content issues, because some servers treat upper and lower case paths as different pages.
Related tools
Case converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and kebab-case. Free, instant, and runs in your browser.
Word counter
Count words, characters, sentences, and paragraphs instantly. Free online word counter that runs in your browser — no upload, no signup.
JSON formatter
Format, minify, and validate JSON instantly. Clear error messages for invalid JSON. Runs in your browser — your data is never uploaded.