WordPress plugin for the AI Domain Data Standard v0.1.1. Automatically generates and serves domain-profile.json to help AI systems discover authoritative domain identity data.
The AI Domain Data Standard is an open, vendor-neutral format for publishing authoritative domain identity data for AI systems, search engines, and automated agents. This plugin makes it easy to add AI Domain Data support to your WordPress site.
- Go to Plugins → Add New
- Search for "AI Domain Data"
- Click "Install Now" and then "Activate"
- Download or clone this repository
- Upload to
/wp-content/plugins/ai-domain-data/ - Activate the plugin through the WordPress admin
Add configuration in Settings → AI Domain Data:
// Settings are stored in WordPress options
// Required fields with smart defaults:
// - name: defaults to site title
// - description: defaults to tagline
// - website: defaults to site URL
// - contact: defaults to admin emailRequired Fields:
- Name: Site/organization name (defaults to site title)
- Description: Site description (defaults to tagline)
- Website: Primary URL (defaults to site URL)
- Contact: Contact email/URL (defaults to admin email)
Optional Fields:
- Logo URL: Link to your logo
- Entity Type: Schema.org classification (Organization, Person, Blog, etc.)
- JSON-LD Block: Additional structured data for schema.org alignment
Once configured, your domain profile will be available at:
https://yourdomain.com/.well-known/domain-profile.json
AI systems and tools can access this endpoint to discover your domain identity data.
- Automatic REST API endpoint generation
- Schema validation before serving
- Smart defaults from WordPress settings
- CORS headers for cross-origin access
- Admin interface for easy configuration
- Full support for optional fields (logo, entity_type, jsonld)
- Translation-ready
- WordPress 5.0 or higher
- PHP 7.4 or higher
This plugin follows WordPress coding standards and is translation-ready.
For issues, contributions, or questions, visit:
- GitHub: https://github.com/ai-domain-data/wordpress-ai-domain-data
- Standard: https://ai-domain-data.org
- Standard GitHub: https://github.com/ai-domain-data/spec
GPLv2 or later