Domain Detective

API Reference

Enum

KnownAiBot

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Known AI-related user agents that may appear in robots.txt files.

Inheritance

  • Enum
  • KnownAiBot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const KnownAiBot Unknown #

Unrecognized bot.

Value: 0
public const KnownAiBot GptBot #

The OpenAI GPTBot crawler.

Value: 1
public const KnownAiBot ChatGpt #

ChatGPT bot user agent.

Value: 2
public const KnownAiBot ChatGptUser #

User agent used by ChatGPT browser plugin.

Value: 3
public const KnownAiBot CcBot #

The CommonCrawl bot.

Value: 4
public const KnownAiBot ClaudeBot #

Anthropic Claude bot.

Value: 5
public const KnownAiBot Anthropic #

Anthropic API bot.

Value: 6
public const KnownAiBot GoogleExtended #

Google Extended crawler.

Value: 7
{{ include "footer" }}