微信客服
Telegram:guangsuan
电话联系:18928809533
发送邮件:[email protected]

What is Google Chrome Lighthouse | How to improve Lighthouse SEO score

作者:Don jiang

Google Chrome Lighthouse is an open-source tool developed by Google, built into Chrome DevTools, that evaluates web pages across 5 major dimensions including performance, accessibility, and SEO.

People who do Google SEO know that, ​​over 80% of global SEO practitioners use Lighthouse as their basic tool​​.

This open-source testing tool developed by Google can output a test report covering 5 major dimensions and 117 sub-indicators within one minute, directly relating to 23 core evaluation points in the Google search ranking algorithm.

What is Google Chrome Lighthouse

​​What Items Does Lighthouse SEO Testing Cover

According to Google’s official documentation, Lighthouse’s SEO testing module examines pages from ​​5 major technical dimensions, 17 sub-items, and a total of 53 detailed indicators​​.

These correspond to evaluation points in the Google search algorithm related to “content crawlability,” “user intent matching,” and “basic trustworthiness.”

Meta Tags

Meta tags are hidden code at the top of a web page, containing ​Meta Title​​ and ​​Meta Description​, which directly affect the display of the Google Search Engine Results Page (SERP).

​Meta Title​​:

  • What it detects: Length (recommended 50-60 characters), keyword position (core keywords should be near the front), repetition (pages with over 30% site-wide duplication will be penalized).
  • Impact data: Google’s research shows that pages with meta titles containing user search terms have a click-through rate (CTR) 28% higher than irrelevant titles; pages with titles that are too long (over 60 characters) will have their actual display truncated (like “…”), resulting in information loss.

​Meta Description​​:

  • What it detects: Length (recommended 120-160 characters), content relevance (relevance to page main content needs to be >80%), appeal (whether it includes call-to-action, like “Click for details”).
  • Impact data: For pages missing meta descriptions, Google will automatically extract the first paragraph of text (average length only 110 characters), resulting in incomplete information; for pages where descriptions don’t match the content, bounce rate increases by 34%.

Head Section

The head section contains ​Canonical tag​, ​​robots tag​​, ​​Open Graph protocol​​, etc., whose main function is to tell crawlers “who owns this page’s content” and “which content is allowed to be crawled.”

​Canonical Tag​​:

  • What it detects: Whether there is duplicate content (like the same article published on multiple URLs), whether the tag points correctly (needs to point to the main version URL).
  • Impact data: For duplicate pages without a Canonical tag set, Google may only index one of them (or even none), leading to traffic dispersion; for pages with incorrect pointing (like pointing to a 404 page), index coverage drops by 22%.

​Robots Tag​​:

  • What it detects: Whether key pages are incorrectly blocked (like disallowing crawling of the “/about” page), whether necessary resources are accessible (like images and CSS files).
  • Impact data: For pages with incorrect use of the “noindex” tag, there is a 92% probability they won’t be indexed by Google; for pages blocking CSS/JS files, crawlers cannot parse the page structure, which may result in content not being recognized.

Content Structure

Content structure refers to the page’s heading hierarchy (H1-H6 tags), paragraph division, use of lists, etc., affecting crawlers’ judgment of content priority.

​H1 Tag​​:

  • What it detects: Quantity (recommended 1/page), content relevance (whether it accurately summarizes the page’s core topic), position (needs to be at the top of the page, within the first 1000 characters).
  • Impact data: For pages without H1 tags, Google needs more time to parse the core content (average delay of 0.3 seconds); for pages with multiple H1 tags, content priority becomes blurred, and key information may be ignored.

​Content Length and Format​​:

  • What it detects: Body text length (recommended ≥300 words, informational pages need ≥800 words), whether lists are used (ordered/unordered lists), whether bold/italic emphasis is used for key points.
  • Impact data: For pages with short content (<300 words), the winning rate in competitive keyword rankings is only 19% of that for long content; for pages using lists, average user dwell time increases by 27 seconds (because information is easier to scan).

Internal Links

Internal links refer to mutual links between pages (like page A linking to page B), which are the main channels for Google crawlers to “crawl” within a website.

​Link Quantity and Distribution​​:

  • What it detects: Number of internal links per page (recommended 3-8), whether core pages are covered (like homepage linking to category pages, category pages linking to product pages).
  • Impact data: For isolated pages without internal links, the probability of being crawled is only 18%; for pages with more than 15 links, users may leave early due to information overload (bounce rate increases by 19%).

