AI Domain Data

外掛說明

AI Domain Data is an open, vendor-neutral standard 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.

Key Features:

  • Automatically generates /.well-known/domain-profile.json via REST API
  • Validates data against the official AI Domain Data Standard schema
  • Smart defaults from your WordPress site settings
  • Admin interface for easy configuration
  • CORS headers included for cross-origin access
  • Full support for optional fields (logo, entity_type, jsonld)

The Problem:

AI assistants frequently get domain details wrong because there’s no standard way for domains to publish authoritative identity data. They scrape outdated pages, infer from partial data, and hallucinate details.

The Solution:

The AI Domain Data Standard lets you publish a canonical JSON profile that AI systems can read directly from your domain. No SaaS, no vendor lock-in, just a simple JSON file.

Development

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

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/ai-domain-data directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Settings AI Domain Data to configure your domain profile.
  4. Your domain profile will be available at https://yourdomain.com/.well-known/domain-profile.json

常見問題集

What is AI Domain Data?

AI Domain Data is an open standard for publishing authoritative domain identity data. It helps AI systems discover accurate information about your domain directly from you, rather than scraping or inferring from outdated sources.

Where is my domain profile served?

Your domain profile is available at: https://yourdomain.com/.well-known/domain-profile.json

Do I need to fill in all fields?

Only the required fields (name, description, website, contact) are necessary. The plugin will use your WordPress site settings as defaults if you leave them empty.

What is entity_type?

Entity type is an optional classification using schema.org types (Organization, Person, Blog, etc.). This helps AI systems better understand what your domain represents.

What is jsonld?

JSON-LD is an optional embedded block for schema.org alignment. It allows you to include additional structured data that aligns with schema.org vocabulary.

Can I use DNS records too?

Yes! The AI Domain Data Standard also supports DNS TXT records at _ai.yourdomain.com. This plugin generates the HTTPS endpoint. For DNS setup, see the AI Domain Data Standard documentation.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈AI Domain Data〉的開發相關工作。

參與者

將〈AI Domain Data〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.1.1

  • Initial release
  • REST API endpoint for domain-profile.json
  • Admin settings page
  • Schema validation
  • CORS headers support
  • Smart defaults from WordPress settings