<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:geo="http://www.google.com/geo/schemas/sitemap/1.0">
    <!-- Main pages -->
    <url>
        <loc>{{APP_URL}}/</loc>
        <lastmod>{{date('Y-m-d')}}</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <geo:geo>
            <geo:format>kml</geo:format>
        </geo:geo>
    </url>
    
    <url>
        <loc>{{APP_URL}}/about</loc>
        <lastmod>{{date('Y-m-d')}}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>{{APP_URL}}/contacts</loc>
        <lastmod>{{date('Y-m-d')}}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>{{APP_URL}}/faq</loc>
        <lastmod>{{date('Y-m-d')}}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- Auth pages -->
    <url>
        <loc>{{APP_URL}}/register</loc>
        <lastmod>{{date('Y-m-d')}}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <url>
        <loc>{{APP_URL}}/login</loc>
        <lastmod>{{date('Y-m-d')}}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <!-- Model profiles will be added dynamically -->
    <!-- This is a template - actual profiles should be generated via Laravel route -->
</urlset>