<?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">

  <!-- Home / Landing Page - Highest Priority -->
  <url>
    <loc>https://formbuddy.io/</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Pricing Page - High Priority for SEO -->
  <url>
    <loc>https://formbuddy.io/pricing</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Contact Page - Medium Priority -->
  <url>
    <loc>https://formbuddy.io/contact</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Sign In Page - Lower Priority (authentication pages) -->
  <url>
    <loc>https://formbuddy.io/sign-in</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Sign Up Page - Lower Priority (authentication pages) -->
  <url>
    <loc>https://formbuddy.io/sign-up</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Note: /home redirects to /, so not included as separate URL -->
  <!-- Note: /contact-us redirects to /contact, so not included as separate URL -->
  <!-- Note: /auth/callback is excluded as it's an internal route -->

</urlset>

