Chrome-Lighthouse

What is Chrome-Lighthouse?

About

Chrome-Lighthouse is an automated, open-source tool that audits web pages for performance, accessibility, progressive web apps, SEO, and best practices. It runs a series of audits against a page and generates a comprehensive report on how well the page did. You can see how often Chrome-Lighthouse visits your website by setting up Dark Visitors agent analytics.

Expected Behavior

Developer helpers generally visit websites on direct behalf of a user who is evaluating some feature or attribute. Visits can be one-off or part of a larger crawl.

Type

Developer Helper
Used by developers to test website functionality

Detail

Operated By Google
Last Updated 9 hours ago

Insights

Top Website Robots.txts

0%
0% of top websites are blocking Chrome-Lighthouse
Learn How →

Country of Origin

United States
Chrome-Lighthouse normally visits from the United States

Global Traffic

The percentage of all internet traffic coming from Developer Helpers

Top Visited Website Categories

Law and Government
Computers and Electronics
Business and Industrial
Health
Food and Drink
Get These Insights for Your Website
Use the WordPress plugin, Node.js package, or API to get started in seconds.

Robots.txt

Should I Block Chrome-Lighthouse?

Probably not. Developer helpers are normally used to optimize or find problems with your website.

How Do I Block Chrome-Lighthouse?

⚠️ Manual Robots.txt Edits Are Not Scalable
New agents are created every day. Instead, serve a continuously updating robots.txt that blocks new agents automatically.

You can block Chrome-Lighthouse or limit its access by setting user agent token rules in your website's robots.txt. Set up Dark Visitors agent analytics to check whether it's actually following them.

User Agent String Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36 Chrome-Lighthouse
# robots.txt
# This should block Chrome-Lighthouse

User-agent: Chrome-Lighthouse
Disallow: /

References