<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, and only two. A sitemap is a list of pages worth indexing, not an
  inventory of every file the server will answer:

    · /login is excluded because it is noindex. Listing a page here and then
      telling the crawler not to index it is a contradiction, and it is the
      most common way a sitemap loses the trust that makes it useful.
    · /app and /api are excluded for the same reason robots.txt disallows them.

  lastmod is honest or absent. A file that claims to change daily and does not
  gets its lastmod discounted, and then the one time it matters it is ignored.

  CANONICAL_ORIGIN: every loc below is the real host, useverityapp.com.
  These MUST match the <link rel="canonical"> on each page exactly — same
  scheme, same host, same trailing-slash decision — or the two disagree about
  what the page's address is.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://useverityapp.com/</loc>
    <lastmod>2026-09-02</lastmod>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://useverityapp.com/signup</loc>
    <lastmod>2026-09-02</lastmod>
    <priority>0.8</priority>
  </url>
</urlset>
