<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap. Three routes only (landing + privacy + terms), so a
  generated sitemap would be over-engineering.

  When new top-level routes ship, add them here. The 404 page is
  intentionally excluded.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://goodtalk.coach/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://goodtalk.coach/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://goodtalk.coach/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
