<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four entries. The tournament content is a single page — Overview, The Weekend,
  Reserve Entry and the rest are anchors on /, not separate URLs — but /privacy,
  /credits and /draws are real routes with their own canonical URLs, so they
  belong here.

  Deliberately absent:
    /confirmation-emails — internal preview, password-gated in middleware.ts
    /preview-b           — alternate hero for A/B review, carries a noindex
    /draws-photos        — the scanned sheets, a duplicate of /draws by design
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.nantucketopen.org/</loc>
    <lastmod>2026-08-17</lastmod>
    <priority>1.0</priority>
  </url>
  <!-- Second only to the homepage during the tournament: this is the page
       people search for by name once play starts. -->
  <url>
    <loc>https://www.nantucketopen.org/draws</loc>
    <lastmod>2026-09-07</lastmod>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.nantucketopen.org/privacy</loc>
    <lastmod>2026-08-17</lastmod>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.nantucketopen.org/credits</loc>
    <lastmod>2026-08-17</lastmod>
    <priority>0.3</priority>
  </url>
</urlset>
