<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the crawlable marketing/public routes.
  TODO(operator): the host must match the production DOMAIN — keep it in sync
  with SITE_IDENTITY.origin in app/src/lib/site-identity.ts.
  Mosque pages (/mosques/:slug) are data-driven; enumerate them server-side
  when directory metadata work lands (production plan P1.10).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://falaah.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://falaah.app/mosques</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://falaah.app/add</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://falaah.app/widget</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://falaah.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://falaah.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
