<?xml version="1.0" encoding="UTF-8"?>
<!--
  The homepage only, deliberately.

  Every other page carries <meta name="robots" content="noindex,follow"> so
  that search results for pfmvault.com are the product page and not the Terms
  of Service. "follow" rather than a bare "noindex": the crawler should still
  walk the links on those pages, it just should not list the pages themselves.

  Removing a page from a sitemap does not deindex it — /terms was already in
  Google's index before this file first existed, found by crawling the footer.
  The noindex tag is what removes it; this file only stops us asking for the
  opposite.

  The legal pages stay linked in every footer and are as reachable as they ever
  were. Not being a search result is not the same as not being published, which
  matters because the CDR policy has to be publicly available.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pfmvault.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
