URL Slug Generator
Create clean, SEO-friendly slugs from any text.
Informational only; verify critical results independently.
How to use
- Type or paste the headline, product name, or phrase you need in a URL.
- Let the tool transliterate accents, lowercase, and strip unsafe characters.
- Replace spaces with hyphens automatically for kebab-case slugs.
- Copy the slug into your CMS permalink field or static site front matter.
- If the slug is taken, append -2, -3, or a short disambiguator.
- Avoid changing slugs after publishing—SEO and bookmarks depend on stability.
Examples
- “Best Coffee in São Paulo!” → best-coffee-in-sao-paulo
- Blog post title to URL segment
- Product SKU cleanup: remove slashes and ampersands
- File name to slug for uploaded PDF links
- Git branch–style slug from a ticket title
- YouTube-style lower hyphen string from a video title
FAQ
- How are accents handled?
- We transliterate to ASCII-friendly characters when possible, then kebab-case.
- Max length?
- Very long titles produce long slugs—trim manually for readability.
- Underscores vs hyphens?
- This tool uses hyphens, common for SEO-friendly URLs.
- Unicode emoji?
- They may be stripped or simplified; prefer manual slugs for emoji-heavy titles.
- Duplicate slugs?
- The tool can’t check your database uniqueness—verify in your CMS.
- Privacy?
- Everything runs locally in the browser.
Related guides
Related tools
Last updated: 2025-09-15