Structure
LLMsCheck looks for a markdown-ish layout commonly used by publishers:
- One H1 — project or site title (
# Project). - H2 sections — e.g. Docs, Examples, Optional.
- Markdown links —
[Label](https://…), preferably absolute https URLs. - Reasonable size — keep
llms.txtconcise; put long material inllms-full.txtif needed.
Minimal example
# Acme > Short honest summary. ## Docs - [Getting started](https://acme.example/docs/start) ## Optional - [Changelog](https://acme.example/changelog)
Duplicate H2 titles and relative links are flagged as review items — not hard failures — because conventions evolve.