URL Slug Generator
Convert any title or text to a clean, URL-safe slug. Choose separator, case, and whether to strip stop words.
About the URL Slug Generator
A URL slug is the readable part of a web address that identifies a specific page. Good slugs are short, lowercase, use hyphens as separators, and contain no special characters. They affect both SEO and user experience.
What the generator does
- Removes special characters and punctuation
- Converts accented characters to ASCII equivalents
- Replaces & with "and", @ with "at", + with "plus"
- Optionally strips common stop words (the, a, and, for etc.)
- Joins words with your chosen separator
Frequently Asked Questions
What is a URL slug?
The human-readable part of a URL. In https://example.com/my-blog-post, "my-blog-post" is the slug.
What are stop words?
Common words (the, a, and, of) that are removed to keep slugs concise. "My Tips for Writing" becomes "my-tips-writing".
Hyphens or underscores?
Google treats hyphens as word separators and underscores as joiners. Hyphens are the SEO-recommended choice for URL slugs.