What is robots.txt?
robots.txt is a convention where a site publishes Disallow rules, Crawl-delay and Request-rate directives, and often points at its sitemaps. It is advisory by design rather than enforced by the protocol, which makes honouring it a choice a crawler makes.
Why it matters
Twin’s crawler honours Disallow, Crawl-delay and Request-rate by default, and you have to opt out explicitly. That default is the difference between a crawler that behaves like a citizen of the web and one that gets your egress blocked.