Herramientas de texto

Slug Generator

Turn a phrase into a clean URL slug.

Browser-onlyInstant outputLocal data

Slug

toolgrid-utility-index

Longitud del slug

22

Vista previa de URL

https://toolgrid.app/tools/toolgrid-utility-index

Por qué usar esta herramienta

03

Generate lowercase, hyphenated slugs for URLs, docs, product pages, and note titles.

Slug Generator creates URL-ready slugs from messy text or working titles.

It removes punctuation, compresses separators, and keeps output clean.

Cómo usarla

02
01Paste a title or phrase into the field.
02Copy the generated slug for URLs or file names.

Revisiones rápidas antes de copiar

03

Confirm the input is the format you intended.

Scan the result before using it in a document, URL, config, or message.

Copy only the output you need.

Preguntas frecuentes

03
Does it keep uppercase letters?

No — slugs are always output in lowercase because URLs are case-sensitive and mixing cases creates duplicate-page problems for SEO. For example, /Blog and /blog are treated as two different URLs by search engines. The converter also strips accents (é → e, ü → u), replaces spaces and special characters with hyphens, and collapses multiple consecutive hyphens into one.

Are special characters removed?

Yes. Punctuation, symbols, and non-ASCII characters are stripped or converted. Accented letters are transliterated to their ASCII equivalents when possible (ñ → n, ö → o). Characters with no ASCII equivalent are dropped entirely. The result is a clean, URL-safe string containing only lowercase letters, digits, and hyphens.

Does it handle multiple spaces?

Yes. Consecutive spaces and hyphens are collapsed into a single hyphen.

Herramientas relacionadas

03

Case Converter

Switch text between uppercase, lowercase, title case, and kebab case.