Skip to content
Back to ProductSchema

Card snapshot

productschema.pages.dev · 2026-08-23 22:57:17 UTC · fa0a71b4e4f7cae40b657087758e09eac0340e8126674f79c42538166f5489a1

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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 \u2014 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"
    }
  ]
}