<?xml version="1.0" encoding="UTF-8"?>
<!--
  Seven URLs, deliberately.

  Report pages are query-driven and unbounded: listing even a sample of them
  would invite a crawler to walk address space that has no page count, and every
  cold lookup it triggered would spend quota on a shared upstream feed. The
  landing page and the articles carry the explanatory content worth indexing;
  the reports are for people who asked a question.

  The articles are listed without the .html, because that is the address each
  page's own canonical link declares. Listing both forms would hand a crawler
  two addresses for one document.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://subnethistory.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://subnethistory.com/blog</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://subnethistory.com/blog/sourcing-clean-subnets</loc>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://subnethistory.com/blog/why-new-ip-ranges-arrive-blocklisted</loc>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://subnethistory.com/blog/hijacked-or-transferred</loc>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://subnethistory.com/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://subnethistory.com/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
