<?xml version="1.0" encoding="UTF-8"?>
<!--
  Google checks /sitemap.xml by convention regardless of what robots.txt declares.
  Base44 auto-generates a sitemap at this path that lists every application route
  - including /AdminPayPal, /AdminOrders, /Dashboard, /Checkout and /Payment - and
  omits every product and blog post, because it enumerates routes rather than
  content. Serving this static file from public/ takes precedence over that and
  redirects crawlers to the real sitemap, which is built from the Product and
  BlogPost entities in base44/functions/sitemap.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://jotebbeauty.com/api/functions/sitemap</loc>
  </sitemap>
</sitemapindex>
