Burlington

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

Agent access

AgentStatusSource
GPTBotBlockedrobots.txt: Disallow
ChatGPT-UserBlockedrobots.txt: Disallow
ClaudeBotBlockedrobots.txt: Disallow
Claude-WebBlockedrobots.txt: Disallow
PerplexityBotBlockedrobots.txt: Disallow
Google-ExtendedAllowedrobots.txt: Allow
AmazonbotAllowedrobots.txt: Allow
BingbotAllowedrobots.txt: Allow
CCBotBlockedrobots.txt: Disallow

Infrastructure

PlatformmagentoCDNvercelWAFnone

Data signals

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

Change history · last 90 days

9 changes
  1. Jun 14, 2026
    Google-Extended robots.txtno_ruleallowed
    CCBot robots.txtno_ruleblocked
    Amazonbot robots.txtno_ruleallowed
    Bingbot robots.txtno_ruleallowed
    ClaudeBot robots.txtno_ruleblocked
    Claude-Web robots.txtno_ruleblocked
    PerplexityBot robots.txtno_ruleblocked
    GPTBot robots.txtno_ruleblocked
    ChatGPT-User robots.txtno_ruleblocked

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

- GPTBot (OpenAI — ChatGPT training)
- ChatGPT-User (OpenAI — ChatGPT live browsing)
- ClaudeBot (Anthropic — Claude training)
- Claude-Web (Anthropic — Claude live browsing)
- PerplexityBot (Perplexity — Perplexity / Comet)
- 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://burlington.com/robots.txt and checking the rules for each agent listed above.
No Schema.org Product markupshow prompt
My e-commerce site is burlington.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.
No llms.txtshow prompt
My e-commerce site is burlington.com. We don't publish an llms.txt file yet — the emerging convention (llmstxt.org) that gives language models a concise, curated guide to a site.

In this repository:

1. Create /llms.txt (served at https://burlington.com/llms.txt as text/plain or text/markdown) following the llms.txt format:
   - H1 with our brand name,
   - a one-paragraph blockquote summary of what we sell and who we serve,
   - sections linking to our most useful pages for an AI agent: bestsellers/category pages, shipping & returns policy, size guides, FAQ/support, and store locator if any.
2. Write the summary from this repository's real content (README, about page, homepage copy) — keep it factual, no marketing superlatives.
3. Keep it under ~200 lines, every link absolute.
4. Show me the full file content and where you wired it to be served.

Verify after deploy: curl https://burlington.com/llms.txt

Embed this score

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

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 →