<?xml version="1.0" encoding="UTF-8"?>
<!--
  SWJARVIS.COM — Sitemap XML v2.0
  © 2026 SWJARVIS S.R.L. — P.IVA 02308560503

  Sitemap standard per motori di ricerca (Google, Bing, Yandex).
  
  Rif: Sitemaps Protocol — https://www.sitemaps.org/protocol.html
  Rif: Google — https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
  Rif: Bing — https://www.bing.com/webmasters/help/sitemaps-3b5cf6ed

  NOTA: Google usa solo <loc> e <lastmod> (ignora changefreq e priority).
  changefreq e priority mantenuti per Bing e Yandex.

  NOTA: Le sezioni anchor della homepage (/#chi-siamo, /#servizi, etc.)
  NON sono URL distinti. Google rimuove i fragment (#) prima dell'elaborazione
  (RFC 3986 §3.5), quindi andrebbero a duplicare la homepage.
  Per avere URL distinti serve creare pagine separate.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- ==========================================
       PAGINE HTML
       ========================================== -->

  <!-- Homepage — catalogo, servizi, chi siamo, contatti, accessibilità -->
  <url>
    <loc>https://swjarvis.com/</loc>
    <lastmod>2026-03-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- FAQ — 23 domande/risposte strutturate, FAQPage Schema.org -->
  <url>
    <loc>https://swjarvis.com/faq.html</loc>
    <lastmod>2026-03-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ==========================================
       FILE AI/GEO — indicizzabili anche da Google
       ========================================== -->

  <!-- llms.txt — Sintesi azienda per LLM (Markdown) -->
  <url>
    <loc>https://swjarvis.com/llms.txt</loc>
    <lastmod>2026-03-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- llms-full.txt — Versione estesa per LLM -->
  <url>
    <loc>https://swjarvis.com/llms-full.txt</loc>
    <lastmod>2026-03-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- ai.txt — Dichiarazione AI / policy -->
  <url>
    <loc>https://swjarvis.com/ai.txt</loc>
    <lastmod>2026-03-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- knowledge.jsonld — Knowledge graph JSON-LD -->
  <url>
    <loc>https://swjarvis.com/knowledge.jsonld</loc>
    <lastmod>2026-03-29</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
