<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the pages a logged-out visitor can actually open. Everything else on this
  host answers 302 to / (functions/_middleware.js), and listing a gated URL here
  would advertise what exists while pointing crawlers at a redirect.

  Excluded on purpose:
    /nav              - a shared partial every page fetches, not a page to index
    /subscribe /confirm /unsubscribe - token-authed digest endpoints, not content

  No <lastmod>: a hand-maintained timestamp goes stale silently and a wrong one is
  worse than none. functions/__tests__/sitemap.test.mjs keeps the URL SET honest
  instead, in both directions - nothing gated may appear here, and a newly public
  page may not go missing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://canopyconservation.com/</loc></url>
  <url><loc>https://canopyconservation.com/intel</loc></url>
  <url><loc>https://canopyconservation.com/intel-methodology</loc></url>
  <url><loc>https://canopyconservation.com/contact</loc></url>
  <url><loc>https://canopyconservation.com/in-action</loc></url>
</urlset>
