<?xml version="1.0" encoding="UTF-8"?>
<!--
  Canonical host is www. Every URL in here was the bare domain, which answers
  308 and redirects to www — a sitemap of redirects, which spends a crawler's
  budget confirming that each listed page is somewhere else.

  /blog is gone. The page renders, but it fetches /api/posts, and Vercel's
  catch-all rewrite serves index.html for that path, so res.json() is handed
  HTML and throws. The list is permanently empty in production. Put it back
  when there is an API behind it and a post in it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.syxeaz.com.ng/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.syxeaz.com.ng/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.syxeaz.com.ng/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
