Slug Generator
Turn any title into a clean URL slug. Strips accents and punctuation, optionally drops stop words, and joins the rest with hyphens.
How to use the Slug Generator
- Paste the title. Type or paste the heading you want a URL for.
- Choose the shape. Pick a separator and decide whether to drop stop words.
- Copy the slug. Copy the result straight into your CMS or route.
Frequently asked questions
- Should a slug contain stop words?
- Usually not. Words like "the" and "of" add length without adding meaning, and a shorter slug is easier to read in a search result. Keep them only when removing them changes the sense of the title.
- Hyphens or underscores in a URL?
- Hyphens. Google has treated hyphens as word separators for years and underscores as joiners, so an underscored slug can be read as one long token rather than as separate words.
- What happens to accented characters?
- They are decomposed and their marks removed, so café becomes cafe rather than being dropped or percent-encoded. That keeps the slug readable and stable across systems.
- Can I change a slug after publishing?
- You can, but every existing link and every ranking signal points at the old one. If you must change it, serve a 301 redirect from the old slug and expect to lose a little authority in the move.
Related tools
- Developer Tools
URL Encoder & Decoder
Encode text for safe use in URLs and decode percent-encoded strings back. Handles full URLs and individual query components.
- Text Tools
Case Converter
Convert text between upper case, lower case, title case, sentence case, camelCase, snake_case and kebab-case, all at once.
- Text Tools
Find and Replace
Replace text across a whole document in your browser. Plain search or regular expressions, with a live count of how many matches were changed.
- Text Tools
Lorem Ipsum Generator
Generate placeholder text in paragraphs, sentences or words. Classic lorem ipsum, ready to paste into a mockup or a layout.
- Text Tools
Text Line Sorter
Sort lines alphabetically or by length, reverse them, and strip duplicates or blank lines — all at once, in your browser.
- Text Tools
Word & Character Counter
Count words, characters, sentences and paragraphs as you type. Includes reading time, and your text never leaves your browser.
Last updated