Why use this generator?
Transform a title into a clean slug for your URLs.
The text is normalized to lowercase, accents removed, spaces and punctuation converted to hyphens. Duplicates are cleaned up. The result is readable by both humans and search engines.
How to use
- Paste or type your title.
- Click Generate slug.
- Copy the result and use it in your URL.
Tip
Keep your slugs short. 3 to 6 strong words are sufficient in most cases.
Examples
Input
Audit de délivrabilité e-mail 2025 — Guide complet
Slug
audit-delivrabilite-email-2025-guide-complet
Input
DNS Lookup : A, AAAA, CNAME & Co.
Slug
dns-lookup-a-aaaa-cname-co
Quick use cases
- Create the route for an article or product page.
- Generate a stable identifier for a project.
- Harmonize URLs of a multilingual site.
SEO best practices
- Useful keywords first.
- Avoid stop words when possible.
- No uppercase or special characters.
- Only one hyphen between words.
- No trailing period or spaces.
Important notes
- The slug does not ensure uniqueness. Handle duplicates on the CMS side by adding a suffix if needed.
- Emojis and symbols are removed.
- Non-Latin languages are transliterated when possible. Check readability.
- Avoid placing sensitive data in slugs.
Privacy commitment
Your input is sent to the CaptainDNS API solely to generate the slug. No content is stored. Only anonymous technical metrics are logged: character count and processing duration for availability monitoring.