<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three pages that exist independent of any session.

  Floors (`/workspace/<id>`) are deliberately absent: the id is allocated by the
  room server and a beta floor is one shared, ephemeral room, so listing a floor
  here would advertise a URL that is gone by the next deploy. `robots.txt`
  excludes that whole prefix for the same reason.

  This is a hand-written file rather than a build step because the list is three
  lines and changes only when a page is added — and a new page is exactly the
  change that should have to touch this file and notice it did.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.cocreate.sh/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.cocreate.sh/workspace</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.cocreate.sh/character</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
