<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for exile-helper.com.

  We list only the URLs that have stable, indexable content:
    /          — landing page with hero copy + feature descriptions
    /privacy   — privacy policy (legal/contact info)

  Deeper app views (build planner, stash valuation status, etc.) are not
  listed because they require sign-in or live behind in-app routing
  state that doesn't have crawlable URLs. Adding them would dilute
  rank for the actual landing copy and waste Google's crawl budget
  on pages that render an empty `<div id="root">` to a non-JS
  fetcher.

  changefreq is informational — Google's docs say they ignore it,
  but Bing still reads it. Stamped `monthly` for the homepage (we
  update copy occasionally) and `yearly` for privacy (only when
  Google's policies change).

  lastmod must be the file's actual last-edit date for crawlers to
  prioritize re-crawl. Update it whenever the page content
  meaningfully changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://exile-helper.com/</loc>
    <lastmod>2026-05-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://exile-helper.com/privacy</loc>
    <lastmod>2026-05-18</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
