<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for wallet.lepta.app — Lepta Wallet (Personal Finance App)

  Notes
  - This file is served from wallet.lepta.app — the actual app. The
    lepta.app apex will eventually host a separate marketing site with
    its own sitemap; do not list lepta.app URLs here.
  - <lastmod> is rewritten to today on every `vite build` via the
    sitemap-lastmod plugin in apps/web/vite.config.ts. Don't bother
    hand-editing the dates here; they'll be replaced on deploy.
  - Auth-only routes (/dashboard, /settings, /admin, /api/) are blocked
    in robots.txt and intentionally excluded here.
  - /login and /register are transactional pages with no SEO value — Google
    actively penalises sitemaps that promote thin auth screens, so they
    are omitted on purpose.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://wallet.lepta.app/</loc>
    <lastmod>2026-06-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://wallet.lepta.app/brand/og/og-image-1200x630.png</image:loc>
      <image:title>Lepta Wallet — Personal Finance for Every Coin</image:title>
      <image:caption>Every coin counts.</image:caption>
    </image:image>
  </url>
</urlset>
