<?xml version="1.0" encoding="UTF-8"?>
<!--
  Flow Climate sitemap.
  - Two indexable routes today: the PT-BR landing (/) and the dedicated
    FAQ page (/faq). The FAQ page carries FAQPage JSON-LD via the
    React component (FAQPage.tsx) and is the canonical surface
    for FAQ-rich-result eligibility.
  - Section anchors on `/` are NOT listed — Google strips fragments
    from sitemap entries.
  - <changefreq> and <priority> intentionally omitted — Google publicly
    deprecated both signals. Keeping them only adds noise for other crawlers.
  - <lastmod> is rewritten at build time by scripts/stamp-sitemap.mjs
    (postbuild) using the latest git commit's ISO 8601 date. Do not edit
    the timestamps by hand; placeholders are overwritten on every
    `npm run build`.
  - hreflang declared via xhtml:link per URL to reinforce the <head>
    alternate links.
  - Single image:image entry for the OG card on `/`. Founder portraits
    and the Coca-Cola Andina logo are third-party / brand assets —
    not listed.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://flowclimate.com.br/</loc>
    <lastmod>2026-06-19T13:38:38.987Z</lastmod>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://flowclimate.com.br/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://flowclimate.com.br/" />
    <image:image>
      <image:loc>https://flowclimate.com.br/og-image.png</image:loc>
      <image:title>Flow Climate — Evolução sistêmica inteligente</image:title>
      <image:caption>Flow Climate — consultoria em maturidade organizacional e fluxo de entrega</image:caption>
    </image:image>
  </url>
  <url>
    <loc>https://flowclimate.com.br/faq</loc>
    <lastmod>2026-06-19T13:38:38.987Z</lastmod>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://flowclimate.com.br/faq" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://flowclimate.com.br/faq" />
  </url>
</urlset>
