Docomint

Generador de slugs

Convierte un título en un slug limpio y apto para URLs, ideal para artículos de blog y páginas de producto.

🔒 Processed on your device

What is a Generador de slugs?

Turns a human-readable title into the lowercase, hyphenated format most CMSs and static site generators expect for a URL — accented letters are converted to their plain equivalents so the slug stays reliable everywhere.

How to use the Generador de slugs

  1. Type a title or heading
  2. It's lowercased, stripped of punctuation, and hyphenated instantly
  3. Copy the slug straight into your URL field

Example

"10 Best Coffee Shops in San Francisco (2026)!" becomes 10-best-coffee-shops-in-san-francisco-2026.

Frequently asked questions

Why are accented letters converted in the slug?

URLs are most reliable using plain ASCII — an accented letter like é is converted to its closest plain letter (e) so the slug works consistently across browsers, servers, and social sharing.

Is my text uploaded anywhere?

No — Generador de slugs runs entirely in your browser using JavaScript/WebAssembly. Your text is never sent to a server.

What happens to numbers already in the title?

Numbers are kept as-is — only letters get lowercased and non-alphanumeric characters get replaced with hyphens, so \"Top 10 Tips\" becomes top-10-tips, not top-ten-tips.

Related tools