Skip to main content
Version: 3.44.3

Request.botName

The botName read-only property of the Request interface contains a string identifying the specific bot detected (e.g., GoogleBot, GPTBot, Bingbot).

Warning: String values may change over time. Use this for logging or informational purposes. For conditional logic, use Request.botCategory.

Value

A String with the name of the bot or null if bot detection was not executed or no bot was detected.