<?xml version="1.0" encoding="UTF-8"?>
<!--
  Octogolazo — sitemap.xml (BASE)

  Version-controlled base sitemap with 4 top-level static routes. The
  build script `scripts/generate-sitemap.ts` runs post-export and AUGMENTS
  this with dynamic entries discovered in `dist/m/` (match rooms) and
  `dist/s/` (shared Stamps) — the prerender output of Locked Decision
  #12 (Expo Router `generateStaticParams`).

  This file is the canonical static base. Never edit dist/sitemap.xml
  directly — re-run `npm run build:web` to regenerate.

  Locked Decision #1: brand = Octogolazo, domain = octogolazo.com.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://octogolazo.com/</loc>
    <lastmod>2026-05-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://octogolazo.com/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://octogolazo.com/?lang=tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://octogolazo.com/"/>
  </url>

  <url>
    <loc>https://octogolazo.com/about</loc>
    <lastmod>2026-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://octogolazo.com/about?lang=en"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://octogolazo.com/about?lang=tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://octogolazo.com/about"/>
  </url>

  <url>
    <loc>https://octogolazo.com/legal/privacy</loc>
    <lastmod>2026-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://octogolazo.com/legal/privacy?lang=en"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://octogolazo.com/legal/privacy?lang=tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://octogolazo.com/legal/privacy"/>
  </url>

  <url>
    <loc>https://octogolazo.com/legal/terms</loc>
    <lastmod>2026-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://octogolazo.com/legal/terms?lang=en"/>
    <xhtml:link rel="alternate" hreflang="tr" href="https://octogolazo.com/legal/terms?lang=tr"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://octogolazo.com/legal/terms"/>
  </url>

</urlset>
