# robots.txt — Natal Blueprint # https://natalblueprint.com/robots.txt User-agent: * # Allow all crawlable content Allow: / # Block private/processing pages from indexing Disallow: /includes/ Disallow: /webhook.php Disallow: /checkout-complete.php Disallow: /order-complete.php Disallow: /assets/fonts/ Disallow: /*.json$ Disallow: /cache/ # Block Stripe-related and internal processing paths Disallow: /stripe/ Disallow: /process/ Disallow: /admin/ Disallow: /catalog-feed.php Disallow: /health.php # Internal marketing one-sheet (large standalone HTML; canonical content is mara-vance.php) Disallow: /BrandAmbassador/ # AI search crawlers — same public rules as * (groups do not inherit) User-agent: OAI-SearchBot Allow: / Disallow: /includes/ Disallow: /webhook.php Disallow: /checkout-complete.php Disallow: /order-complete.php Disallow: /assets/fonts/ Disallow: /*.json$ Disallow: /cache/ Disallow: /stripe/ Disallow: /process/ Disallow: /admin/ Disallow: /catalog-feed.php Disallow: /health.php Disallow: /BrandAmbassador/ User-agent: GPTBot Allow: / Disallow: /includes/ Disallow: /webhook.php Disallow: /checkout-complete.php Disallow: /order-complete.php Disallow: /assets/fonts/ Disallow: /*.json$ Disallow: /cache/ Disallow: /stripe/ Disallow: /process/ Disallow: /admin/ Disallow: /catalog-feed.php Disallow: /health.php Disallow: /BrandAmbassador/ # Sitemap location Sitemap: https://www.natalblueprint.com/sitemap.xml