StandardRobotsTxtProvider
Fetches and enforces robots.txt crawl rules from web sites.
Notes
Fetches and parses robots.txt files from web sites according to the Robots Exclusion Standard. Crawl directives found in robots.txt are applied to restrict or allow access to specific URL paths.
Usage
- YAML
- JSON
- XML
class: StandardRobotsTxtProvider
noop: string
{
"class": "StandardRobotsTxtProvider",
"noop": "string"
}
<robotsTxtProvider>
<class>StandardRobotsTxtProvider</class>
<noop>string</noop>
</robotsTxtProvider>