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

  <!-- Homepage - Highest Priority -->
  <url>
    <loc>https://launch-view.com/</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Service Pages - High Priority for Customer Acquisition -->
  <url>
    <loc>https://launch-view.com/services/web-design</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://launch-view.com/services/custom-website-development</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://launch-view.com/services/small-business-websites</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://launch-view.com/services/ecommerce-website</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://launch-view.com/services/professional-website-builder</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Portfolio Directory -->
  <url>
    <loc>https://launch-view.com/directory</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- FAQ Page -->
  <url>
    <loc>https://launch-view.com/faq</loc>
    <lastmod>2026-02-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!--
  NOTE: This is a static fallback sitemap including service pages.
  For dynamic sitemap generation that includes all public group pages and blog posts,
  use the serverless function at /api/sitemap.xml

  To implement dynamic sitemap:
  1. Create /api/sitemap.xml serverless function to query Supabase for public groups
  2. Include blog posts when blog system is implemented
  3. Auto-generate lastmod dates from database timestamps
  4. Submit to Google Search Console: https://search.google.com/search-console
  -->
</urlset>
