<?xml version="1.0" encoding="UTF-8"?>
<!--
  ⚠️ THE HOST IS iedera.app, AND SEVEN ENTRIES WERE DELETED RATHER THAN REPOINTED.

  Every <loc> here was on the .io host until this change. That host 404s on every path
  (measured live), so this file handed a crawler seventeen dead URLs and told it they were the
  canonical inventory of the site.

  Repointing alone would NOT have fixed it. Seven of those paths no longer exist as routes:
  the six /legal/* pages were deleted (Lovable-drafted policies asserting certifications,
  retention periods and processing agreements that do not exist), and /faq is commented out in
  App.tsx because its content is stale. Swapping the domain on those would have replaced a
  stale 404 with a fresh one and actively advertised it. They are removed.

  KEEP THIS FILE AND public/robots.txt ON THE SAME HOST. A Sitemap: line whose host disagrees
  with the sitemap's own <loc> entries gets the whole file ignored.

  /terms IS LISTED AND RESOLVES. One branch deleted that page and another replaced it; the
  replacement won, so the entry below is correct — but it was correct for the wrong reason for
  a while, which is why every URL in this file is now asserted against a MOUNTED route by
  src/test/publishedUrls.test.tsx rather than trusted.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://iedera.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://iedera.app/rfp-response-ai</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://iedera.app/knowledge-base-ai</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://iedera.app/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://iedera.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://iedera.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://iedera.app/solutions</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://iedera.app/product</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://iedera.app/security</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <!-- /mission and /advisory: live public marketing routes that had NO entry here. Noted as a
       known omission in the previous pass and left alone as out-of-scope; now added, because a
       sitemap that silently omits live pages is the same defect as one that lists dead ones. -->
  <url>
    <loc>https://iedera.app/mission</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://iedera.app/advisory</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://iedera.app/unsubscribe</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
