<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages that only change on a deploy: the home page, the news index, the
  terms and the privacy policy. Everything else on the site is behind sign-in
  and sends "noindex, nofollow".

  The ARTICLES are not here. They appear and change without a deploy, so they
  have their own sitemap - /newsSitemap.php, generated on request, listed on its
  own Sitemap: line in robots.txt. This file lists the news INDEX because that
  page exists whether or not anything has been published on it.

  Deliberately no <lastmod>. A date here that does not move when the page does
  is worse than no date at all - a crawler that learns the value is unreliable
  discounts it - and this file is static, so any date written into it would be
  wrong within a week of the next copy change. The generated sitemap can carry
  one honestly, and does.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://chbmate.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://chbmate.com/news.php</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://chbmate.com/terms.php</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://chbmate.com/privacy.php</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
