<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static, fully local sitemap — no Supabase edge function involved, so it
  can be imported straight into Google Search Console.

  Deliberately excluded, and why:
  - /terms, /privacy, /refund, /cookie — each is explicitly
    <meta name="robots" content="noindex"> on the page itself; listing a
    noindex page in a sitemap is a contradictory signal to search engines.
  - /generatormd — an internal utility page with no title/description/OG
    tags and no robots directive of its own; not meant to be indexed.
  - /dashboard, /admin.html — all private, per-user, or internal; already
    covered by robots.txt's Disallow list (or noindex on the page itself).
  - /about, /contact, /faqs, /foundly-for, /resources, /support, /blog,
    /view-idea, /view-result, /embeds/*, /app, /affiliate, /partner,
    /map-view — all removed entirely; the pages and every reference to them
    are gone.

  Keep this file in sync by hand whenever a static page is added, removed,
  or its indexability changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://foundly.pro/</loc>
    <priority>1.0</priority>
  </url>
</urlset>
