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

  <!-- =============================================================================
       SECTION 1: HOMEPAGE - Highest Priority
       ============================================================================= -->

  <url>
    <loc>https://www.hisantosh.com/</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- =============================================================================
       SECTION 2: MAIN PAGES - High Priority
       ============================================================================= -->

  <!-- About Page -->
  <url>
    <loc>https://www.hisantosh.com/about</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.85</priority>
  </url>

  <!-- Projects Listing Page -->
  <url>
    <loc>https://www.hisantosh.com/projects</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.95</priority>
  </url>

  <!-- Blog Listing Page -->
  <url>
    <loc>https://www.hisantosh.com/blog</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.95</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>https://www.hisantosh.com/contact</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.75</priority>
  </url>

  <!-- Resume/CV Page -->
  <url>
    <loc>https://www.hisantosh.com/resume</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- =============================================================================
       SECTION 3: PROJECT PAGES - High Priority
       Key for GEO: Include complete project descriptions in metadata
       ============================================================================= -->

  <!-- Project 1: Scrape Data Tool -->
  <url>
    <loc>https://www.hisantosh.com/projects/scrape-data-tool</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Project 2: WooCommerce Payment Gateway Boilerplate -->
  <url>
    <loc>https://www.hisantosh.com/projects/woocommerce-payment-gateway-boilerplate</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Project 3: WhatsApp API Integration for WooCommerce -->
  <url>
    <loc>https://www.hisantosh.com/projects/whatsapp-api-integration-woocommerce</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- =============================================================================
       SECTION 4: BLOG POSTS - HIGH PRIORITY FOR GEO!
       Key for GEO: Blog posts are highly citable content for AI models
       Update lastmod frequently to signal freshness
       ============================================================================= -->

  <!-- Blog 1: Generative Engine Optimization (GEO) Guide -->
  <url>
    <loc>https://www.hisantosh.com/blog/generative-engine-optimization-guide</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.95</priority>
  </url>

  <!-- Blog 2: JWT Authentication Guide -->
  <url>
    <loc>https://www.hisantosh.com/blog/how-jwt-works-authentication-guide</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.95</priority>
  </url>

  <!-- Blog 3: WooCommerce Payment Gateway Development -->
  <url>
    <loc>https://www.hisantosh.com/blog/woocommerce-payment-gateway-development-guide</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.95</priority>
  </url>

  <!-- =============================================================================
       SECTION 5: UTILITY PAGES - Lower Priority
       ============================================================================= -->

  <!-- Verbs List (if it's a utility page) -->
  <url>
    <loc>https://www.hisantosh.com/verbs-list</loc>
    <lastmod>2026-03-08T10:00:00Z</lastmod>
    <changefreq>quarterly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- =============================================================================
       NOTES ON THIS SITEMAP:
       =============================================================================
       
       1. PRIORITY LEVELS (Recommended):
          - 1.0   = Homepage (most important)
          - 0.95  = Blog posts (high citable content for GEO)
          - 0.95  = Main listing pages (projects, blog)
          - 0.9   = Individual project pages
          - 0.85  = About page
          - 0.8   = Resume page
          - 0.75  = Contact page
          - 0.3   = Utility pages
          - 0.0   = Low priority pages (rarely useful)

       2. CHANGEFREQ (Recommended):
          - daily     = Daily updated content (avoid for static sites)
          - weekly    = Homepage, blog listing, projects
          - monthly   = Blog posts, project pages, about
          - yearly    = Contact, static pages
          - never     = Archived content

       3. LASTMOD (IMPORTANT FOR GEO):
          - Use ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
          - Update frequently for blog posts (signals freshness to AI models)
          - AI models prefer recently updated content

       4. GEO OPTIMIZATION BEST PRACTICES:
          - Blog posts should have HIGH priority (0.85-0.95)
          - Update lastmod for recent posts
          - Include all citable content
          - Use precise URLs (no parameters or UTM)
          - Ensure all pages are high quality

       5. SEO BEST PRACTICES:
          - Max 50,000 URLs per sitemap
          - Keep file size under 50MB
          - Use consistent domain (www vs non-www)
          - Include all important pages
          - Exclude duplicate/paginated content

       6. URL STRUCTURE NOTES:
          - Use lowercase URLs
          - Use hyphens (not underscores) for word separation
          - Avoid query parameters
          - Be consistent with trailing slashes
          - Use descriptive URLs (not numbers)

       7. NEXT STEPS:
          a) Update this file's dates monthly
          b) Add new blog posts immediately
          c) Submit to Google Search Console
          d) Monitor coverage metrics
          e) Check for any blocked pages

       =============================================================================
  -->

</urlset>