<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

  <!--
    InstaOwl Marketing Website Sitemap
    This sitemap includes all static pages of the InstaOwl platform.
    Dynamic blog and news posts should be generated separately via API.
  -->

  <!-- Homepage - Main landing page with all sections -->
  <url>
    <loc>https://instaowl.com/</loc>
    <lastmod>2025-10-06T00:00:00+05:30</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://instaowl.com/assets/hero-section-image.png</image:loc>
      <image:title>InstaOwl - AI-Powered CBSE Learning Platform</image:title>
      <image:caption>AI-powered K12 learning platform for CBSE students across Bharat</image:caption>
    </image:image>
  </url>

  <!-- Get Started Page - Download options for students and tutors -->
  <url>
    <loc>https://instaowl.com/get-started</loc>
    <lastmod>2025-10-06T00:00:00+05:30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Tutor Application Page - Apply to become InstaOwl tutor partner -->
  <url>
    <loc>https://instaowl.com/apply-tutor</loc>
    <lastmod>2025-10-06T00:00:00+05:30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <image:image>
      <image:loc>https://instaowl.com/assets/tutors-group-image.png</image:loc>
      <image:title>Become an InstaOwl Tutor Partner</image:title>
    </image:image>
  </url>

  <!-- Download Page - Platform-specific download links -->
  <url>
    <loc>https://instaowl.com/download</loc>
    <lastmod>2025-10-06T00:00:00+05:30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Blog List Page - All educational content and articles -->
  <url>
    <loc>https://instaowl.com/blogs</loc>
    <lastmod>2025-10-06T00:00:00+05:30</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- News List Page - Company news and updates -->
  <url>
    <loc>https://instaowl.com/news</loc>
    <lastmod>2025-10-06T00:00:00+05:30</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Terms and Conditions Page - Legal terms of service -->
  <url>
    <loc>https://instaowl.com/terms-and-conditions</loc>
    <lastmod>2025-03-10T00:00:00+05:30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Privacy Policy Page - Data protection and privacy information -->
  <url>
    <loc>https://instaowl.com/privacy</loc>
    <lastmod>2025-03-10T00:00:00+05:30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Refund Policy Page - Refund and cancellation terms -->
  <url>
    <loc>https://instaowl.com/refund-policy</loc>
    <lastmod>2025-03-10T00:00:00+05:30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Delete Account Page - Account deletion request form -->
  <url>
    <loc>https://instaowl.com/delete-account</loc>
    <lastmod>2025-10-06T00:00:00+05:30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!--
    DYNAMIC CONTENT PLACEHOLDERS

    Individual blog posts and news articles should be added dynamically.
    Example format for blog posts:

    <url>
      <loc>https://instaowl.com/blogs/{slug}</loc>
      <lastmod>{publishedDate}</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
      <image:image>
        <image:loc>{featuredImage}</image:loc>
        <image:title>{title}</image:title>
      </image:image>
    </url>

    Example format for news posts:

    <url>
      <loc>https://instaowl.com/news/{slug}</loc>
      <lastmod>{publishedDate}</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
      <image:image>
        <image:loc>{image}</image:loc>
        <image:title>{title}</image:title>
      </image:image>
    </url>

    To generate a complete sitemap with dynamic content:
    1. Create a server-side script or API endpoint
    2. Fetch all published blogs and news from the database
    3. Generate XML entries dynamically
    4. Consider using sitemap index files if content exceeds 50,000 URLs
  -->

</urlset>
