<?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://rickandmorty.online/</loc>
    <lastmod>2025-10-25</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Admin Login -->
  <url>
    <loc>https://rickandmorty.online/admin/login</loc>
    <lastmod>2025-10-25</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <!-- Example Movie Pages (Add your actual movie IDs here) -->
  <url>
    <loc>https://rickandmorty.online/movie/1</loc>
    <lastmod>2025-10-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <video:video>
      <video:title>Rick and Morty Episode 1</video:title>
      <video:description>Watch Rick and Morty Episode 1 online free</video:description>
      <video:thumbnail_loc>https://rickandmorty.online/og-image.jpg</video:thumbnail_loc>
    </video:video>
  </url>
  
</urlset>
