Skip to content

Slug 生成器

免费的 slug 生成器。将任何文本——标题、句子、名称——转换为整洁、小写、用连字符连接的 URL slug。去除重音和不安全字符。

Runs in your browserUpdated Apr 26, 2026

Text

Slug

your-slug-here

常见问题

What characters are stripped?

Punctuation, accents and non-ASCII characters by default. Spaces become your chosen separator (hyphen by default).

How are accents handled?

Accented characters are converted to their ASCII equivalents (é → e, ñ → n, ø → o).

Should slugs be lowercase?

Yes — URLs are technically case-sensitive, but lowercase is the universal convention. Mixed-case slugs cause SEO duplicate-content issues.

Custom separator?

Yes — pick hyphen (default), underscore or remove separators entirely.

Is the generator free?

Yes — fully free, no signup, runs in your browser.

大家也在搜索