<?xml version="1.0" encoding="UTF-8"?>
<!--
  NOVIKA fork: hand-maintained sitemap for novika.ai.

  Upstream's file is a five-locale lexika.ai sitemap carrying an hreflang
  alternate set on every entry. This build is PERSIAN ONLY (LOCALE_PREFIXES =
  [''], defaultLocale 'fa'), so every public page has exactly one URL, and a lone
  self-referencing hreflang states nothing — the whole xhtml:link layer is gone
  rather than reduced to one row per entry.

  Keep in sync with seoRouteRules and knowledgeRouteRules in nuxt.config.ts: one
  entry per prerendered public page, plus /tos, which is SSR rather than
  prerendered but is this brand's entire legal surface. Bump lastmod on change.

  Deliberately absent: /privacy-policy and /privacy-policy-eu (the routes are
  dropped on this branch, and a sitemap that advertises a 404 is worse than a
  stale one), /laboratory (redirects to /#laboratory), and /models/<name> (plain
  SSR — the catalog decides at runtime which names exist, so they cannot be
  enumerated here).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Landing -->
  <url>
    <loc>https://novika.ai/</loc>
    <lastmod>2026-08-26</lastmod>
  </url>

  <!-- Model gallery -->
  <url>
    <loc>https://novika.ai/models</loc>
    <lastmod>2026-08-26</lastmod>
  </url>

  <!-- Pricing -->
  <url>
    <loc>https://novika.ai/pricing</loc>
    <lastmod>2026-08-26</lastmod>
  </url>
  <url>
    <loc>https://novika.ai/pricing/packages</loc>
    <lastmod>2026-08-26</lastmod>
  </url>

  <!-- Apps -->
  <url>
    <loc>https://novika.ai/download</loc>
    <lastmod>2026-08-26</lastmod>
  </url>
  <url>
    <loc>https://novika.ai/releases</loc>
    <lastmod>2026-08-26</lastmod>
  </url>

  <!-- Support -->
  <url>
    <loc>https://novika.ai/support</loc>
    <lastmod>2026-08-26</lastmod>
  </url>

  <!-- Terms of Service — the whole legal surface on this brand -->
  <url>
    <loc>https://novika.ai/tos</loc>
    <lastmod>2026-08-26</lastmod>
  </url>

  <!-- Knowledge Base — index plus one entry per article -->
  <url>
    <loc>https://novika.ai/knowledge</loc>
    <lastmod>2026-08-26</lastmod>
  </url>
  <url>
    <loc>https://novika.ai/knowledge/context-compaction</loc>
    <lastmod>2026-08-26</lastmod>
  </url>

</urlset>
