RevealTheme logo

URL 슬러그 생성기

텍스트를 URL에 적합한 슬러그로 변환합니다. 소문자로 바꾸고, 특수 문자를 제거하며, 단어를 하이픈으로 구분합니다.

이 도구 사용 방법

  1. 1

    Type or paste your page title or heading into the input box.

  2. 2

    Watch the slug update instantly below the field as you type — there is no Generate button.

  3. 3

    Click Copy to put the generated slug on your clipboard, ready to paste into your CMS or route.

  4. 4

    Edit the title if the slug was cut off at 80 characters or ends in a stray hyphen, then copy again.

URL 슬러그 생성기란 무엇인가요?

URL 슬러그는 페이지 제목의 URL 친화적인 버전으로, 보통 소문자로 되어 있고 공백은 하이픈으로 대체되며 특수 문자는 제거됩니다. 슬러그는 SEO(URL 내 키워드), 접근성(읽기 쉬운 URL), 공유 편의성을 개선합니다. WordPress는 게시물 제목에서 슬러그를 자동으로 생성합니다. 이 도구는 그 로직을 그대로 재현하면서 사용자 지정 구분자 같은 부가 기능을 더합니다.

일반적인 사용 사례

  • Generate a clean post slug from a blog headline before publishing in your CMS.

  • Create stable URL paths for product or category pages in an e-commerce store.

  • Turn documentation section titles into anchor-friendly identifiers for deep links.

  • Produce predictable route segments when scaffolding pages in a static site generator.

  • Normalize accented names like 'Renée Dubois' into ASCII slugs such as 'renee-dubois'.

  • Quickly check whether a long title will be truncated by an 80-character URL limit.

자주 묻는 질문

하이픈인가요, 밑줄인가요?
하이픈입니다. Google은 하이픈을 단어 구분자로, 밑줄은 단일 단어의 일부로 취급합니다.
불용어(stop word)를 포함해야 하나요?
일반적으로는 포함하지 않습니다. 더 짧고 깔끔한 URL을 위해 'a', 'the', 'of' 같은 단어를 제거하세요. 명확성을 위해 필요하다면 그대로 두세요.

관련 도구