<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Home page -->
    <url>
        <loc>{{ config('app.url') }}</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Main content pages -->
    <url>
        <loc>{{ config('app.url') }}/igy-tesztelunk</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>{{ config('app.url') }}/ezt-teszteljuk</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>{{ config('app.url') }}/buzzpontok</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>{{ config('app.url') }}/markaknak</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>{{ config('app.url') }}/gyik</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <url>
        <loc>{{ config('app.url') }}/kapcsolat</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- Legal pages -->
    <url>
        <loc>{{ config('app.url') }}/altalanos-szerzodesi-feltetelek</loc>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>{{ config('app.url') }}/adatvedelmi-tajekoztato</loc>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>{{ config('app.url') }}/cookie-tajekoztato</loc>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

</urlset> 