<?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">
  
  <!-- Homepage - Highest Priority -->
  <url>
    <loc>https://googlebusinessrank.com/</loc>
    <lastmod>2025-10-04</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Main Product/Checkout Pages - High Priority -->
  <url>
    <loc>https://googlebusinessrank.com/checkout</loc>
    <lastmod>2025-10-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Blog Section - High Priority for SEO -->
  <url>
    <loc>https://googlebusinessrank.com/blog</loc>
    <lastmod>2025-10-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Contact Page -->
  <url>
    <loc>https://googlebusinessrank.com/contact</loc>
    <lastmod>2025-10-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Legal Pages - Important for Trust -->
  <url>
    <loc>https://googlebusinessrank.com/privacy</loc>
    <lastmod>2025-10-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <url>
    <loc>https://googlebusinessrank.com/terms</loc>
    <lastmod>2025-10-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <url>
    <loc>https://googlebusinessrank.com/refunds</loc>
    <lastmod>2025-10-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- 
    TO ADD NEW PAGES:
    Copy the template below and update:
    1. <loc> with your new page URL
    2. <lastmod> with today's date (YYYY-MM-DD format)
    3. <changefreq> based on how often the page updates:
       - always (for dynamic content)
       - hourly (for frequently updated content)
       - daily (for regularly updated content)
       - weekly (for weekly updates)
       - monthly (for occasional updates)
       - yearly (for static content)
       - never (for archived content)
    4. <priority> from 0.0 to 1.0 based on page importance:
       - 1.0 = Homepage
       - 0.8-0.9 = Main product/service pages
       - 0.6-0.7 = Important content pages
       - 0.4-0.5 = Legal/support pages
       - 0.0-0.3 = Low priority pages
    
    TEMPLATE:
    <url>
      <loc>https://googlebusinessrank.com/YOUR-PAGE-URL</loc>
      <lastmod>YYYY-MM-DD</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.8</priority>
    </url>
    
    IMPORTANT: 
    - Don't include admin pages, login pages, or thank-you pages
    - Don't include dynamic routes with parameters (like /blog/:slug)
    - For blog posts, add individual URLs manually as you publish them
    - After updating, validate your sitemap at: https://www.xml-sitemaps.com/validate-xml-sitemap.html
    - Submit to Google Search Console: Search Console > Sitemaps > Add new sitemap > "sitemap.xml"
  -->
  
  <!-- ADD NEW PAGES BELOW THIS LINE -->
  
</urlset>
