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

  <!--
    TanStack Start Project Sitemap

    NOTE: Before deploying to production, replace "https://crawingdata.vercel.app"
    with your actual domain (e.g., "https://your-domain.com")

    Update <lastmod> dates when pages are significantly updated.
    Priority scale: 0.0 to 1.0 (1.0 = highest priority)
  -->

  <!-- Landing Page - Highest Priority -->
  <url>
    <loc>https://crawingdata.vercel.app/</loc>
    <lastmod>2026-01-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Authentication Pages - Medium Priority -->
  <url>
    <loc>https://crawingdata.vercel.app/_auth/login/</loc>
    <lastmod>2026-01-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://crawingdata.vercel.app/_auth/signup/</loc>
    <lastmod>2026-01-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    Dashboard pages are intentionally excluded from sitemap as they:
    1. Require authentication
    2. Have noindex/nofollow meta tags
    3. Are not meant to be crawled by search engines

    If you want to make certain dashboard pages public in the future,
    add them here and remove the noindex meta tags from those routes.
  -->

</urlset>
