<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three public, indexable URLs: the homepage, /contractors and /about.html.
  /privacy.html and /terms.html are deliberately excluded: both carry
  <meta name="robots" content="noindex">, and a sitemap entry for a noindexed
  page is a conflicting signal, not a bonus.

  /contractors has no .html suffix because vercel.json rewrites it; the other
  pages keep theirs because this site does NOT set cleanUrls. Either way a
  sitemap entry must match the canonical the page itself declares.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dead-leads.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://dead-leads.com/contractors</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://dead-leads.com/about.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
