Slug Generator
URL Slug Generator
Turn titles into clean, readable URL slugs. Great for blog posts, landing pages, docs, and product URLs.
How to use it
- Type or paste titles into the input — one per line for bulk mode.
- Choose your separator, length limit, and whether to lowercase or keep Unicode.
- Copy the slug (or slugs) from the output.
Examples
Blog post title
“10 AI Tools I Actually Use in 2026!” →
10-ai-tools-i-actually-use-in-2026Accented text
“Café & Résumé Tips” →
cafe-resume-tipsMulti-line bulk
Paste 20 titles, get 20 slugs on the same lines.
About this tool
Slugs matter for readability and SEO. This generator uses Unicode-aware regex, strips accents by default for maximum compatibility, and gives you a length cap so titles don't produce awkward filenames. Everything happens locally.
FAQ
- What makes a good slug?
- Short, lowercase, hyphen-separated, no accents or special characters. It should read like the article title but compressed to essentials.
- Does it handle accented letters like é or ñ?
- Yes. Diacritics are stripped so 'café' becomes 'cafe'. You can also switch to a mode that keeps the original characters if your CMS supports full Unicode URLs.
- What happens to emoji?
- Emoji are removed by default because most CMSs and search engines expect ASCII slugs. Turn on 'Allow Unicode' to keep them.
- Can I use it in bulk?
- Paste multiple lines and each line becomes its own slug on the same line in the output.
- Is anything sent to a server?
- No. Everything runs locally in your browser.
Privacy
Everything runs locally in your browser. Your input is never uploaded, logged, or stored.