6 min read
2026-02-04
A slug is a part of a URL formed from the page title. For example, the headline “How to choose a laptop” becomes `kak-vybrat-noutbuk`. Readable URLs improve SEO and user experience.
Only lowercase Latin letters, numbers and hyphens
Spaces are replaced with hyphens
Cyrillic alphabet is transliterated into Latin alphabet
Special characters are removed
Multiple hyphens are combined into one
No hyphens at the beginning or end
Enter a title or text in Russian or English
Get a ready-made slug with automatic transliteration
Copy the result to use in the URL
| Factor | Good URL | Bad URL |
|---|---|---|
| Readability | /kak-vybrat-notebuk | /post?id=12345 |
| Keywords | /generatory-password | /p/a1b2c3 |
| Length | Short and sweet | Too long |
The generator uses the GOST standard for transliteration: sh→sh, shch→shch, zh→zh, ch→ch, ts→ts, etc.
See also: UUID Generator, Test Data Generator, QR Code Generator