<?xml version="1.0" encoding="UTF-8"?>
<!-- Origin root. Each lab ships its own sitemap under its path prefix; this one
     lists the pages the umbrella itself owns. robots.txt names every sitemap.

     lastmod is here because Google uses it to decide when a page is worth
     re-crawling, and this page had no signal at all: a title and a description
     rewritten on 2026-09-17 were still showing the previous wording in results
     hours later. lastmod does not force a crawl, and an inaccurate one is worse
     than none because Google learns to ignore the file — so gate/check-sitemap.mjs
     compares it against the last commit that touched public/ and fails if it drifts.

     The image entries name the four pictures this page actually shows. They do not
     make a search thumbnail appear — that stays Google's choice — but they are how
     the images are declared to belong to this page rather than merely being fetched
     while rendering it. og.jpg is deliberately absent: it is the sharing card and
     never appears on the page, and an image sitemap is for images on the page. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://radiation-lab.com/</loc>
    <lastmod>2026-09-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://radiation-lab.com/img/hero.webp</image:loc>
      <image:title>Radiation instrument performance testing at the bench</image:title>
    </image:image>
    <image:image>
      <image:loc>https://radiation-lab.com/img/metrology.webp</image:loc>
      <image:title>Handheld radiation dose-rate meter and detector probe</image:title>
    </image:image>
    <image:image>
      <image:loc>https://radiation-lab.com/img/calc.webp</image:loc>
      <image:title>Lead and steel attenuator plates on a measuring rail</image:title>
    </image:image>
    <image:image>
      <image:loc>https://radiation-lab.com/img/disposal.webp</image:loc>
      <image:title>Granite and bentonite drill cores in a logging tray</image:title>
    </image:image>
  </url>
</urlset>
