You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [Content Signals guide](/docs/robots/guides/robots-txt#content-signals) for more detailed information about Content Signals and supported AI preferences.
comments: 'Allow Google AdsBot to index the login page but no-admin pages'
45
46
},
46
47
]
47
48
}
48
49
})
49
50
```
50
51
52
+
### Group Configuration Options
53
+
54
+
Each group object supports the following properties:
55
+
56
+
-`userAgent?: string | string[]` - The user agent(s) to apply rules to. Defaults to `['*']`
57
+
-`disallow?: string | string[]` - Paths to disallow for the user agent(s)
58
+
-`allow?: string | string[]` - Paths to allow for the user agent(s)
59
+
-`contentUsage?: string | string[]` - Content Signals for AI usage preferences (see [Content Signals guide](/docs/robots/guides/robots-txt#content-signals))
60
+
-`comment?: string | string[]` - Comments to include in the robots.txt file
0 commit comments