6pm
www.6pm.comLast scanned Jun 20, 2026, 6:19 AM
Verdict
Open to AI agents
ARC Score v1.0
74/100Mostly open
Agent access50/50
Structured data14/25
Protocol files0/15
Scan stability10/10
Agent access
| Agent | Status | Source |
|---|---|---|
| GPTBot | Allowed | robots.txt: Allow |
| ChatGPT-User | Allowed | robots.txt: Allow |
| ClaudeBot | Allowed | robots.txt: Allow |
| Claude-Web | Allowed | robots.txt: Allow |
| PerplexityBot | Allowed | robots.txt: Allow |
| Google-Extended | Allowed | robots.txt: Allow |
| Amazonbot | Allowed | robots.txt: Allow |
| Bingbot | Allowed | robots.txt: Allow |
| CCBot | Allowed | robots.txt: Allow |
Infrastructure
PlatformcustomCDN—WAFnone
Data signals
- JSON-LDDetected
- Schema.org ProductDetected
- Open GraphNo
- Product feedNo
- llms.txtNo
Change history · last 90 days
0 changesNo confirmed changes in the last 90 days — this brand's agent access posture has been stable.
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.
✗No Open Graph tagsshow prompt
My e-commerce site is 6pm.com. A scan found no Open Graph meta tags, so link previews and many AI agents see untitled, imageless pages. In this repository: 1. Add og:title, og:description, og:image, og:url, and og:type to the base layout's <head>, with sensible site-wide defaults. 2. On product pages, override them per product: og:type "product", the product image as og:image (absolute URL, ≥1200×630 where available), and the live price in og:description. 3. Add twitter:card "summary_large_image" alongside. 4. Show me the diff and one rendered <head> for a real product page.
✗No sitemap.xmlshow prompt
My e-commerce site is 6pm.com. A scan could not find a sitemap.xml, so crawlers and AI agents have no reliable way to discover our product pages.
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://6pm.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 llms.txtshow prompt
My e-commerce site is 6pm.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://6pm.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://6pm.com/llms.txt
✗No machine-readable product feedshow prompt
My e-commerce site is 6pm.com. A scan found no machine-readable product feed, which feed-based AI shopping agents (ChatGPT Shopping, Klarna, Google AI Mode) rely on. 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/6pm"><img src="https://www.arcreport.ai/badge/6pm.svg" alt="ARC Score for 6pm" height="22"></a>
Markdown
[](https://www.arcreport.ai/brand/6pm)
Updates automatically with each daily scan.