<?xml version="1.0" encoding="UTF-8"?>
<!--
  BROKEN sitemap — reproduces audit issue: sitemap_4xx
  This sitemap intentionally lists URLs that return 404.
  On Cloudflare Pages any path with no matching HTML file → 404.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- ✅ VALID — returns 200 (index.html exists) -->
  <url><loc>https://robots-txt-lab.pages.dev/</loc></url>

  <!-- ❌ DEAD — returns 404 (no matching file in the site) -->
  <url><loc>https://robots-txt-lab.pages.dev/deleted-product</loc></url>
  <url><loc>https://robots-txt-lab.pages.dev/old-blog-post</loc></url>
  <url><loc>https://robots-txt-lab.pages.dev/discontinued-service</loc></url>
  <url><loc>https://robots-txt-lab.pages.dev/removed-about-us</loc></url>
  <url><loc>https://robots-txt-lab.pages.dev/old-pricing</loc></url>
  <url><loc>https://robots-txt-lab.pages.dev/legacy/contact</loc></url>
  <url><loc>https://robots-txt-lab.pages.dev/products/discontinued-widget</loc></url>
  <url><loc>https://robots-txt-lab.pages.dev/blog/post-from-2019</loc></url>
  <url><loc>https://robots-txt-lab.pages.dev/careers/senior-engineer</loc></url>

</urlset>
