<?xml version="1.0" encoding="UTF-8"?>
<!--
  DYNAMIC SITEMAP — This file should be auto-generated by the server
  whenever products are added or updated. The entries below are templates.

  Generation endpoint: GET /api/sitemap/products
  Recommended: regenerate on each product create/update via webhook or cron.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!--
  TEMPLATE FOR EACH PRODUCT:

  <url>
    <loc>https://billyjewelrystore.com/product/[product-slug]/</loc>
    <lastmod>YYYY-MM-DD</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <image:image>
      <image:loc>https://billyjewelrystore.com/images/products/[product-slug]-1.webp</image:loc>
      <image:title>[Product Name] Dubai - Billy Jewelry</image:title>
      <image:caption>[Product description for image SEO]</image:caption>
    </image:image>
  </url>
  -->

</urlset>
