<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  This static sitemap is a fallback. The dynamic sitemap is served 
  by the backend function at /functions/v1/sitemap and referenced 
  in robots.txt as https://southjerseysourdough.com/sitemap.xml
  
  For production, configure your CDN/hosting to proxy /sitemap.xml 
  to the edge function for real-time updates.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Core -->
  <url>
    <loc>https://southjerseysourdough.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/shop</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/recipes</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Baker's Guide — hub + canonical static articles -->
  <url>
    <loc>https://southjerseysourdough.com/bakers-guide</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/bakers-guide/starter-fundamentals</loc>
    <changefreq>monthly</changefreq>
    <priority>0.85</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/bakers-guide/feeding-and-storage</loc>
    <changefreq>monthly</changefreq>
    <priority>0.85</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/bakers-guide/troubleshooting</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Starter Guide overview (deep routes redirect to Baker's Guide) -->
  <url>
    <loc>https://southjerseysourdough.com/starter-guide</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Instructions -->
  <url>
    <loc>https://southjerseysourdough.com/instructions</loc>
    <changefreq>monthly</changefreq>
    <priority>0.85</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/instructions/liquid-italian</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/instructions/liquid-rye</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/instructions/einkorn-stiff</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/instructions/dehydrated</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Recipes -->
  <url>
    <loc>https://southjerseysourdough.com/recipes/boardwalk-sourdough</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/recipes/ancient-wheat-honey</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/recipes/sourdough-baguettes</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/recipes/italian-style-sourdough</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/recipes/sourdough-sandwich-bread</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/recipes/sourdough-buns</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/recipes/overnight-sourdough-cinnamon-buns</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Learn pages (standalone; others redirect to Baker's Guide) -->
  <url>
    <loc>https://southjerseysourdough.com/learn/wake-up-starter</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/learn/first-loaf</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/learn/flours</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Policies -->
  <url>
    <loc>https://southjerseysourdough.com/policies</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/policies/shipping</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/policies/refund</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/policies/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://southjerseysourdough.com/policies/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
