<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, and it lists PUBLIC pages only.

  There is no build step generating this because the route table lives in one
  readable block in src/app/App.jsx and a chapter site gains a page or two a
  year: a generator would be more machinery than the thing it generates.

  DELIBERATELY ABSENT: /leadership (officer console), /join and /login (sign-in
  walls), /connect and /present (live meeting screens), /checkin and /checkout
  (QR targets that act on a scan). None of them render anything useful to a
  visitor arriving from a search result, and several act the moment they load.
  robots.txt disallows the same set.

  KEEP THIS IN STEP WITH App.jsx. Adding a public route means adding it here.
  Nothing enforces that automatically, which is the honest cost of hand-writing
  it; the alternative was a build step nobody would remember either.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://utrgvfbla.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/events</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/announcements</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/interns</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/border-boardroom</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/leaderboard</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/forms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://utrgvfbla.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
