<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap of the marketing (Astro/Webflow) pages on www.inspired.ch.
  Hand-maintained because the pages are static HTML in public/ (no Astro routes),
  so @astrojs/sitemap emits nothing.

  Scope: the marketing CONTENT pages we want crawl-prioritised — the homepage and
  /about. Legal/policy/terms pages (/privacy, /termsandconditions, /contest-terms,
  /innovator-referral-terms, /child-safety-policy) are intentionally NOT listed:
  they stay fully indexable (no noindex) and reachable via footer links + crawl,
  but they're boilerplate we don't want to compete for search attention, so we
  keep them out of the sitemap. noindex pages (/google-ads, /invitation,
  /linkedin-path, /thank-you-newsletter), /api and 404 are excluded too.

  <loc>s are the exact page canonicals, absolute www.inspired.ch — this is a PROD
  artifact; on the dev cluster (website.inspstg.social) it is meaningless and is
  404'd by a Kong rule + carries the staging-noindex header.
  Add a page's canonical here when it's real marketing content we want surfaced.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://www.inspired.ch</loc></url>
  <url><loc>https://www.inspired.ch/about</loc></url>
</urlset>
