<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for fantasy.draftedge.com ONLY.

  A sitemap may only list URLs on its own host, so no draftedge.com entries
  belong here (there was one, for the pricing page; it is covered by that
  site's own sitemap).

  lastmod values track real file/data changes. The rankings pages are driven
  by the bi-weekly rankings drop, so they carry the drop date rather than the
  template's mtime.

  Deliberately NOT listed: the /app/* SPA routes. They are client-rendered and
  duplicate the static SEO pages (/app/rankings vs /draft-rankings/), so
  listing both invites duplicate-content dilution. /app/ itself is the entry
  point and stays.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://fantasy.draftedge.com/</loc>
        <lastmod>2026-08-06</lastmod>
        <priority>1.0</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://fantasy.draftedge.com/app/</loc>
        <lastmod>2026-08-06</lastmod>
        <priority>0.9</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://fantasy.draftedge.com/draft-rankings/</loc>
        <lastmod>2026-08-03</lastmod>
        <priority>0.9</priority>
        <changefreq>daily</changefreq>
    </url>
    <url>
        <loc>https://fantasy.draftedge.com/rookie-rankings/</loc>
        <lastmod>2026-08-03</lastmod>
        <priority>0.8</priority>
        <changefreq>daily</changefreq>
    </url>
    <!-- /nfl-schedule-strength/ removed 2026-08-06: it now 301s to
         /draft-rankings/ (see .htaccess). It was a 2024-titled placeholder
         with no data, and a sitemap should not advertise a redirect. -->
    <url>
        <loc>https://fantasy.draftedge.com/privacy</loc>
        <lastmod>2026-08-04</lastmod>
        <priority>0.3</priority>
        <changefreq>yearly</changefreq>
    </url>
    <url>
        <loc>https://fantasy.draftedge.com/contact</loc>
        <lastmod>2026-08-04</lastmod>
        <priority>0.4</priority>
        <changefreq>yearly</changefreq>
    </url>
</urlset>
