<?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">
  
  <!-- Landing Page - Highest Priority -->
  <url>
    <loc>https://todo-notes.app/</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://todo-notes.app/images/og-landing.png</image:loc>
      <image:title>Muse - Smart Note Taking App</image:title>
      <image:caption>Organize your thoughts, manage your tasks, and boost your productivity.</image:caption>
    </image:image>
  </url>

  <!-- Authentication Page -->
  <url>
    <loc>https://todo-notes.app/auth</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <image:image>
      <image:loc>https://todo-notes.app/images/og-signup.png</image:loc>
      <image:title>Sign up for Muse</image:title>
      <image:caption>Join thousands organizing their life with Muse</image:caption>
    </image:image>
  </url>

  <!-- Privacy Policy -->
  <url>
    <loc>https://todo-notes.app/privacy</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Terms of Service -->
  <url>
    <loc>https://todo-notes.app/terms</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Support/Help -->
  <url>
    <loc>https://todo-notes.app/help</loc>
    <lastmod>2025-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>