🔎
AB-107
Semantic Definition Lists in Guides
What it means
Guide pages use <dl> definition lists for term/definition pairs instead of plain paragraphs.
Why it matters
Definition lists provide structured semantic markup that AI agents can parse for glossary-style content.
✗
What's wrong
Guide page uses <p><strong>Term:</strong> Definition</p> instead of <dl><dt>Term</dt><dd>Definition</dd></dl>.
✓
What's right
Guide page includes <dl><dt>API</dt><dd>Application Programming Interface</dd></dl> for key terms.
Check this rule on your site
Enter your URL to check just this one rule (AB-001).