<?xml version="1.0" encoding="UTF-8"?>
<!--
  Ohana Events web app sitemap.

  Deliberately minimal. The app is a single-route Expo Router export
  (app.json web.output = "static"), so every in-app destination is a query
  parameter on "/" rather than a distinct URL, and a deep link cannot yet
  carry per-event Open Graph tags. Listing synthetic per-event URLs here
  would advertise pages that all unfurl identically.

  The indexable marketing surface is ohanaevents.app, which has its own
  sitemap. This file exists so /sitemap.xml stops returning the SPA shell
  with a text/html content type.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://go.ohanaevents.app/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
