Text to Slug Converter
Free online text-to-slug converter. Instantly turn any title or phrase into a clean URL slug. Supports hyphen and underscore separators, and handles accented characters.
Enter text above to generate a slug
How to Use
Enter text
Type or paste the title, phrase, or heading you want to convert.
Choose options
Select your preferred separator (hyphen or underscore) and other formatting options.
Copy the slug
The slug updates in real time. Click "Copy" to copy it to your clipboard.
FAQ
A URL slug is the human-readable part of a URL that identifies a specific page. For example, in https://example.com/blog/hello-world, the slug is "hello-world". Good slugs are short, descriptive, and lowercase.
Special characters (punctuation, symbols), leading/trailing hyphens, and consecutive hyphens are removed or collapsed. Accented characters (é, ü, ñ, etc.) are converted to their ASCII equivalents.
Google recommends hyphens for URL slugs, treating them as word separators. Underscores join words together in Google's view. For SEO, hyphens are the safe default.
Non-Latin characters that cannot be mapped to ASCII are removed from the slug. For multilingual URLs, consider URL-encoding the original text instead.