Text to Slug

Convert any text into a clean, URL-friendly slug with options for separator, diacritics, and numbers.

🔒 100% client-side
Input Text
Options
Generated Slug
Bulk Mode β€” one title per line
 
What Is a URL Slug?

A slug is the URL-friendly version of a title or name. It appears at the end of a URL path, like example.com/blog/my-post-title.

Good slugs are lowercase, use hyphens (or underscores) instead of spaces, and strip special characters. This makes URLs readable, shareable, and better for SEO.

Diacritics β€” accented characters like Γ©, ΓΌ, Γ± β€” are typically stripped to their ASCII base letter for maximum compatibility across browsers, crawlers, and file systems.

Tip: Google recommends using hyphens (-) as word separators in URLs. Underscores are sometimes used for file names and database identifiers.

About Text to Slug

Text to Slug Converter transforms any string into a clean, URL-friendly slug β€” perfect for blog post URLs, file names, and API endpoints. Choose between hyphen or underscore separators, strip diacritics (accented characters like Γ© β†’ e), and optionally preserve numbers. Handles Unicode, multiple spaces, leading/trailing whitespace, and special characters automatically. Commonly used by web developers, content managers, and SEO specialists who need consistent, readable URL paths. 100% client-side, no uploads, no tracking.