<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, because there is one page. The app is a single document served on
  every extensionless path, so a sitemap listing routes would be listing the
  same page several times over — which is the thing rel=canonical in
  index.html is there to deny.

  No <lastmod>. A hardcoded date goes stale on the next deploy and a stale
  lastmod is worse than none: it teaches a crawler that this site's dates mean
  nothing. If it ever earns one it should be generated at build time from the
  commit, beside version.json.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://factorychess.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
