<?xml version="1.0" encoding="UTF-8"?>
<!--
  nasboard.me sitemap.

  Two indexable pages, each declaring itself and its translation. The
  self-referencing xhtml:link is required, not optional: leave it out
  and Google discards the whole alternate set.

  privacy.html is absent on purpose. It is noindex, and listing a
  noindex URL in a sitemap is a contradiction Search Console reports
  as an error.

  Update <lastmod> when a page's content actually changes. A date that
  moves on every deploy trains crawlers to ignore it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://nasboard.me/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://nasboard.me/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://nasboard.me/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nasboard.me/"/>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://nasboard.me/ar/</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://nasboard.me/ar/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://nasboard.me/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://nasboard.me/"/>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
