Your pages have low structural density — the ratio of list items, table rows, and table headers to total word count is low. This means your content reads as a wall of text to AI systems, making it harder to extract specific facts, steps, or comparisons.
Structure Score counts <li>, <tr>, and <th> elements relative to word count, then applies a sqrt curve. The target zone is 2–8% structural density.
Any time you list features, steps, requirements, or benefits — use <ul> or <ol> instead of comma-separated prose.
Pricing tiers, feature comparisons, specifications, and data should use <table> with proper <th> headers. This is especially AI-friendly because it creates structured data that can be directly quoted.
Single <h1>, logical <h2>/<h3> nesting. Each heading should describe a distinct section. Avoid skipping levels (h1 → h3).
If a paragraph covers multiple points, break it into a list. AI systems chunk content by structure — a single paragraph is one indivisible chunk, while a list creates individually addressable items.
<div> wrappers).