llms.txt 체커
공식 llmstxt.org 사양에 따라 모든 llms.txt 파일 유효성 검사
URL 또는 원본 파일을 입력하면 AI 크롤러가 인식하는 방식을 그대로 파싱하여 마크다운 구조, 필수 H1 제목, 인용구 요약, 상세 블록 및 모든 H2 파일 목록을 확인하고 수정해야 할 줄을 정확히 알려줍니다.
llms.txt란 무엇인가요?
llms.txt is a markdown file published at the root of a website — yourdomain.com/llms.txt — that gives large language models a short, curated map of the site. Instead of asking a model to crawl navigation, scripts and boilerplate, the file hands it a title, a summary and a list of the pages that actually matter.
The format is defined by the specification at llmstxt.org. It is deliberately small: only H1 and H2 headings exist, and the body of each section is a list of links. That constraint is what makes the file both human-readable and trivially parseable by a program.
The spec also describes a companion convention, /llms-full.txt, which contains the expanded content itself rather than an index of links.
규격에 명시된 필수 순서
- 1An optional byte-order mark at the very start of the file.
- 2An H1 with the name of the project or site — the only required section.
- 3A blockquote with a short summary containing the key information needed to understand the rest of the file.
- 4Zero or more markdown blocks — paragraphs, lists, tables — of any type except headings.
- 5Zero or more sections delimited by H2 headers, each containing a file list of `- [name](url)` items with optional `: notes`.
- 6A section named exactly “Optional” has special meaning: its URLs may be skipped when a shorter context is needed.
확인하는 5가지 검증 규칙
모든 검증 항목은 llmstxt.org 규격의 조항과 직접 매핑됩니다. 각 규칙별로 점수가 부여되며, 가중치가 적용된 총합이 준수 점수와 등급(알파벳)으로 산출됩니다.
마크다운 형식
markdown-format파일은 마크다운 형식이어야 하며, 형식 내에는 H1 및 H2 제목만 존재해야 합니다.
/llms.txt에 일반 마크다운을 제공하세요. HTML, YAML 프론트매터, H3~H6 제목은 사용할 수 없습니다. H2보다 하위 수준의 요소는 사양에 포함되지 않습니다.
H1 프로젝트 제목
h1-title프로젝트 또는 사이트 이름이 포함된 H1입니다. 필수 항목인 유일한 섹션입니다.
파일의 시작은 단 하나의 `# Your Site Name` 줄로 시작해야 합니다. 이는 사양 중 유일한 필수 항목이며, 정확히 하나만 존재해야 합니다.
인용구 요약
blockquote-summary나머지 파일 내용을 이해하는 데 필요한 핵심 정보를 담은, 프로젝트의 짧은 요약이 포함된 인용구입니다.
H1 바로 아래에 `> 한 단락 요약`을 배치하세요. 모델이 아래의 모든 링크를 해석할 수 있도록 사이트의 정체성과 주요 타겟층을 명시하세요.
제목 없는 상세 블록
project-details제목을 제외하고 더 상세한 정보를 담은, 모든 유형(단락, 목록, 표 등)의 0개 이상의 마크다운 섹션입니다.
요약 뒤에 단락, 목록, 표 형식으로 선택적 맥락을 추가하세요. 여기에는 제목을 사용하지 마세요. 파일 내 다음 제목은 첫 번째 H2 섹션이어야 합니다.
파일 목록이 포함된 H2 섹션
file-listsH2 헤더로 구분되며, 추가 세부 정보를 확인할 수 있는 URL 파일 목록을 포함하는 0개 이상의 마크다운 섹션입니다.
링크는 `## 섹션 이름` 제목 아래에 한 줄당 하나씩 `- [이름](https://absolute-url): 선택적 메모` 형식으로 그룹화하세요. 정확히 `Optional`로 명명된 섹션은 더 짧은 맥락이 필요할 때 생략할 수 있으므로 맨 마지막에 배치하세요.
규정을 준수하는 llms.txt 작성 방법
구현 가이드
파일을 사양 내에 유지하는 6가지 결정
- 1하나의 H1으로 시작하기. 사이트 또는 프로젝트 이름을 사용하세요. (선택 사항인 바이트 순서 마크(BOM) 외에는 그 위에 아무것도 넣지 마세요.) 이는 사양에서 요구하는 유일한 섹션입니다.
- 2인용구 요약 추가하기. H1 바로 아래에 사이트가 무엇을 하는지 설명하는 하나의 `>` 단락을 배치하여, 아래 링크들이 문맥을 가질 수 있도록 하세요.
- 3상세 블록에 제목 넣지 않기. 요약문 뒤에는 추가 단락, 목록 또는 표를 사용할 수 있지만, 첫 번째 H2가 나올 때까지는 제목을 사용하지 마세요.
- 4H2 섹션 아래로 링크 그룹화하기. 모델이 찾을 만한 주제(문서, 가이드, API, 블로그 등)로 섹션 이름을 지정하세요. 이 형식에는 H1과 H2만 존재합니다.
- 5파일 목록 항목을 정확하게 작성하기. `- [페이지 이름](https://example.com/page): 짧은 설명`. 모델이 기본 URL 없이도 해결할 수 있도록 절대 URL을 사용하세요.
- 6'선택 사항(Optional)'을 맨 마지막에 배치하기. 정확히 'Optional'이라는 제목의 섹션은 더 짧은 컨텍스트가 필요할 때 건너뛸 수 있습니다. 부가 페이지를 위해 남겨두고 맨 끝에 배치하세요.
사양 템플릿
llmstxt.org에 게시된 표준 예시 — 복사해서 본인의 값으로 채우세요.
# Title > Optional description goes here Optional details go here ## Section name - [Link title](https://link_url): Optional link details ## Optional - [Link title](https://link_url)
Save it as llms.txt and upload it to your site root so it is served at yourdomain.com/llms.txt, then run it back through this checker.
이 검사기 사용 방법
- 1
Pick an input mode
tools.llmsTxtChecker.LlmsTxtCheckerPage.Choose Check by URL to validate a file that is already live, or Paste content to validate a draft before you publish it.
- 2
Enter your URL or file
tools.llmsTxtChecker.LlmsTxtCheckerPage.Type a bare domain, a site root, or a direct /llms.txt URL — the protocol is added for you. In paste mode, drop the full markdown into the text box.
- 3
Run the check
tools.llmsTxtChecker.LlmsTxtCheckerPage.Press Check or Validate. The file is fetched, split into specification blocks, and scored against the five structural rules.
- 4
Read the score and grade
tools.llmsTxtChecker.LlmsTxtCheckerPage.The score ring shows weighted compliance out of 100 with a letter grade, plus how many rules passed, warned, or failed.
- 5
Work through the findings
tools.llmsTxtChecker.LlmsTxtCheckerPage.Each finding names the rule, the line number, and the exact change to make. Expand a rule card to see every detail behind its status.
- 6
Fix, publish, and re-check
tools.llmsTxtChecker.LlmsTxtCheckerPage.Apply the fixes, upload the file to your site root so it is served at yourdomain.com/llms.txt, then run the URL back through the checker to confirm it passes.
llms.txt에 관해 자주 묻는 질문
관련 도구
llms.txt Generator
Build a spec-compliant file from your site, then validate it here.
robots.txt Generator
Control which crawlers, including AI bots, may fetch your pages.
AXP & AI Agentic Checker
See what an AI crawler actually receives when it requests your page.
All free tools
The full AI Rank Lab toolkit for AEO, GEO and technical SEO.
The specification this checker follows is published and maintained at llmstxt.org.