Slug Generator
Create a clean URL slug from a title or phrase.
Slug
Slug length
URL preview
Why use this tool
01Convert text into a lowercase, hyphenated slug in the browser.
Slug Generator creates URL-ready slugs from messy text or working titles.
It removes punctuation, compresses separators, and keeps output clean.
How to use
02Quick checks before you copy
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
FAQ
04Does it keep uppercase letters?
No β slugs are always output in lowercase because URLs are case-sensitive and mixing cases creates duplicate-page problems for SEO. For example, /Blog and /blog are treated as two different URLs by search engines. The converter also strips accents (Γ© β e, ΓΌ β u), replaces spaces and special characters with hyphens, and collapses multiple consecutive hyphens into one.
Are special characters removed?
Yes. Punctuation, symbols, and non-ASCII characters are stripped or converted. Accented letters are transliterated to their ASCII equivalents when possible (Γ± β n, ΓΆ β o). Characters with no ASCII equivalent are dropped entirely. The result is a clean, URL-safe string containing only lowercase letters, digits, and hyphens.
Does it handle multiple spaces?
Yes. Consecutive spaces and hyphens are collapsed into a single hyphen.
Related tools
03Case Converter β 9 Formatsβ
Convert text between 9 case formats β UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case.
URL Encoder & Decoder β Convert Text to URL-Safe Formatβ
Encode text for URLs or decode encoded URL values.
Word Counterβ
Count words, characters, and lines in pasted text.