<?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"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- 
    ============================================
    SITEMAP - Amana Accounts
    Last Updated: 2025-11-21
    Purpose: Provide search engines with site structure and crawl priorities
    ============================================
    
    PRIORITY GUIDELINES:
    1.0 = Homepage (highest priority)
    0.8 = Major category/service pages
    0.6 = Secondary content pages
    0.4 = Tertiary pages (policies, legal)
    
    CHANGEFREQ GUIDELINES:
    - daily: Homepage, frequently updated content
    - weekly: Service pages, main content
    - monthly: About, static content
    - yearly: Legal/policy pages
    ============================================
  -->

  <!-- Homepage - Highest Priority -->
  <url>
    <loc>https://www.amanaaccounts.com.au/</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://www.amanaaccounts.com.au/images/logo.png</image:loc>
      <image:title>Amana Accounts - Pharmacy Financial Experts</image:title>
    </image:image>
  </url>

  <!-- About Page - High Priority -->
  <url>
    <loc>https://www.amanaaccounts.com.au/about</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Services Page - High Priority (Primary Category) -->
  <url>
    <loc>https://www.amanaaccounts.com.au/services</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Partners Page - Medium-High Priority -->
  <url>
    <loc>https://www.amanaaccounts.com.au/partners</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact Page - High Priority (Conversion Page) -->
  <url>
    <loc>https://www.amanaaccounts.com.au/contact</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 
    ============================================
    FUTURE: Service Category Deep Links
    ============================================
    When individual service pages are created, add entries like:
    
    <url>
      <loc>https://www.amanaaccounts.com.au/services/bookkeeping</loc>
      <lastmod>2025-11-21</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
    </url>
    
    <url>
      <loc>https://www.amanaaccounts.com.au/services/payroll</loc>
      <lastmod>2025-11-21</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
    </url>
    ============================================
  -->

  <!-- 
    ============================================
    MAINTENANCE NOTES:
    ============================================
    1. Update <lastmod> dates when pages are modified
    2. Replace domain with actual production domain
    3. Add new pages as they're created
    4. For sites with 50+ pages, consider sitemap index
    5. Submit to Google Search Console & Bing Webmaster Tools
    6. Validate at: https://www.xml-sitemaps.com/validate-xml-sitemap.html
    ============================================
  -->

</urlset>
