<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public URLs of coreoffice.eu that are safe to index.

  Deliberately excluded:
    /login                      – auth entry point, no content to rank
    /gdpr-request, /settings,
    /files, /meet/*             – behind authentication
    /docs/*, /share/*,
    /shared-room/*, /forms/*,
    /community/*                – secret-token URLs; indexing them would leak documents
    files.* / admin.*           – app subdomains, not marketing surfaces

  The landing page serves EN and PT from the same URL via the in-page language
  toggle, so there are no hreflang alternates to declare.

  Served by nginx from /usr/share/nginx/html/landing (see infrastructure/docker/nginx.conf)
  at https://coreoffice.eu/sitemap.xml. Keep <lastmod> honest — bump it only when the
  page content actually changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://coreoffice.eu/</loc>
    <lastmod>2026-04-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://coreoffice.eu/terms</loc>
    <lastmod>2026-04-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://coreoffice.eu/cookies</loc>
    <lastmod>2026-04-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
