<?xml version="1.0" encoding="UTF-8"?>
<!--
  SoleDispatch is a single-route SPA: the feed, calendar, raffles, hot, buy and
  search views are all client state on "/", not separate URLs. So there are
  genuinely only two indexable documents today.

  ?article=<id> deep links are NOT listed on purpose — they serve byte-identical
  HTML to "/" (nothing is server-rendered), so listing them would submit
  duplicate content rather than new pages.

  Growing this beyond two entries needs real server-rendered pages — one per
  upcoming release — which is a separate build.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://soledispatch.com/</loc>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://soledispatch.com/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
