<?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 Page -->
  <url>
    <loc>https://thepadelist.com/</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- App Deeplink Landing Page -->
  <url>
    <loc>https://thepadelist.com/app</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Deeplink Routes for SEO and Social Sharing -->
  <!-- These routes provide server-side rendered metadata for shared links -->

  <!-- Note: Individual deeplink pages (e.g., /app/games/123, /app/videos/456) -->
  <!-- are dynamically generated and don't need individual sitemap entries -->
  <!-- Search engines will discover them through the app and API responses -->

  <!-- Games Section -->
  <!-- Games are dynamic content, indexed through app navigation -->

  <!-- Videos Section -->
  <!-- Videos are dynamic content, indexed through app navigation -->

  <!-- Invitations Section -->
  <!-- Invitations are dynamic content, indexed through app navigation -->

  <!-- Static App Routes -->
  <!-- Add individual static app routes here as they are created -->

  <!-- Add more URLs as you create new pages/routes -->
  <!-- Example structure for future pages:

  <url>
    <loc>https://thepadelist.com/venues</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://thepadelist.com/coaches</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://thepadelist.com/tournaments</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://thepadelist.com/store</loc>
    <lastmod>2025-11-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>

  -->

</urlset>