<?xml version="1.0" encoding="UTF-8"?>
<!--
  Prodex sitemap — submitted to Google Search Console.
  Served at https://prodex.evalix.io/sitemap.xml  (vite publicDir: public/ → deploy root)

  NOT linked from any navigation. Direct URL only, which is what Search Console needs.

  URLs ARE EXTENSIONLESS ON PURPOSE. Cloudflare Pages 308-redirects /terms.html → /terms,
  so listing the .html form would make Search Console report every entry as
  "Page with redirect" and refuse to index the target. Verified: all six return HTTP 200
  with zero redirects.

  ONLY PUBLIC, INDEXABLE CONTENT IS LISTED. Deliberately excluded:
    /app             the application itself — auth-gated
    /login           auth utility, no search value
    /forgot-password · /reset-password · /change-password   auth utilities
    /link-device     device pairing flow
    /claim-trial     one-time token flow, meaningless without a token
    /unsubscribe     already carries meta noindex
    /dev-cost        INTERNAL Dev Hub — must never be indexed (see robots.txt)

  lastmod values are the real last-commit date of each source file, not invented.
  Update them when the page content actually changes; a lastmod that never moves is
  ignored by Google, and one that always moves is distrusted.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Landing page — the primary entry point -->
  <url>
    <loc>https://prodex.evalix.io/</loc>
    <lastmod>2026-07-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Product intro -->
  <url>
    <loc>https://prodex.evalix.io/prodex-intro</loc>
    <lastmod>2026-06-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Public API reference -->
  <url>
    <loc>https://prodex.evalix.io/api-docs</loc>
    <lastmod>2026-06-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Sign-up — a genuine public entry point -->
  <url>
    <loc>https://prodex.evalix.io/register</loc>
    <lastmod>2026-07-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Legal -->
  <url>
    <loc>https://prodex.evalix.io/terms</loc>
    <lastmod>2026-06-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://prodex.evalix.io/privacy</loc>
    <lastmod>2026-06-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
