<?xml version="1.0" encoding="UTF-8"?>
<!--
  Six pages: the app, two policy documents, and three written pages.

  Cloudflare Pages answers an unknown path with index.html and a 200, so before
  this file existed a request for /sitemap.xml returned the home page as HTML.
  Google reads that as a broken sitemap, not a missing one — a real file is the
  only way to say "these are the pages".
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://setpoint-nutrition.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://setpoint-nutrition.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://setpoint-nutrition.com/data-deletion</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://setpoint-nutrition.com/adaptive-tdee</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://setpoint-nutrition.com/tdee-calculator-accuracy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://setpoint-nutrition.com/australian-food-database</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
