group
A group of rules for the robots.txt file.
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>.
Properties
The sitemap for the group.
If the group doesn't require a sitemap, then
blankis returned.The sitemap can be accessed at
/sitemap.xml.- user_
agentuser_ agent The user agent for the group.
Anchor to
{
"rules": [],
"sitemap": {},
"user_agent": {}
}
Example
{
"rules": [],
"sitemap": {},
"user_agent": {}
}Was this section helpful?