<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Home Page -->
  <url>
    <loc>https://karmasangsthan.com.bd</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Main Pages -->
  <url>
    <loc>https://karmasangsthan.com.bd/jobs</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.95</priority>
  </url>

  <url>
    <loc>https://karmasangsthan.com.bd/about-us</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://karmasangsthan.com.bd/contact-us</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Labour Market Pages -->
  <url>
    <loc>https://karmasangsthan.com.bd/labour</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.85</priority>
  </url>

  <url>
    <loc>https://karmasangsthan.com.bd/labour/details</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.85</priority>
  </url>

  <!-- Career Pages -->
  <url>
    <loc>https://karmasangsthan.com.bd/occupation-list</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.85</priority>
  </url>

  <!-- Blog Pages -->
  <url>
    <loc>https://karmasangsthan.com.bd/blogs</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.85</priority>
  </url>

  <!-- Partners Page -->
  <url>
    <loc>https://karmasangsthan.com.bd/partners</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.75</priority>
  </url>

  <!-- Candidate Pages -->
  <url>
    <loc>https://karmasangsthan.com.bd/register</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://karmasangsthan.com.bd/register-landing</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.75</priority>
  </url>

  <!-- Employer Pages -->
  <url>
    <loc>https://karmasangsthan.com.bd/employer/register</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Legal Pages -->
  <url>
    <loc>https://karmasangsthan.com.bd/privacy-policy</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://karmasangsthan.com.bd/terms-of-use-job-seekers</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://karmasangsthan.com.bd/terms-of-use-employer</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- E-Learning Page -->
  <url>
    <loc>https://karmasangsthan.com.bd/e-learning</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.75</priority>
  </url>

  <!-- IMPORTANT: Dynamic Content
  
  Add the following dynamic entries to your sitemap generation:
  
  1. JOB LISTINGS - Update daily:
     <url>
       <loc>https://karmasangsthan.com.bd/job/[JOB_ID]</loc>
       <lastmod>[POSTED_DATE]</lastmod>
       <changefreq>weekly</changefreq>
       <priority>0.85</priority>
     </url>
  
  2. JOB CATEGORIES/FILTERS:
     <url>
       <loc>https://karmasangsthan.com.bd/jobs?category=[CATEGORY]</loc>
       <lastmod>[TODAY]</lastmod>
       <changefreq>daily</changefreq>
       <priority>0.80</priority>
     </url>
  
  3. JOB LOCATIONS:
     <url>
       <loc>https://karmasangsthan.com.bd/jobs?location=[LOCATION]</loc>
       <lastmod>[TODAY]</lastmod>
       <changefreq>daily</changefreq>
       <priority>0.80</priority>
     </url>
  
  4. BLOG POSTS - Update as published:
     <url>
       <loc>https://karmasangsthan.com.bd/blog/[BLOG_SLUG]</loc>
       <lastmod>[PUBLISHED_DATE]</lastmod>
       <changefreq>monthly</changefreq>
       <priority>0.75</priority>
     </url>
  
  5. EMPLOYEE PROFILES (if public):
     <url>
       <loc>https://karmasangsthan.com.bd/employee/[USER_ID]</loc>
       <lastmod>[UPDATED_DATE]</lastmod>
       <changefreq>monthly</changefreq>
       <priority>0.60</priority>
     </url>
  
  IMPLEMENTATION:
  - Use the API route at /api/sitemap to generate dynamic sitemaps
  - Update the route.ts file to fetch from your database
  - Consider sitemap indexes if you have more than 50,000 URLs
  
  -->
</urlset>
