Slug Generator
A URL slug is the readable part of a web address that identifies a page. This generator turns any title into a clean slug — lowercased, hyphen-separated, with accents normalized and punctuation stripped — so your URLs stay tidy, shareable, and search-friendly.
How to use the Slug Generator
- 1Enter a title. Type or paste the page title or phrase.
- 2Adjust the separator. Use hyphens (recommended) or underscores between words.
- 3Copy the slug. Grab the generated slug for your CMS or route.
Frequently asked questions
Why are hyphens preferred over underscores in URLs?
Search engines treat hyphens as word separators, so 'blue-widgets' reads as two words. Underscores can join words together, which is less ideal for SEO.
What happens to accented or special characters?
Accented letters are converted to their closest ASCII equivalent (é becomes e), and other symbols are removed, leaving a clean, safe slug.