<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
  
  <!-- Home Page -->
  <url>
    <loc>https://themoviesflix.vercel.app/</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Search Page -->
  <url>
    <loc>https://themoviesflix.vercel.app/search</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Movie Pages -->
  <url>
    <loc>https://themoviesflix.vercel.app/movie/details/1084242</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
    <video:video>
      <video:thumbnail_loc>https://image.tmdb.org/t/p/original/5h2EsPKNDdB3MAtOk9MB9Ycg9Rz.jpg</video:thumbnail_loc>
      <video:title>Zootopia 2</video:title>
      <video:description>A movie detail page with streaming options and reviews.</video:description>
      <video:duration>139</video:duration>
    </video:video>
  </url>

  <!-- TV Show Pages -->
  <url>
    <loc>https://themoviesflix.vercel.app/tv/details/66732</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
    <video:video>
      <video:thumbnail_loc>https://image.tmdb.org/t/p/original/8zbAoryWbtH0DKdev8abFAjdufy.jpg</video:thumbnail_loc>
      <video:title>Stranger Things</video:title>
      <video:description>A TV show detail page with seasons, episodes, and streaming options.</video:description>
    </video:video>
  </url>

  <!-- People Pages -->
  <url>
    <loc>https://themoviesflix.vercel.app/person/details/287</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Stream Pages (Movie Stream Example) -->
  <url>
    <loc>https://themoviesflix.vercel.app/movie/details/1084242/watch</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <video:video>
      <video:thumbnail_loc>https://image.tmdb.org/t/p/original/5h2EsPKNDdB3MAtOk9MB9Ycg9Rz.jpg</video:thumbnail_loc>
      <video:title>Zootopia 2 - Full Movie Stream</video:title>
      <video:description>Stream Zootopia 2 in high quality with adaptive bitrate.</video:description>
      <video:duration>139</video:duration>
      <video:content_loc>https://themoviesflix.vercel.app/movie/details/1084242/watch</video:content_loc>
    </video:video>
  </url>

  <!-- Stream Pages (TV Stream Example) -->
  <url>
    <loc>https://themoviesflix.vercel.app/tv/details/66732</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <video:video>
      <video:thumbnail_loc>https://image.tmdb.org/t/p/original/8zbAoryWbtH0DKdev8abFAjdufy.jpg</video:thumbnail_loc>
      <video:title>Stranger Things - Stream Episodes</video:title>
      <video:description>Stream all seasons of Stranger Things with adaptive quality.</video:description>
    </video:video>
  </url>

  <!-- Trailer Pages (Movie Trailer Example) -->
  <url>
    <loc>https://themoviesflix.vercel.app/movie/details/1084242/trailer</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <video:video>
      <video:thumbnail_loc>https://image.tmdb.org/t/p/original/5h2EsPKNDdB3MAtOk9MB9Ycg9Rz.jpg</video:thumbnail_loc>
      <video:title>Zootopia 2 - Trailer</video:title>
      <video:description>Official trailer for Zootopia 2.</video:description>
      <video:duration>120</video:duration>
    </video:video>
  </url>

  <!-- Trailer Pages (TV Trailer Example) -->
  <url>
    <loc>https://themoviesflix.vercel.app/tv/details/66732/trailer</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <video:video>
      <video:thumbnail_loc>https://image.tmdb.org/t/p/original/8zbAoryWbtH0DKdev8abFAjdufy.jpg</video:thumbnail_loc>
      <video:title>Stranger Things - Trailer</video:title>
      <video:description>Official trailer for Stranger Things.</video:description>
    </video:video>
  </url>

  <!-- Popular Movies Index -->
  <url>
    <loc>https://themoviesflix.vercel.app/trending</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Popular TV Shows Index -->
  <url>
    <loc>https://themoviesflix.vercel.app/tv</loc>
    <lastmod>2025-12-12</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
