<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four pages a signed-out visitor can reach, and nothing else. Hand-written
  rather than generated: expo-router knows every route but not which of them are
  public, and two of the four are not routes at all — CHE-35 publishes the
  privacy policy and the terms as static HTML in `public/legal/`, so that a store
  reviewer fetching either gets the document rather than a shell waiting for a
  bundle. A generator would have to be told about both halves anyway.

  No <lastmod>. A date that is wrong is worse than one that is absent — Google
  ignores the element entirely once it stops matching what it fetches — and
  keeping it true would mean a build step for a file that changes twice a year.

  `web-seo.test.tsx` checks every <loc> here resolves to a real route or a real
  file, and that nothing behind the sign-in wall is listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pawnup.app/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pawnup.app/sign-up</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://pawnup.app/legal/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pawnup.app/legal/terms</loc>
    <priority>0.3</priority>
  </url>
</urlset>
