<?xml version="1.0" encoding="UTF-8"?>
<!--
  The sitemap index.

  A STATIC FILE ON PURPOSE. Next generates the three files it points at from
  `app/sitemap.ts` via `generateSitemaps()`, but it does NOT generate an index
  for them, and a folder named `app/sitemap.xml/` is claimed by Next's own
  metadata-route matcher. The full reasoning is in `SITEMAP_FILES` in
  `apps/web/lib/seo.ts`.

  DO NOT EDIT BY HAND WITHOUT `SITEMAP_FILES`. `lib/seo.test.ts` reads this
  file and fails if the two disagree, so adding a `planten` or `gemeenten`
  sitemap to that array tells you to add the line here.

  No `<lastmod>` per sitemap: the honest value would be the newest entry
  inside each child file, this file cannot compute one, and a stamp that is
  not that is the wrong-lastmod problem the child files were fixed to avoid.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://tuinontwerp.app/sitemap/pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://tuinontwerp.app/sitemap/blog-nl.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://tuinontwerp.app/sitemap/blog-en.xml</loc>
  </sitemap>
</sitemapindex>
