Text Tools
Generate a URL slug
Turn one title or a whole list of them into clean, lowercase, hyphenated slugs.
- Free, no signup
- No upload — runs on your device
- No watermark
- Unlimited use
URL Slug Generator
Processed locallyHyphens, not underscores, and it is not a style preference
Google has stated plainly that it treats hyphens as word separators in URLs and underscores as word joiners. word-counter is read as two words. word_counter is read as one token, wordcounter, which matches nothing anyone searches for. This is one of the few SEO claims that comes directly from Google rather than from inference.
Length is the second decision. Slugs beyond roughly 60 characters get truncated with an ellipsis in search results, and a truncated URL is a slightly weaker signal of what the page is about. Removing stop words — a, the, of, in — buys you room without losing meaning, because nobody searches for them and they carry no ranking weight.
The third is permanence. A slug is a promise. Changing it breaks every inbound link and forfeits the accumulated authority unless you configure a 301 redirect. Get it right before you publish, and then leave it alone.
How it works
- Paste a title, or a list of titles one per line
- Choose a separator and whether to strip stop words
- Copy the slugs