<?xml version="1.0" encoding="UTF-8"?>
<!-- Static sitemap index. app/sitemap.ts uses generateSitemaps, which in
     Next.js 16 only serves /sitemap/<id>.xml children and does NOT generate
     /sitemap.xml — this file is the index. It must list only children that
     currently exist: 0 (static/hubs/guides/salary) and 1 (calculators).
     Re-add 2-5 here, in app/robots.ts, and in generateSitemaps() only when
     indexable variant pages are re-enabled. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://calculatorzone.co.uk/sitemap/0.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://calculatorzone.co.uk/sitemap/1.xml</loc>
  </sitemap>
</sitemapindex>
