<?xml version="1.0" encoding="UTF-8"?>
<!--
  A SITEMAP INDEX, NOT A LIST OF URLS, and the second entry is on another
  host on purpose.

  The 25 county articles live on app.wheremightilive.com, and the domain being
  submitted for review is this one. Google allows a sitemap to declare URLs on
  a different host ONLY when both hosts are verified owners in the same Search
  Console account, which is the cross-submission rule. That is the arrangement here:
  https://wheremightilive.com/ and https://app.wheremightilive.com/ are both
  verified URL-prefix properties under the same account.

  IF EITHER VERIFICATION LAPSES, THIS BREAKS, and it breaks quietly. The app's
  sitemap keeps working on its own property and only this index starts
  reporting an authorisation error in the Sitemaps report. That is the cost of
  the arrangement and it is why the app's own sitemap is still submitted
  separately rather than relied on through here.

  An index rather than 25 more url entries inline. The app's sitemap is
  generated from the published documents (server/utils/sitemap.mjs), so
  pointing at it means this file never goes stale when a 26th county is
  published. Copying the URLs here would need a rebuild every time.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://wheremightilive.com/sitemap-pages.xml</loc></sitemap>
  <sitemap><loc>https://app.wheremightilive.com/sitemap.xml</loc></sitemap>
</sitemapindex>
