URL Slug Generator
Convert a title or phrase into a clean, URL-friendly slug, with control over separator, casing, and length.
Slug
Your URL slug will appear here.
Free to use, no sign-up, no limit on how many times you run it.More text tools
Overview
Blog titles and page names usually need a cleaned-up version for the URL. This tool strips punctuation, fixes spacing, and applies a consistent separator so the result is safe to use directly as a URL path.
- Choice of hyphen or underscore separator
- Optional character limit for long titles
- Handles accented characters correctly
How to use it
- 1Paste in your title or phrase
- 2Adjust separator, casing, or length options if needed
- 3Copy the generated slug
Tips
- — Hyphens are the standard convention for URLs — search engines generally treat them as word separators, while underscores are sometimes treated as part of a single word
Frequently asked questions
What counts as a 'clean' slug?
Lowercase letters, numbers, and a single separator character (hyphen or underscore) between words, with no spaces, punctuation, or accented characters — the format most CMSs and SEO guidelines expect.
Does it handle accented characters?
Yes — accented letters like é or ñ are converted to their closest plain-letter equivalent rather than being stripped out entirely.