Slug Generator

Turn any title or phrase into a clean, URL-safe slug. Choose the separator, lowercase, strip accents, and limit length — useful for blog posts, product pages, and SEO-friendly URLs.

Processed in your browser · No upload

Loading tool…

Slug conversion runs entirely in your browser. Your titles never leave your device.

Ad Slot (tool-slug-generator)

FAQ

What characters get stripped?
We ASCII-fold accented characters (é → e), drop punctuation, and replace whitespace with your chosen separator. Anything outside [a-z0-9-_/] is removed.
Can I keep capitals?
Yes — toggle 'lowercase' off to preserve mixed case. Most SEOs recommend lowercasing for consistency.
Why limit length?
Very long URLs get truncated by search engines and look spammy in share previews. 60–80 characters is a practical ceiling.