Slug Generator
Convert a title into a lowercase, hyphenated URL slug, with a choice of separator.
How to use it
- Enter your title Type or paste any text.
- Choose a separator Hyphen is standard for URLs.
- Copy the slug Use it in a page URL or filename.
Examples
| Hello, World! | hello-world |
|---|---|
| Café del Mar | cafe-del-mar |
About this tool
A slug is the readable, URL-friendly version of a title — for example, “hello-world” from “Hello, World!”. Good slugs are lowercase, free of accents and punctuation, and use hyphens between words.
This generator handles accents (turning “café” into “cafe”), removes punctuation, collapses spaces and trims stray separators, so you get a clean slug ready for a page URL or filename. It runs entirely in your browser.
Frequently asked questions
What is a slug?
A slug is the URL-friendly part of a web address — usually lowercase words separated by hyphens, with no accents or punctuation.
Why are hyphens recommended over underscores?
Search engines treat hyphens as word separators in URLs, which is generally better for readability and SEO.
Related tools
Updated June 12, 2026