<?xml version="1.0" encoding="UTF-8"?>
<!--
  DrawScale sitemap — only URLs that return HTTP 200 and are publicly
  indexable belong here (Google treats redirecting/gated sitemap URLs as
  errors and it erodes crawl trust).

  Production (nginx.conf) currently auth-gates the marketing/SEO pages:
  /blog, /careers, /compare, /construction-takeoff-guide, /takeoff-software
  all 302 to /signin, and /platform returns 404. Those URLs are parked in
  the commented block at the bottom — restore them (with fresh lastmod
  dates) when the nginx gate is lifted.

  Verified against https://drawscale.ai on 2026-07-03.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage - primary landing page -->
  <url>
    <loc>https://drawscale.ai/</loc>
    <lastmod>2026-06-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://drawscale.ai/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://drawscale.ai/"/>
  </url>

  <!-- Waitlist / early-access intake - primary conversion page -->
  <url>
    <loc>https://drawscale.ai/waitlist</loc>
    <lastmod>2026-06-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!--
  ══════════════════════════════════════════════════════════════════════
  PARKED — these pages exist in the app but are auth-gated in production
  nginx (302 → /signin) or unrouted (404). Do NOT uncomment until they
  serve 200 publicly; refresh lastmod from git history when restoring.

  /platform                                          (404 in prod)
  /blog                                              (gated)
  /blog/ai-powered-takeoff-workflow                  (gated)
  /blog/reviewable-construction-quantities           (gated)
  /blog/why-estimators-need-source-linked-takeoffs   (gated)
  /takeoff-software                                  (gated)
  /takeoff-software/electrical-contractors           (gated)
  /takeoff-software/plumbing-contractors             (gated)
  /takeoff-software/hvac-contractors                 (gated)
  /takeoff-software/general-contractors              (gated)
  /takeoff-software/concrete-contractors             (gated)
  /takeoff-software/roofing-contractors              (gated)
  /takeoff-software/drywall-contractors              (gated)
  /compare                                           (gated)
  /compare/bluebeam-alternative                      (gated)
  /compare/planswift-alternative                     (gated)
  /compare/on-screen-takeoff-alternative             (gated)
  /compare/togal-alternative                         (gated)
  /construction-takeoff-guide                        (gated)
  /careers                                           (gated)
  ══════════════════════════════════════════════════════════════════════
  -->

</urlset>
