<?xml version="1.0" encoding="UTF-8"?>
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
>
  <!-- Home / Landing Page (initiall page of my taskmanager)-->
  <url>
    <loc>https://task-manager-anil.vercel.app/home</loc>
    <lastmod>2026-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

   <!-- List page -->

   <url>
    <loc>https://task-manager-anil.vercel.app/List</loc>
    <lastmod>2026-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

 <!-- List id page (based on spefic task it will go to the page) -->
    <url>
    <loc>https://task-manager-anil.vercel.app/List/:id</loc>
    <lastmod>2026-01-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Login Page -->
  <url>
    <loc>https://task-manager-anil.vercel.app/List/:id/graph</loc>
    <lastmod>2026-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Register Page -->
  <url>
    <loc>https://task-manager-anil.vercel.app/login</loc>
    <lastmod>2026-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>