<?xml version="1.0" encoding="UTF-8"?>
<!--
  forefitter.com — sitemap INDEX.

  The suite is one origin made of four separately-deployed bays, so each bay
  publishes its own sitemap and this index ties them together. A sitemap may
  only list URLs at or below its own path, which is exactly how the bays are
  laid out, so the scoping works out.

    /sitemap-pages.xml        the hub's own sections + the Shaft Lab
    /golf-balls/sitemap.xml   generated by the Ball Lab (Next)
    /coaches/sitemap.xml      generated by the Coach Lab (Next) — ~1,240 URLs
    /courses/sitemap.xml      generated by the Course Lab (Next)

  The Course Lab lists only its static surface. Its course pages number in the
  tens of thousands, are rendered on demand from OpenGolfAPI, and carry their
  own canonicals — enumerating them here would mean a sitemap that costs an
  upstream crawl to build and is stale the moment it's written.

  Referenced from /robots.txt. Submit THIS url to Search Console, not the
  individual sitemaps.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://forefitter.com/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://forefitter.com/golf-balls/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://forefitter.com/coaches/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://forefitter.com/courses/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
