<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only.

  /add is deliberately absent even though it is a real page: it is behind
  ProtectedRoute, so a signed-out crawler is sent to /login and Search Console
  files the URL as "Page with redirect". robots.txt disallows it for the same
  reason — listing it here contradicted that.

  Individual /coffee/:id pages are not listed either: they are client-rendered
  and change constantly, so a generated sitemap would need a build step that
  queries the database. Worth adding if organic search for specific coffees
  becomes a goal.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://signaturecoffeenote.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://signaturecoffeenote.com/search</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://signaturecoffeenote.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://signaturecoffeenote.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://signaturecoffeenote.com/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
