<?xml version="1.0" encoding="UTF-8"?>
<!--
  jersigami sitemap.

  Lists the canonical static routes only. Dynamic routes (/players/$playerId)
  are intentionally excluded — there are tens of thousands of MLB players and
  most have zero detections, so an inflated sitemap would dilute crawl
  priority for the high-value pages. Players become discoverable by search
  engines via internal links from /feed and /historicals once they appear in
  detected sequences.

  Update <lastmod> when the data semantics change (new route, new feature),
  not when the underlying detections change — Google reads <lastmod> as
  "did this URL's content shape change," not "did the data refresh."
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://jersigami.com/</loc>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://jersigami.com/feed</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://jersigami.com/top-batters</loc>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://jersigami.com/top-pitchers</loc>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
