URL Slug Generator
Local — Runs in your browser; files and input stay on this deviceFree — Free to useTurn any title into a clean, URL-friendly slug. Strips accents, collapses spaces, and lets you pick the separator — all in your browser.
Text
Input
Slug
—
Runs in your browser; files and input stay on this device
About slugs
A slug is the human-readable part of a URL — the “my-blog-post” in example.com/my-blog-post. Good slugs are lowercase, use hyphens instead of spaces, and drop punctuation and accents so links stay clean and shareable. This generator builds slugs instantly and works fully offline.
How to use URL Slug Generator
- 1Type or paste a title or phrase; the slug updates immediately.
- 2Choose a hyphen or underscore, lowercase conversion, and whether Arabic letters should be kept.
- 3Copy the normalized slug.
Frequently asked questions
- Which characters are removed?
- Latin accents are normalized, punctuation and unsupported characters become separators, repeated separators collapse, and separators at both ends are removed.
- What does “Keep Arabic” do?
- It allows characters in the Arabic Unicode block to remain in the slug. When disabled, only Latin letters and digits remain.
- Is a generated slug guaranteed to be a unique URL?
- No. The tool only normalizes text. Your application must check uniqueness, reserved words, length limits, and routing rules.
- Does lowercase affect Arabic?
- No. Letter case applies to scripts such as Latin. Arabic letters have no uppercase and lowercase variants.