Weee!
www.sayweee.comLast scanned Jun 20, 2026, 6:29 AM
Verdict
Partially open
ARC Score v1.0
48/100Mixed
Agent access27.8/50
Structured data4/25
Protocol files6/15
Scan stability10/10
Agent access
| Agent | Status | Source |
|---|---|---|
| GPTBot | Blocked | robots.txt: Disallow |
| ChatGPT-User | Allowed | robots.txt: Allow |
| ClaudeBot | Blocked | robots.txt: Disallow |
| Claude-Web | Allowed | robots.txt: Allow |
| PerplexityBot | Allowed | robots.txt: Allow |
| Google-Extended | Blocked | robots.txt: Disallow |
| Amazonbot | Allowed | robots.txt: Allow |
| Bingbot | Allowed | robots.txt: Allow |
| CCBot | Blocked | robots.txt: Disallow |
Infrastructure
PlatformmagentoCDNcloudfrontWAFnone
Data signals
- JSON-LDNot detected
- Schema.org ProductNot detected
- Open GraphYes
- Product feedNo
- llms.txtYes
Change history · last 90 days
4 changes- Jun 10, 2026CCBot robots.txtallowed→blockedGPTBot robots.txtallowed→blockedClaudeBot robots.txtallowed→blockedGoogle-Extended robots.txtallowed→blocked
The free public window is 90 days. Multi-year history, watchlists, and change alerts are part of Pro.
Fix it with Claude Code
Each failed check below has a ready-made prompt tailored to this scan's findings. Run it in Claude Code from your site's repository.
✗robots.txt blocks 4 AI agentsshow prompt
My e-commerce site is sayweee.com. Our robots.txt currently disallows these AI agents, which prevents AI assistants from reading, recommending, or buying our products: - GPTBot (OpenAI — ChatGPT training) - ClaudeBot (Anthropic — Claude training) - Google-Extended (Google — AI Mode / Gemini) - CCBot (Common Crawl — Open training data) Find where robots.txt is generated or stored in this repository (static file in public/, a robots route/handler, or platform config). The site runs on magento, so prefer that platform's idiomatic way of serving these files/markup (theme templates, app settings, or metafields) over hand-rolled middleware where it exists. Then: 1. Add an explicit "Allow: /" rule for each agent above (keep any existing Disallow rules for genuinely private paths like /cart, /checkout, /account). 2. Do NOT loosen rules for any user-agent we haven't listed, and preserve the existing sitemap reference. 3. Show me a diff of the change and list each agent whose effective access changes from blocked to allowed. 4. If robots.txt is managed by the e-commerce platform rather than this repo, tell me exactly where in the platform's admin to change it instead. Context: this was flagged by ARC Report (arcreport.ai/brand) — verify after deploy by fetching https://sayweee.com/robots.txt and checking the rules for each agent listed above.
✗No JSON-LD structured datashow prompt
My e-commerce site is sayweee.com. A scan found no JSON-LD structured data at all, so AI shopping agents can't reliably read our product names, prices, availability, or images. The site runs on magento, so prefer that platform's idiomatic way of serving these files/markup (theme templates, app settings, or metafields) over hand-rolled middleware where it exists. In this repository: 1. Find the product page template/component and add a JSON-LD <script type="application/ld+json"> block with Schema.org Product markup: name, description, image, sku, brand, and an Offer with price, priceCurrency, availability (use schema.org/InStock | OutOfStock), and url. Populate every field from our real product data — no placeholders. 2. Add an Organization JSON-LD block to the base layout (name, url, logo) if missing. 3. If we have category/listing pages, add ItemList markup referencing the product URLs. 4. Show me one fully rendered example of the JSON-LD for a real product, then validate the shape against Google's Rich Results requirements for Product and fix any warnings you can detect statically. Verify after deploy with https://search.google.com/test/rich-results on a product URL.
✗No sitemap.xmlshow prompt
My e-commerce site is sayweee.com. A scan could not find a sitemap.xml, so crawlers and AI agents have no reliable way to discover our product pages. The site runs on magento, so prefer that platform's idiomatic way of serving these files/markup (theme templates, app settings, or metafields) over hand-rolled middleware where it exists.
In this repository:
1. Generate a sitemap.xml covering the homepage, category pages, and every product page, with <lastmod> from each product's updated-at where available.
2. If the catalog is large, split into a sitemap index with child sitemaps of ≤50,000 URLs.
3. Reference the sitemap from robots.txt ("Sitemap: https://sayweee.com/sitemap.xml").
4. Make it regenerate automatically (build step or on-demand route) rather than a one-off static file, and show me the diff.✗No machine-readable product feedshow prompt
My e-commerce site is sayweee.com. A scan found no machine-readable product feed, which feed-based AI shopping agents (ChatGPT Shopping, Klarna, Google AI Mode) rely on. The site runs on magento, so prefer that platform's idiomatic way of serving these files/markup (theme templates, app settings, or metafields) over hand-rolled middleware where it exists. In this repository: 1. Determine where product data lives (database models, CMS, platform API) and add a product feed endpoint — Google Merchant–compatible XML (RSS 2.0 with the g: namespace) at /feeds/products.xml, or JSON if that's more idiomatic here. 2. Include per item: id, title, description, link, image_link, price with currency, availability, brand, and gtin/mpn when we have them. 3. Paginate or stream if the catalog is large; cache for ~1 hour. 4. Link the feed from robots.txt or a <link rel="alternate"> in the layout, show me the diff, and print the first two feed items rendered from real data.
Embed this score
HTML
<a href="https://www.arcreport.ai/brand/weee"><img src="https://www.arcreport.ai/badge/weee.svg" alt="ARC Score for Weee!" height="22"></a>
Markdown
[](https://www.arcreport.ai/brand/weee)
Updates automatically with each daily scan.