​Anchor Text Quality​​:

  • What it detects: Whether descriptive text is used (like “Summer New Dress” instead of “Click Here”), whether keywords are stuffed (like repeatedly using “SEO optimization tool”).
  • Impact data: For links using vague anchor text (like “Learn More”), crawlers have difficulty determining the target page’s topic; anchor text with keyword stuffing may be judged as “over-optimization” (penalty risk increases by 24%).

Mobile Adaptation

Since 2018, Google has fully implemented “mobile-first indexing,” and mobile experience directly determines whether a page can be effectively crawled and ranked.

​Viewport Configuration​​:

  • What it detects: Whether the “” tag is added.
  • Impact data: For pages without proper viewport settings, content on mobile will be displayed in a scaled-down view (requiring users to manually zoom), causing key information (like buttons and titles) to not be viewable normally, and bounce rate increases by 41%.

​Touch Target Size​​:

  • What it detects: Minimum click area for buttons/links (recommended ≥48x48px).
  • Impact data: For elements with click areas smaller than 48x48px, user misclick probability increases by 33%, leading to operation failures (like being unable to submit forms), which indirectly reduces user satisfaction scores (Google’s Core Web Vitals “Interactivity” metric will decrease).

Accessibility

Accessibility mainly focuses on whether users with disabilities (like visual or hearing impairments) can use the page normally, but some of these indicators also affect Google’s judgment of content “parsability.”

​Alt Attribute​​:

​Color Contrast​​:

  • What it detects: Contrast between text and background (recommended ≥4.5:1, large text ≥3:1).
  • Impact data: Text with contrast lower than 4.5:1 cannot be clearly identified by visually impaired users (using screen readers); while Google doesn’t directly penalize for contrast, low contrast will cause users’ dwell time to decrease (average decrease of 15 seconds), indirectly affecting rankings.

Structured Data

Structured data (Schema Markup) is “metadata” added to content through code (like article publication time, product price), helping Google more accurately understand page types and key information.

​Common Types​​:

  • What it detects: Whether Schema tags for types like Article, Product, and Event are added.
  • Impact data: Pages with structured data added may get “rich snippets” in search results (like showing ratings and prices), with click-through rates 35% higher than normal results; for pages without it, even if content is high quality, they may rank poorly because information is not clearly identified.

Too Many Issues Reported by Lighthouse – Which Ones Should Be Prioritized

A Lighthouse report may list 50+ issues, but ​​80% of SEO gains come from fixing 20% of core issues​​.

Google’s internal testing data shows:

  • Fixing issues that “affect crawler crawling” (like missing meta tags) can increase the probability of page indexing by 47%;
  • Solving “user experience critical issues” (like mobile buttons being too small) can reduce bounce rate by 31%;
  • Ignoring “low-risk low-reward” issues (like some CSS redundancy) has less than 5% impact on rankings.

Crawlers Cannot Crawl the Page

These issues directly affect “index coverage” and are the highest priority category.

Issue Type Specific Manifestation Data Impact Fix Cost
Meta title/description missing Page has no meta title or description For pages with missing meta titles, the first paragraph of text is used in search displays (average truncation rate 62%); for pages with missing meta descriptions, click-through rate is 28% lower than normal Low (5 minutes/page)
Broken internal links Links point to 404 pages, or key pages have no inbound links Isolated pages have only 18% probability of being crawled (normal pages have 73%); for websites with dead link rates exceeding 5%, overall index volume decreases by 19% Medium (batch check tools)
Robots tag errors Incorrectly added “noindex” or blocked CSS/JS Pages with “noindex” tags have 92% chance of not being indexed; for pages with blocked resources, content cannot be parsed (index failure rate 81%) Low (check code)

How to prioritize fixes​​: First use Screaming Frog to scan the entire site, export “dead link report” and “pages without meta tags,” fix 404 links within 24 hours;

Use Chrome DevTools to check robots tags and remove incorrect rules.

Mobile User Experience

Google’s 2024 data shows that ​​mobile searches now account for 68%​​, and mobile crawlers focus on detecting “whether users can smoothly operate.”

If these issues are not resolved, mobile rankings will be directly affected.

Issue Type Specific Manifestation Data Impact Fix Cost
Viewport configuration error No “width=device-width” tag added For unconfigured pages, content on mobile is displayed in scaled-down view (requiring manual zoom), with 41% unviewability rate for key information (like buttons) Very low (edit code line)
Touch target too small Button/link size <48x48px Click error rate increases by 33%, user abandonment of operations probability rises by 22% (conversion funnel loss rate increases by 15%) Low (adjust CSS)
Text too small Body font size <16px Users with poor eyesight (12% of users) have difficulty reading, and dwell time decreases by 27 seconds Low (modify styles)

