llms.txt 完整文档索引请参见 llms.txt
← 返回

AI 友好度检测报告

doccharm.com

综合评分

0

/ 100

等级D

通过 7 / 23 项检测

检测于 2026/7/22 02:02:21

7 大类别检测结果

内容可发现性
00/7
llms-txt-exists未通过

No llms.txt found at any candidate location (https://doccharm.com/llms.txt, https://doccharm.com/docs/llms.txt)

llms-txt-valid跳过

Skipped: dependency check did not pass

llms-txt-size跳过

Skipped: dependency check did not pass

llms-txt-links-resolve跳过

Skipped: dependency check did not pass

llms-txt-links-markdown跳过

Skipped: dependency check did not pass

llms-txt-directive-html未通过

No llms.txt directive found in HTML of any of 1 pages

llms-txt-directive-md未通过

Could not fetch markdown for any of 1 pages; 1 had no markdown version

Markdown 可用性
00/2
markdown-url-support未通过

No pages support .md URLs (0/1 tested)

content-negotiation未通过

Server ignores Accept: text/markdown header (0/1 pages return markdown)

页面体积
753/4
rendering-strategy通过

All 1 pages contain server-rendered content

page-size-markdown跳过

Skipped: dependency check did not pass

page-size-html通过

All 1 pages under 50K chars (median 41K HTML → 8K markdown (80% boilerplate))

content-start-position通过

Content starts within first 10% on all 1 pages (median 3%)

内容结构
672/3
tabbed-content-serialization通过

No tabbed content detected across 1 pages

section-header-quality通过

No tabbed content found; header quality check not applicable

markdown-code-fence-validity跳过

Site does not serve markdown content; nothing to analyze

URL 稳定性
501/2
http-status-codes未通过

1 of 1 pages return 200 for non-existent URLs (soft 404)

redirect-behavior通过

No redirects detected across 1 pages

可观测性
00/3
llms-txt-coverage跳过

Skipped: dependency check did not pass

markdown-content-parity跳过

Skipped: dependency check did not pass

cache-header-hygiene未通过

1 of 1 endpoints have aggressive caching or missing cache headers

鉴权要求
501/2
auth-gate-detection通过

All 1 pages are publicly accessible

auth-alternative-access跳过

All docs pages are publicly accessible; no alternative access paths needed

改善建议(7 项)

1.

No llms.txt found at any candidate location (https://doccharm.com/llms.txt, https://doccharm.com/docs/llms.txt)

Create an llms.txt file at your site root containing an H1 title, a blockquote summary, and markdown links to your key documentation pages. This is the single highest-impact improvement for agent access to your docs.

llms-txt-exists · content-discoverability
2.

No llms.txt directive found in HTML of any of 1 pages

No agent-facing directive pointing to llms.txt was detected in the HTML of any tested page. Add a visually-hidden element near the top of each page (e.g., a div with CSS clip-rect) containing a link to your llms.txt. If your site serves markdown versions of pages, mention that in the directive too so agents know to request it.

llms-txt-directive-html · content-discoverability
3.

Could not fetch markdown for any of 1 pages; 1 had no markdown version

No llms.txt directive was detected in the markdown of any tested page. Add a blockquote near the top of each markdown page (e.g., "> For the complete documentation index, see [llms.txt](/llms.txt)").

llms-txt-directive-md · content-discoverability
4.

No pages support .md URLs (0/1 tested)

Your pages don't return markdown when .md is appended to the URL. Configure your docs platform to serve .md variants for all documentation pages.

markdown-url-support · markdown-availability
5.

Server ignores Accept: text/markdown header (0/1 pages return markdown)

Your server ignores Accept: text/markdown and returns HTML. Some agents (Claude Code, Cursor, OpenCode) request markdown this way. Configure your server to honor content negotiation.

content-negotiation · markdown-availability
6.

1 of 1 pages return 200 for non-existent URLs (soft 404)

Your site returns 200 for non-existent pages (soft 404). Agents try to extract information from the error page content instead of recognizing the page is missing. Configure your server to return 404 for pages that don't exist.

http-status-codes · url-stability
7.

1 of 1 endpoints have aggressive caching or missing cache headers

1 endpoints have aggressive caching (>24h) or missing cache headers. Set max-age under 3600 or add must-revalidate with ETag/Last-Modified so content updates reach agents promptly.

cache-header-hygiene · observability