<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three URLs — every page that is indexable. /app is the panel and stays
  noindex, so it is deliberately absent.

  The two legal documents are here because they are real pages a person may
  need to find on their own, and because a site that takes money and hides its
  terms from search looks like a site with something to hide. They carry a lower
  priority than the landing page, which is the one anybody is actually looking
  for.

  No <lastmod>. A hand-written date on a file nobody remembers to touch is a
  date that is wrong within a month, and a lastmod a crawler learns to distrust
  is worse than no lastmod at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rubric.design/</loc>
  </url>
  <url>
    <loc>https://rubric.design/terms</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://rubric.design/privacy</loc>
    <priority>0.3</priority>
  </url>
</urlset>
