<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://retailbros.ca/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Contact Page -->
  <url>
    <loc>https://retailbros.ca/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Login Page (Lower priority since it's not a content page) -->
  <url>
    <loc>https://retailbros.ca/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  
  <!-- Note: Product pages will be dynamically generated and should be added programmatically -->
  <!-- For a production site, implement dynamic sitemap generation that includes all product pages -->
  <!-- Example product page entry:
  <url>
    <loc>https://retailbros.ca/product/example-product-id</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  -->
</urlset>