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.

Anchor to
sitemap

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.

Anchor to
user_agent

The user agent for the group.

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