<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
    
    <!-- Homepage -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <image:image>
            <image:loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/includes/Logo.png</image:loc>
            <image:title>KIBewerbung Logo</image:title>
            <image:caption>KI-gestützte Bewerbungstools</image:caption>
        </image:image>
    </url>
    
    <!-- Zeugnisanalyse -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/zeugnisanalyse.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Bewerbungsgenerator -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/bewerbungsgenerator.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Vorlagen -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/vorlagen.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Bewerbungstraining -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/bewerbungstraining.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Bewerbungstipps -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/bewerbungstipps.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Premium kaufen -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/premium-kaufen.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Über mich -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/ueber-mich.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- Kontakt -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/kontakt.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- FAQ -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/faq.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <!-- Legal Pages -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/impressum.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/datenschutz.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?? 'kibewerbung.de' ?>/agb.php</loc>
        <lastmod><?= date('Y-m-d') ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
</urlset>