- Methodology
- Parameters
- TL;DR / Key Takeaways Section
TL;DR / Key Takeaways Section
stableCategory: content-structure · Methodology v4.5
Does your page carry a summary chunk near the end?
Signal Source
- Source
https://{domain}- Kind
- html_dom
Score Bands
| Verdict | Condition |
|---|---|
| Pass | A TL;DR / Key Takeaways / Summary / Conclusion section is present with 3 or more bullets in the middle or bottom half of the document — score 100 |
| Partial | A matching section is present but has fewer than 3 bullets, or sits in the top half of the document — score 50 |
| Fail | No TL;DR / Key Takeaways / Summary / Conclusion section detected — score 0 (non-article pages are skipped and shown as N/A) |
Description
What this parameter measures
Does your page carry a summary chunk near the end? This parameter detects that. friendly4AI scans the headings for the patterns TL;DR, TLDR, Key Takeaways, Key Points, Summary, In Summary, Conclusion, Takeaways, and Recap. When a match is found, it counts the bullet (<li>) items inside that section and works out the heading's position in the document (top, middle, or bottom) from the fraction of headings that precede it.
Why it matters for AI-readiness
A TL;DR or Key Takeaways block is the single most-cited chunk type in AI-generated summaries. It is a pre-packaged, bulleted answer the model can lift almost verbatim. Placing it toward the end of an article, after the supporting detail, matches the reader's and the retriever's expectation of where a recap lives. Three or more bullets give the summary enough substance to stand as a self-contained answer rather than a one-line afterthought.
How we score it
The v4.4 methodology scores this Content Structure parameter as a gradient with an article-shape gate. The processor only runs on pages whose body resolves to an <article> element; marketing and SaaS homepages that have many headings but no genuine article body are skipped with reason=page_shape_not_article and shown as N/A rather than a false fail. On qualifying pages, a detected section with 3 or more bullets in the middle or bottom half scores 100 and passes. A detected section that has fewer than 3 bullets, or sits in the top half, scores 50 and is a partial. No matching section scores 0 and fails. Note one divergence from the published rubric: a middle-positioned section with enough bullets counts as a full pass, not a partial.
How to fix common issues
- Add a
TL;DRorKey Takeawayssection near the end of the page summarising the main answers. - Give it at least 3 bullet points, since a section with fewer bullets only earns a partial.
- Position the block in the middle or bottom half of the document rather than the top.
- Use a clear recognised heading (
TL;DR,Key Takeaways,Summary,Conclusion) so the scanner matches it. - Re-scan and check the
sectionDetected,bulletCount, andpositionInDocumentevidence fields to confirm the section qualifies.
Version History
- Introduced
- v4.2
- Last changed
- v4.4
Key takeaways
- Signal: https://{domain}
- Category: Content Structure
- Passes when: A TL;DR / Key Takeaways / Summary / Conclusion section is present with 3 or m…