<?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"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                           http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
                           http://www.google.com/schemas/sitemap-image/1.1
                           http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd">

    <!-- Home/About Page - Highest Priority -->
    <url>
        <loc>https://kachikodes.com</loc>
        <lastmod>2025-01-20T00:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://kachikodes.com/assets/images/portrait.jpg</image:loc>
            <image:caption>Kingsley Ugwuosi - Full Stack Developer Portrait</image:caption>
            <image:title>Kingsley Ugwuosi Profile Image</image:title>
        </image:image>
    </url>

    <!-- Projects Page - High Priority -->
    <url>
        <loc>https://kachikodes.com/projects</loc>
        <lastmod>2025-01-20T00:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <image:image>
            <image:loc>https://kachikodes.com/assets/images/grophix_construction.png</image:loc>
            <image:caption>Launch Nest - Creative branding solutions project</image:caption>
            <image:title>Launch Nest Project Screenshot</image:title>
        </image:image>
    </url>

    <!-- Skills Page - High Priority -->
    <url>
        <loc>https://kachikodes.com/skills</loc>
        <lastmod>2025-01-20T00:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Contact Page - High Priority -->
    <url>
        <loc>https://kachikodes.com/contact</loc>
        <lastmod>2025-01-20T00:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Resume/CV Page (if exists as static file) -->
    <url>
        <loc>https://kachikodes.com/my_cv.html</loc>
        <lastmod>2025-01-20T00:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>