# radiation-lab.com — origin root. # # This file is authoritative for the whole origin. Each lab lives under a path # prefix and ships its own robots.txt inside that prefix, but crawlers only read # /robots.txt at the origin root, so the rules for every lab belong here. # Adding a lab means adding its Allow/Disallow rules and its Sitemap line. User-agent: * Allow: / Disallow: /radimeter/app/ # Disposal lab (M-Phreefiteq): the engine proxy is not a page, and the board # and sign-in are behind an account — nothing there is worth indexing. Disallow: /disposal/engine/ Disallow: /disposal/community Disallow: /disposal/login # Calculator lab (RadCalc): saved results are private to the signed-in account. Disallow: /calc/saved/ # Platform layer: the visit report is the operator's own console, behind an account. # It is also marked noindex, but a crawler should not spend a request finding that out. Disallow: /stats/ Sitemap: https://radiation-lab.com/sitemap.xml Sitemap: https://radiation-lab.com/radimeter/sitemap-index.xml Sitemap: https://radiation-lab.com/disposal/sitemap.xml Sitemap: https://radiation-lab.com/calc/sitemap-index.xml