<?xml version="1.0" encoding="UTF-8"?>
<!--
  RipCurren sitemap.

  TODO: per-beach detail URLs (e.g. /beaches/condado, /beaches/miami-beach)
  aren't listed yet. They'd need a build-time script that hits
  /api/v1/beaches and emits each <url> entry — small footprint, but adds CI
  complexity and an API dependency to the build. Land it once the beach
  catalog stabilizes (currently 35 PR + 20 US = 55 known slugs).

  Domain swap: same caveat as robots.txt — this file is static. When
  moving to ripcurren.org, search-replace the host below and update
  public/robots.txt + the static block in index.html together.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ripcurren.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ripcurren.com/beaches</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ripcurren.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
