```xml
<?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">

    <!-- Página Principal -->
    <url>
        <loc>https://processworkflowspace.sbs/</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <url>
        <loc>https://processworkflowspace.sbs/index.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Sección Blog -->
    <url>
        <loc>https://processworkflowspace.sbs/blog.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Página Sobre Nosotros -->
    <url>
        <loc>https://processworkflowspace.sbs/about.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Página de Contacto -->
    <url>
        <loc>https://processworkflowspace.sbs/contact.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Artículo 1: Frutas Tropicales -->
    <url>
        <loc>https://processworkflowspace.sbs/post1.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Artículo 2: Calcio -->
    <url>
        <loc>https://processworkflowspace.sbs/post2.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Artículo 3: Huevos -->
    <url>
        <loc>https://processworkflowspace.sbs/post3.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Artículo 4: Dieta Balanceada -->
    <url>
        <loc>https://processworkflowspace.sbs/post4.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Artículo 5: Recetas -->
    <url>
        <loc>https://processworkflowspace.sbs/post5.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Política de Privacidad -->
    <url>
        <loc>https://processworkflowspace.sbs/privacy-policy.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Términos y Condiciones -->
    <url>
        <loc>https://processworkflowspace.sbs/terms-conditions.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Política de Reembolso -->
    <url>
        <loc>https://processworkflowspace.sbs/refund-policy.php</loc>
        <lastmod>2025-01-15</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>

</urlset>
```
