Slug Generator
Convert a title into a clean, URL-friendly slug as you type — lowercase, accents stripped, spaces and symbols turned into hyphens.
데이터 수집 없음
데이터베이스도, 계정도 없습니다. 여러분의 파일을 볼 수 없습니다.
초고속
브라우저 네이티브 처리 — 업로드 없이, 기다림 없이.
100% 무료
제한 없음, 워터마크 없음, 숨은 비용 없음.
계정 불필요
로그인? 없습니다. 그냥 열고 바로 사용하세요.
What makes a good URL slug
Why slugs matter
A slug is the readable part of a URL after the domain, like /slug-generator. Clean slugs help SEO and are easier to read and share than IDs or query strings. Good slugs are lowercase, use hyphens (not underscores or spaces), and contain only letters, numbers, and dashes.
How this tool normalizes text
It lowercases the text, strips accents (café → cafe), removes punctuation and symbols, converts whitespace to hyphens, and collapses repeated or trailing hyphens — giving a slug that works in any CMS or framework.
Frequently asked questions
Does it remove accents?
Yes — accented letters are converted to their base form (é → e).
Why hyphens instead of underscores?
Search engines treat hyphens as word separators, so hyphenated slugs are more SEO-friendly.
Does it support non-Latin scripts?
Characters outside a–z and 0–9 are removed, so primarily Latin-script titles produce useful slugs.
Is my text uploaded?
No. The slug is generated locally in your browser.