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

FAQ

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