<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Homepage -->
    <url>
        <loc>https://gig4me.com/</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Services -->
    <url>
        <loc>https://gig4me.com/services</loc>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Gigs/Jobs -->
    <url>
        <loc>https://gig4me.com/gigs</loc>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Providers -->
    <url>
        <loc>https://gig4me.com/all-providers</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Blog -->
    <url>
        <loc>https://gig4me.com/blog</loc>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 
    NOTE: For a complete sitemap, consider implementing a dynamic sitemap generator 
    that automatically includes:
    - All individual service pages (/service/{slug})
    - All individual gig pages (/gigs/{slug})
    - All provider profile pages (/provider/{username})
    - All blog post pages (/blog/{slug})
    - All dynamic pages created in the admin panel (/{slug})
    
    You can create a Laravel route/controller to generate this dynamically.
    -->
</urlset>
