<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every page on pinballpathways.com that is meant to be indexed, which today is one.

  /privacy and /terms are publicly reachable but are NOT listed, and must not be re-added while
  that stays true: both carry <meta name="robots" content="noindex"> (Privacy.cshtml, Terms.cshtml)
  because the legal text is still marked "Draft — pending review". Listing a noindex URL in a
  sitemap is a contradiction Search Console reports as an error, and on a new domain whose entire
  discovery story is this one file, teaching the crawler it is unreliable is an expensive first
  impression. When the legal text is approved, drop the noindex and add the URLs here together.

  Note they are deliberately NOT disallowed in robots.txt either — a Disallow would stop the
  crawler fetching the page and therefore stop it ever reading the noindex.

  Hand-written rather than generated: the app's routes are all behind authorization and a crawler
  cannot open any of them, so a generator would have to be told to exclude nearly everything it
  found. Add a public page and add it here in the same change, or it will not be listed.

  No <lastmod>: a date nobody maintains teaches a crawler to disregard the file. No <priority> or
  <changefreq>: Google has ignored both for years.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- The marketing page. The only page here meant to rank for anything. -->
  <url>
    <loc>https://pinballpathways.com/</loc>
  </url>

</urlset>
