<?xml version="1.0" encoding="UTF-8"?>
<!--
  cyber-hunter.com sitemap.

  Every URL is the CANONICAL apex form, matching the <link rel="canonical"> in
  landing.php. www.cyber-hunter.com serves the same pages (ServerAlias in
  deploy/010-apex-443.conf) and is deliberately absent here: listing both hosts
  is how a sitemap teaches a crawler that duplicates are real.

  Only pages that return 200 are listed. index.php and pricing.php are
  redirects, and a sitemap is for destinations.

  `lastmod` is the date the page's content last actually changed. It is a hint,
  and an untrue one is worse than none — do not bump it on a deploy that did not
  change what a reader sees.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cyber-hunter.com/</loc>
    <lastmod>2026-09-03</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cyber-hunter.com/privacy.php</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://cyber-hunter.com/terms.php</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
