<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. This site is a single prerendered route ("/"), so a
  generated sitemap would be machinery for one URL.

  IF YOU ADD A ROUTE, ADD IT HERE. Nothing enforces that, which is the
  known cost of the static approach; the alternative is a prerendered
  src/routes/sitemap.xml/+server.js if the route count ever grows.

  The host must match the canonical one in +page.svelte exactly -- the
  apex, not www. A sitemap listing a non-canonical host is a conflicting
  signal rather than a helpful one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://d2gop.com/</loc>
  </url>
</urlset>
