<?xml version="1.0" encoding="UTF-8"?>
<!--
  crewdocket.com — sitemap

  RULES THIS FILE FOLLOWS, so it stays true:

  1. A URL is listed only if the page exists and returns 200. A sitemap that
     lists a page that isn't there is the SEO version of a fabricated claim.
  2. URLs are CLEAN (no .html). That requires "cleanUrls": true on the hosting
     target — see site/README.md, "Hosting requirements". If cleanUrls is ever
     turned off, every URL here must gain .html and every <link rel=canonical>
     must change with it. They have to agree.
  3. /privacy and /terms are DELIBERATELY ABSENT, and the omission is one half
     of a pair. Both pages are unreviewed legal drafts and both carry
     <meta name="robots" content="noindex, follow">. A page kept out of the
     sitemap but left indexable is still indexed; a page tagged noindex but
     listed here asks Google to crawl something we told it to drop. The two
     must always agree. Add the entries here and remove the meta tags in ONE
     change, on the day counsel signs off. Not before, and never one alone.
  4. No <changefreq>, no <priority>. Google ignores both and they invite
     invented numbers.
  5. lastmod is a real date. Bump it when the page actually changes.
  6. THIS FILE MUST PARSE AS XML. It did not, between 2026-08-02 and
     2026-08-03: a comment had been opened around two comments that were
     already closed, and XML comments cannot nest or contain a double hyphen.
     Google rejects a malformed sitemap whole, so every URL below was being
     submitted and silently discarded. Never nest these. Parse the file after
     editing it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://crewdocket.com/</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://crewdocket.com/pricing</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://crewdocket.com/faq</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <!-- BLOCKED ON COUNSEL, see rule 3. Two entries are missing on purpose:
       https://crewdocket.com/privacy and https://crewdocket.com/terms.
       Both are unreviewed legal drafts and both carry a noindex tag today.
       Restore these two entries and strip the two meta tags in the same
       change, on the day counsel signs off. -->

  <!-- NOT BUILT YET. Add each one on the day it ships, with its real date.
       /demo                — spec §6, blocked on the demo build + hosting target
       /changelog           — spec §3.3 item 3, generated from git
       /jobber-alternative  — spec §7.6, the long-tail switching page
  -->

</urlset>
