Can AI assistants read cargocollective.com?
Measured on 2026-09-18 by asking the site 5 times — once as a browser, once as each of the
4 crawlers that feed ChatGPT, Claude, Perplexity, Gemini, Meta AI, Apple Intelligence and Doubao — and comparing
what came back. The AI-training opt-out tokens that never crawl are read from robots.txt instead. Tranco rank #7,698.
F14 / 100
0 of 4 crawlers can read this page.
More readable than 0% of the 47,934 sites measured so far.
The text is drawn by JavaScript, which most crawlers never run.
No JSON-LD.
What each crawler got back
| Crawler | HTTP | Result | robots.txt |
|---|
| ClaudeBot (Claude) | 403 |
challenged |
blocked-by-star |
| GPTBot (ChatGPT) | 403 |
challenged |
blocked |
| OAI-SearchBot (ChatGPT Search) | 403 |
challenged |
blocked |
| PerplexityBot (Perplexity) | 403 |
challenged |
blocked-by-star |
| Google-Extended (Gemini, AI Overviews) a robots.txt token, not a crawler: it controls how already-crawled pages may be used, and never makes a request of its own | — |
opted out in robots.txt |
blocked-by-star |
What to change, in order
- 2 AI crawlers are shut out by the catch-all rule, not by a rule naming them
robots.txt has no group for ClaudeBot, PerplexityBot; they fall under User-agent: * with Disallow: /. If the intent was to stop generic scrapers, the assistants are collateral: add one explicit group per crawler with Allow: /. The server refuses them as well, so both the robots.txt rule and the edge rule have to change.
- Put the text in the HTML, not only in JavaScript
The HTML that arrives is nearly empty and the content is painted by JavaScript. None of these crawlers run it, so even the ones that are served read a blank page. Server-rendering or prerendering the main content is what changes their result.
- Declare the facts in JSON-LD
There is no JSON-LD on the page, so every fact — who you are, what you sell, the price — has to be guessed out of the prose and the layout. A schema.org block is the difference between being quoted correctly and being paraphrased.
- Publish sitemap.xml and llms.txt
sitemap.xml and llms.txt are missing, so an assistant has to discover the site by following links. llms.txt is the emerging convention for telling an assistant which pages actually matter.
- 2 crawlers are named and refused in robots.txt — a deliberate choice
GPTBot, OAI-SearchBot are blocked by a rule that names them. Nothing to fix here: this page records what is true, not what should be. It is listed so the deliberate part of the block is not confused with the accidental part above.
Get told if this changes
One email only when a measured crawler flips on cargocollective.com, served to refused or back. No schedule, no newsletter; double opt-in, one-click stop.
The checks
- Answers AI agents like it answers people20%
- Readable without JavaScript0%
- robots.txt lets the crawlers in0%
- Facts in JSON-LD0%
- Content reachable, not buried60%
- Publishes a map of itself0%
- Plain structure70%
History
2026-09-13: 14 · 2026-09-15: 14 · 2026-09-16: 10 · 2026-09-17: 14 · 2026-09-18: 14
Full AI-visibility report for cargocollective.com →
Scan your own site →
Sites with a similar score
Browse the whole index →
Embed this score
Put the badge on cargocollective.com — it links back here, and re-measures every time this index re-crawls.
<a href="https://aivis.lumnika.com/ai-readiness/cargocollective.com"><img src="https://aivis.lumnika.com/ai-readiness/cargocollective.com/badge.svg" alt="AI readability"></a>