# Boka: 14 point Door Gap
- Site: boka.com
- Scanned: 2026-09-08
- Scan type: Basic scan
- Business type: ecommerce
- Report: https://www.seconddoor.io/r/boka-ygydar
- Scanner version: 12
A browser-blocking storefront that welcomes AI crawlers in robots.txt but refuses them at the network edge, breaking assistant shopping while publishing the data agents need.
## Scores
| Measure | Score |
| --- | --- |
| Humans | 81/100 |
| Agents | 67/100 |
| Composite | 74/100 |
| Door Gap | 14 points |
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 10 of 17 requests, but could not ask whether the door opens for requests carrying the AI crawlers' names. It came up empty on 6 other checks too.
- ok      reach the site at all
- ok      find out whether machines are welcome
- missing ask whether the door opens for requests carrying the AI crawlers' names
- ok      read the site's own guide for language models
- ok      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
- ok      read the homepage as data rather than as a page
- missing find a machine readable API spec
- missing read the developer documentation
- ok      read the prices without running JavaScript
- ok      read the product catalogue as data
- ok      read a product page as data
- ok      read the returns and shipping terms
- ok      walk the way a visitor would, to a signup form or a product
## Top issues
1. **A real browser cannot load the homepage, blocking all assistant shopping that runs inside a browser.** (machine_discoverability)
2. **No OpenAPI specification was found at the 6 standard paths checked, so a client must be written from prose instead of generated.** (programmatic_onboarding)
3. **No developer documentation is linked from the homepage, in raw HTML or the rendered page, so integration starts with a search engine.** (programmatic_onboarding)
The evidence and the recommended fix for each are on the report page: https://www.seconddoor.io/r/boka-ygydar
## Files generated from this scan
- **Let verified assistants through** at `notes`, 1 hour, developer. Verify: The next scan opens the homepage and the key pages in a real browser and under the search crawler names, and every one is served.
- **Product markup snippet for every product page** at `snippets/seconddoor-product-jsonld.liquid`, 30 minutes, developer. Verify: The next scan reads price, currency and availability in the Product markup of every product page it samples, with the structured price matching the catalogue feed.
- **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.
- **Link the policy pages from the product page** at `notes`, 30 minutes, no developer needed. Verify: The next scan finds the returns and shipping policy pages linked from a product page.
- **Variants missing a GTIN or a brand** at `catalog-identifiers.csv`, 5 minutes, no developer needed. Verify: The next scan reads the catalogue feed and finds a valid GTIN on at least nine in ten variants and a brand on at least nine in ten products.
- **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.
- **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.
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/boka-ygydar
## The agent door
- **machine_discoverability** 68/100. The site publishes a sitemap listing 54 URLs including product pages, declares llms.txt, and serves 10 schema.org types on the homepage. A real browser is refused entirely, which is how assistant shopping arrives, and the network edge.
- **programmatic_onboarding** 10/100. No API documentation is linked from the homepage or discoverable in the raw HTML. No OpenAPI spec exists at any of the 6 standard paths. The site publishes a UCP manifest for transactional capability but offers no developer surface to.
- **pricing_legibility** 90/100. Prices appear in the raw HTML of all 3 product pages checked, with 9 prices on the homepage itself. Product structured data publishes price and currency on every offer. The visible price ($11.62) matches the structured data.
- **agent_aware_instrumentation** 57/100. A Universal Commerce Protocol manifest is published with 8 capabilities and 3 payment handlers, and a storefront MCP endpoint answers agent calls. The catalogue answers as data at /products.json with brand on each product.
- **machine_fetchable_trust** 77/100. The returns policy and shipping policy both read as text at their published URLs. Return policy is also in structured data. Shipping terms are in structured data. The homepage answers automated requests. No security.txt is published.
- **commercial_rails** 100/100. Product markup carries price, currency, identifier and brand. The catalogue answers as data at /products.json, ready for feed syndication. Return policy is in structured data and reads as text. Shipping policy reads as text.
## The human door
- **steps_to_first_value** 95/100. A product with its price ($11.62) and an add-to-cart control is reachable in 2 steps from the homepage. The price is visible on the page. No account is required to proceed.
- **required_fields** 80/100. The product page does not demand an account before buying. Four express wallets (Apple Pay, Shop Pay, PayPal, Google Pay) skip the form entirely. The page carries 8 input fields with 1 constraint and 5 live regions for validation feedback.
- **verification_walls** 75/100. No sign-in requirement appears on the product page. The site does not force account creation before checkout. Express payment options bypass form entry.
- **error_recovery** 75/100. Three size or colour choosers on the product page let a shopper correct a selection before adding to cart. The page includes 1 inline error container and 5 live regions for validation feedback.
---
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
