Slug Generator
Turn any title or text into a URL-friendly slug: lowercase, with accents and special characters stripped out, and words separated by a hyphen or underscore. Perfect for creating clean, SEO-friendly links — including from Spanish text with accented characters like á, é, or ñ.
How it works
- Type or paste the text you want to convert, for example an article or product title.
- Choose the separator you prefer: hyphen (-) or underscore (_).
- The tool converts the text to lowercase, strips accents and diacritics (á, é, í, ó, ú, ñ, ü), and replaces any run of non-alphanumeric characters with the chosen separator.
- Repeated separators are collapsed into one and trimmed from the start and end, leaving a clean slug.
- Copy the generated slug and use it directly in your URL.
Use cases
- Generate a blog post's friendly URL from its title.
- Create a product identifier for an online store.
- Convert file names with spaces and accents into names compatible with file systems and URLs.
- Normalize tags or categories before using them as URL parameters.