<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for vitagri.org.

  Google (and other crawlers) fetch each child sitemap independently
  on its own schedule, so dynamic sitemaps (evidence, bulletin) can
  grow without touching the static file. Submit /sitemap-index.xml
  in Search Console once; new issues appear via the bulletin sitemap.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Static core site — homepage, research, insights, legal, etc. -->
  <sitemap>
    <loc>https://vitagri.org/sitemap.xml</loc>
  </sitemap>

  <!-- Dynamic: every record in the Pulse Brain research catalogue. -->
  <sitemap>
    <loc>https://vitagri.org/sitemap-evidence.xml</loc>
  </sitemap>

  <!-- Dynamic: weekly bulletin hub, persona feeds, year archives,
       and every published issue permalink. -->
  <sitemap>
    <loc>https://vitagri.org/sitemap-bulletin.xml</loc>
  </sitemap>

  <!-- Dynamic: AI-authored Insights + News posts published via the
       admin pipeline (Blob-backed, served by insight-page.js /
       news-page.js). Hand-written Insights under /insights/<slug>/
       and News under /news/<slug>.html remain in sitemap.xml. -->
  <sitemap>
    <loc>https://vitagri.org/sitemap-insights.xml</loc>
  </sitemap>

</sitemapindex>
