<?xml version="1.0" encoding="UTF-8"?>
<!--
  Decidary AI Sitemap — sitemap-ai.xml
  Dedicated sitemap for AI crawlers and answer engines.
  Includes documentation pages, governance explainers, and public API endpoints.
  Private application routes (/app, /api, /audit, /reports, /decisions) are excluded.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- AI Knowledge Endpoint (machine-readable product knowledge) -->
  <url>
    <loc>https://decidary.com/v1/ai/knowledge</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Home — product overview -->
  <url>
    <loc>https://decidary.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://decidary.com/en" />
    <xhtml:link rel="alternate" hreflang="es" href="https://decidary.com/es" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://decidary.com/fr" />
    <xhtml:link rel="alternate" hreflang="de" href="https://decidary.com/de" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://decidary.com/ja" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://decidary.com/en" />
  </url>

  <!-- About — company & governance philosophy -->
  <url>
    <loc>https://decidary.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://decidary.com/en/about" />
    <xhtml:link rel="alternate" hreflang="es" href="https://decidary.com/es/about" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://decidary.com/fr/about" />
    <xhtml:link rel="alternate" hreflang="de" href="https://decidary.com/de/about" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://decidary.com/ja/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://decidary.com/en/about" />
  </url>

  <!-- Security & Compliance — governance explainer -->
  <url>
    <loc>https://decidary.com/security</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://decidary.com/en/security" />
    <xhtml:link rel="alternate" hreflang="es" href="https://decidary.com/es/security" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://decidary.com/fr/security" />
    <xhtml:link rel="alternate" hreflang="de" href="https://decidary.com/de/security" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://decidary.com/ja/security" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://decidary.com/en/security" />
  </url>

  <!-- Pricing — product tiers and capabilities -->
  <url>
    <loc>https://decidary.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://decidary.com/en/pricing" />
    <xhtml:link rel="alternate" hreflang="es" href="https://decidary.com/es/pricing" />
    <xhtml:link rel="alternate" hreflang="fr" href="https://decidary.com/fr/pricing" />
    <xhtml:link rel="alternate" hreflang="de" href="https://decidary.com/de/pricing" />
    <xhtml:link rel="alternate" hreflang="ja" href="https://decidary.com/ja/pricing" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://decidary.com/en/pricing" />
  </url>

  <!-- Contact -->
  <url>
    <loc>https://decidary.com/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://decidary.com/en/contact" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://decidary.com/en/contact" />
  </url>

  <!-- Terms of Service — legal/governance documentation -->
  <url>
    <loc>https://decidary.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://decidary.com/en/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://decidary.com/en/terms" />
  </url>

  <!-- Public Ledger Verification — governance transparency -->
  <url>
    <loc>https://decidary.com/verify</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Public Ledger Anchors — governance transparency -->
  <url>
    <loc>https://decidary.com/ledger-anchors</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- API Health endpoint (public, no auth) -->
  <url>
    <loc>https://decidary.com/v1/health</loc>
    <changefreq>daily</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
