URL Slug Generator
Convert any title into a clean, URL-friendly slug online for free. Choose hyphen or underscore separators, strip accents and symbols, copy in one click.
Type a title above and the slug appears here instantly.
Frequently asked questions
- What is a URL slug?
- A slug is the human-readable part of a URL that identifies a page, like 'my-first-post' in example.com/blog/my-first-post. Clean slugs are easier to read, share and rank in search.
- How are accented characters handled?
- Accents are stripped to their plain-ASCII equivalents — 'Café à Paris' becomes 'cafe-a-paris' — so the slug is safe in any URL.
- Should I use hyphens or underscores in slugs?
- Hyphens. Search engines treat hyphens as word separators, so 'best-pizza-recipe' is read as three words. Underscores are offered for non-URL uses like file or variable names.