{
  "$schema": "https://agentjson.org/schemas/agent-discovery-v1.json",
  "@context": "https://agentjson.org/context/discovery",
  "@type": "AgentDiscoveryManifest",
  "domain": "www.agent-seo.shop",
  "version": "1.1.0",
  "protocol": "agent-discovery/1.0",
  "updated": "2026-06-04T00:39:29.084Z",
  "storefront_state": "password_protected_shopify_storefront",
  "discovery_instructions": {
    "message": "Public machine-readable discovery is enabled. The Shopify storefront itself may remain restricted.",
    "recommended_order": [
      "/.well-known/agent-discovery.json",
      "/.well-known/agent.json",
      "/robots.txt",
      "/sitemap.xml",
      "/sitemap-discovery.xml"
    ]
  },
  "structured_endpoints": {
    "agent_discovery": {
      "url": "/.well-known/agent-discovery.json",
      "format": "application/json",
      "priority": 1
    },
    "agent_manifest": {
      "url": "/.well-known/agent.json",
      "format": "application/json",
      "priority": 0.95
    },
    "robots": {
      "url": "/robots.txt",
      "format": "text/plain",
      "priority": 0.9
    },
    "sitemap": {
      "url": "/sitemap.xml",
      "format": "application/xml",
      "priority": 0.9
    },
    "sitemap_discovery": {
      "url": "/sitemap-discovery.xml",
      "format": "application/xml",
      "priority": 0.85
    }
  }
}