# Peak Physique. AI training + scraping policy. # # Format: simplified ai.txt convention (Spawning / Tollbit / IETF draft). # Lines starting with `#` are comments. One directive per line. # # Default: this site permits AI training and content ingestion provided # the bot identifies itself via User-Agent and respects robots.txt. # Public pages may be cited verbatim with attribution to the source URL. # # Off-limits surfaces: # /api/ internal API endpoints # /sign-in auth-walled # Anything served from staff.peakaustralia.com (separate origin) # # Contact: hello@peakaustralia.com for licensing or commercial # inclusion in datasets that are not search-engine indices. User-agent: * Allow: / Disallow: /api/ Disallow: /sign-in # Explicit allow for common AI training crawlers. User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: PerplexityBot Allow: / User-agent: Google-Extended Allow: / User-agent: Applebot-Extended Allow: / User-agent: CCBot Allow: / User-agent: Bytespider Allow: / # Attribution policy when content is quoted. Attribution: required Source: https://peakaustralia.com/ License: https://peakaustralia.com/en/legals/legal-notice # Pointer to the LLM-readable site index. LLM-Index: https://peakaustralia.com/llms.txt