Narrative
Parachute Home scores 62 out of 100, a mixed signal that captures a real tension: the site is technically wired for machine consumption at the surface (Shopify schema, open crawlers, clean product markup) while quietly hostile to actual agent execution beneath it. The infrastructure invites agents in. The checkout, the CAPTCHAs, and the price opacity throw them out.
The most expensive failure is checkout flow structure, where Parachute loses four points. The classifier could not even reach a useful checkout page: the flow requires an initialized cart to render, and a raw fetch of /checkout returned a 403. Agents that try to reason about the purchase path see a shopping cart, a "Check out" button, and then a wall. This is standard Shopify behavior, but "standard" is not the same as "agent-ready," and the blind spot it creates is exactly the point at which an agent transaction dies.
The CAPTCHA finding is nearly as damaging and arguably more revealing. Parachute deploys both reCAPTCHA and hCaptcha on the cart page and the homepage, and the check flags this as transaction-blocking. Running two competing CAPTCHA vendors on your homepage is not defense in depth, it is defense as a reflex. For a human it is friction. For an agent it is a hard stop, and it lands on the two surfaces (home, cart) that any shopping agent must traverse.
Price transparency is a zero out of four. The cart page states plainly: "Taxes, discounts and shipping calculated at checkout." That sentence is the entire problem. An agent comparing Parachute's $358 duvet cover to a competitor's cannot compute landed cost without simulating a full checkout, which, per the finding above, it cannot do. The machine-native payment rails (Shop Pay, Apple Pay, PayPal detected on cart and homepage) earn full credit, but rails without visible prices are a car with no dashboard.
Product attribute structure and inventory signals both land in partial territory and together bleed six points. Only five of nine sampled products expose the full structured attribute set in JSON-LD; the other four, including the down alternative duvet and the lattice cotton cover, fall back to labeled text alone. Inventory availability is present in text on all nine products but only appears in schema on five, and shipping details never appear in schema at all. Variant enumeration is worse: nine of nine products have variants, but only three enumerate them in machine-readable form. The swatch pickers on the crib sheets and the Canadian duvet cover are invisible to an agent that does not execute JavaScript.
Smaller cuts add up. There is no stated agent policy in terms or privacy content (zero of two). Merchant verifiability is thin, with a business name but no physical address or registration ID (one of three). Price validity dates are absent across every sampled product (zero of two). And the homepage advertises "Up to 50% Off | End of Season Sale," which the classifier flagged as mild unexplained urgency softened only by the plausibly real seasonality.
The single highest-leverage move is resolving the checkout-and-CAPTCHA combination that currently makes Parachute unreachable to any agent that gets past the product page.
ADiscoverability
Robots, sitemap, agent endpoints. strong.
BMachine Readability
Schema coverage, raw-HTML price, inventory, variants. mostly strong.
DTransactability
Checkout flow, guest, transparency, payment rails, cart API. gappy.
DAgent Posture
Bot detection, CAPTCHA, rate limiting, stated agent policy. gappy.
ATrust Signals
Return policy, merchant verifiability, price history, third-party anchors. strong.
DAgent-Native Content
Specs, descriptions, decision support, delivery, stability, absence of manipulation. gappy.