<?xml version="1.0" encoding="UTF-8"?>
<!--
  shop-landing (sello.az) — static sitemap.xml (WP-SEO-64(5), seo-geo-remediation
  plan §4.7, D-13 / D-14's landing divergence; expanded to 27 URLs by
  landing-redesign-and-seller-onboarding plan §4.1/§4.8, WP-LR-07, 2026-08).
  This app's own CLAUDE.md rendering-model section explains why a STATIC file
  is correct here, unlike shop-storefront-web-app's server/routes/sitemap.xml.get.js
  (which walks a live, per-tenant catalog via catalog-api): landing's own URL
  inventory is fixed at build time and never data-dependent — 9 pages
  (/, /start, /pricing, /faq, /demo, /support, /terms, /privacy, /stores)
  times 3 locales = 27 URLs, no more, no less. (WP-LR-00, 2026-08: an earlier
  lead-capture page and its locale variants were removed, taking the count
  from 9 to 6; Release 2 then added 7 new standalone content pages
  (/start, /pricing, /faq, /demo, /support, /terms, /privacy — see the
  page-count note below) taking it from 6 to 27.)

  D-13 (sitemap hreflang method): one <url> per advertised locale-URL, each
  carrying the COMPLETE xhtml:link alternate set (all 3 locales) plus
  x-default. x-default is always the UNPREFIXED (az, this app's
  i18n.defaultLocale) URL, never a /ru or /en one, because that is the URL a
  locale-less request actually lands on. Shape (escapeXml equivalent,
  xhtml:link ordering, x-default placement) deliberately mirrors
  shop-storefront-web-app's own sitemap.xml.get.js so the two stay
  structurally consistent even though this one is a hand-maintained static
  file, not a Nitro handler.

  /stores' own ?page=N pagination is deliberately NOT enumerated here (D-4 —
  self-canonicalizing: /stores?page=N always canonicalizes back to the bare
  /stores URL, see pages/stores.vue's own useHead() callback) — only the bare
  /stores URL, per locale, is listed.

  KEEP IN SYNC WITH nuxt.config.ts's nitro.prerender.routes/ignore: this
  file's 27 <loc> values are asserted, by
  test/postbuild/sitemapDriftGuard.test.js, to equal exactly (a) every page URL
  present under the built .output/public tree UNION (b) the 3
  prerender.ignore'd /stores variants (live-SSR, not prerendered, but still
  real, indexable pages) — run `bun run build` before that test so it sees
  a real artifact tree, not a stale/absent one. Adding a page here without
  updating BOTH nuxt.config.ts's prerender config and this file fails that
  test rather than silently shipping a drifted sitemap.

  Page count: 8 prerenderable (/, /start, /pricing, /faq, /demo, /support,
  /terms, /privacy) + 1 ignored (/stores) = 9 pages x 3 locales = 27 URLs
  (§4.1's own count).

  N2 (growth-reviewer, Wave 2 round 2): every <url> now carries a <lastmod>.
  None of these 27 URLs has a per-page last-meaningful-change date tracked
  anywhere in this repo, so — per N2's own suggested fallback — each entry's
  <lastmod> is bumped to the date its own page's content was last actually
  touched, rather than an invented per-page value. Bump the relevant
  <url>'s own <lastmod> the next time that specific page's content
  meaningfully changes; a global re-stamp on every unrelated change would
  make the field meaningless noise instead of a real freshness signal.

  N3 (growth-reviewer, Wave 2 audit): this comment previously claimed
  "every entry uses the single Wave 2 ship date (2026-08-12)" — that was
  already stale the day it was written and stayed unmaintained afterward:
  /, /start, /pricing, /faq, /demo (x3 locales, 15 of the 27 entries) were
  rewritten again in a follow-up fix (commit 5cbf113, 2026-08-13) and their
  <lastmod> was correctly bumped to 2026-08-13 at that time, while
  /support, /terms, /privacy, /stores (the other 12 entries) were untouched
  and correctly kept 2026-08-12 — i.e. the two different dates present
  below are accurate, not drift; only this comment's "single date" claim
  was wrong.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://sello.az/</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/"/>
  </url>
  <url>
    <loc>https://sello.az/ru</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/"/>
  </url>
  <url>
    <loc>https://sello.az/en</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/"/>
  </url>
  <url>
    <loc>https://sello.az/start</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/start"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/start"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/start"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/start"/>
  </url>
  <url>
    <loc>https://sello.az/ru/start</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/start"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/start"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/start"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/start"/>
  </url>
  <url>
    <loc>https://sello.az/en/start</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/start"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/start"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/start"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/start"/>
  </url>
  <url>
    <loc>https://sello.az/pricing</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/pricing"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/pricing"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/pricing"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/pricing"/>
  </url>
  <url>
    <loc>https://sello.az/ru/pricing</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/pricing"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/pricing"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/pricing"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/pricing"/>
  </url>
  <url>
    <loc>https://sello.az/en/pricing</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/pricing"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/pricing"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/pricing"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/pricing"/>
  </url>
  <url>
    <loc>https://sello.az/faq</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/faq"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/faq"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/faq"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/faq"/>
  </url>
  <url>
    <loc>https://sello.az/ru/faq</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/faq"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/faq"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/faq"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/faq"/>
  </url>
  <url>
    <loc>https://sello.az/en/faq</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/faq"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/faq"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/faq"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/faq"/>
  </url>
  <url>
    <loc>https://sello.az/demo</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/demo"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/demo"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/demo"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/demo"/>
  </url>
  <url>
    <loc>https://sello.az/ru/demo</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/demo"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/demo"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/demo"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/demo"/>
  </url>
  <url>
    <loc>https://sello.az/en/demo</loc>
    <lastmod>2026-08-13</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/demo"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/demo"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/demo"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/demo"/>
  </url>
  <url>
    <loc>https://sello.az/support</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/support"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/support"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/support"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/support"/>
  </url>
  <url>
    <loc>https://sello.az/ru/support</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/support"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/support"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/support"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/support"/>
  </url>
  <url>
    <loc>https://sello.az/en/support</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/support"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/support"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/support"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/support"/>
  </url>
  <url>
    <loc>https://sello.az/terms</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/terms"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/terms"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/terms"/>
  </url>
  <url>
    <loc>https://sello.az/ru/terms</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/terms"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/terms"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/terms"/>
  </url>
  <url>
    <loc>https://sello.az/en/terms</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/terms"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/terms"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/terms"/>
  </url>
  <url>
    <loc>https://sello.az/privacy</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/privacy"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/privacy"/>
  </url>
  <url>
    <loc>https://sello.az/ru/privacy</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/privacy"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/privacy"/>
  </url>
  <url>
    <loc>https://sello.az/en/privacy</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/privacy"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/privacy"/>
  </url>
  <url>
    <loc>https://sello.az/stores</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/stores"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/stores"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/stores"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/stores"/>
  </url>
  <url>
    <loc>https://sello.az/ru/stores</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/stores"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/stores"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/stores"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/stores"/>
  </url>
  <url>
    <loc>https://sello.az/en/stores</loc>
    <lastmod>2026-08-12</lastmod>
    <xhtml:link rel="alternate" hreflang="az-AZ" href="https://sello.az/stores"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://sello.az/en/stores"/>
    <xhtml:link rel="alternate" hreflang="ru-RU" href="https://sello.az/ru/stores"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://sello.az/stores"/>
  </url>
</urlset>
