# Robots.txt for Qgiv subdomain applications # This file uses an allow-only approach for public-facing pages # while blocking sensitive and development environments User-agent: * # Allow public event pages Allow: /event/*/ # Allow public form pages Allow: /for/*/ # Disallow everything else (administrative, API, and sensitive areas) Disallow: / # No sitemap provided - only specific public pages are intended for indexing