HeadlessChrome
What is HeadlessChrome?
About
Headless Chrome is provided by Chromium, Google's open source browser project. It gives other software the ability to render web pages in full detail. The most common use case is automated testing software, but it's also the main thing that enables autonomous AI agents interact with the internet as if they were humans.
You can set up agent analytics to see when HeadlessChrome visits your website.
Detail
Documentation | https://developer.chrome.com/docs/chromium/headless |
Type
Expected Behavior
The behavior of headless browsers generally depends who is using them and what exactly they're using them for. Patterns could vary significantly depending whether the operator is human-guided software (e.g. performance testing), or an autonomous AI agent acting like a human.
Insights
HeadlessChrome Visiting Your Website
Other Websites
Access Control
Should I Block HeadlessChrome?
Probably not. Headless browsers normally don't follow robots.txt rules anyway.
Using Robots.txt
You can block HeadlessChrome or limit its access by setting user agent token rules in your website's robots.txt. We recommend setting up agent analytics to check whether it's actually following them.
User Agent Token | Description |
---|---|
HeadlessChrome |
Should match instances of HeadlessChrome |
# robots.txt
# This should block HeadlessChrome
User-agent: HeadlessChrome
Disallow: /