<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public customer routes only. Admin (/admindash/*), the Redsys return handler
  (/payment/return), and /checkout are deliberately excluded — they are
  JWT-gated or per-session transient pages with no indexable content.

  The https://bbdd.space host is rewritten per-tenant at build time by the
  `inject-seo-public-files` plugin in vite.config.ts (bbdd.space vs
  kiosk.bokfood.cat). Product detail pages (/product/:slug) are intentionally
  NOT enumerated here: they are client-rendered off live WPGraphQL data, so a
  static build cannot know the slug set. A dynamic, WP-generated product
  sitemap is the deferred follow-up (paired with the full-prerender path).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bbdd.space/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bbdd.space/menu</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://bbdd.space/info</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
