Lighthouse SEO Report

Run a Lighthouse audit to check your site's performance, accessibility, SEO, and best practices scores.

What Is Lighthouse?

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page — public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO, and more.

Lighthouse Score Categories

CategoryWhat It Measures
PerformanceHow fast the page loads and becomes interactive. Includes First Contentful Paint, Speed Index, Largest Contentful Paint, and more.
AccessibilityHow usable the page is for people with disabilities. Checks color contrast, ARIA attributes, keyboard navigation, and semantic HTML.
Best PracticesWhether the page follows modern web development best practices. Includes HTTPS, correct image aspect ratios, no console errors, and more.
SEOWhether the page is optimized for search engines. Checks viewport meta tag, document title, meta description, link text, image alt attributes, and more.
Progressive Web AppWhether the page meets the baseline PWA checklist. Includes service worker, manifest, HTTPS, and more.

How to Run Lighthouse Yourself

You can run Lighthouse directly in your browser:

  1. Open Chrome DevTools (F12)
  2. Click the "Lighthouse" tab
  3. Select categories you want to audit
  4. Click "Generate report"

You can also run Lighthouse from the command line: npx lighthouse https://yoursite.com --view