<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three real pages. Written by hand because there are three of them and a
  generator would be more code than the file. `app.routes.ts` is the source of
  truth; `src/app/app.routes.spec.ts` fails if a route is added here and not
  there, or the other way round.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://sorafabric.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://sorafabric.com/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://sorafabric.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://sorafabric.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <!--
    Listed so it is indexable and verifiably reachable. Meta requires the data
    deletion instructions URL to be live and publicly accessible, and a crawler
    finding it is one more way of noticing if it ever stops being.
  -->
  <url>
    <loc>https://sorafabric.com/data-deletion</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
