<?xml version="1.0" encoding="UTF-8"?>
<!--
  Seven URLs: the front door, the three public auth entry points, and the three
  REFERENCE pages published on 2026-09-14.

  `/` WAS MISSING UNTIL 2026-09-15, and that is recorded rather than quietly
  fixed. On that day `/` stopped redirecting to a sign-in form and became a
  public landing page opted back in to indexing, and this file was not updated
  in the same commit, so the page the change existed to publish was the one URL
  absent from it. It leads now, because it is the front door. Everything else on this host is behind AuthGuard and
  marked noindex by the root layout, so listing it would be a lie to the
  crawler. Trailing slashes match next.config.ts `trailingSlash: true`; without
  them these point at URLs the static export does not serve.

  THE REFERENCE PAGES ARE THE HIGHEST PRIORITY HERE, above /login/, and that is
  deliberate rather than an oversight. Until this pass the only indexable URLs
  on the host were sign-in forms, so the site ranked for its own name on brand
  match alone with no topical content behind it. These three are the content:
  each answers a question a firefighter candidate actually types, and each is
  sourced. /login/ keeps a high priority because it is still the page currently
  holding that brand ranking and nothing here should be read as demoting it.

  A page listed here must ALSO opt back in with `robots: { index: true }` in
  its own layout.tsx. The root layout defaults this whole app to noindex and
  the meta tag beats a sitemap every time, so a URL added here without that
  change is simply ignored.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://apparatusready.com/</loc>
    <lastmod>2026-09-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://apparatusready.com/cpat/</loc>
    <lastmod>2026-09-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://apparatusready.com/cpr/</loc>
    <lastmod>2026-09-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://apparatusready.com/knots/</loc>
    <lastmod>2026-09-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://apparatusready.com/login/</loc>
    <lastmod>2026-09-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://apparatusready.com/signup/</loc>
    <lastmod>2026-09-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://apparatusready.com/forgot-password/</loc>
    <lastmod>2026-09-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
