<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://zusthire.com/</loc>
    <priority>1.0</priority>
    <changefreq>daily</changefreq>
  </url>

  <!-- Job search -->
  <url>
    <loc>https://zusthire.com/jobs.php</loc>
    <priority>0.9</priority>
    <changefreq>daily</changefreq>
  </url>

  <!-- Candidate pages (public only, not dashboard/private) -->
  <url>
    <loc>https://zusthire.com/sign-up.php</loc>
    <priority>0.6</priority>
    <changefreq>monthly</changefreq>
  </url>
  <url>
    <loc>https://zusthire.com/login.php</loc>
    <priority>0.6</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Example job listing detail page -->
  <!-- You should dynamically generate job detail URLs from your DB -->
  <url>
    <loc>https://zusthire.com/job-details.php?id=1</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://zusthire.com/job-details.php?id=2</loc>
    <priority>0.8</priority>
    <changefreq>weekly</changefreq>
  </url>

</urlset>
