<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
    
    <!-- ============================================ -->
    <!-- HOMEPAGE - Priority 1.0 -->
    <!-- ============================================ -->
    <url>
        <loc>https://cottlink.com/</loc>
        <lastmod>2026-05-26</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- ============================================ -->
    <!-- STATIC PAGES (Hash-based Angular Routes) -->
    <!-- ============================================ -->
    <url>
        <loc>https://cottlink.com/#/</loc>
        <lastmod>2026-05-26</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <url>
        <loc>https://cottlink.com/#/about</loc>
        <lastmod>2026-05-26</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>https://cottlink.com/#/blog</loc>
        <lastmod>2026-05-26</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <url>
        <loc>https://cottlink.com/#/faq</loc>
        <lastmod>2026-05-26</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <url>
        <loc>https://cottlink.com/#/contact</loc>
        <lastmod>2026-05-26</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- ============================================ -->
    <!-- USER PAGES (Lower priority) -->
    <!-- ============================================ -->
    <url>
        <loc>https://cottlink.com/#/profile</loc>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <url>
        <loc>https://cottlink.com/#/admin</loc>
        <changefreq>weekly</changefreq>
        <priority>0.6</priority>
    </url>
    
    <!-- ============================================ -->
    <!-- CATEGORY PAGES (High priority for SEO) -->
    <!-- ============================================ -->
    <url>
        <loc>https://cottlink.com/#/category/Restaurants</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://cottlink.com/assets/images/categories/restaurants.jpg</image:loc>
            <image:title>Restaurants Directory</image:title>
        </image:image>
    </url>
    
    <url>
        <loc>https://cottlink.com/#/category/Hotels</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://cottlink.com/assets/images/categories/hotels.jpg</image:loc>
            <image:title>Hotels Directory</image:title>
        </image:image>
    </url>
    
    <url>
        <loc>https://cottlink.com/#/category/Shops</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://cottlink.com/assets/images/categories/shops.jpg</image:loc>
            <image:title>Shops Directory</image:title>
        </image:image>
    </url>
    
    <url>
        <loc>https://cottlink.com/#/category/Services</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
        <image:image>
            <image:loc>https://cottlink.com/assets/images/categories/services.jpg</image:loc>
            <image:title>Services Directory</image:title>
        </image:image>
    </url>
    
    <!-- ============================================ -->
    <!-- BUSINESS PAGES (Dynamic - Update via API) -->
    <!-- ============================================ -->
    <!-- 
    Dynamic business URLs will be added via PHP script:
    https://cottlink.com/#/business/ID/business-name-slug
    
    Example:
    <url>
        <loc>https://cottlink.com/#/business/1/sample-business</loc>
        <lastmod>2026-05-26</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>
    -->
    
    <!-- ============================================ -->
    <!-- LISTING PAGES (Dynamic - Update via API) -->
    <!-- ============================================ -->
    <!-- 
    Dynamic listing URLs will be added via PHP script:
    https://cottlink.com/#/listing/ID/listing-title-slug
    -->
    
    <!-- ============================================ -->
    <!-- BLOG POSTS (Dynamic - Update via API) -->
    <!-- ============================================ -->
    <!-- 
    Dynamic blog URLs will be added via PHP script:
    https://cottlink.com/#/blog/ID/blog-title-slug
    -->
    
</urlset>