Content Discoverability
Category scoring, check messages, and fix suggestions aligned to the same flow as the original Agent Score.
When an agent cannot use your docs, the user does not get an error. They simply switch to another stack. Paste a documentation URL to see the score, risk signals, and AFDocs recommendations.
Category scoring, check messages, and fix suggestions aligned to the same flow as the original Agent Score.
Category scoring, check messages, and fix suggestions aligned to the same flow as the original Agent Score.
Category scoring, check messages, and fix suggestions aligned to the same flow as the original Agent Score.
Every run uses AFDocs to fetch your documentation directly, deterministically sample up to 10 links, and score the agent experience across discovery, markdown delivery, structure, freshness, and access.
The crawler scores a deterministic slice of the documentation so repeated runs stay comparable.
Requests are spaced out between fetches to avoid hammering the target documentation site.
Slow or inaccessible pages are surfaced during the same pass instead of being silently ignored.
Verifies whether agents can discover your documentation index, follow the links it exposes, and find llms.txt from the pages you publish.
Checks whether the site offers clean markdown through .md URLs or content negotiation instead of forcing agents through bloated HTML.
Measures whether pages fit within agent context windows and whether the useful content starts early enough to avoid truncation.
Evaluates tabs, headers, and code fences to ensure the content remains parseable after an agent converts or serializes the page.
Confirms that documentation URLs resolve cleanly, return correct status codes, and avoid redirect behavior that can confuse crawlers and agents.
Compares freshness and parity signals so agent-facing content stays accurate across llms.txt, markdown output, and cached HTML responses.
Tests whether agents can access the docs without hitting auth walls, or whether alternate public paths exist when the main site is gated.