Slug Generator

Turn any title into a clean, lowercase, URL-safe slug — accents transliterated, junk removed.

About this tool

A slug is the human-readable part of a URL, and good slugs help both search engines and humans: short, lowercase, hyphen-separated and free of characters that turn into %20 soup. Paste any headline and this tool produces a clean slug — accented letters transliterated (é → e), punctuation collapsed, and your choice of hyphen or underscore.

How to use it

  1. Type or paste the title, or click Sample for a messy real-world example.
  2. Pick the separator and whether to lowercase, then copy the slug.

Good to know

  • Non-Latin scripts (Arabic, Cyrillic, CJK) are stripped, since unencoded non-ASCII in URLs is still awkward — IDN-style URLs are a different technique.
  • Keep slugs short: 3–6 meaningful words is the sweet spot for SEO.
  • For camelCase and friends, see the Text Case Converter.