<?xml version="1.0" encoding="UTF-8"?>
<!--
  OWNER-GATED SITEMAP - DO KWONKEY

  The sitemap protocol requires an absolute <loc>, and no domain is secured for this
  project yet. Inventing one is forbidden, so the single URL entry below is held in a
  comment exactly like the canonical/og:url tags in index.html.

  On the day the domain is verified, do all three in one pass:
    1. uncomment the <url> block below and replace DOMAIN-PENDING with the real host;
    2. uncomment the Sitemap: line in robots.txt;
    3. uncomment canonical / og:url / og:image / twitter:image in index.html and switch
       twitter:card back to summary_large_image.

  The site has two indexable documents (the landing page and /paddock.html), so this file
  has exactly two entries when it goes live.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!--
  <url>
    <loc>https://DOMAIN-PENDING/</loc>
    <lastmod>2026-09-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://DOMAIN-PENDING/paddock.html</loc>
    <lastmod>2026-09-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
-->
</urlset>
