<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, because the site has two pages. No index file and no generator: a
  sitemap for two URLs that needs a build step is a liability, not a tool.

  Every <loc> matches the rel="canonical" on the page it names, and every
  xhtml:link matches that page's hreflang set. If those three ever disagree,
  Google follows the canonical and ignores the rest - so they are checked
  together, not separately.

  xmlns:xhtml is required for the alternates to validate. Leaving it out is an
  easy mistake that produces a file which parses as XML and still fails.

  No <priority> and no <changefreq>. Google has ignored both for years and
  states so; carrying them would be cargo.

  <lastmod> is the date S1 shipped. Update it when a page's CONTENT changes,
  not when its cache version moves.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://phoenix-pos.com/</loc>
    <lastmod>2026-09-06</lastmod>
    <xhtml:link rel="alternate" hreflang="ar" href="https://phoenix-pos.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://phoenix-pos.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://phoenix-pos.com/" />
  </url>

  <url>
    <loc>https://phoenix-pos.com/en/</loc>
    <lastmod>2026-09-06</lastmod>
    <xhtml:link rel="alternate" hreflang="ar" href="https://phoenix-pos.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://phoenix-pos.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://phoenix-pos.com/" />
  </url>

</urlset>
