Variant

bot-category

Categories of detected bots.

variant bot-category {
  none,
  suspected,
  accessibility,
  ai-crawler,
  ai-fetcher,
  content-fetcher,
  monitoring-site-tools,
  online-marketing,
  page-preview,
  platform-integrations,
  research,
  search-engine-crawler,
  search-engine-optimization,
  security-tools,
  extra(extra-bot-category),
}

Cases

CasePayloadDescription
noneNo bot was detected.
suspectedA suspected bot.
accessibilityTools that make content accessible (e.g., screen readers).
ai-crawlerCrawlers used for training AIs and LLMs, generally used for building AI models or indexes.
ai-fetcherFetchers used by AIs and LLMs for enriching results in response to a user query.
content-fetcherTools that extract content from websites to be used elsewhere.
monitoring-site-toolsTools that access your website to monitor things like performance, uptime, and proving domain control.
online-marketingCrawlers from online marketing platforms (e.g., Facebook, Pinterest).
page-previewTools that access your website to show a preview of the page in other online services and social media platforms.
platform-integrationsIntegration with other platforms by accessing the website's API, notably Webhooks.
researchCommercial and academic tools that collect and analyze data for research purposes.
search-engine-crawlerCrawlers that index your website for search engines.
search-engine-optimizationTools that support search engine optimization tasks (e.g., link analysis, ranking).
security-toolsSecurity analysis tools that inspect your website for vulnerabilities, misconfigurations and other security features.
extraextra-bot-categoryAdditional bot kinds may be added in the future via this resource type.