​How to prioritize fixes​​: Use Lighthouse’s “Mobile Simulation” feature, focus on “Touch Target” and “Viewport” warnings;

Prioritize adjusting button sizes on core pages like homepage and product pages (uniformly change to 48x48px or larger).

HTTPS and Security

Since 2014, Google has listed HTTPS as a ranking factor, ​​for websites not enabled with HTTPS, rankings in similar competition are on average 17 positions lower​​ (Moz 2024 data).

Issue Type Specific Manifestation Data Impact Fix Cost
HTTP not upgraded to HTTPS URL starts with “http://” For websites not enabled with HTTPS, trust score decreases by 29%, and e-commerce page conversion rate is 14% lower Medium (requires server configuration)
Mixed content Page loads HTTP resources (like images/JS) Mixed content pages are marked as “insecure,” and crawlers may stop crawling (interruption rate 38%) Low (replace resource links)

​How to prioritize fixes​​: Contact your server provider to apply for SSL certificate (free Let’s Encrypt available), configure 301 redirect (HTTP→HTTPS);

Use Chrome DevTools to check the “Security” tab and replace all HTTP resource links.

Content Structure Chaos

Chaotic content structure causes Google to be unable to quickly identify page priorities, ​​these issues reduce the page’s winning rate in competitive keyword rankings by 42%​​ (Ahrefs 2024 research).

Issue Type Specific Manifestation Data Impact Fix Cost
H1 tag missing/duplicated No H1 tag, or multiple H1 tags For pages without H1, crawlers have 0.3 seconds delay parsing core content; for pages with multiple H1, key information is ignored with 51% probability Low (modify HTML)
Content length too short Body text <300 words (informational pages <800 words) Short content pages have only 19% of the winning rate of long content in competitive keyword rankings Low (expand content)

​How to prioritize fixes​​: Ensure 1 H1 per page (wrap core content with heading tags, like product name);

Expand informational page body text to 800+ words (add details and cases).

Beyond Lighthouse, What Other Tools Can Assist with SEO Optimization

Lighthouse is an “individual page health check” for SEO optimization, but it can only test the 1 page currently open, and cannot analyze the entire site structure;

It can only provide basic indicators (like meta tags and mobile adaptation), and cannot provide competitor analysis, like backlink data and keyword rankings.

According to Ahrefs 2024 research, ​​SEO practitioners using only Lighthouse have 41% lower optimization efficiency than teams using a combination of tools​​.

The following 6 types of tools can cover scenarios not addressed by Lighthouse, and help you figure out “what to do next” with specific data.

Google Search Console (Free)​

​Core Function​​: Get Google’s “real evaluation” of your website directly—which pages are crawled, which are rejected, and user click behavior in search results.

Key Data Items Description Complementary Points with Lighthouse
Coverage Shows the number of pages that are “indexed/not indexed/blocked” Lighthouse doesn’t tell you how many pages can be crawled, while it can clarify “how much of your content has been indexed by Google”
Click-through Rate (CTR) The proportion of users clicking on your page in search results Lighthouse doesn’t track user behavior, while it can tell you “even if indexed, whether the title/description is attractive enough to get clicks”
Mobile Crawl Errors List of pages that mobile crawlers cannot access Lighthouse simulates mobile experience, while it can directly list “which pages actually cannot be opened on mobile”

​Usage Example​​: Check the “Coverage” report weekly, focus on handling “blocked” pages (usually due to robots.txt misconfiguration);

In the “Performance” tab, filter by “Search queries,” find keywords with “high search volume but low clicks,” and optimize meta descriptions accordingly.

Ahrefs (Paid, free version has limited features)​

Core Function​​: Analyze your website’s backlink structure (who is linking to you) and competitors’ backlink advantages (where competitors’ “trust votes” come from).

Key Data Items Description Complementary Points with Lighthouse
Backlink Quantity and Quality Statistics on total backlinks, high-authority backlink percentage (like .gov/.edu links) Lighthouse doesn’t check external links, while it can tell you “why competitors rank better than you—they may have more authoritative websites recommending them”
Competitors’ High-Ranking Pages Enter competitor domain to see their top 100 pages and corresponding keywords Lighthouse only analyzes your own pages, while it can help you find “which competitor pages are benefiting from keyword opportunities”
Backlink Growth Trend Track new backlinks added for your site or competitors Lighthouse cannot track dynamic changes, while it can show “how many high-quality backlinks competitors added in the past month”

