<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, not generated — the page list is small and stable, and
  this keeps it consistent with robots.txt (also a static file). Add an
  entry here only once a page is real and built; do not list a route just
  because App.tsx will one day render something there.

  Deliberately excluded (LEN-1468):
  - /jobs and /jobs/:id — job detail pages render a registration wall
    (company, salary, and description all null) to anonymous visitors,
    which anonymous crawlers are. Indexing them would show Google a blurred
    page instead of a role, and many near-identical blurred pages risk
    reading as duplicate/thin content. Revisit once there's a real
    crawlable teaser for gated roles.
  - /contact, /accessibility — neither page exists yet, and as of this
    ticket nothing on the live site links to either one either (the
    original "missing but linked" premise no longer holds). Add both once
    they're built.
  - /employers/posted (LEN-2278) — reached only by a token emailed after a
    posting is submitted, so it is per-submission and useless to anyone
    arriving cold. It is already in NOINDEX_ROUTES in App.tsx; this keeps
    the two lists agreeing. Its siblings /employers and /employers/post-job
    are public and ARE listed below.

  LEN-2172 added /roles and /roles/:category. These are NOT job listings —
  every number on them is pooled across a whole category (role count, pay
  band), never a specific role or employer — so the LEN-1468 exclusion above
  does not apply. "Other" is listed here despite being one of the nine
  canonical categories: it is a catch-all bucket (see inferCategory in
  job-insights.ts), not a role family anyone searches for by name, so it gets
  no dedicated landing page even though the hub page still links to it when it
  has enough listings.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mcajobboard.com/</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/about</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/privacy</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/terms</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/accessibility</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/employers</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/employers/post-job</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles/sales</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles/underwriting</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles/processing</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles/operations</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles/leadership</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles/collections</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles/it</loc>
  </url>
  <url>
    <loc>https://mcajobboard.com/roles/marketing</loc>
  </url>
</urlset>
