{
  "protocolVersion": "0.3.0",
  "name": "ProductSchema",
  "description": "Checks whether an online store's product page can be read and cited by AI shopping assistants, and returns the JSON-LD Product markup it is missing. Everything reported is measured from bytes fetched live — no estimates. Free, no account, no key.",
  "url": "https://productschema.pages.dev/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://productschema.pages.dev/llms.txt",
  "provider": {
    "organization": "ProductSchema",
    "url": "https://productschema.pages.dev/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "audit_product_page",
      "name": "Audit a store page for AI shopping readability",
      "description": "Give it a storefront domain or a product URL. Measures which AI crawlers robots.txt lets in, whether the page renders without JavaScript, which Product fields (price, availability, GTIN, rating, returns, shipping) are present in structured data, title/meta, and sitemap reachability. Returns a score out of 100, per-check detail with fixes, and a ready-to-paste JSON-LD Product snippet built from what is actually on the page.",
      "tags": ["ecommerce", "structured-data", "json-ld", "schema.org", "seo", "audit", "ai-shopping"],
      "examples": [
        "Is allbirds.com readable by AI shopping assistants?",
        "Audit https://example.com/products/wool-runner and give me the JSON-LD it is missing",
        "Why does ChatGPT not recommend my store? Check example.com"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["text/plain", "application/json"]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://productschema.pages.dev/a2a",
      "transport": "JSONRPC"
    }
  ]
}
