Slug Generator
Convert any title or phrase into a clean, SEO-friendly URL slug. Handles accents, stop words and separators automatically.
—
How to use
- 1.Type or paste your title or phrase
- 2.Choose your preferred separator (hyphen or underscore)
- 3.Optionally enable stop word or number removal
- 4.Copy the generated slug
Use cases
- ✦Blog post URLs
- ✦Product page slugs
- ✦Category and tag URLs
- ✦CMS content organization
- ✦API endpoint naming
Benefits
- ✓Accent normalization for multilingual text
- ✓Stop word removal option
- ✓Instant live preview
- ✓Clean output with no special characters
- ✓Free and unlimited
Related tools
Frequently asked questions
What is a URL slug?+
A slug is the readable part of a URL that identifies a page. For example, in /en/tools/slug-generator, the slug is slug-generator.
Why use hyphens instead of underscores?+
Google treats hyphens as word separators in URLs, making them generally better for SEO than underscores.
Does it handle Spanish accents?+
Yes. Characters like a e i o u n and c are automatically normalized to their ASCII equivalents.
What are stop words?+
Stop words are common words like the, a, and, or. Removing them can create cleaner slugs, though sometimes keeping them improves readability.