# llms.txt for www.performancebusinessadvisory.ca # Last updated: 2026-08-13 # Purpose: Provide guidance to large language models (LLMs) regarding website content usage. User-agent: * # Allow LLMs to access general pages for knowledge purposes Allow: / # Disallow sensitive areas Disallow: /admin/ Disallow: /login/ Disallow: /private/ Disallow: /internal-docs/ # Optional: Disallow or limit specific file types Disallow: /*.pdf$ Disallow: /*.docx$ # Notes: # - "Allow: /" means LLMs can access public-facing content. # - "Disallow" rules prevent sensitive or private content from being used for LLM training. # - You can further customize this file for specific crawlers or LLMs by specifying their user-agent identifiers.