<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================
     sitemap.xml — 1CODE1BYTE (1code1byte.com)
     TASK 12: SEO Discovery — XML Sitemap
     Update <lastmod> on every deploy.
============================================================ -->
<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 -->
    <url>
        <loc>https://1code1byte.com/</loc>
        <lastmod>2026-04-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Legal pages -->
    <url>
        <loc>https://1code1byte.com/privacy</loc>
        <lastmod>2026-04-20</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://1code1byte.com/terms</loc>
        <lastmod>2026-04-20</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

</urlset>
