Beardbrand

www.beardbrand.com
Last scanned Jun 20, 2026, 6:16 AM
Verdict
Closed to AI agents
ARC Score v1.0
64/100Mixed
How it's computed →
Agent access23.6/50
Structured data18/25
Protocol files12/15
Scan stability10/10

Agent access

AgentStatusSource
GPTBotAllowedrobots.txt: Allow
ChatGPT-UserBlockedUA test: blocked by site defenses
ClaudeBotBlockedUA test: blocked by site defenses
Claude-WebAllowedrobots.txt: Allow
PerplexityBotBlockedUA test: blocked by site defenses
Google-ExtendedAllowedrobots.txt: Allow
AmazonbotBlockedrobots.txt: Disallow
BingbotBlockedUA test: blocked by site defenses
CCBotBlockedUA test: blocked by site defenses

Infrastructure

PlatformmagentoCDNcloudflareWAFnone

Data signals

  • JSON-LDDetected
  • Schema.org ProductNot detected
  • Open GraphYes
  • Product feedYes
  • llms.txtYes

Change history · last 90 days

37 changes
  1. Jun 1, 2026
    Bingbot robots.txtno_ruleallowed
  2. Apr 6, 2026
    Amazonbot robots.txtno_ruleblocked
    robots.txt presencefalsetrue
    PerplexityBot robots.txtno_ruleallowed
    Google-Extended robots.txtno_ruleallowed
    CCBot robots.txtno_ruleallowed
    ClaudeBot robots.txtno_ruleallowed
    Claude-Web robots.txtno_ruleallowed
    ChatGPT-User robots.txtno_ruleallowed
    GPTBot robots.txtno_ruleallowed
  3. Apr 5, 2026
    Amazonbot robots.txtblockedno_rule
    robots.txt presencetruefalse
    PerplexityBot robots.txtallowedno_rule
    Google-Extended robots.txtallowedno_rule
    CCBot robots.txtallowedno_rule
    ClaudeBot robots.txtallowedno_rule
    Claude-Web robots.txtallowedno_rule
    ChatGPT-User robots.txtallowedno_rule
    GPTBot robots.txtallowedno_rule
  4. Apr 4, 2026
    CCBot robots.txtno_ruleallowed
    Amazonbot robots.txtno_ruleblocked
    robots.txt presencefalsetrue
    ClaudeBot robots.txtno_ruleallowed
    Claude-Web robots.txtno_ruleallowed
    PerplexityBot robots.txtno_ruleallowed
    Google-Extended robots.txtno_ruleallowed
    GPTBot robots.txtno_ruleallowed
    ChatGPT-User robots.txtno_ruleallowed
  5. Mar 30, 2026
    Amazonbot robots.txtblockedno_rule
    robots.txt presencetruefalse
    ChatGPT-User robots.txtallowedno_rule
    ClaudeBot robots.txtallowedno_rule
    Claude-Web robots.txtallowedno_rule
    PerplexityBot robots.txtallowedno_rule
    Google-Extended robots.txtallowedno_rule
    CCBot robots.txtallowedno_rule
    GPTBot robots.txtallowedno_rule

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 1 AI agentshow prompt
My e-commerce site is beardbrand.com. Our robots.txt currently disallows these AI agents, which prevents AI assistants from reading, recommending, or buying our products:

- Amazonbot (Amazon — Buy For Me)

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://beardbrand.com/robots.txt and checking the rules for each agent listed above.
WAF/CDN blocks 5 agents despite robots.txt allowing themshow prompt
My e-commerce site is beardbrand.com. Our robots.txt does not block these AI agents, but live HTTP tests show our WAF/CDN returns 403s or challenge pages to them:

- ChatGPT-User (OpenAI — ChatGPT live browsing)
- ClaudeBot (Anthropic — Claude training)
- PerplexityBot (Perplexity — Perplexity / Comet)
- CCBot (Common Crawl — Open training data)
- Bingbot (Microsoft — Copilot / Bing)

This means our stated policy (allow) and our enforcement (block) disagree, and AI assistants silently fail on our store. In this repository and our infrastructure config:

1. Search for bot-management or firewall configuration (Cloudflare rules in code/terraform, vercel.json, middleware that filters user-agents, security headers config).
2. Where we control it in code, add allowlist entries for the user-agents above — scoped to product, category, and content pages only; keep protections on /cart, /checkout, /account, and admin routes.
3. Show me the diff, and flag any rule you find that blanket-blocks "bot-like" traffic.
4. If the blocking happens in a dashboard we don't keep in code (e.g. Cloudflare Super Bot Fight Mode, DataDome, PerimeterX), tell me the exact product setting to change and what to set it to.

After deploy, verify with: curl -A "GPTBot/1.0" -I https://beardbrand.com/ (expect 200, not 403).
No Schema.org Product markupshow prompt
My e-commerce site is beardbrand.com. A scan found JSON-LD on the site but no Schema.org Product markup, 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.

Embed this score

ARC Score badge for Beardbrand
HTML
<a href="https://www.arcreport.ai/brand/beardbrand"><img src="https://www.arcreport.ai/badge/beardbrand.svg" alt="ARC Score for Beardbrand" height="22"></a>
Markdown
[![ARC Score for Beardbrand](https://www.arcreport.ai/badge/beardbrand.svg)](https://www.arcreport.ai/brand/beardbrand)

Updates automatically with each daily scan.

Scanned daily via robots.txt parsing and live HTTP tests for 9 AI agents. Changes are confirmed across two consecutive scans before publishing. Read the full methodology →