Make your WordPress site AI-ready in one click. Automatically serves a robots-trust.json
certificate at the standard location.
Requires WordPress 5.8+ ยท PHP 7.4+ ยท GPL v2
Serves /.well-known/robots-trust.json automatically โ no manual file management needed.
Configure AI training permissions, owner type, and robot entry point from the WordPress admin panel.
Injects <meta name="robot-trust"> into your site's <head> so AI
crawlers detect you instantly.
Appends a comment to robots.txt pointing AI agents to your certificate.
Declare whether AI systems may train on your content โ commercial and non-commercial separately.
Fully open source (GPL v2). Basic certificate is free. Register at robot-trust.org for Verified status.
Download the ZIP above. In WordPress Admin go to Plugins โ Add New โ Upload Plugin
and select the file.
Click Activate Plugin. Your certificate is immediately live at
yourdomain.com/.well-known/robots-trust.json
Go to Settings โ Robot Trust to set AI training permissions and your preferred robot
entry point.
{
"robot_trust_version": "1.0",
"schema": "https://robot-trust.org/schema/robots-trust-v1.json",
"site_identity": {
"site_name": "Your Site",
"domain": "yoursite.com",
"owner_type": "company"
},
"trust_status": {
"robot_access": "allowed",
"certificate_issuer": "robot-trust.org",
"certificate_status": "pending"
},
"ai_training": {
"training_allowed": true,
"commercial_training_allowed": false
},
"access_points": {
"preferred_entry": "https://yoursite.com/ai/"
}
}
After installing the plugin, register your domain at robot-trust.org to upgrade from pending to verified and appear in the public registry.
Register your domain โ