<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages, all intentionally listed.

  The signal watcher is a public diagnostics tool rather than an internal one,
  so it belongs in the index on its own terms. It is a page people should be
  able to find, not one to hide behind a noindex.

  The stats page is listed on the same reasoning: it is public, linked from the
  homepage, and shows real numbers about how the thing is used.

  Anything listed here MUST be indexable. A URL in a sitemap carries "please
  index this", so listing one that serves noindex is a contradiction Search
  Console reports as an error rather than quietly resolving. When /stats was
  added here its noindex was removed in the same change, and the page was given
  static descriptive text, because its figures are fetched by JavaScript and a
  crawler that does not run scripts would otherwise index a loading message.

  The URLs are the CANONICAL forms. Cloudflare Pages 308 redirects
  /signal-watcher.html to /signal-watcher, so the extensionless form is the one
  that must appear here and in the canonical tag. Listing the .html form would
  put a redirect in the sitemap, wasting a crawl and diluting the signal.

  (No double hyphen anywhere in this comment. XML forbids it, and the parser
  rejects the whole file rather than warning.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ev-engine.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ev-engine.com/signal-watcher</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://ev-engine.com/stats</loc>
    <changefreq>daily</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
