Qué es Generador de slug URL?
Generador de slug URL es una herramienta de navegador para esta tarea: Convierte títulos en slugs limpios, en minusculas y separados por guiones. La salida es fácil de revisar antes de usarla en un sitio publicado.
Quick answer
Generate a URL slug from any text by converting it to lowercase, replacing spaces with hyphens, and removing special characters. Use the output as a page URL, file name, or anchor link ID.
Limitations
- The tool does not detect duplicate slugs across your site. Always check whether the generated slug conflicts with an existing page URL before publishing.
- Very long input text produces very long slugs. Edit the output manually if the slug exceeds a reasonable length.
- The slug uses strict ASCII transliteration. Non-ASCII characters such as accented letters are removed, which may not match the expected URL format for some languages.
Cómo usar esta herramienta
- Abre la herramienta y escribe los valores necesarios.
- Revisa la salida en el panel de resultado.
- Copia solo la parte que encaja con tu página.
- Prueba el cambio antes de publicar.
Para qué puedes usarla
- Resolver tareas repetidas de publicación con menos fricción.
- Preparar marcado, CSS o checklists antes del lanzamiento.
- Evitar pequeños errores comunes en sitios estáticos.