Slugify

Convert a title or phrase into a URL-friendly slug. Cyrillic (Ukrainian/Russian) is transliterated to Latin and punctuation collapses into your chosen separator.

Convert a title or phrase into a URL-friendly slug. Cyrillic (Ukrainian/Russian) is transliterated to Latin and punctuation collapses into your chosen separator.

How to use

  1. Type or paste a title or phrase
  2. Choose the separator: hyphen (kebab) or underscore (snake)
  3. Toggle lowercase on or off
  4. Copy the resulting slug

Frequently asked questions

How is Cyrillic handled?

It's transliterated to Latin using a Ukrainian/Russian map — «Привіт світе» becomes «pryvit-svite».

What happens to punctuation and spaces?

Anything that isn't a letter or digit collapses into the separator, and leading/trailing separators are trimmed.

Why use slugs?

Readable, ASCII-safe URLs are friendlier to users and search engines than encoded or random identifiers.