<?xml version="1.0" encoding="UTF-8"?>
<!--
  Wefie — sitemap (SEO-001).

  Only the pages that exist at build time and are the same for everybody. The
  content worth finding — a shared memory, a profile, a place — lives at an
  address the server does not know until somebody creates it, and a static file
  in `public/` cannot enumerate the database. Those pages are reachable and
  crawlable (see robots.txt); they are simply not listed here. A generated
  sitemap needs a build step that can read the database, which is the same
  missing piece as per-route Open Graph tags.

  `/login` is deliberately absent. A sitemap is a list of pages worth putting
  in a search result, and a sign-in form is not one — it is crawlable, it just
  has nothing to offer somebody arriving from a search. Excluding it also keeps
  it out of the thin-content reports in Search Console.

  `lastmod` is the date these pages were last meaningfully edited, not the date
  of the last deploy. Bumping it on every build teaches crawlers to ignore it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wefie.in/</loc>
    <lastmod>2026-09-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wefie.in/privacy</loc>
    <lastmod>2026-09-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wefie.in/terms</loc>
    <lastmod>2026-09-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
