URL Slug Generator
Convert any text, title or phrase to a clean URL-safe slug. Handles accents, diacritics and special characters automatically.
Frequently Asked Questions
What is a URL slug?
A URL slug is the part of a URL that identifies a specific page in a human-readable way. For example in anonymiz.com/how-to-hide-your-ip-address, the slug is "how-to-hide-your-ip-address".
What characters are safe in URL slugs?
Only lowercase letters (a-z), numbers (0-9) and hyphens (-) are universally safe in URL slugs. Avoid underscores (they are not treated as word separators by Google), spaces and special characters.
Should I use hyphens or underscores?
Use hyphens (-). Google treats hyphens as word separators, making "how-to-hide-ip" readable as 3 separate words. Underscores are treated as word joiners — "how_to_hide_ip" is read as one word.