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

  robots.txt has advertised this file for a while but it 404'd, which tells
  Google the site is misconfigured. It is deliberately SHORT: PixAfar is a
  single-page app whose real content sits behind a login, so the homepage and
  the two legal documents are the only genuinely public, indexable pages.

  NOT listed on purpose: /?share=<slug> gallery links and /?atlas=<slug> links.
  Those are unlisted-by-design personal photo albums — listing them here would
  actively push users' family photos into Google's index.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pixafar.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pixafar.com/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://pixafar.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pixafar.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
