Glossary

Plain-English SEO definitions, sourced from Google's documentation.

Lighthouse

An open-source automated tool from Google that audits a web page for performance, accessibility, SEO and other best practices.

Definition

Lighthouse is an open-source, automated auditing tool that evaluates a web page and produces a report across categories including performance, accessibility, SEO and general best practices. Each audit explains what was measured and offers guidance on addressing issues found.

Lighthouse can be run from Chrome DevTools, a Node command-line interface, a Node module for use in continuous integration, or through PageSpeed Insights. Its performance category produces lab data — measurements taken in a controlled, simulated environment rather than from real users — which can differ from field data collected through the Chrome User Experience Report. Metrics it reports include First Contentful Paint, Largest Contentful Paint, Cumulative Layout Shift and Total Blocking Time.

Examples

  • Developer workflow

    A developer opens the Lighthouse panel in Chrome DevTools and runs an audit on a landing page, then works through the flagged performance and accessibility issues.

  • Continuous integration

    A team adds the Lighthouse Node module to its build pipeline so that a performance score is recorded for every deployment.

Sources

Related terms

Where QueryCatch uses this

Last updated: 16/05/2026

Lighthouse — Definition & How It Works | QueryCatch | QueryCatch SEO Glossary