<?xml version="1.0" encoding="UTF-8"?>
<!--
  LC BIM: sitemap.xml

  Base domain: lcbim.tech (registered on Cloudflare, Fase 10C). Frontend
  will be served from app.lcbim.tech once Cloudflare Pages is actually
  deployed with that Custom Domain -- NOT done yet (see
  docs/operations/CLOUDFLARE_DEPLOY_CHECKLIST.md and
  docs/operations/DOMAIN_ARCHITECTURE.md). The URLs below are written
  now because the domain is real and decided, not a placeholder --
  unlike the rest of this project's "don't invent it" rule, this one
  genuinely exists.

  Only lists routes that are public and meaningful to a crawler: the
  landing page, the catalog, and each currently active product's detail
  page. Private routes (/account/*, /login, /register, /checkout/*) are
  intentionally excluded here and blocked in robots.txt.

  This list is maintained by hand and reflects the catalog as of Fase 10A.
  It will drift as products are added or retired. Generating it at build
  time from the live /api/v1/products catalog is the natural next step,
  not implemented here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.lcbim.tech/</loc>
  </url>
  <url>
    <loc>https://app.lcbim.tech/products</loc>
  </url>
  <url>
    <loc>https://app.lcbim.tech/products/bim-explorer-civil3d</loc>
  </url>
  <url>
    <loc>https://app.lcbim.tech/products/civil3d-power-bi</loc>
  </url>
  <url>
    <loc>https://app.lcbim.tech/support</loc>
  </url>
</urlset>
