<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — điểm vào duy nhất cho Google crawler.
  Static entries (home + list pages) ở sitemap-static.xml phía dưới.
  Dynamic entries (tournaments/clubs/news) fetch từ backend endpoint.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://pickletour.vn/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://pickletour.vn/api/sitemap/tournaments.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://pickletour.vn/api/sitemap/clubs.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://pickletour.vn/api/seo-news/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
