๐Ÿ”Œ
โœ… Version 1.0.0

Robot Trust WordPress Plugin

Make your WordPress site AI-ready in one click. Automatically serves a robots-trust.json certificate at the standard location.

โฌ‡ Download ZIP WordPress.org Directory

Requires WordPress 5.8+ ยท PHP 7.4+ ยท GPL v2

What it does

๐Ÿ“„

Auto Certificate

Serves /.well-known/robots-trust.json automatically โ€” no manual file management needed.

โš™๏ธ

Admin Settings

Configure AI training permissions, owner type, and robot entry point from the WordPress admin panel.

๐Ÿค–

Meta Tags

Injects <meta name="robot-trust"> into your site's <head> so AI crawlers detect you instantly.

๐Ÿ“‹

robots.txt Integration

Appends a comment to robots.txt pointing AI agents to your certificate.

๐Ÿ”’

Training Permissions

Declare whether AI systems may train on your content โ€” commercial and non-commercial separately.

๐Ÿ†“

Free to Use

Fully open source (GPL v2). Basic certificate is free. Register at robot-trust.org for Verified status.

Install in 3 steps

1

Download & Upload

Download the ZIP above. In WordPress Admin go to Plugins โ†’ Add New โ†’ Upload Plugin and select the file.

2

Activate

Click Activate Plugin. Your certificate is immediately live at yourdomain.com/.well-known/robots-trust.json

3

Configure (optional)

Go to Settings โ†’ Robot Trust to set AI training permissions and your preferred robot entry point.

Example certificate output

{
  "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/"
  }
}

Get Verified status ๐Ÿ›ก๏ธ

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 โ†’