🔗Slug Generator

Generate URL-friendly slug strings

Separator

How to Use

The Slug Generator converts Chinese or English titles into URL-friendly formats. Automatically removes special characters, replaces spaces with hyphens, and converts Chinese titles to pinyin. Ideal for blog URLs and page aliases.

FAQ

What is a slug?

A slug is a short text used in URLs to identify pages, such as the slug for "Hello World" being "hello-world".

Should slugs use uppercase or lowercase?

Slugs should always use lowercase letters since URLs are case-sensitive. Consistent lowercase avoids duplication and confusion.