<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for FlexRent Ghana's public (unauthenticated) routes.
  This app is a static SPA (expo export -p web), so this file is hand-maintained
  rather than generated per-listing — update it if a new public route is added
  in src/navigation/RootNavigator.tsx's AuthStack. Individual listing URLs
  (/listings/:id) are intentionally omitted since they're dynamic and already
  discoverable via crawled links from /explore.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://flexrent-ghana.vercel.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://flexrent-ghana.vercel.app/explore</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://flexrent-ghana.vercel.app/auth/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://flexrent-ghana.vercel.app/auth/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
