<?xml version="1.0" encoding="UTF-8"?>
<!--
  perknudge.com sitemap. Hand-maintained: the site is a no-build static folder
  (see website/README.md), so there is nothing to generate this from.

  ONLY the four public pages belong here. A sitemap is a discovery hint, and listing
  a noindex URL asks Google to crawl a page it is then told to drop — Search Console
  reports that back as an error against the sitemap. The private routes (/account,
  /pro-thanks, /ext-auth, /uninstall, /auth/callback) stay out.

  No <lastmod>, <changefreq> or <priority>: Google ignores the latter two outright,
  and it discounts <lastmod> across a whole site once it catches one stale value —
  which a hand-edited file guarantees. Add <lastmod> only if something generates it.

  Adding a public page? Add it here AND give it a <link rel="canonical">.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://perknudge.com/</loc></url>
  <url><loc>https://perknudge.com/pro</loc></url>
  <url><loc>https://perknudge.com/privacy</loc></url>
  <url><loc>https://perknudge.com/terms</loc></url>
</urlset>
