<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only real, crawlable URLs belong here.

  faurus.app is a single static page, so it gets one entry. The in-page anchors
  (#platform, #who, #integrity) are deliberately excluded, because fragments are
  not separate URLs and listing them is treated as spam.

  code.faurus.app and compiler.faurus.app are listed as separate properties worth
  indexing, but both currently serve an empty SPA shell (6 and 36 characters of
  crawlable text respectively). Neither will rank for anything meaningful until
  it is prerendered.

  exam.faurus.app is intentionally absent. It is a proctored exam portal, has no
  search value, and is marked noindex.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://faurus.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://code.faurus.app/</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://compiler.faurus.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
