<?xml version="1.0" encoding="UTF-8"?>
<!-- A sitemap index, so one URL submitted to Search Console covers the whole
     site: the product page here, and the blog's generated sitemap.

     It points at the blog's *urlset*, not at blog/sitemap-index.xml, because a
     sitemap index may only contain sitemaps and not other indexes. Google
     tolerates the nesting; the protocol does not allow it, so this does not
     rely on the tolerance. robots.txt advertises the blog's index as well, and
     that is the line that keeps working if the builder ever shards its urlset
     into sitemap-1.xml and the name below stops being the whole story. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://finestra.dev/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://finestra.dev/blog/sitemap-0.xml</loc>
  </sitemap>
</sitemapindex>
