<?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. Release final de 4 productos: lists the
  four published commercial products (Crear polilineas, PSET Manager,
  Superficies, Solidos); the two placeholder slugs it used to list
  (bim-explorer-civil3d, civil3d-power-bi) never existed in production.
  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/crear-polilineas</loc>
  </url>
  <url>
    <loc>https://app.lcbim.tech/products/pset-manager</loc>
  </url>
  <url>
    <loc>https://app.lcbim.tech/products/superficies</loc>
  </url>
  <url>
    <loc>https://app.lcbim.tech/products/solidos</loc>
  </url>
  <url>
    <loc>https://app.lcbim.tech/support</loc>
  </url>
</urlset>
