<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <!--
    Static sitemap — public marketing surfaces only.

    Auth-gated routes (/falesie, /community/*, /diary, /profile, /messages, ...)
    are NOT listed here: a crawler hitting them either renders the unauthed
    homepage (App.jsx splat) or redirects to /login, wasting crawl budget and
    creating duplicate-content signals.

    Per-blog-post URLs are NOT enumerated here either — those come from the
    dynamic sitemap at /sitemap-blog.xml (Vercel function reading Supabase
    BlogPost table).
  -->
  <url>
    <loc>https://www.incatena.it/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="it" href="https://www.incatena.it/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.incatena.it/" />
    <image:image>
      <image:loc>https://www.incatena.it/og-image.png</image:loc>
      <image:title>InCatena — app italiana per arrampicatori</image:title>
      <image:caption>Topo falesie, diario, partner finder e meteo per arrampicatori italiani.</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://www.incatena.it/landing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="it" href="https://www.incatena.it/landing" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.incatena.it/landing" />
  </url>
  <url>
    <loc>https://www.incatena.it/roadmap</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.incatena.it/donazioni</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.incatena.it/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://www.incatena.it/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://www.incatena.it/cookies</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
