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

    <!-- Startseite (Landing Page) -->
    <url>
        <loc>https://www.eachpart.org/index.html</loc>
        <lastmod>2025-01-30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- FAQ-Seite -->
    <url>
        <loc>https://www.eachpart.org/faq.html</loc>
        <lastmod>2025-01-30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Kontakt-Seite (falls separate contact.html) -->
    <url>
        <loc>https://www.eachpart.org/contact.html</loc>
        <lastmod>2025-01-30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Beispiel: Über-Seite (About) -->
    <!-- Falls „about.html“ existiert, sonst löschen. -->
    <url>
        <loc>https://www.eachpart.org/about.html</loc>
        <lastmod>2025-01-30</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

</urlset>
