Slug Generator

Generate URL slugs from text. Hello World becomes hello-world.

Result

Related tools

How it works

  1. 1Enter or paste your text (e.g., a title or heading).
  2. 2The tool converts it to a URL-friendly slug: lowercase, spaces to hyphens, special characters removed.
  3. 3Result is suitable for URLs and permalinks.
  4. 4Copy the slug.

Example

Input: Hello World!
Output: hello-world