<?xml version="1.0" encoding="UTF-8"?>
<!--
  Jobeezy Video Sitemap — scaffold
  Populate when Jobeezy adds video content (e.g., how-to-apply walkthroughs, company culture videos).
  Required tags: video:thumbnail_loc, video:title, video:description,
                 plus either video:content_loc or video:player_loc.
  Thumbnail: min 60x30px; BMP/GIF/JPEG/PNG/WebP/SVG/AVIF; must not be blocked by robots.txt.
  Reference: https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
  <!--
  <url>
    <loc>https://jobeezy.com/how-it-works/</loc>
    <video:video>
      <video:thumbnail_loc>https://jobeezy.com/assets/video-thumb-how-it-works.jpg</video:thumbnail_loc>
      <video:title>How Jobeezy Works — 60-second walkthrough</video:title>
      <video:description>See how Jobeezy finds real job openings, filters ghost listings, and applies for you through each employer's own ATS system.</video:description>
      <video:content_loc>https://jobeezy.com/assets/video-how-it-works.mp4</video:content_loc>
      <video:duration>60</video:duration>
      <video:publication_date>2026-04-22T00:00:00+00:00</video:publication_date>
      <video:family_friendly>yes</video:family_friendly>
      <video:tag>job search</video:tag>
      <video:tag>apply for jobs</video:tag>
    </video:video>
  </url>
  -->
</urlset>
