Convert any title or phrase into a clean, SEO-friendly URL slug. Handles accents, punctuation, and special characters automatically. Updates live as you type.
Runs in your browser · No data sent anywhereA URL slug is the part of a URL that identifies a specific page in a human-readable format. For example, in "example.com/blog/how-to-build-a-website", the slug is "how-to-build-a-website".
Google treats hyphens as word separators, so "how-to-build" is read as three words. Underscores are not treated as separators, so "how_to_build" is read as one word. Hyphens are better for SEO.
Yes — URLs are case-sensitive on most servers. "Page" and "page" can be two different URLs. Always use lowercase slugs to avoid duplicate content issues.