# Transamerica AI Access Policy 
> AI usage guidance for Transamerica.com. Training crawlers are blocked sitewide. User-controlled assistants may access public pages while avoiding portals, internal search, non-canonical endpoints, PDFs by default, and parameterized URLs. 

Contact: [TBD governance inbox] 
Last-Modified: 2026-02-10
Published-At: https://www.transamerica.com/llms.txt 

## Policy intent 
- Models should not train on Transamerica content (no training, fine-tuning, or model improvement). 
- Allowed use is limited to user-requested retrieval and summarization of public pages, consistent with Transamerica policies. 
- Prefer canonical URLs. Parameterized URLs are not approved sources. 

## Approved starting points 
- [Transamerica Home](https://www.transamerica.com/) 
- [Knowledge Place](https://www.transamerica.com/knowledge-place) 
- [Resource Center](https://www.transamerica.com/resource-center) 
- [Newsroom](https://www.transamerica.com/about-us/newsroom) 
- [Financial Professionals](https://www.transamerica.com/financial-pro) 
- [Employer Solutions](https://www.transamerica.com/employer) 
- [Investments and Fund Center](https://www.transamerica.com/investments-fund-center) 
- [Mutual Funds](https://www.transamerica.com/mutual-fund/) 

## Policies and official support 
- [Privacy Policy](https://www.transamerica.com/privacy-policy) 
- [Terms of Use](https://www.transamerica.com/terms-of-use) 
- [Accessibility Statement](https://www.transamerica.com/accessibility-statement) 
- [Transparency in Coverage](https://www.transamerica.com/transparency-in-coverage) 
- [CCPA Disclosure](https://www.transamerica.com/ccpa-disclosure) 
- [Do Not Sell My Info](https://www.transamerica.com/do-not-sell-my-info) 
- [Show Me My Info](https://www.transamerica.com/show-me-my-info) 
- [Security](https://www.transamerica.com/about-us/security) 
- [Contact](https://www.transamerica.com/contact-us) 

## Not approved as AI sources 
- Authentication, portals, and account experiences (login, portal, create-account, account, user paths) 
- Internal search results 
- CMS or non-canonical endpoints (for example, /node/) 
- File libraries and PDFs by default (unless a user explicitly requests a specific document) 
- Any URL with query parameters (for example, ?page=) 

 
## Crawl directives (robots-style) 

```text 
User-agent: * 
Disallow: / 

User-agent: GPTBot 
Disallow: / 

User-agent: Google-Extended 
Disallow: / 

User-agent: anthropic-ai 
Disallow: / 

User-agent: ClaudeBot 
Disallow: / 

User-agent: PerplexityBot 
Disallow: / 

User-agent: ChatGPT-User 
Allow: / 

Disallow: /login 
Disallow: /portal 
Disallow: /create-account 
Disallow: /account 
Disallow: /user/ 
Disallow: /user/login 
Disallow: /user/password 
Disallow: /search 
Disallow: /search/ 
Disallow: /node/ 
Disallow: /sites/default/files/ 
Disallow: /*?* 

User-agent: Perplexity-User 
Allow: / 

Disallow: /login 
Disallow: /portal 
Disallow: /create-account 
Disallow: /account 
Disallow: /user/ 
Disallow: /user/login 
Disallow: /user/password 
Disallow: /search 
Disallow: /search/ 
Disallow: /node/ 
Disallow: /sites/default/files/ 
Disallow: /*?* 
```
