tooly

URL slug generator

Convert titles into SEO-friendly URL slugs: lowercase, hyphen-separated, accents stripped and Cyrillic transliterated to Latin. Works for Vietnamese, Polish, Turkish and other scripts.

Everything runs in your browser — nothing is sent anywhere

How to use

  1. 1

    Type or paste a title.

  2. 2

    Choose the separator and whether to lowercase.

  3. 3

    Copy the slug.

FAQ

How are non-Latin characters handled?

Cyrillic is transliterated (щ → shch), Vietnamese and other diacritics are stripped (ệ → e), ß becomes ss and & becomes and.

Why hyphens?

Search engines treat hyphens as word separators; underscores are offered for file names and identifiers.

Is the text uploaded?

No. Everything runs in your browser.

Is the slug guaranteed unique?

No — it is derived from the text. Add an ID or date if uniqueness matters.

Related tools