Slugify — Text to URL Slug
Convert any title, heading, or phrase into a clean URL slug. Remove accents, symbols, and special characters. Choose your separator and format.
Advertisement
Separator:
Advertisement
What is a URL slug?
A slug is the human-readable part of a URL that identifies a specific page. For example, in https://example.com/blog/my-first-post, the slug is my-first-post. Good slugs are lowercase, use hyphens instead of spaces, contain no special characters, and are short but descriptive. Search engines use slugs as a relevance signal, so using keywords in your slug can improve SEO.
- Hyphens vs underscores — Google treats hyphens as word separators, underscores do not. Use hyphens for URLs.
- Accents and Unicode — Remove accented characters (é→e, ñ→n) for maximum compatibility.
- Length — Keep slugs under 60 characters for best SEO results.
Advertisement
Advertisement
Advertisement