What is Chrome-Lighthouse?
Direct Answer: Chrome-Lighthouse is an open-source tool by Google for auditing web page quality, not a traditional web crawler.
Chrome-Lighthouse is an automated, open-source tool for auditing web page quality. It runs a series of audits against a given page to generate a report on performance and accessibility. It can be run in Chrome DevTools, from the command line, or as a Node module.
User-Agent Identification
The following user-agent strings identify Chrome-Lighthouse in your live traffic data:
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36(KHTML, like Gecko) Chrome/69.0.3464.0 Mobile Safari/537.36 Chrome-Lighthouse
robots.txt Rules for Chrome-Lighthouse
Respects robots.txt: No
Robots.txt has limited effect on user-initiated bots
Chrome-Lighthouse is triggered by user actions within Google's products. While Google states it respects robots.txt, the bot operates differently from autonomous crawlers — it fetches specific URLs on demand rather than systematically spidering your site. Server-log monitoring is the only reliable way to verify what actually happens.
Need continuous verification across 500+ bots? Can AI See It automates this.
Crawl Behavior
Frequency:On-Demand
Request Pattern:Not Documented
Official Documentation Quotes
"Lighthouse is an open-source, automated tool to help you improve the quality of web pages."
Crawl Activity Index
Relative crawl activity for Chrome-Lighthouse over the past 28 days. Higher values indicate increased crawling intensity compared to the period baseline.
View recent activity data (last 7 days)
| Date | Activity Index |
|---|---|
| Mar 28, 2026 | 75.2 |
| Mar 29, 2026 | 56.9 |
| Mar 30, 2026 | 58.4 |
| Mar 31, 2026 | 79.1 |
| Apr 1, 2026 | 70.5 |
| Apr 2, 2026 | 61.1 |
| Apr 3, 2026 | 60.0 |
Source: Cloudflare Radar
Why track Chrome-Lighthouse traffic?
Control third-party crawl impact on your server. Chrome-Lighthouse crawls your site to build Google's SEO database. While useful for competitive analysis, these crawlers can consume significant server resources on large sites.
Identify who's analyzing your site. Chrome-Lighthouse visits reveal when competitors or agencies are running audits on your domain.
Manage crawl priority. If Chrome-Lighthouse is consuming crawl budget you'd rather allocate to search engines, you can throttle or block it based on measured volume.
Surface 4XX and 5XX errors before search engines find them. If Chrome-Lighthouse reports broken pages or server errors in its crawl data, you can fix those issues proactively — before search engine crawlers encounter them and your rankings suffer.
Is Chrome-Lighthouse worth the server resources?
Chrome-Lighthouse crawls your site to build Google's SEO database. Unlike search engines, this crawler doesn't send you any referral traffic — it feeds a third-party tool.
That's not necessarily a problem — Google's data may power tools you use yourself. The question is whether Chrome-Lighthouse's crawl volume is proportionate to its value.
What Can AI See It measures
Requests per day and bandwidth consumed by Chrome-Lighthouse
What % of your total bot traffic is Chrome-Lighthouse?
Scrapers spoofing Chrome-Lighthouse's user-agent string
Log Verification
To verify Chrome-Lighthouse traffic in your live traffic data:
- Search access logs for the user-agent strings listed above
- Check if the IP addresses match documented ranges (if provided by Google)
- Verify the crawl pattern matches documented behavior
- Use reverse DNS lookup for additional verification if available
Note: Observed behavior in production environments may differ from official documentation. Live traffic monitoring provides the only reliable verification of actual bot behavior.
Undocumented Information
The following information is not officially documented for Chrome-Lighthouse:
- crawl frequency
- IP verification
- JavaScript rendering
See which SEO tools are crawling your site — and how much they cost you
- Identify third-party crawlers consuming your server resources
- Separate SEO tool traffic from search engine crawls
- Detect fake bots spoofing Chrome-Lighthouse's user-agent
Official Documentation
View Official Chrome-Lighthouse Documentation →
Information sourced from official documentation. Content generated with AI assistance.