<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- 
    SITEMAP FOR INDIVIDUAL ANIME PAGES
    This is a TEMPLATE - You should dynamically generate this with your actual anime data
    Replace the examples below with your real anime URLs
  -->

  <!-- Example: Popular Anime - One Piece -->
  <url>
    <loc>https://anix-to.org/anime/one-piece</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <image:image>
      <image:loc>https://anix-to.org/images/one-piece.jpg</image:loc>
      <image:title>One Piece - Watch Online Free</image:title>
      <image:caption>Stream One Piece anime episodes in HD with English sub and dub</image:caption>
    </image:image>
  </url>

  <!-- Example: Demon Slayer -->
  <url>
    <loc>https://anix-to.org/anime/demon-slayer</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <image:image>
      <image:loc>https://anix-to.org/images/demon-slayer.jpg</image:loc>
      <image:title>Demon Slayer - Watch Online Free</image:title>
    </image:image>
  </url>

  <!-- Example: Attack on Titan -->
  <url>
    <loc>https://anix-to.org/anime/attack-on-titan</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <image:image>
      <image:loc>https://anix-to.org/images/attack-on-titan.jpg</image:loc>
      <image:title>Attack on Titan - Watch Online Free</image:title>
    </image:image>
  </url>

  <!-- Example: Naruto -->
  <url>
    <loc>https://anix-to.org/anime/naruto</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Example: My Hero Academia -->
  <url>
    <loc>https://anix-to.org/anime/my-hero-academia</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Example: Jujutsu Kaisen -->
  <url>
    <loc>https://anix-to.org/anime/jujutsu-kaisen</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Example: Death Note -->
  <url>
    <loc>https://anix-to.org/anime/death-note</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Example: Tokyo Ghoul -->
  <url>
    <loc>https://anix-to.org/anime/tokyo-ghoul</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Example: Sword Art Online -->
  <url>
    <loc>https://anix-to.org/anime/sword-art-online</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Example: Fullmetal Alchemist Brotherhood -->
  <url>
    <loc>https://anix-to.org/anime/fullmetal-alchemist-brotherhood</loc>
    <lastmod>2025-11-13</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 
    INSTRUCTIONS FOR DYNAMIC GENERATION:
    
    1. Generate this sitemap dynamically from your database/API
    2. Include ALL anime pages (up to 50,000 URLs per sitemap)
    3. If you have more than 50,000 anime, create multiple sitemaps:
       - sitemap-anime-1.xml
       - sitemap-anime-2.xml
       - etc.
    
    4. Priority Guidelines:
       - New/trending anime: 0.9
       - Popular classics: 0.8
       - Regular anime: 0.7
       - Older/less popular: 0.6
    
    5. Change Frequency Guidelines:
       - Ongoing series: weekly or daily
       - Completed series: monthly
       - Classic/old anime: yearly
    
    6. Update lastmod date when:
       - New episodes are added
       - Information is updated
       - Reviews/ratings change significantly
    
    7. Include image tags for better image SEO
    8. Consider adding video tags for preview clips
  -->

</urlset>