<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index for the rolearn.dev origin.

  Two apps serve this host and each emits its own sitemap:
    /sitemap.xml          the React app (frontend/public/sitemap.xml)
    /landing/sitemap.xml  the Next.js marketing site, served by nginx from
                          /opt/rolearn/landing-static/

  Both are also declared individually in /robots.txt. This index exists so a
  crawler that finds one entry point finds both, and so Search Console can
  report them together.

  intelligence.rolearn.dev is deliberately absent: it is a separate host with
  its own root /robots.txt and its own sitemap, and a sitemap index may only
  reference URLs on the same host.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://rolearn.dev/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://rolearn.dev/landing/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
