<!-- sitemap-categories.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">

    <!-- Music Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/music</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
    </url>

    <!-- Entertainment Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/entertainment</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
    </url>

    <!-- Gaming Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/gaming</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
    </url>

    <!-- Education Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/education</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
    </url>

    <!-- News Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/news</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
    </url>

    <!-- Sports Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/sports</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
    </url>

    <!-- Comedy Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/comedy</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
        <mobile:mobile/>
    </url>

    <!-- Technology Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/technology</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
        <mobile:mobile/>
    </url>

    <!-- Lifestyle Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/lifestyle</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
        <mobile:mobile/>
    </url>

    <!-- Travel Category -->
    <url>
        <loc>https://videohubs.pages.dev/category/travel</loc>
        <lastmod>2025-07-30</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
        <mobile:mobile/>
    </url>

</urlset>

<!-- sitemap-news.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">

    <!-- Recent News Videos -->
    <url>
        <loc>https://videohubs.pages.dev/news/berita-terkini-indonesia</loc>
        <lastmod>2025-07-30T10:00:00+07:00</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
        <news:news>
            <news:publication>
                <news:name>VideoHub News</news:name>
                <news:language>id</news:language>
            </news:publication>
            <news:publication_date>2025-07-30T10:00:00+07:00</news:publication_date>
            <news:title>Berita Video Terkini Indonesia</news:title>
        </news:news>
    </url>

    <url>
        <loc>https://videohubs.pages.dev/news/viral-hari-ini</loc>
        <lastmod>2025-07-30T08:00:00+07:00</lastmod>
        <changefreq>hourly</changefreq>
        <priority>0.9</priority>
        <news:news>
            <news:publication>
                <news:name>VideoHub Viral</news:name>
                <news:language>id</news:language>
            </news:publication>
            <news:publication_date>2025-07-30T08:00:00+07:00</news:publication_date>
            <news:title>Video Viral Hari Ini</news:title>
        </news:news>
    </url>

</urlset>

<!-- sitemap-videos.xml -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

    <!-- Example video entries - these would be dynamically generated -->
    <url>
        <loc>https://videohubs.pages.dev/watch?v=dQw4w9WgXcQ</loc>
        <lastmod>2025-07-30</lastmod>
        <video:video>
            <video:thumbnail_loc>https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg</video:thumbnail_loc>
            <video:title>Video Musik Trending Indonesia</video:title>
            <video:description>Video musik trending terbaru dari Indonesia yang sedang viral di media sosial</video:description>
            <video:content_loc>https://videohubs.pages.dev/watch?v=dQw4w9WgXcQ</video:content_loc>
            <video:player_loc>https://videohubs.pages.dev/player?v=dQw4w9WgXcQ</video:player_loc>
            <video:duration>210</video:duration>
            <video:publication_date>2025-07-30T10:00:00+07:00</video:publication_date>
            <video:tag>musik</video:tag>
            <video:tag>trending</video:tag>
            <video:tag>indonesia</video:tag>
            <video:category>Music</video:category>
            <video:family_friendly>yes</video:family_friendly>
            <video:live>no</video:live>
        </video:video>
    </url>

</urlset>