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

    <!-- 1) Landing Page: højeste prioritet pt. -->
    <url>
        <loc>https://www.prolactate.com/landing</loc>
        <lastmod>2025-01-04</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 2) Privacy Page: opdateres sjældnere -->
    <url>
        <loc>https://www.prolactate.com/privacy</loc>
        <lastmod>2025-01-04</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.4</priority>
    </url>

    <!-- 3) Login Page:
        Tekniske login-sider er ikke altid med i SEO,
        men vi tager den med for completeness. -->
    <url>
        <loc>https://www.prolactate.com/login</loc>
        <lastmod>2025-01-04</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>

    </urlset>
    