URL Slug Generator
Paste a title, get a clean URL slug: lowercase, hyphenated, accent-folded and free of characters that need percent-encoding. Updates as you type.
Slug
What makes a good slug
The slug is the part of the URL after the domain - /tools/slug-generator/ in this page's address. Search engines read it, users read it in search results before they decide to click, and it appears in every shared link. Three properties matter:
- Readable words beat identifiers.
/products/cafe-grinder-protells a shopper something;/products/p-8842tells them nothing. Descriptive slugs also accumulate keyword relevance for long-tail searches. - Hyphens, not underscores. Search engines have treated hyphens as word separators for years; underscores join words together. When in doubt, keep the default.
- Short, but not at the cost of meaning. Three to six meaningful words is a good zone. The stop-word option trims filler like "a", "to", "and" - useful for long editorial titles, but turn it off if removal changes the meaning.
Usage example
A blog post titled "10 Proven Ways to Reduce Shipping Costs in 2026" becomes 10-proven-ways-reduce-shipping-costs-2026 with stop words removed - shorter than the raw title but every ranking keyword still present. For a product called "Café Grinder Pro™ (Matte Black)", the accent folding and trademark handling give cafe-grinder-pro-matte-black instead of a string full of %20 and â„¢.
The generator also strips emoji, quotes, ampersands and any character outside letters and digits, so the output is always safe to paste into a CMS, a static site generator or an nginx config without escaping worries.
Frequently asked questions
Does the slug language matter for SEO?
Slugs in the user's language work best. English slugs are acceptable for global products, but if your audience searches in another language, mirror their words - the slug is a small but real relevance signal.
Can I change a slug after publishing?
Yes, but preserve the old URL with a permanent redirect (301) so existing links and search engine equity are not lost. Changing slugs casually on a large site is a common way to lose traffic overnight.
Why does the accent folding matter?
Accented characters are legal in URLs but become percent-encoded when shared (caf%C3%A9), which looks broken in print and social previews. Folding them to ASCII keeps links clean everywhere.
Related tools
Case Converter
Convert text between eight letter cases instantly: uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case and kebab-case.
UTM Link Builder
Build UTM-tagged campaign URLs with source, medium and campaign parameters, with naming rules that keep analytics clean.
Word Counter
Count words, characters, sentences and paragraphs as you type, with an estimated reading time.