<?xml version="1.0" encoding="UTF-8"?>
<!-- One page, so this is nearly ceremonial — but Search Console asks for a sitemap, and without a
     real file /sitemap.xml fell through to nginx's HTML catch-all, which answers 200 with the
     homepage. A 200 of the wrong content type is worse than a 404: the crawler accepts it and then
     fails to parse it. Same trap the screenshot masters hit earlier.
     Update <lastmod> when the page content meaningfully changes. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://omnicoda.com/</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
