<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="sitemap.xsl"?>
<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 - Highest Priority -->
    <url>
        <loc>https://codecraftersai.com/</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- About Section -->
    <url>
        <loc>https://codecraftersai.com/#about</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Services Section - Important -->
    <url>
        <loc>https://codecraftersai.com/#services</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Portfolio Section -->
    <url>
        <loc>https://codecraftersai.com/#portfolio</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Testimonials Section -->
    <url>
        <loc>https://codecraftersai.com/#testimonials</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Process Section -->
    <url>
        <loc>https://codecraftersai.com/#process</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Contact Section -->
    <url>
        <loc>https://codecraftersai.com/#contact</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Individual Service Pages (if you create them later) -->
    <!--
    <url>
        <loc>https://codecraftersai.com/services/web-development</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://codecraftersai.com/services/ai-automation</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    -->
    
    <!-- Individual Portfolio Projects (if you create them later) -->
    <!--
    <url>
        <loc>https://codecraftersai.com/portfolio/crowdwrk</loc>
        <lastmod>2024-01-15</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>
    -->
</urlset>