<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============================================================================
  JobsTube.co — sitemap-jobs.xml
  Dynamic job listings sitemap.
  
  HOW TO USE:
  This file should be regenerated daily by your backend/script as new
  job listings are added. Each <url> entry represents one job listing page.
  
  For static deployment, keep this as a placeholder and expand as you
  add individual job detail pages (e.g. /jobs/software-engineer-techcorp-nyc/).
  
  Google supports up to 50,000 URLs per sitemap file.
  If you exceed that, split into sitemap-jobs-1.xml, sitemap-jobs-2.xml etc.
  and reference them in the master sitemap.xml index.
  
  Schema note: Each job listing page should include JobPosting schema markup.
  ============================================================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!--
    EXAMPLE ENTRIES — replace with real job listing URLs as they are created.
    
    <url>
      <loc>https://jobstube.co/jobs/software-engineer-techcorp-new-york/</loc>
      <lastmod>2026-05-06</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>

    <url>
      <loc>https://jobstube.co/jobs/registered-nurse-icu-los-angeles/</loc>
      <lastmod>2026-05-06</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>

    <url>
      <loc>https://jobstube.co/jobs/warehouse-associate-amazon-chicago/</loc>
      <lastmod>2026-05-06</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>
  -->

  <!-- Placeholder entry — remove when real job pages are created -->
  <url>
    <loc>https://jobstube.co/jobs-near-me/</loc>
    <lastmod>2026-05-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

</urlset>
