<?xml version="1.0" encoding="UTF-8"?>
<!--
  The whole public surface of monkigym: the landing page and the two legal
  pages. Every other route is an app screen behind sign-in, and listing one
  would only send a crawler to a page it cannot read.

  NO <lastmod>, on purpose. It would be a date maintained by hand, which means
  a date that is wrong the first time anybody edits a page without remembering
  to touch this file -- and a lastmod that lies is worse than no lastmod: a
  crawler that learns to distrust it stops using it to schedule recrawls.
  Same for <changefreq> and <priority>, which Google has ignored for years.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://monkigym.com/</loc>
  </url>
  <url>
    <loc>https://monkigym.com/privacy</loc>
  </url>
  <url>
    <loc>https://monkigym.com/terms</loc>
  </url>
</urlset>
