About Slug Generator
The Slug Generator converts any text into a clean, URL-friendly slug: lowercase letters, hyphens instead of spaces, and special characters removed. Perfect for blog post URLs, product page paths, category slugs, and filenames.
Good slugs are short, descriptive, readable, and contain only letters, numbers, and hyphens. This tool enforces all those conventions automatically.
Accented characters like é, ñ, ü, and ç are converted to their ASCII equivalents (e, n, u, c) so slugs remain compatible with all URLs and file systems.
Everything runs locally in your browser. No account or sign-up required.
How to Use Slug Generator
Enter or paste your title or text.
The URL slug is generated instantly below.
Copy and paste the slug into your CMS, URL field, or filename.
Examples
Frequently Asked Questions
Does it handle accented characters?
Yes — accented characters like é, ñ, ü, ç are converted to their ASCII equivalents e, n, u, c so the slug works in all URLs.
What characters are removed?
All characters that are not letters, numbers, or hyphens are removed. Spaces are replaced with hyphens. Multiple consecutive hyphens are collapsed into one.
Does it lowercase the slug?
Yes — all letters are converted to lowercase as is standard practice for URL slugs.
Can I use underscores instead of hyphens?
Yes — toggle the underscore mode to use underscores as word separators instead of hyphens.
What is the difference between a slug and a URL?
A slug is the human-readable part of a URL that identifies a specific page, like 'my-blog-post' in 'example.com/blog/my-blog-post'. The slug is part of the full URL.