<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the publicly reachable marketing pages. Everything else needs a session, so listing it would
  just feed crawlers 403s. Replace the host before deploying — a sitemap pointing at the wrong
  domain is worse than none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://REPLACE_WITH_YOUR_DOMAIN/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_YOUR_DOMAIN/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_YOUR_DOMAIN/legal</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
