<?xml version="1.0" encoding="UTF-8"?>
<!--
Sitemap index — redirects crawlers to the dynamic sitemap generated by the backend.
The backend endpoint /api/sitemap.xml auto-includes:
  • Static pages (home, about, faq, privacy, terms, links)
  • All tool pages (/tool/:slug) - 85+ tools
  • All published articles (/p/:slug)
It builds absolute URLs from the request's Host header so it works on any deployed domain.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://edm2n.com/api/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://utility-zone-3.emergent.host/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
