Text & Documents

Slugify

Turn a title into a clean, URL-safe slug.

Diacritics are stripped and everything else becomes the separator. Runs in your browser.

How it works

1

Enter your text

Type or paste a title, heading or phrase.

2

Get the slug

Spaces become hyphens, accents are simplified and unsafe characters are dropped — instantly.

3

Copy

Copy the slug into your URL, filename or anchor.

Frequent questions

What is a slug?
The readable, hyphenated part of a URL — for example, “my-first-post”. Clean slugs are easier to read and share, and help search engines understand a page.
How are accents and symbols handled?
Accented letters are simplified to their closest ASCII form and characters that are not URL-safe are removed, leaving lowercase words joined by hyphens.