UTILYARD
tools / text

Generador de slug

Convierte texto en un slug limpio y compatible con URLs.

Separador:
ENTRADA
SLUG
el slug aparece aquí...
Ejemplos

Acerca del generador de slugs

Un slug es la parte compatible con URL de una dirección web — en minúsculas, sin espacios, sin caracteres especiales. Se usa en publicaciones de blog, sistemas CMS y URLs amigables para SEO. Esta herramienta maneja automáticamente los caracteres con acentos, la puntuación y los símbolos comunes.

Preguntas frecuentes

¿Qué caracteres se eliminan?
Todos los caracteres que no son letras, dígitos o el separador elegido se eliminan o reemplazan. Los caracteres con acentos se normalizan (p. ej., é → e).
¿Qué separador es mejor para el SEO?
Google recomienda los guiones (-) para los slugs de URL. Los guiones bajos son tratados como una sola palabra por los motores de búsqueda.
¿Puedo generar slugs para varios títulos?
Esta herramienta maneja un título a la vez. Para la conversión en lote, usa la herramienta Eliminar líneas duplicadas o una herramienta de texto en bloque.

ACERCA DE ESTA HERRAMIENTA

Type or paste a title and the tool converts it into a lowercase, hyphenated, URL-safe slug by stripping punctuation and special characters. Bloggers and developers use it to generate consistent, SEO-friendly URL paths for pages and posts. It replaces spaces with hyphens, removes characters that aren't valid in URLs like apostrophes, colons, and ampersands, and collapses repeated hyphens into one so you don't end up with awkward double dashes. This turns a headline like "What's New in 2026? A Guide!" into a clean path such as whats-new-in-2026-a-guide, ready to drop straight into a CMS permalink field.

CÓMO USARLO

  1. Type or paste your page title or heading into the input box
  2. Let the tool automatically strip punctuation and convert spaces to hyphens
  3. Review the generated slug shown below the input
  4. Edit the result manually if you want to shorten it or remove filler words
  5. Copy the slug and paste it into your CMS URL or permalink field

CASOS DE USO COMUNES

  • A blogger creating a permalink for a new post title before publishing
  • A developer generating consistent URL paths for a list of product names in an e-commerce catalog
  • An SEO editor shortening a long headline into a cleaner, keyword-focused URL slug
  • A documentation writer converting section headings into anchor-link-friendly identifiers
  • A marketer standardizing campaign landing page URLs across multiple languages or regions

CONSEJOS Y ERRORES COMUNES

  • Numbers are preserved as-is, so version numbers or years in a title stay intact in the slug
  • Accented characters (like é or ñ) are typically converted to their closest plain-letter equivalent so the slug stays fully ASCII and URL-safe
  • Very long titles produce very long slugs — for SEO, consider manually trimming to the core keywords rather than using the full auto-generated string
  • Stop words like 'a', 'the', and 'and' are kept by default since removing them automatically can sometimes change meaning; trim them manually if you prefer shorter SEO-focused slugs

MÁS PREGUNTAS

Does the slug generator remove common words like 'the' or 'and' automatically?
No, it converts the full title into slug format without deciding which words are unimportant. If you want a shorter, keyword-focused slug, remove filler words manually before or after generating.
How does it handle titles with numbers or years?
Digits are kept exactly as typed and just get separated by hyphens where needed, so "Top 10 Tools 2026" becomes top-10-tools-2026.
What happens to special characters like & or %?
Characters that aren't safe or standard in URLs are stripped out entirely rather than encoded, so "Rock & Roll" becomes rock-roll rather than rock-%26-roll.
Is there an ideal slug length for SEO?
There's no strict rule, but shorter slugs focused on the main keywords are generally easier to read and share than a full verbatim copy of a long title — this tool gives you the raw conversion and leaves length trimming up to you.

GUÍAS RELACIONADAS

¿Qué es un slug de URL?
Qué son los slugs, mejores prácticas de SEO para escribirlos, ejemplos buenos y malos, y cómo manejar caracteres especiales.
Leer →
Convenciones de nomenclatura explicadas
camelCase, snake_case, PascalCase, kebab-case y SCREAMING_SNAKE_CASE — qué es cada uno, dónde se usa y cómo convertir entre ellos.
Leer →
Generador de slug — UtilYard