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

  <!-- About Page -->
  <url>
    <loc>https://akokainc.com/about/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Services Page -->
  <url>
    <loc>https://akokainc.com/services/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- How It Works Page -->
  <url>
    <loc>https://akokainc.com/how-it-works/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Equity/Giving Back Page -->
  <url>
    <loc>https://akokainc.com/equity/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>https://akokainc.com/contact/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Legal Pages -->
  <url>
    <loc>https://akokainc.com/privacy-policy/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://akokainc.com/terms-of-service/</loc>
    <lastmod>2024-01-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>

<!--
Notes for updating this sitemap:

1. Replace "akokainc.com" with your actual domain
2. Update lastmod dates when content changes
3. Adjust priority values based on page importance:
   - 1.0: Homepage (most important)
   - 0.8-0.9: Main service/product pages
   - 0.6-0.7: Secondary pages
   - 0.3-0.5: Legal/utility pages

4. Changefreq guidelines:
   - daily: News or frequently updated content
   - weekly: Homepage, main landing pages
   - monthly: Service pages, general content
   - yearly: Legal pages, rarely updated content

5. Consider generating this dynamically if you add more pages
6. Submit to Google Search Console after deployment
7. Reference this file in robots.txt (already done)

For dynamic sitemap generation in the future, you can create
a sitemap.ts file in the app directory that generates XML
based on your content files.
-->