Reference

RobotsRule

Describes one robots.txt user-agent rule.

Signature

interface RobotsRule

Members

allow?: string | readonly string[]
disallow?: string | readonly string[]
userAgent: string | readonly string[]