<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
    
    <!-- Головна сторінка -->
    <url>
        <loc>https://offeria.pro/</loc>
        <lastmod><?= date('c') ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <xhtml:link 
            rel="alternate"
            hreflang="uk"
            href="https://offeria.pro/" />
        <image:image>
            <image:loc>https://offeria.pro/assets/images/og-image.jpg</image:loc>
            <image:title>Offeria.pro - Створення КП за 1 хвилину</image:title>
            <image:caption>SaaS-платформа для створення комерційних пропозицій</image:caption>
        </image:image>
    </url>
    
    <!-- Сторінка реєстрації -->
    <url>
        <loc>https://offeria.pro/registration/</loc>
        <lastmod><?= date('c') ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Сторінка входу -->
    <url>
        <loc>https://offeria.pro/login/</loc>
        <lastmod><?= date('c') ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
</urlset>
