<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    SITEMAP.XML - Helps Google find all your pages
    
    WHAT THIS DOES:
    - Tells Google all the pages on your website
    - Shows how important each page is (priority 0.1-1.0)
    - Shows how often each page changes (changefreq)
    - Shows when you last updated each page (lastmod)
    
    WHEN TO UPDATE:
    - When you add new sections to your website
    - When you update your content (change lastmod date)
    - When you change page importance (priority)
    
    HOW TO UPDATE:
    1. Add new <url> blocks for new pages
    2. Update lastmod dates when you make changes
    3. Submit to Google Search Console after changes
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://adnankhan.tech/</loc>
        <lastmod>2025-01-27</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://adnankhan.tech/#about</loc>
        <lastmod>2025-01-27</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://adnankhan.tech/#skills</loc>
        <lastmod>2025-01-27</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://adnankhan.tech/#projects</loc>
        <lastmod>2025-01-27</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://adnankhan.tech/#certifications</loc>
        <lastmod>2025-01-27</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://adnankhan.tech/#contact</loc>
        <lastmod>2025-01-27</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
</urlset>
