<?xml version="1.0" encoding="UTF-8"?>
<!--
  B.Bare XML Sitemap
  Auto-ping Google on deploy:
    curl "https://www.google.com/ping?sitemap=https://bbare.ca/sitemap.xml"
  Add the above curl command to your CI/CD deploy script (e.g. Vercel postbuild hook).
  Google Search Console: verify site, then submit https://bbare.ca/sitemap.xml manually
  once; thereafter the ping keeps it fresh.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://bbare.ca/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://bbare.ca/collections/beaconia</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://bbare.ca/collections/patricia</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://bbare.ca/Shop</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://bbare.ca/Gallery</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://bbare.ca/BeachGuide</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://bbare.ca/About</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://bbare.ca/DailyStory</loc>
    <changefreq>daily</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
