<?xml version="1.0" encoding="UTF-8"?>
<!--
  V&I Delights – Products Sitemap
  Auto-generated product URLs. Update regularly via your CMS / admin panel.
  Ideally generate this dynamically from your backend at /api/sitemap/products/
  and serve it from the same URL, or regenerate on each deploy.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!--
    NOTE: In production, generate individual <url> entries for every product ID.
    Example structure below for a product with ID 42:

    <url>
      <loc>https://www.vandidelights.com/product/42</loc>
      <lastmod>2026-02-23</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.80</priority>
      <image:image>
        <image:loc>https://your-cdn.com/product-42.jpg</image:loc>
        <image:title>Chocolate Wedding Cake – V&amp;I Delights Nairobi</image:title>
        <image:caption>Custom chocolate wedding cake by V&amp;I Delights, available for delivery across Nairobi and Kenya.</image:caption>
      </image:image>
    </url>
  -->

  <!-- Placeholder – replace with real product URLs -->
  <url>
    <loc>https://www.vandidelights.com/shop</loc>
    <lastmod>2026-02-23</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.90</priority>
  </url>

</urlset>
