
內容簡介
Rootz AI Discovery 外掛旨在為 WordPress 網站提供結構化的機器可讀數據,讓 AI 代理能夠快速理解網站內容與組織資訊,提升網站的 AI 互動能力。
【主要功能】
• 提供組織身份與政策的結構化數據
• 自動生成知識庫與內容端點
• 支援機器可讀的內容授權
• 數位簽名確保數據來源與完整性
• 提供 AI 訪問指標與分析儀表板
外掛標籤
開發者團隊
原文外掛簡介
When an AI agent visits your WordPress site today, it has to scrape HTML, guess your organization, and parse legal pages written for humans. Rootz AI Discovery fixes this by serving structured, machine-readable data that AI agents can understand instantly.
What it does:
Serves /.well-known/ai with your organization identity, capabilities, and policies (RFC 8615)
Structured content endpoint at /.well-known/ai/content with pages, posts, media, custom types
Auto-generates knowledge base at /.well-known/ai/knowledge
AI-optimized content feed at /.well-known/ai/feed
Machine-readable policies at /.well-known/ai/policies
Adds tag and HTTP Link header to every page
Generates /llms.txt from your site structure
Provides REST API endpoints for AI agents (/wp-json/rootz/v1/)
Registers WebMCP tools for browser-based AI assistants
Machine-readable content licensing (CC-BY, CC0, All Rights Reserved, etc.)
AI training opt-in/opt-out declaration
Cryptographic signing — every ai.json response and llms.txt is digitally signed (ECDSA secp256k1), proving origin and content integrity
Digital identity via plugin wallet (Ethereum-compatible address generated locally)
Content assertion types (factual, editorial, creative-work) per item
AI access metrics and analytics dashboard
Self-scoring status endpoint for monitoring
Signed for origin and quality. Each plugin install generates a unique cryptographic identity. Every manifest is digitally signed so AI agents can verify the data came from your site and hasn’t been tampered with. No other WordPress plugin does this. For more information on managing your digital identity, see rootz.global/identity.
Core data is generated locally from your existing WordPress content. Optional AI-powered features use external services (see Third-Party Services below).
Open standard. The AI Discovery Standard is CC-BY-4.0 licensed. See rootz.global/ai-discovery.
Third-Party Services
This plugin connects to external services in the following cases. All connections use HTTPS.
1. Rootz AI Proxy (optional)
When you use the “Auto-Populate with AI” feature to generate your site description, summary, or core concepts, the plugin sends your site URL and basic metadata to:
* Service: dev.epistery.host/agent/rootz/ai-proxy/
* Data sent: Site URL, title, tagline
* When: Only when you click “Auto-Populate” in the admin panel
* Privacy: rootz.global/privacy
2. Anthropic API (optional)
If you enter your own Anthropic API key in settings, the plugin can call the Anthropic API directly as a fallback for AI content generation:
* Service: api.anthropic.com
* Data sent: Site URL, title, tagline (same as above)
* When: Only when you click “Auto-Populate” and have entered an API key
* Privacy: See https://www.anthropic.com/legal/privacy
3. Plugin Updates (automatic)
The plugin checks for available updates from the Rootz update server:
* Service: rootz.global/api/plugin/update.json
* Data sent: None (read-only GET request)
* When: Automatically every 12 hours (uses WordPress transients)
* Note: Disabled when the plugin is installed from WordPress.org (WP.org provides updates instead)
* Privacy: rootz.global/privacy
4. License Verification (automatic when configured)
If you enter an Owner Identity in the Account tab, the plugin verifies your subscription status:
* Service: rootz.global/api/license/status
* Data sent: Your Owner Identity address (a public blockchain address, not personal data)
* When: On admin page load, cached for 12 hours
* Privacy: rootz.global/privacy
Privacy
Data Storage
All structured data (organization identity, policies, content) is generated from your existing WordPress content and stored in wp_options. No user data is collected.
External Services
The plugin connects to external services only when specific features are used. See the “Third-Party Services” section in the Description tab for complete details including what data is sent, when, and links to each service’s privacy policy.
Cookies
This plugin does not set any cookies.
Analytics
The plugin tracks AI agent visits to your /.well-known/ai endpoints in a local database table (wp_rootz_metrics). This data stays on your server and is never transmitted externally. You can view it in the Analytics tab.
