<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap covering the main entry pages. Product URLs are dynamic
  (/product/{id}); to list every product, add a backend endpoint that emits a
  sitemap from the catalog (e.g. GET /sitemap-products.xml) and reference it
  here, or generate this file at deploy time.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://shop.erezer.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://shop.erezer.com/shop</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://shop.erezer.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
