doccharm.com
综合评分
0
/ 100
通过 7 / 23 项检测
检测于 2026/7/22 02:02:21
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-url-support未通过No pages support .md URLs (0/1 tested)
content-negotiation未通过Server ignores Accept: text/markdown header (0/1 pages return markdown)
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%)
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
http-status-codes未通过1 of 1 pages return 200 for non-existent URLs (soft 404)
redirect-behavior通过No redirects detected across 1 pages
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
auth-gate-detection通过All 1 pages are publicly accessible
auth-alternative-access跳过All docs pages are publicly accessible; no alternative access paths needed
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-discoverabilityNo 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-discoverabilityCould 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-discoverabilityNo 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-availabilityServer 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-availability1 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-stability1 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