<?xml version="1.0" encoding="UTF-8"?>
<!--
  The Stroop Study — sitemap.
  DEPLOY: replace every "REPLACE_WITH_DOMAIN" with the real custom domain
  before going live (see site/DEPLOY.md, step 3). Only the two real,
  indexable pages are listed: the study and the printable paper.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/paper.html</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
