<?xml version="1.0" encoding="UTF-8"?>
<!--
  La Moda Photo Booths — sitemap.xml (PREVIEW PLACEHOLDER)

  ⚠️ THIS IS NOT A PRODUCTION-VALID SITEMAP.

  The verified production base URL has NOT been supplied yet. XML sitemap
  <loc> values MUST use ABSOLUTE production URLs (e.g.
  https://verified-domain.com/wedding). Relative <loc> values are invalid per
  the sitemaps protocol and are NOT used here.

  This file is intentionally a non-indexable placeholder. It is NOT referenced
  by robots.txt (no Sitemap: directive) and the preview environment is
  noindex/nofollow, so it carries no indexing weight.

  The authoritative route inventory lives in code:
      src/lib/sitemap.ts  →  SITEMAP_ROUTES  (route list + buildSitemap())

  Once PRODUCTION_BASE_URL is verified, run buildSitemap(baseUrl) to generate
  the real sitemap with absolute URLs and add:
      Sitemap: https://VERIFIED-PRODUCTION-DOMAIN/sitemap.xml
  to robots.txt.

  Do NOT treat this placeholder as production-ready. Do NOT submit it to
  search consoles.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Intentionally empty. Real entries are generated from src/lib/sitemap.ts
       after the production base URL is verified. -->
</urlset>
