Also known as: Google Lighthouse, Lighthouse Audit
Lighthouse is an open-source auditing tool from Google that tests a web page against 5 dimensions: Performance (page speed, Core Web Vitals as lab data), Accessibility, Best Practices (security and web standards), SEO (technical SEO hygiene) and PWA (Progressive Web App conformance). Each dimension receives a score from 0–100 plus detailed findings. Lighthouse is built into Chrome DevTools and is therefore usable by any developer with zero setup — the standard for synthetic website audits.
pagespeed.web.dev/, combines Lighthouse lab data with CrUX field data.npm install -g lighthouse for script-based audits.An important point: Lighthouse scores are lab data — they measure what happens during a synthetic test run (a simulated 4G connection, a simulated mobile device). They say nothing directly about what happens for real users (that is what CrUX / field data is for). What is ranking-relevant for Google is the field data. Lighthouse scores are nevertheless valuable: as a diagnostic instrument, as a CI threshold, as an indicator of optimisation progress. But they are not ”the truth as Google sees it".
The performance score is usually the hardest dimension — many domains sit at 30–60 here. The SEO score is usually 80+, because it only checks basic hygiene (title present, viewport set, robots.txt consistency). Anyone chasing a perfect 100/100/100/100 Lighthouse score should not let performance-score optimisation push them into hyper-optimisation — above 90 is ”good enough" for most websites, and every further point costs disproportionate effort.
Example: A magazine theme had a Lighthouse performance score of 32 — the main findings: a 3.8 MB JS bundle, 12 render-blocking scripts, no lazy loading on images, font-display not set to swap. Optimisation across 3 sprints (code splitting, async tags, images converted to WebP with lazy loading, web fonts with display:swap) raised the score to 78. In parallel, the CrUX field data improved: LCP from 4.2 to 2.1 s, INP from 280 to 150 ms. A ranking effect became visible after 6 weeks — visibility on the top pages +18%. Lab diagnostics led to genuine field improvements, without the score having to reach 100.
Lighthouse score in the SEO audit
Free SEO & GEO Check
SEO score, AI visibility and citability of your website in 30 seconds — no registration required.
Register for free, get 10 credits and start right away.
Register now