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

  robots.txt has advertised this file since 2026-07-10 and it did not exist, so
  every crawler that read the Sitemap directive was sent to a dead URL.

  ONLY PUBLIC MARKETING PAGES BELONG HERE, and only routes that actually exist in
  client/src/App.tsx. Listing a URL that 404s costs crawl budget and trust.

  DELIBERATELY ABSENT:
    /thank-you   post-purchase confirmation; no value to a searcher
    /404         the not-found page itself
    /signin /leads /leads/:id /account /no-subscription
                 subscriber-only routes. They are not on the live branch today,
                 and when they ship they still must NOT be listed — robots.txt
                 disallows /leads/ and /account/ for exactly that reason.

  NO <lastmod> DATES. A lastmod is a claim about when the content changed, and
  those dates are not recorded anywhere. An invented date is worse than none:
  crawlers use it to decide whether to re-read the page. Add real ones when the
  build starts recording them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://permitlookout.com/</loc>
  </url>
  <url>
    <loc>https://permitlookout.com/samples</loc>
  </url>
  <url>
    <loc>https://permitlookout.com/contact</loc>
  </url>
  <url>
    <loc>https://permitlookout.com/terms</loc>
  </url>
  <url>
    <loc>https://permitlookout.com/privacy</loc>
  </url>
</urlset>
