Slugify

Turn a title into a clean URL slug.

A free slugify tool that turns a title or any text into a clean, URL-safe slug: it strips accents, collapses non-alphanumeric runs into a single separator, and optionally lowercases and length-limits the result. Everything runs locally — nothing is uploaded.

How to use

  1. Paste a title or text into the input.
  2. Pick a separator (hyphen or underscore) and toggle lowercase if you want.
  3. Set a max length if needed (0 means no limit).
  4. Copy the generated slug on the right.

FAQ

What is a slug?
A slug is the human-readable part of a URL that identifies a page, usually made of lowercase letters, numbers and hyphens, e.g. my-first-post. It helps SEO and readable links.
How are accented or non-Latin characters handled?
Accented Latin letters are normalized and de-accented (café → cafe); other non-alphanumeric characters (including CJK, spaces, punctuation) collapse into separators. Keep non-Latin scripts by editing manually if needed.
Is my text uploaded?
No. The conversion happens entirely in your browser.

Related tools