Online slugify tool: turn any title into a URL-friendly slug with automatic Chinese-to-pinyin conversion, separator and case options. Perfect for blog post URLs and SEO-friendly links. Runs locally in your browser.
TL;DR: Slug generator: turn any title into a URL-friendly slug with automatic Chinese-to-pinyin, configurable separator and case.
This tool runs entirely in your browser. Open DevTools → Network panel and search your input — it appears in no request.
FAQ
Yes. With "Chinese → Pinyin" enabled, 工具匣 becomes gong-ju-xia — tones stripped, words joined by your separator. The pinyin dictionary (a few hundred KB) loads on demand only when Chinese is detected.
For international audiences use pinyin (fully ASCII, best compatibility). For Chinese search engines, hanzi URLs get some weighting on Baidu but become long percent-encoded strings when shared. The tool shows both results.
Keep slugs to 3-6 words, lowercase, hyphen-separated, with the keyword up front. Drop years and stop words.
No. Slugification and pinyin conversion run entirely in your browser with zero network requests.