<?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"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Home / Landing Page -->
  <url>
    <loc>https://taskmanager.tejanarra.space/</loc>
    <lastmod>2025-12-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://taskmanager.tejanarra.space/OG_Logo-removebg-preview.png</image:loc>
      <image:title>Task Manager Logo</image:title>
      <image:caption>AI-Powered Task Management App</image:caption>
    </image:image>
  </url>

  <!-- Login Page -->
  <url>
    <loc>https://taskmanager.tejanarra.space/login</loc>
    <lastmod>2025-12-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Register Page -->
  <url>
    <loc>https://taskmanager.tejanarra.space/register</loc>
    <lastmod>2025-12-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Tasks Dashboard (requires auth but good for SEO indexing) -->
  <url>
    <loc>https://taskmanager.tejanarra.space/tasks</loc>
    <lastmod>2025-12-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Forgot Password -->
  <url>
    <loc>https://taskmanager.tejanarra.space/forgot-password</loc>
    <lastmod>2025-12-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Profile Overview -->
  <url>
    <loc>https://taskmanager.tejanarra.space/profile-overview</loc>
    <lastmod>2025-12-06</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
