Skip to main content

user_agent

The user-agent, which is the name of the crawler, for a specific group in the robots.txt file.

The user_agent object consists of a User-agent directive, and a value of the name of the user-agent. For example:

User-agent: *


Properties

Returns User-agent.

The name of the user-agent.

{
"directive": "User-agent",
"value": "*"
}
Was this section helpful?