712Tools

URL Slug Generator (Slugify)

Turn any text into a clean URL slug — Unicode-aware

🔒 100% in-browser🆓 Free forever⚡ No sign-up
Slug appears here…

How it works

  1. 1
    Paste text

    Enter any title, phrase, or sentence — accents and punctuation are handled.

  2. 2
    Choose options

    Pick separator, case, and whether to enforce strict ASCII.

  3. 3
    Copy the slug

    One click sends the clean, URL-safe result to your clipboard.

About URL Slug Generator (Slugify)

Free online slugify tool. Convert any title or phrase into a URL-safe slug: lowercase, hyphenated, with accents stripped. Supports strict ASCII or Unicode-preserving mode. Runs entirely in your browser. URL Slug Generator (Slugify) on 712 Tools runs entirely inside your browser using modern JavaScript APIs — no server ever sees your data. That means instant results, complete privacy, and no upload limits.

Whether you need to turn any text into a clean url slug — unicode-aware for a debugging session, a quick sanity check, or a production incident, this tool is free to use as many times as you need. There are no watermarks, no sign-up, and no ads inside the tool itself.

Frequently asked questions

What does strict ASCII mode do?

It removes any character outside a-z, 0-9. Off, it preserves Unicode letters (日本語 → 日本語) which most modern URL routers accept.

How are accents handled?

Text is NFKD-normalized and combining marks are stripped, so 'São Paulo' becomes 'sao-paulo'.

What about emoji?

Strict mode strips them. Unicode mode preserves them, but many CMSs escape them awkwardly — strict is safer.

Read more