<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Homepage -->
    <url>
        <loc>https://u-farmphuket.com/</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Products Page -->
    <url>
        <loc>https://u-farmphuket.com/products.php</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Cart Page -->
    <url>
        <loc>https://u-farmphuket.com/cart.php</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Checkout Page -->
    <url>
        <loc>https://u-farmphuket.com/checkout.php</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- Admin Login (for reference) -->
    <url>
        <loc>https://u-farmphuket.com/admin/login.php</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <!-- Note: Individual product pages will be dynamically generated -->
    <!-- Product details pages follow the pattern: /product-details.php?id=X -->
    <!-- These should be added dynamically based on your actual products -->
    
    <!-- Category pages (if implemented) -->
    <!-- These would follow the pattern: /products.php?category=category-name -->
    
    <!-- Static content pages (if any) -->
    <!-- Add any additional static pages here -->
</urlset>
