<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four crawlable pages, and only those. Deliberately absent:

    - account/{forgot,reset,delete}.html   permanently noindex,nofollow
    - links/play.html, napkin-scores.html  store routers, noindex

  Listing a noindex page here is a contradiction crawlers report as an error in Search Console
  ("Submitted URL marked noindex"), so the two sets must never drift into each other. If a page
  gains or loses its robots meta, change this file in the same commit.

  URLs use the `.html` form because that is what every internal href uses (see the footer and the
  privacy/terms cross-links) — the one exception is the home page, which is `/` rather than
  `/index.html` since that is the address people and links actually use. Render serves both forms
  with a 200 and no redirect, so the form chosen here is the one being nominated as canonical.

  `lastmod` is the date each file was last changed in git, not the date this file was written.
  Keep it that way: a sitemap that claims everything changed today is one Google learns to ignore.
  There is no `changefreq` or `priority` — Google has ignored both for years.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://diamondtabletop.com/</loc>
    <lastmod>2026-09-01</lastmod>
  </url>
  <url>
    <loc>https://diamondtabletop.com/contact.html</loc>
    <lastmod>2026-08-12</lastmod>
  </url>
  <url>
    <loc>https://diamondtabletop.com/privacy.html</loc>
    <lastmod>2026-08-20</lastmod>
  </url>
  <url>
    <loc>https://diamondtabletop.com/terms.html</loc>
    <lastmod>2026-08-20</lastmod>
  </url>
</urlset>
