<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written rather than generated by @astrojs/sitemap: three pages do not
  justify a build integration, and that integration emits sitemap-index.xml,
  which robots.txt would then have to point at instead.

  URLs carry the trailing slash so they match the canonical tags exactly —
  /vendors 307s to /vendors/, and a sitemap of redirects is a sitemap of
  wasted crawls. Add a page here when you add a page to src/pages.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://outsidethread.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://outsidethread.com/vendors/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://outsidethread.com/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
