Text Tools

URL Slug Generator

Turn any title, headline, or phrase into a clean, URL-safe slug. Accented characters are transliterated, special symbols are removed, and spaces become hyphens, ready to paste into your CMS, router, or permalink.

Updates live as you type URL-safe kebab-case output No sign-up required
Text to slugify

Converts to lowercase, replaces spaces with hyphens.

URL slug
Download

Processed in your browser; your text is never uploaded

Features

  • Converts spaces and special characters to hyphens
  • Transliterates accented characters (é→e, ü→u)
  • Removes all non-alphanumeric characters
  • Lowercases the entire output
  • Collapses multiple hyphens to single hyphen
  • Strips leading and trailing hyphens

How to use it

  1. Type or paste your title in the input field.
  2. The slug appears instantly in the output.
  3. Copy the slug to use in your URL, CMS, or code.

Use cases

  • Generating blog post URLs from post titles
  • Creating route paths for web apps from feature names
  • Building product slugs for e-commerce URLs
  • Converting category names to URL-safe identifiers

Limitations

  • Accented characters are normalized and special characters are removed.
  • Very large text blocks depend on browser memory.
  • Processing happens entirely in the browser tab.
Questions & answers

Frequently asked

How are accented characters handled?

Common accented characters are mapped to their ASCII equivalents (é→e, ñ→n, ü→u). Characters with no mapping are removed.

Are numbers kept in the slug?

Yes. Numbers are alphanumeric and are kept as-is. Leading numbers in the slug are preserved.