Turn any title into a clean URL slug, live.
A URL slug is the human-readable part of a URL, like /my-blog-post. This generator lowercases your text, strips accents and punctuation, and joins words with hyphens to produce a clean, SEO-friendly slug. Everything happens locally in your browser.
Yes — accents are stripped (é becomes e) so the slug stays URL-safe ASCII.
Search engines treat hyphens as word separators in URLs, so hyphenated slugs are better for SEO.