<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
        http://www.google.com/schemas/sitemap-video/1.1
        http://www.google.com/schemas/sitemap-video/1.1/sitemap-video.xsd">
  
  <!-- Videos will be dynamically added from database -->
  <!-- Example structure for future implementation:
  <url>
    <loc>https://promptgurru.com/</loc>
    <video:video>
      <video:thumbnail_loc>https://img.youtube.com/vi/VIDEO_ID/maxresdefault.jpg</video:thumbnail_loc>
      <video:title>Video Title</video:title>
      <video:description>Video Description</video:description>
      <video:content_loc>https://www.youtube.com/watch?v=VIDEO_ID</video:content_loc>
      <video:duration>300</video:duration>
      <video:publication_date>2025-12-18T00:00:00+00:00</video:publication_date>
    </video:video>
  </url>
  -->
  
</urlset>

