<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. NOTHING GENERATES THIS FILE — add a page to src/pages/ and
  you must add it here too.

  Contents: every page in src/pages/ that is publicly indexable. Excluded are
  404, quote-received and quote-problem — the last two are transactional
  confirmations that emit <meta name="robots" content="noindex,follow"> via
  src/layouts/Shell.astro, and listing a noindex URL here only sends Google
  mixed signals. 11 page sources minus those 3 = the 8 URLs below.

  URL form matches the canonical exactly: apex host, no trailing slash
  (astro.config.mjs trailingSlash: 'never', build.format 'file'), homepage as
  "/". Verified against the live <link rel="canonical"> on each page.

  lastmod is the committer date of the last commit that touched that page's
  own source — for /privacy and /terms that is src/fragments/*.html, which is
  where their body actually lives. It is NOT the build date and NOT today's
  date: lastmod is a content-change signal, and refreshing it on every deploy
  teaches Google to ignore it.

  priority and changefreq are omitted on purpose. Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://brimcollection.com/</loc>
    <lastmod>2026-07-23T23:29:58-05:00</lastmod>
  </url>
  <url>
    <loc>https://brimcollection.com/services</loc>
    <lastmod>2026-07-23T23:29:58-05:00</lastmod>
  </url>
  <url>
    <loc>https://brimcollection.com/work</loc>
    <lastmod>2026-07-23T23:29:58-05:00</lastmod>
  </url>
  <url>
    <loc>https://brimcollection.com/about</loc>
    <lastmod>2026-07-23T23:29:58-05:00</lastmod>
  </url>
  <url>
    <loc>https://brimcollection.com/quote</loc>
    <lastmod>2026-07-23T23:29:58-05:00</lastmod>
  </url>
  <url>
    <loc>https://brimcollection.com/contact</loc>
    <lastmod>2026-07-23T23:29:58-05:00</lastmod>
  </url>
  <url>
    <loc>https://brimcollection.com/privacy</loc>
    <lastmod>2026-07-22T00:02:28-05:00</lastmod>
  </url>
  <url>
    <loc>https://brimcollection.com/terms</loc>
    <lastmod>2026-07-22T00:02:28-05:00</lastmod>
  </url>
</urlset>
