Pattern fixture
Answer Ready Resource Fixture
A resource page where an agent must answer the target question directly, then add definitions, nuance, decision criteria, caveats, and related entity links.
Agent Question
What is the direct answer, what entities matter, what caveats apply, and what should the reader inspect next?
Pattern Contract
Answer a concrete question or explain an entity/topic in a way search engines and answer systems can reuse safely.
Visible Sections
- Direct answer
- Definition
- Detailed explanation
- Decision criteria
- Caveats
- Related entity links
- FAQ
- Source and claim notes
Metadata Checks
- One H1 matches the target question intent
- Title and description answer without overclaiming
- Canonical route is stable
Schema Checks
- WebPage schema names answer-ready-resource-page as the pattern
- Article, FAQPage, DefinedTerm, and BreadcrumbList obligations map to visible sections
- FAQ questions must be visible
Traceability Checks
- Definitions and recommendations cite source or internal proof
- Caveats remain attached to recommendations
Source Evidence
- src/data/agent-reference.ts: pagePatterns.answer-ready-resource-page
- /aeo-geo-context.json
- /llms-full.txt
Good Example
The page begins with the answer, defines terms, gives criteria, keeps caveats near recommendations, and links to related proof or services.
Bad Example
The page opens with a long intro, hides the answer, recommends a tool without criteria, and marks invisible questions as FAQ schema.
Agent Instructions
- Write the direct answer before expanding context
- Link stable entity definitions
- Keep caveats near recommendations
- Run qa:fixtures after changing resource structure
QA Gates
npm run qa:fixturesnpm run qa:aeo
Completion Criteria
- Question is answered directly
- Entities and caveats are visible
- Schema requirements match the visible FAQ and article sections