Slug Generator
Turns any title or sentence into a clean, URL-safe slug: lowercased, stripped of accents and punctuation, and joined with hyphens (or underscores) — ready to drop straight into a blog post or product URL.
Characters: 0Words: 0Sentences: 0Lines: 0
Hyphen-separated slug
Result will appear here.
Underscore-separated slug
Result will appear here.
Frequently asked questions
How are accented characters handled?+
Accents and diacritics are stripped so, for example, ‘Café München’ becomes ‘cafe-munchen’ instead of leaving unsupported characters in the URL.
Why use hyphens instead of underscores?+
Google has historically treated hyphens as word separators and underscores as joiners, so hyphenated slugs are generally the safer default for SEO — though both options are provided here.