<?xml version="1.0" encoding="UTF-8"?>
<!--
  Issue #3189 Slice G (spec §14.3/§14.4): exactly the routes spec §14.3's
  own "Index:" list names, verbatim - home, what-you-can-do, how-it-works,
  trust, updates, privacy, terms. `/shared` is deliberately absent (it
  canonicalizes to `/`, spec §14.2 - listing both would submit the same
  content twice). `/contact` and `/status` are indexable (their own robots
  meta says so) but not spec-enumerated here, so they are reachable by
  crawlers via normal site navigation rather than proactively submitted.
  Static (no per-route `lastmod`, which this file has no honest way to keep
  current) - owner-apply note: verify this file is actually served at
  `https://meetintro.net/sitemap.xml` (Slice G ships the artifact; hosting
  it at the edge is the same class of host step as the contact route's
  Caddy allowlist entry).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://meetintro.net/</loc>
  </url>
  <url>
    <loc>https://meetintro.net/what-you-can-do</loc>
  </url>
  <url>
    <loc>https://meetintro.net/how-it-works</loc>
  </url>
  <url>
    <loc>https://meetintro.net/trust</loc>
  </url>
  <url>
    <loc>https://meetintro.net/updates</loc>
  </url>
  <url>
    <loc>https://meetintro.net/privacy</loc>
  </url>
  <url>
    <loc>https://meetintro.net/terms</loc>
  </url>
</urlset>
