<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the homepage is listed, because it is currently the only crawlable URL:
  products are opened via #hash fragments, which search engines discard.

  Once products move to real paths (/product/123-slug), add one <url> entry per
  product here, generated from the products table at deploy time. Until then a
  larger sitemap would just list URLs that cannot be indexed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mikesgoods.shop/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
