Typography_Scannability
Home / SEO Standards / Typography_Scannability
Typography & Scannability Standards
Last Edited: 2026-06-29 01:32
Font CSS Properties
The CSS styling variables used to govern font sizes, line heights, and color contrast on the page.
- Input: CSS properties including
font-size,color, andline-height. - Standards:
- Minimum Size: Body text size must be at least
1rem (16px / 12pt). - Mobile Scaling: Any font styled greater than 1.75rem (28px / 21pt) must be responsive or utilize mobile-specific CSS overrides.
- Contrast Compliance: Text colors must pass the Google Lighthouse check (aiming for WCAG AA standard contrast ratio of 4.5:1 for normal text).
- Minimum Size: Body text size must be at least
Text Formatting Tags
Styling modifications used within body copy to highlight key terms and make text easy to scan.
- Input: HTML tags like
<strong>,<b>, or CSS weight selectors. - Standards:
- Intent Emphasis: Apply bolding strategically to intent-rich keywords and critical phrases that answer user queries.
- Styling Consistency: Ensure body formatting is consistent across the site; do not vary weights and styles arbitrarily across paragraphs.