Skip to content

Commit 8a023f7

Browse files
committed
add overview table
1 parent a665ef9 commit 8a023f7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

ai/agent-readiness-checks.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ For example, if your site has no `llms.txt` file, none of the checks that evalua
1414

1515
Focus on passing parent checks first to make the biggest improvements to how accessible your documentation is to agents.
1616

17+
| Category | What it checks | Weight |
18+
| --- | --- | --- |
19+
| llms.txt | Does an `/llms.txt` file exist, follow the spec, and link to Markdown versions of pages? | 17 |
20+
| llms-full.txt | Is there a bundled, well-structured corpus agents can ingest in one request? | 8 |
21+
| skill.md | Does the site expose agent skills? | 8 |
22+
| Markdown content negotiation | Can the server return clean markdown when an agent asks for it? | 10 |
23+
| Plaintext content negotiation | Can the server return clean plaintext as a fallback? | 5 |
24+
| MCP server | Is there a discoverable MCP server? Does it expose tools? | 20 |
25+
| OpenAPI spec | Is there a machine-readable API specification at a standard path? | 12 |
26+
| robots.txt allows AI agents | Does `robots.txt` allow AI crawlers? | 8 |
27+
| Sitemap | Is there a discoverable, valid `sitemap.xml`? | 5 |
28+
| Structured data | Does the homepage embed JSON-LD? | 4 |
29+
| Response latency | Does the site respond in less than two seconds? | 3 |
30+
1731
<Tip>
1832
Every check includes a ready-to-use prompt for improving your documentation and passing the check and any dependent checks.
1933

0 commit comments

Comments
 (0)