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

  EVERY URL HERE WAS READ OUT OF THE ROUTER, NOT WRITTEN FROM INTENT.
  The /for/ pages are registered by iterating config('flipsterz.front_door'),
  so this list is the six keys of that array — realtors, investors,
  contractors, wholesalers, sellers, finance — and nothing else. If somebody
  adds a seventh person to that config, THIS FILE DOES NOT KNOW. Add it here,
  or replace this static file with a route that enumerates the config the way
  routes/web.php already does.

  NO <lastmod>, <changefreq> OR <priority>, DELIBERATELY. A date written here by
  hand is a claim that rots the first time a page is edited and nothing reds
  when it does; Google ignores the other two outright. An omitted field says
  nothing, which is better than a field that says something false.

  PUBLIC SURFACES ONLY. Share links (/qr/, /pitch/, /bids/), contractor
  profiles and every authenticated page are excluded, and robots.txt disallows
  them. A sitemap is an invitation: nothing belongs here that we would not want
  in a search result.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url><loc>https://flipsterz.com/</loc></url>

  <!-- The front door: one page per person. Source: config('flipsterz.front_door'). -->
  <url><loc>https://flipsterz.com/for/realtors</loc></url>
  <url><loc>https://flipsterz.com/for/investors</loc></url>
  <url><loc>https://flipsterz.com/for/contractors</loc></url>
  <url><loc>https://flipsterz.com/for/wholesalers</loc></url>
  <url><loc>https://flipsterz.com/for/sellers</loc></url>
  <url><loc>https://flipsterz.com/for/finance</loc></url>

  <!-- Public help centre. Source: the help prefix group in routes/web.php. -->
  <url><loc>https://flipsterz.com/help</loc></url>
  <url><loc>https://flipsterz.com/help/broker</loc></url>
  <url><loc>https://flipsterz.com/help/contractor</loc></url>
  <url><loc>https://flipsterz.com/help/owner</loc></url>

</urlset>
