# Ollie: 57 point Door Gap
- Site: ollie.com
- Scanned: 2026-09-08
- Scan type: Basic scan
- Business type: unknown
- Report: https://www.seconddoor.io/r/ollie-fvf3xn
- Scanner version: 12
A pet food delivery service blocks its signup funnel to automated visitors while publishing prices only after JavaScript execution.
## Scores
| Measure | Score |
| --- | --- |
| Humans | 80/100 |
| Agents | 23/100 |
| Composite | 52/100 |
| Door Gap | 57 points |
| Percentile | 8th |
The human score is the mean of the four human dimensions, the agent score the mean of the six agent dimensions, and the Door Gap the difference between them.
## What the machine actually did
The agent got through 3 of 14 requests, but could not read the site's own guide for language models. It came up empty on 10 other checks too. That is enough missing for a machine to give up before it reaches a purchase.
- ok      reach the site at all
- ok      find out whether machines are welcome
- ok      ask whether the door opens for requests carrying the AI crawlers' names
- missing read the site's own guide for language models
- missing find out what pages exist
- missing find a contact route for machines
- missing find a published agent interface
- missing find an agent plugin manifest
- missing find out whether verified agents are recognised
- missing read the homepage as data rather than as a page
- missing find a machine readable API spec
- missing read the developer documentation
- missing read the prices without running JavaScript
- missing walk the way a visitor would, to a signup form or a product
## Top issues
1. **Pricing information is completely hidden from machines that do not execute JavaScript.** (pricing_legibility)
2. **No developer documentation is linked from the homepage, in raw HTML or the rendered page, so integration starts with a search engine.** (programmatic_onboarding)
3. **No machine-readable API or integration surface is published for agents to interact with the service.** (agent_aware_instrumentation)
The evidence and the recommended fix for each are on the report page: https://www.seconddoor.io/r/ollie-fvf3xn
## Files generated from this scan
- **robots.txt rules for AI crawlers** at `/robots.txt`, 10 minutes, no developer needed. Verify: The next scan reads robots.txt and finds every search and agent crawler allowed, none of them kept off product or pricing paths.
- **Prices in the HTML, not only after JavaScript** at `pricing page`, 1 hour, developer. Verify: The next scan reads the prices in the raw HTML of the pricing page, with none needing JavaScript to appear.
- **Pricing as Offer structured data** at `pricing page`, 20 minutes, developer. Verify: The next scan reads Offer structured data with a price and currency on the pricing page, and the pricing check credits it.
- **sitemap.xml** at `/sitemap.xml`, 20 minutes, no developer needed. Verify: The next scan fetches /sitemap.xml, finds a urlset, and the sitemap check passes.
- **Organization structured data** at `homepage`, 15 minutes, developer. Verify: The next scan reads Organization and WebSite nodes in the homepage JSON-LD and the structured data check passes.
- **Machine interfaces: where you stand** at `notes`, 10 minutes, no developer needed. Verify: The next scan finds the interface you published answering at its well-known path, and that check passes.
- **pricing.md** at `/pricing.md`, 20 minutes, no developer needed. Verify: The next scan fetches /pricing.md as text and records pricing as machine readable.
- **security.txt** at `/.well-known/security.txt`, 10 minutes, no developer needed. Verify: The next scan fetches /.well-known/security.txt as text and the security.txt check passes.
- **llms.txt** at `/llms.txt`, 15 minutes, no developer needed. Verify: The next scan fetches /llms.txt as text and the llms.txt check passes.
Each file is written from what this scan found on the site. The content is in the JSON once the evidence is opened: https://www.seconddoor.io/api/reports/ollie-fvf3xn
## The agent door
- **machine_discoverability** 40/100. The site serves a real browser normally and allows major AI crawlers by user agent, but key content appears only after JavaScript runs. No sitemap or schema.org markup exists to help machines understand the offering.
- **programmatic_onboarding** 10/100. No API documentation is linked from the homepage in raw HTML or after rendering. No OpenAPI spec exists at any of the 6 standard paths checked. The signup path is blocked to automated visitors by robots.txt rule Disallow: /onboarding/, so.
- **pricing_legibility** 30/100. 2 prices appear only after JavaScript runs, a client that does not render pages sees no price at all.
- **agent_aware_instrumentation** 8/100. No MCP manifest exists at any of the 3 standard paths checked. No ai-plugin.json, llms.txt, or Web Bot Auth signals are published. The site has no machine-readable way to tell an agent what it can do or how to interact with it.
- **machine_fetchable_trust** 40/100. The homepage answers automated requests with HTTP 200 and serves a real browser normally. No security.txt file exists at /.well-known/security.txt to publish security contact information or policies.
- **commercial_rails** 10/100. .
## The human door
- **steps_to_first_value** 80/100. The signup page is 2 steps from the homepage, but robots.txt closes it to automated visitors with Disallow: /onboarding/, so the form itself could not be read. A human can reach it in 2 clicks.
- **required_fields** null/100. Could not verify: this scan did not reach the pages that would show it.
- **verification_walls** null/100. Could not verify: this scan did not reach the pages that would show it.
- **error_recovery** null/100. Could not verify: this scan did not reach the pages that would show it.
---
Scored by SecondDoor. Method: https://www.seconddoor.io/methodology
Scan another site: https://www.seconddoor.io
Rate an issue or this report: POST https://www.seconddoor.io/api/feedback, or the rate_fix tool on https://www.seconddoor.io/api/mcp
