Reference library

Lighthouse audits, explained

Plain-English explanations of the Lighthouse audits we see most often, with concrete fixes and code examples. Markdown versions available for LLM ingestion.

Every page here is also available as raw Markdown for LLMs and AI search: append .md to any audit URL, or see /llms.txt for the full machine-readable index.

Plain-English deep-dives on the Lighthouse audits that fail most often, with concrete fixes and code you can copy. Every page covers one audit ID, what it measures, why Google cares, common causes, and prescriptive fixes, written for developers solving real problems, not SEO marketers.

Why these pages exist

Google's Lighthouse audit produces ~100 distinct checks. The official documentation is technically correct but optimized for completeness, not for "I have 30 minutes to fix this before deploy." These pages strip the audits down to:

  1. What the audit actually measures
  2. What the official "Good" / "Needs improvement" / "Poor" thresholds are
  3. The 3–5 fixes that resolve 90% of real-world failures, with code
  4. How to verify the fix without re-running the entire Lighthouse suite

Each page is also mirrored as raw markdown at /audits/<slug>.md for AI agents and LLM-based search to consume cleanly.

Performance audits

These directly affect Core Web Vitals and your Google ranking.

Accessibility audits

These affect screen reader users and your Lighthouse Accessibility score.

SEO audits

These directly affect how Google indexes and ranks your page.

Coming soon

Pages in the pipeline (likely shipping this month):


How to use this library

If you're staring at a failing Lighthouse audit, find the matching page above and follow its fix steps. Each page is self-contained, you don't need to read them in order.

If you want a tailored brief for your specific URL, paste it at lighthouse-md.com, we'll generate a CLAUDE.md covering every failing audit on your page with ranked offenders and code-level fixes, ready to drop into your repo or open Claude Code with one click.

Audit your page now

Paste your URL, get scores plus a CLAUDE.md plan for Claude Code.

Run audit →