Gerador de Slug

Gere slugs limpos e compatíveis com URL a partir de qualquer texto — com suporte a caracteres acentuados

Separador
Max Length (0 = no limit)

Gerador de Slug

Gere slugs limpos e compatíveis com URL a partir de qualquer texto — com suporte a caracteres acentuados

Recursos

  • Real-time slug generation as you type
  • Transliteration of accented and special characters (ü→u, ñ→n, ß→ss)
  • Customizable separator (hyphen, underscore, dot)
  • Optional max length with smart word-boundary trimming
  • Lowercase toggle
  • Copy to clipboard with one click
  • 100% client-side — no data sent to servers

Como usar

  1. Type or paste text in the input field.
  2. The slug is generated in real-time below.
  3. Choose separator style, max length, and other options.
  4. Click Copy to copy the slug to your clipboard.

Dicas e Melhores Práticas

  • Keep slugs concise — 3 to 5 words is ideal for SEO.
  • Hyphens are the most common and SEO-friendly separator.
  • Enable transliteration for content with international characters.

Perguntas Frequentes

What is a slug?

A slug is a URL-friendly version of a string, typically used in web URLs. It contains only lowercase letters, numbers, and hyphens (or other separators).

How are accented characters handled?

When transliteration is enabled, accented characters like ü, ñ, ß are converted to their ASCII equivalents (u, n, ss). This ensures the slug works in all URLs.

What is the max length option for?

Some CMS platforms and SEO guidelines recommend keeping slugs under a certain length (e.g., 60 characters). The max length option trims at word boundaries.