ADP 3.0 Manifests

AI Discovery Protocol (ADP 3.0)

CYBERMAPS is the first WordPress plugin to provide full compliance with the ADP 3.0 specification.

The .well-known/ai.json Manifest

This manifest serves as the “handshake” between your website and an AI agent. It allows bots to understand your site’s capabilities without performing expensive crawls.

{
  "schema_version": "3.0",
  "ai_manifest": {
    "capabilities": ["content_discovery", "semantic_search", "structured_data"],
    "endpoints": {
      "llms_txt": "https://cybermaps.dev/llms.txt",
      "knowledge_graph": "https://cybermaps.dev/knowledge-graph.json"
    }
  }
}

Targeted Agents

CYBERMAPS allows you to explicitly target agents in your manifest. This is used by high-performance RAG systems to prioritize your content over unverified sources.

Integration with Robots.txt

The ADP manifest is automatically linked in your robots.txt file when the Discovery Hub is enabled, ensuring that any compliant bot finds your technical endpoints immediately upon arrival.