<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for nbn.fm
  - sitemap.xml: main site (homepage, show landing pages, episode pages, glossary/people/locations, news listing pages)
  - /news/sitemap.xml: dynamic Google News sitemap (served by nbn-news CMS from Postgres)
  Keeping the two sitemaps separate means news articles pick up instantly on publish
  (CMS is live-served) while the static marketing sitemap rebuilds only on deploy.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://nbn.fm/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://nbn.fm/news/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
