# Match robots requests, including query strings.
if (req.url.path == "/robots.txt") {
  error 601;
}