<?xml version="1.0" encoding="UTF-8"?>
<!--
  Kindred Hands — sitemap.xml
  Replace REPLACE_WITH_DOMAIN with the real apex domain (e.g. kindredhands.org).

  LIMITATION (read before relying on this for SEO):
  The storefront uses React Router's HashRouter, so every route is a URL
  FRAGMENT (https://REPLACE_WITH_DOMAIN/#/shop). Search engines drop the
  fragment and treat all of these as the single canonical URL "/". The hash
  URLs below aid human/share discovery and document the route map, but they
  will NOT be individually indexed. To get true per-route SEO, migrate the
  storefront to BrowserRouter (clean paths) + server-side rendering or static
  pre-render, then regenerate this sitemap with real path URLs and lastmod
  values driven by content updates. Until then, keep the canonical "/" entry
  first as the only reliably-indexed URL.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/#/shop</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/#/weaves</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/#/weavers</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/#/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/#/journal</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
