UtilixWebText → Slug Generator

Slug Generator

Convert any text into a clean, SEO-friendly URL slug instantly

Separator:
Slug length0
Words0

What is a URL Slug?

A URL slug is the human-readable, URL-friendly part of a web address. For example, in https://example.com/my-blog-post, the slug is my-blog-post.

Slug Rules Applied

  • Text is optionally converted to lowercase.
  • Spaces and non-alphanumeric characters are replaced with the chosen separator.
  • Consecutive separators are collapsed into one.
  • Leading and trailing separators are removed.
  • Accented characters are transliterated to ASCII equivalents (e.g. é → e).

Note on transliteration: Basic Latin diacritics (accented letters) are normalized using Unicode NFD decomposition, which covers most Western European characters. Cyrillic and other scripts are stripped of non-ASCII characters.