​Usage Example​​: Enter the top 3 competitor domains in your industry, use the “Top Pages” feature to find their top 3 pages by traffic, analyze common characteristics of these pages (like content length and backlink sources), and mimic their structure to optimize your own pages.

Screaming Frog (Free version crawls up to 500 pages)​

​Core Function​​: Batch crawl all pages on your website, quickly locate issues like meta tags, dead links, and duplicate content, suitable for comprehensive testing of medium to large websites.

Key Data Items Description Complementary Points with Lighthouse
Site-Wide Meta Tag Statistics Statistics on meta title/description absence rate and duplication rate across all pages Lighthouse can only check 1 page, while it can output “how many pages site-wide lack meta titles” and “which pages have duplicated meta descriptions”
Dead Link Distribution List all 404 link sources (like navigation bar and internal article links) Lighthouse can only check dead links on the current page, while it can count “total dead links site-wide and which section they’re concentrated in”
Duplicate Content Detection Identify pages with highly similar content (like filter pages with different parameters) Lighthouse doesn’t analyze content duplication, while it can mark “which pages have high content duplication, which may be judged by Google as low quality”

​Usage Example​​: Run a full-site scan, export the “dead link report,” prioritize fixing dead links in the navigation bar and popular articles (dead links in these positions affect more users’ access experience).

PageSpeed Insights (Free)​

Core Function​​: Focus on webpage loading speed, providing more specific “performance bottleneck” analysis than Lighthouse, especially the differences between mobile and desktop.

Key Data Items Description Complementary Points with Lighthouse
Core Web Vitals (CWV) Including LCP (Largest Contentful Paint), FID (First Input Delay), and CLS (Cumulative Layout Shift) Lighthouse includes these indicators, but PageSpeed Insights gives you “which resources (like images and JS) are causing the long LCP”
Optimization Suggestion Priority Mark optimization items as “high impact/low effort” (like image compression and enabling caching) Lighthouse’s suggestions are relatively general, while it ranks by “optimization benefit – implementation difficulty,” helping you quickly find “the highest return on investment” improvement points

​Usage Example​​: Enter the page URL, check suggestions under the “Opportunities” tab, prioritize handling “high impact” items (like “reduce unused JavaScript,” which usually can reduce loading time by 20-30%).

Hotjar (Free version limited)​

​Core Function​​: Understand users’ real usage experience through heatmaps (user clicks/scroll depth), session recordings (user actual browsing process), and surveys, supplementing Lighthouse’s “simulated experience” limitations.

Key Data Items Description Complementary Points with Lighthouse
Click Heatmap Shows areas users frequently click on (even without links) Lighthouse checks button sizes, while heatmaps can tell you “where users actually click—maybe an unlinked image is being frequently clicked”
Scroll Heatmap Shows how deep users scroll into the page Lighthouse doesn’t track user dwell time, while heatmaps can show “whether users see important information at the bottom of the page (like contact information)”
Session Recordings Records video clips of user browsing process Lighthouse simulates user operations, while session recordings can visually show “where users get stuck (like difficulty filling out forms)”

​Usage Example​​: Check “scroll heatmap,” if 70% of users only scroll to the first 1/3 of the page, core content (like product selling points) needs to be moved up; based on “click heatmap,” add navigation or information to areas with frequent clicks but no links.

SEMrush (Paid, free version has limited features)​

Core Function​​: Semrush offers all-in-one analysis of your website’s SEO performance, covering keyword rankings, advertising strategies, social media influence, and other dimensions, suitable for formulating overall optimization strategies.

Key Data Items Description Complementary Points with Lighthouse
Keyword Gap Analysis Compare your and competitors’ keyword coverage to find “keywords you can target but haven’t” Lighthouse doesn’t involve keyword rankings, while it can clarify “which keywords have traffic but your pages don’t rank for”
Advertising Strategy Reference Analyze competitors’ Google ad targeting keywords and landing pages Lighthouse doesn’t focus on ads, while it can help you understand “what methods competitors are using besides SEO to get traffic”
Social Media Influence Statistics on social media sharing volume and engagement rate Lighthouse doesn’t detect social signals, while it can show “which pages users actively share, which may indirectly improve SEO”

​Usage Example​​: Use the “Keyword Gap” feature, filter for keywords with “search volume >1000/month, difficulty <50," prioritize optimizing pages corresponding to these low-competition high-demand keywords.

Scroll to Top