Slug Generator
Pairs well with
About Slug Generator
Convert any title or phrase into a URL-friendly slug. Strips accents (café → cafe), removes punctuation, joins on your chosen separator (- / _ / .), enforces a max length cap.
URL slugs are the human-readable part of a web address — `/blog/the-10-best-cafes-in-reykjavik` is the slug `the-10-best-cafes-in-reykjavik`. Search engines use them as a ranking signal (relevant slug = relevant page), so getting the slug right matters for SEO.
Combining marks (the accents on é, ñ, ü) get decomposed and removed, so 'café' becomes 'cafe'. Common non-Latin Latin letters get sensible substitutions — ß → ss, æ → ae, ø → o, & → and. Punctuation and spaces collapse into the chosen separator. Hyphenated SEO slugs are the convention for most blogs and CMSes; underscores for filenames; dots for namespaced identifiers.
How to use it
- Paste or type your title into the input.
- Pick a separator: hyphen-case (URLs, blogs), snake_case (file names), or dot.case (namespaces).
- Set a max length cap if needed (default 60, common SEO ceiling).
- Toggle "Preserve case" if you want to keep capitalisation.
- Click Copy to put the slug on your clipboard.