Slug generator

Transliterate multilingual text into a Latin slug

Input text

Generated slug

hello-world-example

What is a slug?

A slug is a URL-friendly version of a string, typically used for creating human-readable and SEO-friendly URLs. It converts text by removing special characters, replacing spaces with hyphens, and converting to lowercase.

Examples

  • Hello World!hello-world
  • My Blog Post Titlemy-blog-post-title
  • Product: iPhone 15 Pro product-iphone-15-pro

Why use slugs?

Slugs improve URL readability, help with SEO, and make links easier to share and remember. Most content management systems and web frameworks use slugs to generate clean, descriptive URLs from page titles or article names.

Unicode transliteration

This tool supports Unicode transliteration, which means it can handle non-Latin scripts like Chinese, Japanese, Korean, Cyrillic, Arabic, and more. Non-ASCII characters are converted to their closest Latin equivalents before generating the slug.

How to use

Enter text and choose a separator and letter-case rule. The URL-friendly slug updates automatically; copy the result or clear the input to start again.