<?xml version="1.0" encoding="UTF-8"?>
<!--
  =============================================================================
  Sitemap.xml - Urshita Portfolio
  =============================================================================
  XML Sitemap for search engine indexing and crawling.
  This helps Google and other search engines discover all pages.
  
  Last Updated: January 2026
  =============================================================================
-->
<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">
  
  <!-- Homepage - Main portfolio landing page -->
  <url>
    <loc>https://urshita.vercel.app/</loc>
    <lastmod>2026-01-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 
    Note: Since this is a Single Page Application (SPA), all content is 
    served from the root URL. Section anchors are handled client-side.
    
    Update the domain URL once your custom domain is configured:
    - Replace 'urshita.vercel.app' with your actual domain
  -->

</urlset>
