Slug Generator – Free Online URL Slug Creator Tool

Generate clean, SEO-friendly URL slugs from any text instantly. Converts spaces to hyphens, removes accents and diacritics (ã→a, ç→c, é→e), strips special characters, and applies lowercase — turning titles like "Isso é um TESTE 2026" into "isso-e-um-teste-2026". Choose your separator (hyphen, underscore, dot), case mode, and whether to include numbers. Perfect for developers, bloggers, and content managers. No login required.

Options

Separator

Case

Numbers

Try an example

How to Use the Slug Generator

What is a slug?

A slug is a URL-friendly version of a text string — lowercase, with spaces replaced by hyphens and accented characters converted to their ASCII equivalents. Slugs are widely used in blog post URLs, page IDs, and file names (e.g. Hello, World! hello-world).

Options explained:

  • Separator: Choose - (hyphen — default, recommended for SEO), _ (underscore — Python, database names), or . (dot — file extensions).
  • Case: lowercase is the SEO standard. UPPERCASE or Preserve may be useful for constants or filenames.
  • Strip numbers: Remove all digits from the output, useful for generating slugs that should contain only words.

How to use:

  1. Paste or type your title / text in the Input area.
  2. Adjust the options (separator, case, numbers) as needed.
  3. Copy the generated slug from the Output area.

Supported languages:

Automatically transliterates accented characters from Portuguese, Spanish, French, German, and other Latin-script languages. Examples: ã → a, ç → c, é → e, ü → u, ñ → n.