Slug Generator
Convert any text into a clean, URL-friendly slug. Handles special characters and Unicode. Free, instant, no signup.
Preparing private browser tool…
Frequently asked questions
- What is a URL slug?
- The readable part of a URL that identifies a page (e.g. "my-first-post" in /blog/my-first-post). Good slugs are short, lowercase, and hyphen-separated.
- Does it strip accents?
- Yes, when "strict ASCII" is enabled. é becomes e, ñ becomes n, ü becomes u. Unicode mode preserves them if your server supports it.
- What separator should I use?
- Hyphens (-) are standard for SEO — Google treats them as word separators. Underscores (_) are not recommended for URLs.
- Is there a slug length limit?
- Most CMS systems limit slugs to 100–200 characters. The tool lets you set a max length and trims cleanly at word boundaries.