<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. Lets two independent generators each own a sitemap without
  clobbering the other:
    - sitemap.xml            → core pages + /insights/ (scripts/insights/build.mjs)
    - sitemap-directory.xml  → /directory/ region & type pages (scripts/directory/build.mjs)
  robots.txt points crawlers here.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://lenduh.com/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://lenduh.com/sitemap-directory.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://lenduh.com/sitemap-pages.xml</loc>
  </sitemap>
</sitemapindex>
