Slug Generator
Convert any text into a clean, SEO-friendly URL slug. Paste multiple lines for batch conversion.
What makes a good URL slug?
A slug is the human-readable part of a URL that identifies a page — lowercase, hyphen-separated, free of special characters and accents, and short enough to read at a glance. Search engines and users both benefit from slugs that describe the content clearly, e.g. /blog/hello-world rather than /blog/post?id=482.
How to use this tool
- Paste one title per line for batch conversion — great for migrating a list of blog post titles.
- Choose a separator, case, and optional max length (slugs are trimmed at the nearest word boundary).
- Copy or download the result.
Frequently Asked Questions
Does this handle accented characters?
Yes — accented characters (é, ñ, ü, etc.) are transliterated to their closest plain-ASCII equivalent (e, n, u) rather than stripped or left as-is, which keeps slugs both readable and URL-safe.
What happens to duplicate slugs?
This tool doesn't de-duplicate automatically since it doesn't know your existing URL structure — check your CMS or router for collisions, or append an ID/date manually if needed.