Skip to content

Text Tools

Slug Generator

Turn a title into a URL-safe slug with lowercase letters, numbers and hyphens.

Your information is processed in your browser and is not uploaded to our servers.

Title

Slug

About this tool

A slug is a URL-safe identifier: lowercase ASCII, hyphens instead of spaces, accents stripped.

How to use

  1. Type a title.
  2. Copy the slug.

Formula and methodology

NFKD, strip combining marks, lowercase, replace non [a-z0-9] with -, trim hyphens.

Worked example

How to Calculate BMI → how-to-calculate-bmi.

Frequently asked questions

Are non-Latin scripts kept?+

Letters without a Latin NFKD form are dropped. Use a dedicated i18n slugger if you need them.

Is the title uploaded?+

No.

Related tools