<?xml version="1.0" encoding="UTF-8"?>
<!--
  Both entries are generated now, so neither carries a <lastmod>: the dates that
  used to sit here were frozen at the day this file was written and told
  crawlers the feeds had been untouched for months. An absent lastmod means
  "unknown", which is the truth and is what Google falls back to anyway.

  Static pages  -> apps/web/src/app/sitemap-static.xml/route.ts
  Listing pages -> supabase/functions/generate-sitemap, proxied onto this host
                   by the /sitemap-listings.xml rewrite in next.config.ts so the
                   feed and the pages it lists share an origin.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://merkaloop.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://merkaloop.com/sitemap-listings.xml</loc>
  </sitemap>
</sitemapindex>
