<?xml version="1.0" encoding="UTF-8"?>
<!--
  newbern.deals has two indexable pages.

  Every advertiser page at /:slug carries `noindex, nofollow` on purpose — those
  URLs are printed on a postcard and reached by scanning it, not by searching, and
  a retired one is a soft landing rather than a 404. So this is not a sitemap that
  has fallen behind the site; the homepage and /about ARE the public surface, and
  that is a standing fact rather than a temporary one. Static for the same reason:
  there is nothing here to compute per request.

  /about is the "who is behind this card" page. It is a different page from the bio
  at directmarketingmonster.com/david-janosik and carries no canonical to it: they
  describe one person through a shared Person @id, but their content differs and
  both should stay indexed.

  Apex, no www — the QR code printed on the card builds https://newbern.deals/{slug}
  with no subdomain, and each canonical says the same.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://newbern.deals/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://newbern.deals/about</loc>
    <priority>0.8</priority>
  </url>
</urlset>
