Slug Generator
Turn a title or heading into a clean, URL-safe slug. Accents fold down to plain ASCII, punctuation drops out, and spaces become a single separator.
Turn a title or heading into a clean, URL-safe slug. Accents fold down to plain ASCII, punctuation drops out, and spaces become a single separator.
A slug is the human-readable part of a URL that names a page, like 'how-to-make-bread' in /blog/how-to-make-bread. Clean slugs are lowercase, use hyphens instead of spaces, and contain only letters, digits, and the separator. They read well, survive copy-paste, and help search engines understand what a page is about.
Paste a title or heading and the slug updates as you type. Switch the separator between a hyphen and an underscore, set a maximum length to keep URLs short, and toggle whether to lowercase the output. 'Fold accents to ASCII' turns café into cafe and Crème into creme so the slug stays portable. 'Remove common filler words' drops short words like the, a, and of for a tighter slug.