<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for the PUBLIC, indexable pages only. Lives in public/ so the
  build copies it to the site root and the static host serves it as a real
  file (robots.txt is served the same way) — NOT the SPA catch-all, which is
  why /sitemap.xml previously returned the app shell and Search Console
  reported "Sitemap is HTML".

  Deliberately excludes auth/app routes (/seeker/*, /business-signup,
  /reset-password, /oauth-callback, …) and dynamic pages (/jobs/:jobId), which
  a static file can't enumerate. Individual job pages need a GENERATED sitemap
  (a build step or a server route) — a separate, larger task.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wazifa.co/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wazifa.co/jobs</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://wazifa.co/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wazifa.co/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
