<?xml version="1.0" encoding="UTF-8"?>
<!--
  The statically-served part of the suite: the hub itself and the Shaft Lab.
  The two Next bays generate their own sitemaps; all three are tied together by
  /sitemap.xml.

  The hub is a single page, so its sections are not listed separately — anchors
  aren't distinct URLs and listing them would just dilute the crawl.

  Shaftology is likewise one page. If it ever grows per-shaft URLs, give it its
  own generated sitemap at /shafts/sitemap.xml and add it to the index instead
  of listing them here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://forefitter.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://forefitter.com/shafts/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
