<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public marketing + developer surface on obeliskapp.io.

  Only URLs that return 200 on the marketing domain belong here. Anything served
  from dashboard.obeliskapp.io is behind Clerk and is deliberately excluded, and
  "/" is omitted because it 302s to /home — /home is the canonical entry.

  Every path listed here must also be allowlisted in workers/marketing-domain.ts,
  or it 301s to the dashboard host and the sitemap advertises a redirect.

  Directory-style static pages need their TRAILING SLASH: /developers 307s to
  /developers/ under Cloudflare's asset html_handling, and a sitemap should
  advertise the canonical URL rather than a redirect to it.

  marketing-domain.test.ts derives its assertions from this file to enforce both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://obeliskapp.io/home</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://obeliskapp.io/pricing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://obeliskapp.io/developers/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://obeliskapp.io/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://obeliskapp.io/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
