<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for https://www.spur.cards.

  The Muse/MCP connector is deliberately NOT a <loc> here. It is served from
  a DIFFERENT host (https://mcp.spur.cards, Cloud Run), and sitemaps.org
  requires every URL in a sitemap to share the sitemap's host. Cross-host
  entries are only honoured when both hosts are verified in the same Search
  Console property (mcp.spur.cards is not), so adding one would be ignored
  and reported as an invalid URL rather than helping.

  The connector is instead discoverable three ways:
    1. the #connector section on /waitlist (the landing page), whose lastmod
       below is bumped so crawlers refetch it and pick the section up — plus
       a WebApplication node in that page's JSON-LD pointing at the host;
    2. apps/web/public/llms.txt, which names https://mcp.spur.cards directly
       for the answer-engine crawlers robots.txt explicitly welcomes;
    3. the outbound CTA link itself, which crawlers follow.

  If mcp.spur.cards is later verified in the same Search Console property
  (or gets its own same-host page), add it here and drop this note.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.spur.cards/waitlist</loc>
    <lastmod>2026-09-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.spur.cards/request-beta</loc>
    <lastmod>2026-06-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.spur.cards/faq</loc>
    <lastmod>2026-06-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.spur.cards/about</loc>
    <lastmod>2026-06-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
