Our AI Policy
AEO Pro implements the aipolicy.fyi standard (Spec v2.0) at Level 3 Conformance.
14
Required
1
Partial
1
Observed
Conformance Level 3 (Spec v2.0)
Level 3 is the highest conformance level of the aipolicy.fyi standard. AEO Pro meets all requirements:
- aipolicy.json in .well-known directory
- aipolicy.md as machine-readable summary
- Dedicated /ai-policy page (this page)
- Discovery links in HTML <head>
- conformanceLevel: 3 (camelCase, v2.0 compliant)
- expires field with expiration date set
- canonical field with declaration URL
- extensions object for proprietary additions
- Root wrapper aipolicy: { ... } per Spec v2.0
What's New in Spec v2.0?
The aipolicy.fyi Spec v2.0 introduces important structural improvements for better interoperability and maintainability.
Root-Wrapper
{ "aipolicy": { ... } }
All fields wrapped in an aipolicy object
expires
"2027-03-10"
Declaration expiration date
canonical
"https://aeo-pro.eu/en/ai-policy"
Canonical URL of the policy
extensions
{ "eu.todayislife.*": ... }
Proprietary fields with reverse domain
conformanceLevel
camelCase instead of snake_case
Consistent field naming
scope
"site" | "section" | "page"
Scope defined as enum value
Example: aipolicy.json (Spec v2.0)
{
"aipolicy": {
"specVersion": "2.0",
"conformanceLevel": 3,
"scope": "site",
"canonical": "https://aeo-pro.eu/ai-policy",
"expires": "2027-03-10",
"policies": { ... },
"extensions": {
"eu.todayislife.scraping": {
"llmsTxt": true
}
}
}
}
The 16 Rules of the aipolicy.fyi Standard
Don't Replace My Job
Protect Our Cultures
I Want the Final Say
Show Me How You Decided
Nobody Should Own AI
Keep AI Open and Fair
Legacy systems in migration
Support Democracy
Serve People, Not Profits
Never Risk a Human Life
Respect My Dignity
Don't Manipulate Me
Stay Within Your Limits
We Can Always Shut Down
AI Must Not Fight Back
Don't Lie to Me
Cite Your Sources
Proprietary Extensions (extensions)
Non-standard fields are stored in the extensions object using a reverse domain namespace (e.g. eu.todayislife.scraping). This keeps custom policies spec-compliant without conflicting with the standard.
CC-BY-4.0
llms.txt available
Code examples AI-assisted, content human-reviewed
Machine-Readable Versions
Our AI policy is also available in machine-readable formats (Spec v2.0):
Check Compliance
Check the aipolicy.fyi compliance of any website with the official checker:
The checker automatically analyzes aipolicy.json, aipolicy.md and head links of a domain.
Last updated: 05.04.2026 · aipolicy.fyi Spec v2.0