<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!--
        Sitemap for Bartend Wine Management System

        Following Google's Best Practices:
        - Only includes publicly accessible pages (no authentication required)
        - Uses absolute URLs with HTTPS protocol
        - Includes priority and changefreq hints for crawlers
        - Clean, valid XML format

        Priority Scale:
        1.0 = Most important (homepage)
        0.8 = High importance (main marketing pages)
        0.5 = Medium importance (secondary pages)

        Update Frequency:
        - Homepage: weekly (as it may have updated content/features)
        - Marketing pages: monthly (updated occasionally with new features)
    -->

    <!-- Homepage / Landing Page -->
    <url>
        <loc>https://bartend.io/</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Home Page (alternative route) -->
    <url>
        <loc>https://bartend.io/home</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Features Page -->
    <url>
        <loc>https://bartend.io/features</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- About Page -->
    <url>
        <loc>https://bartend.io/about</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Login Page -->
    <url>
        <loc>https://bartend.io/login</loc>
        <lastmod>2026-01-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Release notes Page -->
    <url>
        <loc>https://bartend.io/release-notes</loc>
        <lastmod>2026-01-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

</urlset>
