# llms.txt for trential.com # Rules for AI and LLM crawlers ################################ # Default rules for all AI bots ################################ User-agent: * # Public site: marketing pages, products, ecosystem, blog, careers, legal etc. Allow: / # Block internal or sensitive style paths if present now or in future Disallow: /admin/ Disallow: /backend/ Disallow: /internal/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /api/ Disallow: /static/files/ Disallow: /downloads/ Disallow: /tmp/ Disallow: /staging/ Disallow: /test/ Disallow: /sandbox/ Disallow: /wp-admin/ Disallow: /wp-login.php Crawl-delay: 5 ########################### # OpenAI (GPTBot) ########################### User-agent: GPTBot Allow: / Disallow: /admin/ Disallow: /backend/ Disallow: /internal/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /api/ Disallow: /static/files/ Disallow: /downloads/ Disallow: /tmp/ Disallow: /staging/ Disallow: /test/ Disallow: /sandbox/ Disallow: /wp-admin/ Disallow: /wp-login.php ########################### # Anthropic (Claude) ########################### User-agent: Claude-Web Allow: / Disallow: /admin/ Disallow: /backend/ Disallow: /internal/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /api/ Disallow: /static/files/ Disallow: /downloads/ Disallow: /tmp/ Disallow: /staging/ Disallow: /test/ Disallow: /sandbox/ Disallow: /wp-admin/ Disallow: /wp-login.php ########################### # Perplexity ########################### User-agent: PerplexityBot Allow: / Disallow: /admin/ Disallow: /backend/ Disallow: /internal/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /api/ Disallow: /static/files/ Disallow: /downloads/ Disallow: /tmp/ Disallow: /staging/ Disallow: /test/ Disallow: /sandbox/ Disallow: /wp-admin/ Disallow: /wp-login.php ######################################## # Google-Extended (content for AI use) ######################################## User-agent: Google-Extended Allow: / Disallow: /admin/ Disallow: /backend/ Disallow: /internal/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /api/ Disallow: /static/files/ Disallow: /downloads/ Disallow: /tmp/ Disallow: /staging/ Disallow: /test/ Disallow: /sandbox/ Disallow: /wp-admin/ Disallow: /wp-login.php ######################################## # Note on subdomains ######################################## # This file applies only to https://trential.com/ # If you want separate rules for the web wallet at: # https://wallet.trential.app/ # create another llms.txt at that subdomain root.