<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Home & About Pages -->
    <url>
        <loc>https://paraakar-backend.vercel.app/</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/#type</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/#filosofi</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/#blog</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/#moreAbout</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/team</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Education Pages -->
    <url>
        <loc>https://paraakar-backend.vercel.app/education</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/education#Education1</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/education#Education2</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/education#Education3</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/education#Education4</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/education#buku</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/education#maps</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Catalog Pages -->
    <url>
        <loc>https://paraakar-backend.vercel.app/katalog</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/katalog#new-arrivals</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/katalog#Explore-More-katalog</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/katalog#decorative-items</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/katalog#culture</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/katalog#materials</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/katalog#featured-artisans</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://paraakar-backend.vercel.app/katalog#top-products</loc>
        <lastmod>2025-04-15T12:00:00+00:00</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Blog Pages (Dynamic) -->
    @foreach($blogsList as $blog)
    <url>
        <loc>https://paraakar-backend.vercel.app/blogs/{{ urlencode($blog->title) }}</loc>
        <lastmod>{{ $blog->updated_at->format('Y-m-d\TH:i:sP') }}</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
    @endforeach
</urlset>