<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages, because three pages are all a crawler can reach: the rest of
  this application is behind a session and serves an empty shell without
  one. A sitemap listing routes that render nothing is a sitemap that
  teaches a crawler to distrust the next one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://helpdesk.yieldgrowth.org/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://helpdesk.yieldgrowth.org/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://helpdesk.yieldgrowth.org/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
