Skip to content

Case & naming

URL slug generator

Online slug generator — from “Café déjà-vu 2024!” to cafe-deja-vu-2024. Bulk (one title per line). Arabic letters stay in the slug.

Processed in your browser — nothing is uploaded

Last reviewed 2026-09-10.

FAQ

Questions, answered

What is a slug generator?

It turns a title into a URL handle — lowercase, hyphenated, safe in a path. This page is an online text to slug generator and a custom slug generator. Paste any title and copy the slug.

Does it support Arabic?

Yes. It is an SEO-friendly slug generator for Arabic. Arabic letters stay in the slug instead of being stripped to nothing. Latin accents still become ASCII (café → cafe).

Can I generate slugs in bulk?

Yes. Paste one title per line. Each line becomes its own slug, so a list of headlines converts in one pass.

What does slugify remove?

Latin combining accents (NFKD), leftover punctuation, and empty tokens. Words join with hyphens. ß becomes ss.

How is this different from kebab-case?

kebab-case is an identifier conversion. Slugify is stricter about unicode and punctuation so the string is safe in a path, and it keeps non-Latin letters such as Arabic.

Will this match my CMS?

Most CMS slugs are hyphenated lowercase. WordPress, Astro, and many static hosts will accept this output. Always glance at the result for reserved words.

Related

Keep going

Browse all tools