If you've ever run a Lighthouse audit and seen a score of 43 for SEO, you might have wondered: does Google actually use this number? Does fixing it help your rankings? And what exactly does "SEO score" even measure?
This guide answers all of that. Accurately — not with the generic advice you find elsewhere.
What Lighthouse SEO score measures
Lighthouse's SEO category checks a specific list of technical signals that Google has documented as important for crawlability and indexability. As of 2025, the audits include:
- Document has a title element —
<title>exists and isn't empty - Document has a meta description — present and between 50–160 characters
- Document has a valid hreflang — correct language codes if used
- Links are crawlable — anchor tags have valid
hrefvalues - Link text is descriptive — no "click here" links
- Page isn't blocked from indexing — no
noindexin meta or X-Robots-Tag - robots.txt is valid — syntactically correct and accessible
- Image elements have alt attributes — all
<img>tags have alt text - Document uses legible font sizes — text is readable on mobile
- Tap targets are sized appropriately — buttons/links large enough on mobile
- Structured data is valid — JSON-LD passes schema.org validation
Each audit is weighted. Failing the indexing audit (your page has noindex) has a much larger impact on the score than failing the font size audit.
Does a higher Lighthouse SEO score improve rankings?
Yes and no — and the distinction matters.
The Lighthouse SEO score does not directly correlate with Google search rankings. Google doesn't use a "Lighthouse score" as a ranking signal. What it measures are prerequisites: if your score is low because Googlebot can't crawl your page, that absolutely hurts rankings. But going from a 78 to a 98 by adding alt text to every image won't produce a measurable ranking change.
The useful mental model: a low score indicates problems; a high score indicates the absence of technical blockers. Technical SEO is the floor, not the ceiling.
That said, several audits have a real and significant ranking impact:
- Indexability — if your page has
noindexor your robots.txt disallows Googlebot, it literally won't appear in search. These are P0 fixes. - Mobile usability— Google uses mobile-first indexing, so text that's too small or tap targets that are too close together affect the mobile version of your rankings.
- Structured data — valid JSON-LD enables rich results (star ratings, FAQ dropdowns, article dates) which can significantly increase click-through rate even without a ranking improvement.
- Title and meta description — while not direct ranking factors, well-optimized titles affect CTR, and CTR signals may influence rankings over time.
How the score is calculated
Each audit returns a score from 0 to 1. Lighthouse weights the audits and combines them into a 0–100 score. Most audits are binary (pass/fail), so the score is essentially: how many of the weighted audits did you pass?
A score of 90+ is considered "Good." Practically speaking, a site with a 90+ SEO score has no significant technical crawlability issues.
What the score doesn't measure
This is more important than what it does measure. Lighthouse SEO ignores:
- Keyword targeting and content relevance
- Backlink profile and domain authority
- Core Web Vitals (those are in the Performance category, not SEO)
- Page experience signals beyond mobile usability
- Internal linking structure
- Content quality, freshness, or topical authority
- E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness)
Sites with a 100/100 Lighthouse SEO score can and do rank poorly if their content isn't targeting the right keywords or lacks authoritative backlinks. The score is a technical health check — it tells you nothing about whether your content deserves to rank.
The right way to interpret your score
Treat a score below 90 as a list of bugs to fix. Prioritize by audit weight:
- Indexability issues first (noindex, robots.txt, blocked resources)
- Mobile usability second
- Structured data third (for rich result eligibility)
- Everything else last
Once you're at 90+, the Lighthouse SEO score has given you everything it can. Your ranking ceiling is then determined by content quality, backlinks, and Core Web Vitals — which require different tools to measure and different strategies to improve.