Text to Slug Converter
Convert any text into a URL-friendly slug — lowercase, hyphens for spaces, special characters removed.
Features
How to Use
1. Type or paste your text into the input.
2. The slug updates live on the right.
3. Click Copy to copy it.
About this tool
A slug is the readable part of a URL that identifies a page, like /blog/how-to-bake-bread. Good slugs are short, lowercase, use hyphens between words and avoid characters that must be percent-encoded. This tool converts any title into that form as you type: letters and digits are kept, spaces and punctuation become a single separator, and leading or trailing separators are removed. Choose a hyphen, underscore or dot as the separator and lowercase, uppercase or preserved letter case. Turn on "Strict ASCII only" to transliterate accented Latin letters, so "Café Crème" becomes cafe-creme. Characters from scripts such as Chinese, Japanese, Cyrillic or Arabic are not transliterated and are removed, so write an English or romanised slug for those pages.