<?xml version="1.0" encoding="UTF-8"?>
<!--
  Six URLs: the three public auth entry points, and the three REFERENCE pages
  published on 2026-09-14. 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/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>
