<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://yourdigitalworker.com/</loc>
        <lastmod>2025-05-29</lastmod> <!-- Replace with the actual last modification date of your
        index.html -->
        <changefreq>weekly</changefreq> <!-- Or 'monthly' if you update less often -->
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://yourdigitalworker.com/index.html</loc>
        <lastmod>2025-05-29</lastmod> <!-- Replace with the actual last modification date of your
        index.html -->
        <changefreq>weekly</changefreq> <!-- Or 'monthly' if you update less often -->
        <priority>0.9</priority> <!-- Slightly lower as it's the same content as the root -->
    </url>
    <url>
        <loc>https://yourdigitalworker.com/cookie-policy.html</loc>
        <lastmod>2025-05-29</lastmod> <!-- Replace with the actual last modification date of your
        cookie-policy.html -->
        <changefreq>monthly</changefreq> <!-- Or 'yearly' if it rarely changes -->
        <priority>0.5</priority>
    </url>
</urlset>