<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the pages cocoa actually wants indexed. Every other page sends
  `robots: noindex` from `__root.tsx`, and listing a noindex page here would
  ask a crawler to index what the page itself refuses - so this file and the
  `robots` meta overrides in `src/routes/` have to be changed together.

  Every <loc> host must match cocoa's own production origin - APP_URL in
  deploy/cloud-run/production/cocoa-customer-web/env.yaml, and VITE_APP_URL in
  .env.production. A sitemap listing URLs on another host is ignored outright.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cocoa.code-run.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cocoa.code-run.dev/docs/zoom-integration</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
