<?xml version="1.0" encoding="UTF-8"?>
<!-- The index of every map this site has. `/sitemap.xml` is the address search consoles are given
     and the one `robots.txt` names first, so whatever it points at is what gets crawled.

     It listed four pages and nothing else until the blog arrived with fifty-three addresses of its
     own in four languages. Those lived only in `/blog/sitemap.xml`, which `robots.txt` announced
     separately — legal, but it leaves one of the two maps found by luck rather than by being
     submitted. An index costs nothing and makes the set explicit. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://lymi.ai/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://lymi.ai/blog/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
