
What a Google Lighthouse Report Is, and Why You Should Run One on Every Page
Most small business owners have never heard of Lighthouse, which is a shame, because it is free, it takes about two minutes, and it grades your website on the four things that quietly decide whether the site works: speed, accessibility, technical quality, and search readiness. You can run it right now, on any page, without installing anything. This guide explains what each score means, how to run your own, and why one of those four scores carries real legal weight in 2026.
What Lighthouse Actually Is
Lighthouse is a free, open-source auditing tool built by Google and baked directly into the Chrome browser. Point it at a web page and it runs a battery of automated tests, then hands you four scores from 0 to 100: Performance, Accessibility, Best Practices, and SEO (Chrome's Lighthouse documentation covers the full list of checks).
The scores are color-coded so you do not need to interpret them: green is 90 to 100 and considered good, orange is 50 to 89 and means there is real room to improve, and red is 0 to 49 and means something is actively working against you. The goal for a professional site is green across all four.
How to Run Your Own Report Right Now
You have two easy ways to do this, and both are free.
The simplest is Google PageSpeed Insights. Paste your page's URL, press Analyze, and in a few seconds you get the same Lighthouse scores plus a prioritized list of what to fix. The other way lives inside Chrome itself: open the page, right-click and choose Inspect, find the Lighthouse tab in the panel that opens, and click Analyze page load.
One thing most people get wrong: run it on every important page, not just your homepage. Lighthouse scores a single page at a time, and your services page, your contact page, and your top blog posts can all score very differently from your homepage. The page that is quietly failing is usually not the one you would have guessed.
What Each of the Four Scores Means
Performance
Performance measures how fast your page loads and how stable it feels while it does. It is built from lab metrics like Largest Contentful Paint (how long until the main content appears), Total Blocking Time (how long the page is unresponsive), and Cumulative Layout Shift (how much the page jumps around as it loads). Speed is not a vanity metric. It maps directly onto whether people stay: Google's research has long shown that visitors abandon slow pages in large numbers, and the same load-and-stability scores feed Google's Core Web Vitals, which are a confirmed ranking factor.
One honest caveat: your Lighthouse Performance number is a lab test run on Google's servers in a controlled setting, so it bounces around between runs and is not the exact number Google ranks you on. Google ranks on real-world Core Web Vitals collected from actual Chrome users. Treat the Lighthouse score as a diagnostic that points you at problems, not as the final word.
Accessibility
The Accessibility score checks whether people with disabilities can actually use your page: whether images have alt text, whether color contrast is strong enough to read, whether the site can be navigated with a keyboard, and whether screen readers can make sense of it. This is the score most small business sites fail, and it is also the one with legal consequences, which is why it gets its own section below.
Best Practices
Best Practices covers the technical hygiene that builds trust and keeps you safe: serving the site over HTTPS, avoiding known security issues, keeping the browser console free of errors, and using images at the right dimensions. A low score here often points at the kind of bloat and neglect that comes with aging, plugin-heavy builds.
SEO
The SEO score is a basic on-page checkup, not a full SEO strategy. It confirms the fundamentals are in place: a meta description, a crawlable page, readable font sizes, valid HTML, and a page that works on mobile. Passing it does not mean you will rank, but failing it means you are getting in your own way before the real SEO work even starts.
Why the Accessibility Score Deserves Extra Attention
Accessibility is no longer just the right thing to do. It is a growing source of lawsuits. Businesses across the US are being sued because their websites cannot be used by people who rely on screen readers or keyboard navigation, and the cases are climbing fast. In 2025, roughly 3,900 website accessibility lawsuits were filed, up about 24 percent over the year before, with most concentrated in New York, Florida, and California. The well-known cases reach the top: a 2019 suit against Domino's over an inaccessible website and app went all the way to the Supreme Court, which let the ruling against Domino's stand.
The standard these cases are measured against is the Web Content Accessibility Guidelines (WCAG), specifically Level AA. The Department of Justice has now formally pointed to WCAG 2.1 AA for state and local government sites, and courts routinely treat that same standard as the benchmark for private businesses, even though there is no single regulation spelling it out for them yet.
Here is the part that matters for how you use Lighthouse: a perfect 100 on the Accessibility score does not mean your site is WCAG compliant or lawsuit-proof. Automated tools can only catch a portion of accessibility problems, commonly estimated at around a third to half, because many issues require human judgment to spot. So a high Lighthouse score is a good sign and a fast first check, but real compliance needs a proper review. The W3C's Easy Checks guide is a solid free starting point, and the WCAG quick reference lays out the full standard. (None of this is legal advice. If you are worried about your exposure, talk to an attorney who handles accessibility.)
What Scores to Actually Aim For
Aim for green, 90 or above, on all four. Accessibility, Best Practices, and SEO can and should sit very close to 100, because most of what they check is either right or wrong. Performance is the one to be pragmatic about. Chasing a perfect 100 can mean stripping out things your business actually needs, and since the real ranking signal comes from field data anyway, a strong score in the 90s with good real-world Core Web Vitals is the sensible target. Run the report, fix the red and orange items first, and re-test.
Frequently Asked Questions
Is Google Lighthouse free?
Completely. It is built into Chrome and also available through Google PageSpeed Insights, with no account or payment required. You can audit any public page, including your competitors'.
Does a high Lighthouse score guarantee good Google rankings?
No. The Performance score is a lab test, and Google ranks on real-world Core Web Vitals from actual users, plus dozens of other factors. A strong Lighthouse score removes technical obstacles to ranking, but it is not a ranking guarantee on its own.
Does passing the Accessibility audit mean my site is ADA compliant?
No, and this is an important distinction. Automated checks catch only a fraction of accessibility issues. A high score is a good first signal, but genuine WCAG compliance requires a manual review by someone who knows the standard. Treat the Lighthouse score as a starting line, not a finish line.
How often should I run a Lighthouse report?
Run it whenever you launch or significantly change a page, and do a quick pass across your key pages every few months. Sites drift over time as content, images, and third-party scripts pile up, and scores slide with them.
What is a good Lighthouse score?
90 or above (green) on each of the four categories is the target. Accessibility, Best Practices, and SEO should be near 100. For Performance, a strong score in the 90s paired with healthy real-world Core Web Vitals is more meaningful than chasing a perfect 100.
If you run a report and find a wall of red, that is worth taking seriously, on the speed side and especially on the accessibility side. We build sites to pass these audits from the start, and we are happy to run one on your current site and walk you through what it finds. Reach out if you want a clear read on where you stand.
What a Google Lighthouse Report Is, and Why You Should Run One on Every Page
Most small business owners have never heard of Lighthouse, which is a shame, because it is free, it takes about two minutes, and it grades your website on the four things that quietly decide whether the site works: speed, accessibility, technical quality, and search readiness. You can run it right now, on any page, without installing anything. This guide explains what each score means, how to run your own, and why one of those four scores carries real legal weight in 2026.
What Lighthouse Actually Is
Lighthouse is a free, open-source auditing tool built by Google and baked directly into the Chrome browser. Point it at a web page and it runs a battery of automated tests, then hands you four scores from 0 to 100: Performance, Accessibility, Best Practices, and SEO (Chrome's Lighthouse documentation covers the full list of checks).
The scores are color-coded so you do not need to interpret them: green is 90 to 100 and considered good, orange is 50 to 89 and means there is real room to improve, and red is 0 to 49 and means something is actively working against you. The goal for a professional site is green across all four.
How to Run Your Own Report Right Now
You have two easy ways to do this, and both are free.
The simplest is Google PageSpeed Insights. Paste your page's URL, press Analyze, and in a few seconds you get the same Lighthouse scores plus a prioritized list of what to fix. The other way lives inside Chrome itself: open the page, right-click and choose Inspect, find the Lighthouse tab in the panel that opens, and click Analyze page load.
One thing most people get wrong: run it on every important page, not just your homepage. Lighthouse scores a single page at a time, and your services page, your contact page, and your top blog posts can all score very differently from your homepage. The page that is quietly failing is usually not the one you would have guessed.
What Each of the Four Scores Means
Performance
Performance measures how fast your page loads and how stable it feels while it does. It is built from lab metrics like Largest Contentful Paint (how long until the main content appears), Total Blocking Time (how long the page is unresponsive), and Cumulative Layout Shift (how much the page jumps around as it loads). Speed is not a vanity metric. It maps directly onto whether people stay: Google's research has long shown that visitors abandon slow pages in large numbers, and the same load-and-stability scores feed Google's Core Web Vitals, which are a confirmed ranking factor.
One honest caveat: your Lighthouse Performance number is a lab test run on Google's servers in a controlled setting, so it bounces around between runs and is not the exact number Google ranks you on. Google ranks on real-world Core Web Vitals collected from actual Chrome users. Treat the Lighthouse score as a diagnostic that points you at problems, not as the final word.
Accessibility
The Accessibility score checks whether people with disabilities can actually use your page: whether images have alt text, whether color contrast is strong enough to read, whether the site can be navigated with a keyboard, and whether screen readers can make sense of it. This is the score most small business sites fail, and it is also the one with legal consequences, which is why it gets its own section below.
Best Practices
Best Practices covers the technical hygiene that builds trust and keeps you safe: serving the site over HTTPS, avoiding known security issues, keeping the browser console free of errors, and using images at the right dimensions. A low score here often points at the kind of bloat and neglect that comes with aging, plugin-heavy builds.
SEO
The SEO score is a basic on-page checkup, not a full SEO strategy. It confirms the fundamentals are in place: a meta description, a crawlable page, readable font sizes, valid HTML, and a page that works on mobile. Passing it does not mean you will rank, but failing it means you are getting in your own way before the real SEO work even starts.
Why the Accessibility Score Deserves Extra Attention
Accessibility is no longer just the right thing to do. It is a growing source of lawsuits. Businesses across the US are being sued because their websites cannot be used by people who rely on screen readers or keyboard navigation, and the cases are climbing fast. In 2025, roughly 3,900 website accessibility lawsuits were filed, up about 24 percent over the year before, with most concentrated in New York, Florida, and California. The well-known cases reach the top: a 2019 suit against Domino's over an inaccessible website and app went all the way to the Supreme Court, which let the ruling against Domino's stand.
The standard these cases are measured against is the Web Content Accessibility Guidelines (WCAG), specifically Level AA. The Department of Justice has now formally pointed to WCAG 2.1 AA for state and local government sites, and courts routinely treat that same standard as the benchmark for private businesses, even though there is no single regulation spelling it out for them yet.
Here is the part that matters for how you use Lighthouse: a perfect 100 on the Accessibility score does not mean your site is WCAG compliant or lawsuit-proof. Automated tools can only catch a portion of accessibility problems, commonly estimated at around a third to half, because many issues require human judgment to spot. So a high Lighthouse score is a good sign and a fast first check, but real compliance needs a proper review. The W3C's Easy Checks guide is a solid free starting point, and the WCAG quick reference lays out the full standard. (None of this is legal advice. If you are worried about your exposure, talk to an attorney who handles accessibility.)
What Scores to Actually Aim For
Aim for green, 90 or above, on all four. Accessibility, Best Practices, and SEO can and should sit very close to 100, because most of what they check is either right or wrong. Performance is the one to be pragmatic about. Chasing a perfect 100 can mean stripping out things your business actually needs, and since the real ranking signal comes from field data anyway, a strong score in the 90s with good real-world Core Web Vitals is the sensible target. Run the report, fix the red and orange items first, and re-test.
Frequently Asked Questions
Is Google Lighthouse free?
Completely. It is built into Chrome and also available through Google PageSpeed Insights, with no account or payment required. You can audit any public page, including your competitors'.
Does a high Lighthouse score guarantee good Google rankings?
No. The Performance score is a lab test, and Google ranks on real-world Core Web Vitals from actual users, plus dozens of other factors. A strong Lighthouse score removes technical obstacles to ranking, but it is not a ranking guarantee on its own.
Does passing the Accessibility audit mean my site is ADA compliant?
No, and this is an important distinction. Automated checks catch only a fraction of accessibility issues. A high score is a good first signal, but genuine WCAG compliance requires a manual review by someone who knows the standard. Treat the Lighthouse score as a starting line, not a finish line.
How often should I run a Lighthouse report?
Run it whenever you launch or significantly change a page, and do a quick pass across your key pages every few months. Sites drift over time as content, images, and third-party scripts pile up, and scores slide with them.
What is a good Lighthouse score?
90 or above (green) on each of the four categories is the target. Accessibility, Best Practices, and SEO should be near 100. For Performance, a strong score in the 90s paired with healthy real-world Core Web Vitals is more meaningful than chasing a perfect 100.
If you run a report and find a wall of red, that is worth taking seriously, on the speed side and especially on the accessibility side. We build sites to pass these audits from the start, and we are happy to run one on your current site and walk you through what it finds. Reach out if you want a clear read on where you stand.


