Convert any title or text into a clean, URL-friendly slug. Supports accented characters, custom separators, and batch mode.
Type or paste a title above and a clean URL slug is generated instantly. Customize the separator, toggle transliteration, set max length, or use batch mode for multiple slugs at once.
A slug is the URL-friendly version of a page title. For example, "How to Build an API" becomes "how-to-build-an-api". It helps with SEO and readability.
Accented characters like é, ñ, ü are transliterated to their ASCII equivalents. All other special characters, punctuation, and symbols are stripped.
Hyphens (-) are the standard for web URLs and recommended by Google. Underscores work but are treated differently by search engines.
The max length truncates at the nearest word boundary so you don't end up with partial words in your slug.