URL Slug Generator
Type a title or headline and get a clean URL slug instantly — lowercased, hyphen-separated, with accents and special characters handled.
Frequently asked questions
What makes a good URL slug?
Short, lowercase, hyphen-separated words that describe the page — a reader should be able to guess the topic from the slug alone. Avoid stop words when they add no meaning, and keep slugs stable once published.
Hyphens or underscores?
Hyphens. Google treats hyphens as word separators but historically treated underscores as word joiners, so hyphenated slugs are the SEO convention.
How are accented characters handled?
They are transliterated to their base letters (é becomes e, ü becomes u) so the slug stays plain ASCII and works everywhere.