<?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"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- Homepage - Main professional profile -->
    <url>
        <loc>https://douglasboldt.com/</loc>
        <lastmod>2024-10-16</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Homepage with index.html -->
    <url>
        <loc>https://douglasboldt.com/index.html</loc>
        <lastmod>2024-10-16</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 404 Error page -->
    <url>
        <loc>https://douglasboldt.com/error.html</loc>
        <lastmod>2024-10-16</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.1</priority>
    </url>

    <!-- Profile image -->
    <url>
        <loc>https://douglasboldt.com/profile.png</loc>
        <lastmod>2024-10-16</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

</urlset>