Skip to main content

group

A group of rules for the robots.txt file.

Properties

Anchor to
rules
array of rule

The rules in the group.

The sitemap for the group.

If the group doesn't require a sitemap, then blank is returned.

The sitemap can be accessed at /sitemap.xml.

The user agent for the group.

{
"rules": [],
"sitemap": {},
"user_agent": {}
}
Was this section helpful?