<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three documents this site actually has. Model URLs are excluded on
  purpose: /v1/ is disallowed in robots.txt, so a crawler that renders one
  gets an empty board, and submitting 294 thin pages is worse than
  submitting none. See robots.txt for the full reasoning.

  A real file, because /sitemap.xml used to fall through to the SPA
  catch-all and answer with index.html under a 200 - HTML where a crawler
  expects XML, which is the failure that looks like success.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://servecost.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://servecost.com/?view=accuracy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://servecost.com/?view=privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
