<?xml version="1.0" encoding="UTF-8"?>
<!-- The site is one page read in two languages. The reading language is now
     carried in the address (?lang=ar), so the Arabic edition has somewhere to
     be linked to, shared from and indexed at — which it did not when the only
     record of the choice was in the reader's own browser.

     Both URLs are declared, and each names the other as its alternate, which
     is what tells a search engine they are the same page rather than two
     competing ones. The editing dashboard is deliberately absent — it is
     disallowed in robots.txt and served with X-Robots-Tag: noindex. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://www.survivingchildren.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.survivingchildren.com/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.survivingchildren.com/?lang=ar"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.survivingchildren.com/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.survivingchildren.com/?lang=ar</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.survivingchildren.com/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.survivingchildren.com/?lang=ar"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.survivingchildren.com/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
