<?xml version="1.0" encoding="UTF-8"?>
<!--
  The landing page, and nothing else.

  It listed twelve URLs for a day: the old projects page, the Wii menu, and the
  standalone project and channel pages. Chinmay does not want those found, so
  they are out of here and disallowed in robots.txt beside it. They are still on
  disk and still answer if you know the address - this is a decision about what
  search engines are told, not a deletion.

  **The four games cannot go in this file, and do not need to.** A sitemap may
  only list URLs on its own host, so a `drive.cgovind.com` entry here would
  invalidate the document rather than help Drive. They are found the better way
  instead: the landing page links to all four, which is how a crawler discovers
  a site it is not told about, and Drive serves its own sitemap from its own
  host (a route in `drive/app.py`, generated from the track pool).

  A one-URL sitemap still earns its place. It is what Search Console is pointed
  at, and it is the file that says which of `cgovind.com` and `www.cgovind.com`
  is the real one - both answer 200 with no redirect between them.

  `lastmod` is deliberately absent rather than guessed. A date that does not
  move when the page does is worse than none: it teaches a crawler to distrust
  the ones that are right.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cgovind.com/</loc>
    <priority>1.0</priority>
  </url>
</urlset>
