<?xml version="1.0" encoding="UTF-8"?>
<!--
  Final Autoclaim — static sitemap of the pages that are BOTH public (they set
  $is_landing_page / $is_login_page, so session_checker.php lets a logged-out
  visitor through) and indexable (they do not set $seo_robots = 'noindex').

  Static on purpose: the set changes a handful of times a year, and a generator
  would be one more cron to keep alive. tests/test_seo_landing_meta.php checks
  every <loc> below still maps to a real public, indexable file — it CANNOT
  notice a new public page that nobody added here, so add the URL in the same PR
  that adds the page.

  No <lastmod>: an inaccurate one is worse than none (Google ignores lastmod it
  finds unreliable), and nothing in the build knows a page's real content date.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://autofaucet.dutchycorp.space/</loc></url>
  <url><loc>https://autofaucet.dutchycorp.space/FAQ.php</loc></url>
  <url><loc>https://autofaucet.dutchycorp.space/terms.php</loc></url>
  <url><loc>https://autofaucet.dutchycorp.space/privacy.php</loc></url>
  <url><loc>https://autofaucet.dutchycorp.space/contact.php</loc></url>
  <url><loc>https://autofaucet.dutchycorp.space/login.php</loc></url>
  <url><loc>https://autofaucet.dutchycorp.space/signup.php</loc></url>
  <url><loc>https://autofaucet.dutchycorp.space/world-cup.php</loc></url>
  <url><loc>https://autofaucet.dutchycorp.space/world-cup-stats.php</loc></url>
</urlset>
