URL Slug Generator
Turn any title into a clean, lowercase, SEO-friendly URL slug with live preview and smart options.
How to use
- Type an article or page title — the slug updates live as you type.
- Adjust the separator, casing, accent stripping and length options to taste.
- Click "Copy slug" to use it in your blog or CMS URL field.
- Non-Latin characters such as Chinese are removed by default; tick "Keep non-Latin characters" for a Unicode slug.
FAQ
What is a URL slug?
The slug is the readable part of a URL that identifies a page, like my-post-title in example.com/blog/my-post-title. A good slug is short, keyword-rich and contains only lowercase letters, numbers and hyphens.
How do I slugify a Chinese title?
By default non-Latin characters are removed (most CMS setups prefer that). To keep them, tick "Keep non-Latin characters" — the result becomes a Unicode slug that browsers percent-encode automatically.
Hyphens or underscores?
Google recommends hyphens (-) over underscores (_): hyphens are treated as word separators, while underscores may merge the whole phrase into a single word.