<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://rafal-store.com/</loc>
    <lastmod>2025-08-19T14:00:00+00:00</lastmod> <!-- Update with the actual last modified date -->
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://rafal-store.com/about</loc>
    <lastmod>2025-08-19T14:00:00+00:00</lastmod> <!-- Update if/when you update this page -->
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://rafal-store.com/products</loc>
    <lastmod>2025-08-19T14:00:00+00:00</lastmod> <!-- Update as products change -->
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!--
    For /product/:id, you generally need to dynamically generate these URLs.
    A static sitemap can't list them all unless you fetch them from your database
    and generate the sitemap programmatically. For now, I'll add a comment.
    If you have a limited number of products, you could manually add them:
    <url>
      <loc>https://rafal-store.com/product/product-id-1</loc>
      <lastmod>2025-08-19T14:00:00+00:00</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>
  -->

  <url>
    <loc>https://rafal-store.com/contact</loc>
    <lastmod>2025-08-19T14:00:00+00:00</lastmod> <!-- Update if/when you update this page -->
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://rafal-store.com/cart</loc>
    <lastmod>2025-08-19T14:00:00+00:00</lastmod> <!-- Update if/when you update this page -->
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
