# Sundays Food for Dogs: 44 point Door Gap
- Site: sundaysfordogs.com
- Scanned: 2026-09-08
- Scan type: Basic scan
- Business type: unknown
- Report: https://www.seconddoor.io/r/sundaysfordogs-gxqskr
- Scanner version: 12
A subscription pet food service blocks machine pricing discovery behind JavaScript rendering, forcing agents to complete signup before understanding cost.
## Scores
| Measure | Score |
| --- | --- |
| Humans | 73/100 |
| Agents | 29/100 |
| Composite | 51/100 |
| Door Gap | 44 points |
| Percentile | 17th |
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 5 of 14 requests, but could not find out what pages exist. It came up empty on 8 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
- ok      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
- ok      walk the way a visitor would, to a signup form or a product
## Top issues
1. **Prices appear only after JavaScript runs, so a client that reads raw HTML sees no price at all.** (pricing_legibility)
2. **No security.txt is published, so a machine has no documented route to report a problem.** (machine_fetchable_trust)
3. **No API documentation or programmatic onboarding path exists for agents to complete transactions without a browser.** (programmatic_onboarding)
The evidence and the recommended fix for each are on the report page: https://www.seconddoor.io/r/sundaysfordogs-gxqskr
## 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.
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/sundaysfordogs-gxqskr
## The agent door
- **machine_discoverability** 44/100. The site publishes llms.txt and allows all declared AI crawlers by user agent, but key content including pricing appears only after JavaScript runs. No sitemap or schema.org markup exists on the homepage.
- **programmatic_onboarding** 10/100. No API documentation is linked from the homepage or published at standard paths. No OpenAPI spec exists at any of the 6 checked locations. The signup form is HTML-based only, with no programmatic alternative for agents to complete.
- **pricing_legibility** 30/100. Prices appear only after JavaScript executes. The raw HTML contains zero prices; the rendered page shows 1 price ($50). A client that does not render pages sees no pricing at all, making cost discovery impossible for non-browser agents.
- **agent_aware_instrumentation** 8/100. No MCP manifest is published at any of the 3 standard paths checked. No ai-plugin.json or Web Bot Auth signals exist. The site has no machine-readable way for agents to understand what actions are available.
- **machine_fetchable_trust** 40/100. No security.txt file is published at /.well-known/security.txt. The homepage responds to automated requests, but no trust signals or security contact information are machine-readable.
- **commercial_rails** 40/100. A self serve signup form is reachable from the homepage.
## The human door
- **steps_to_first_value** 80/100. The primary call to action, '30% off your first box. Get started.', reaches a signup form in 2 steps from the homepage. The form itself is the entry point to the service, placing first value access very close to initial landing.
- **required_fields** 90/100. The signup form contains 6 fields with 0 marked as required. A visitor can proceed through the form without filling any mandatory information, removing friction from initial entry.
- **verification_walls** 65/100. No verification requirement appears on the signup page itself. The form accepts entry with no email confirmation, phone verification, or identity checks visible before submission.
- **error_recovery** 58/100. 1 of 6 form inputs carries validation rules. The page has 4 inline error containers in the markup, providing structure for error messages. Recovery paths exist but are sparsely implemented across the form.
---
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
