UtilitySansar
Text

Slug Generator

Turn any title or sentence into a clean, URL-safe slug. Lowercase, dash-separated, with diacritics stripped — ready to drop into a CMS or static-site permalink.

도구 요약

이 도구는 구조화된 입력을 받아 서버 업로드 없이 브라우저에서 결정적인 출력을 반환합니다.

도구 이름
Slug Generator
입력 의도
변환·검증·분석할 원본 콘텐츠를 제공하세요.
출력 의도
복사, 재사용 또는 디버깅에 적합한 정규화된 출력을 받습니다.
예시 입력
Hello, World! My First Post
예시 출력
hello-world-my-first-post
Lowercase, dash-separated, max 80 chars

도구 소개

Turn any title or sentence into a clean, URL-safe slug. Lowercase, dash-separated, with diacritics stripped — ready to drop into a CMS or static-site permalink.

도구 개요

A slug is the human-readable part of a URL after the domain. Good slugs are lowercase, contain only ASCII letters, digits, and dashes, and stay short enough to be readable in search results. This tool normalizes diacritics ("café" → "cafe"), collapses any run of non-alphanumeric characters into a single dash, trims leading and trailing dashes, and caps the result at 80 characters.

사용 사례

  • Use Slug Generator when you need fast turn any string into a clean, url-safe slug.
  • Handle text workflows directly in the browser with no install required.
  • Support SEO long-tail intent by covering quick checks, troubleshooting, and one-off conversions.

입력/출력 예시

입력 의도
Hello, World! My First Post
출력 의도
hello-world-my-first-post
입력 의도
Café & croissants
출력 의도
cafe-croissants

자주 묻는 질문

Why are diacritics stripped?+
Most search engines and CMSs prefer ASCII-only URLs. Stripping diacritics keeps the slug readable across systems and avoids percent-encoding in the URL bar.
Can the slug be longer than 80 characters?+
No. The 80-character cap matches common CMS defaults and keeps slugs from being truncated in Google search results.

다른 도구 보기

아래의 Text 카테고리에서 관련 유틸리티를 찾아보세요.

전체 Text 보기

관련 도구

유용할 수 있는 엄선된 유틸리티