# ============================================================ # 404 FOUND — robots.txt # # ROBOTS-GOSSIP # # A note about the line below: robots.txt is advisory. It asks # well-behaved crawlers not to fetch a path. It does not stop # anybody, and listing a path here tells every reader that the # path exists. Security through obscurity is neither. # # Everything disallowed below is game content. Nothing here is # protected by this file — the things that matter are protected # by authorisation checks on the server. # ============================================================ User-agent: * Allow: / Disallow: /admin Disallow: /api/ Disallow: /arena/basement Disallow: /arena/ctrl-room # Yes. We just told you about the basement. # That is the entire point of this file. Sitemap: http://localhost:3000/sitemap.xml