Answer-oriented Content Structure
stableCategory: content-structure · Methodology v4.5
friendly4AI reads the page DOM and looks for four structure signals: - A summary block — a TL;DR, Summary, Key Points, or Key Takeaways label.
Signal Source
- Source
https://{domain}- Kind
- html_dom
Score Bands
| Verdict | Condition |
|---|---|
| Pass | Answer-first sections with at least one summary or Q&A block and consistent list formatting — the internal structure score reaches 70 or more (full) |
| Partial | Some structure signals are present (headings, a summary block, or lists) but answers are buried mid-section or formatting is inconsistent — the internal score lands between 30 and 69 |
| Fail | No scannable structure — content is mostly undivided prose without headings, lists, or answer-first openings, and the internal score is below 30 |
Description
This parameter checks whether an AI system can pull a direct answer off your page without hunting for it. friendly4AI strips your HTML down to text and reads four signals: a summary block, a Q&A pattern, consistent bullet lists, and answers placed early in each section. Those four roll up into one content-structure score from 0 to 100.
What does this parameter measure?
friendly4AI reads the page DOM and looks for four structure signals:
- A summary block — a
TL;DR,Summary,Key Points, orKey Takeawayslabel. - At least one Q&A pattern — a question-style heading, or a
Q:/FAQ/?marker. - Consistent bullet-list formatting across the content.
- Answer-first sections — the answer sits near the start of each section instead of buried mid-paragraph.
The four signals combine into a single content-structure score (0–100). Related checks include answer-first compliance, the TL;DR section, and heading hierarchy.
Why does it matter for AI-readiness?
Answer engines look for the shape of an answer before they read your prose. When a page opens each section with the response, keeps questions next to their answers, and breaks ideas into scannable lists, ChatGPT, Gemini, and Perplexity get clean chunks they can lift straight out. A wall of undivided text makes the model guess where the answer lives. It usually skips the page or paraphrases loosely, and either way you lose the citation.
How is it scored?
The v4.5 methodology scores Content Structure on a gradient. The processor adds up an internal structure score like this:
- 30 points for a summary section.
- 30 points for a Q&A pattern.
- Up to 20 points for bullet lists: 10 when at least one list is present, 20 when there are three or more.
- Up to 20 points when answers appear early in sections (the
answer_positionevidence reportsearly,mixed, orburied).
With enhanced scoring on, a Q&A page where at least half of the question headings open with a 30–60 word direct answer picks up a 10-point bonus, capped at 100. The page then passes once the internal score hits 70 or more, lands a partial between 30 and 69, and fails below 30. These bands map the published full/partial/none rubric onto the processor's additive score.
How do I fix common issues?
- Open every section with a direct answer to the question it addresses. Drop the warm-up paragraph.
- Add a summary or key-takeaways block so the page carries one explicit answer chunk.
- Keep questions next to their answers using question-style headings and clear
Q:/A:patterns. - Reach for bullet lists on steps, options, and comparisons. Three or more lists earn the full formatting credit.
- Re-scan, then check the
content_structure_score,answer_position, andhas_summary_sectionsevidence fields to confirm the structure improved.
Version History
- Introduced
- v1.0
- Last changed
- v4.5
Key takeaways
- Signal: https://{domain}
- Category: Content Structure
- Passes when: Answer-first sections with at least one summary or Q&A block and consistent l…