What robots.txt is
A plain-text file at the root of a host, at /robots.txt, that tells crawlers which URL paths they may request. It is a crawl instruction, not an access control: the file is public, and a crawler that ignores it is not breaking anything technical. Only four directives are standardised in RFC 9309 - User-agent, Allow, Disallow and Sitemap.


