user_ agent
The user-agent, which is the name of the crawler, for a specific group in the robots.txt file.
The object consists of a User-agent directive, and a value of the name of the user-agent. For example:
User-agent: *
Tip
You can customize the robots.txt file with the robots.txt.liquid template.
Tip:
You can customize the robots.txt file with the robots.txt.liquid template.
Tip: You can <a href="/themes/seo/robots-txt">customize the <code>robots.txt</code> file</a> with the <a href="/themes/architecture/templates/robots-txt-liquid"><code>robots.txt.liquid</code> template</a>.
{
"directive": "User-agent",
"value": "*"
}
Example
{
"directive": "User-agent",
"value": "*"
}Was this section helpful?