CanAgentUse tools

UCP Suite

Validate Universal Commerce Protocol discovery, then test product search, carts, checkout links, and merchant handoff flows.

MCP Playground

Connect to remote MCP servers, inspect tools and resources, test prompts, auth, headers, notifications, and JSON-RPC responses.

A2A Playground

Inspect Agent Cards, validate advertised endpoints, and prepare safe requests for agent-to-agent workflows.

Agent Website Viewer

Enter a public URL and see the roles, names, landmarks, controls, and blockers that shape how AI agents understand the page.

SCANNED
Jul 8, 2026, 6:23 AM
VISIBILITY
Public
Rescan Report
Share Report
Copy Report Link
Export Report
73/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability71%Agent Easeof Use59%Security& Trust79%GEO, AIO, AEO65%SEO100%Performance83%Accessibility86%
  • AI Discoverability 71 out of 100
  • Agent Ease of Use 59 out of 100
  • Security & Trust 79 out of 100
  • GEO, AIO and AEO 65 out of 100
  • SEO 100 out of 100
  • Performance 83 out of 100
  • Accessibility 86 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

CommerceIQ | The Unified AI Platform for Retail Ecommerce Teams favicon

CommerceIQ | The Unified AI Platform for Retail Ecommerce Teams

From Amazon to Walmart, streamline sales, media & shelf ops with purpose-built AI powered by CommerceIQ’s unified platform.

Open Agent View

Next step

Turn this report into a fix workflow

2 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Fix with MCP / CLI
Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
71
Needs work3800
Discoverability
67
Needs work800
Content Readiness
84
Mostly ready2700
Bot Access Control
63
Needs work300
Agent Ease of Use
59
Needs work300
Google Agentic Browsing
100
Strong300
GEO, AIO and AEO
65
Needs work900
GEO Readiness
Not Applicable
Not Applicable200
AIO Readiness
Not Applicable
Not Applicable400
AEO Readiness
Not Applicable
Not Applicable300
SEO
100
Strong1000
SEO
100
Strong1000
Security & Trust
79
Mostly ready2120View details
Security & Trust
79
Mostly ready2120View details
Performance
83
Mostly ready1410View details
Performance
83
Mostly ready1410View details

Prioritized recommendations

Issues ranked by score impact

3 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy failed at "Find enforcing CSP delivery".

30 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Only Content-Security-Policy-Report-Only is present; report-only policies are not enforced.

Details

02

Why it matters

Content Security Policy reduces the impact of injection bugs by limiting where scripts, styles, frames, forms, and other browser resources can load or execute.

Check name

Content-Security-Policy

Score

40/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain browser resource loading and script execution with an enforcing Content-Security-Policy header.

Result

Content-Security-Policy failed at "Find enforcing CSP delivery".

Validation steps

  1. Find enforcing CSP delivery

    Only Content-Security-Policy-Report-Only is present; report-only policies are not enforced.

    Enforcing Content-Security-Policy header is missing
Evidence log1 step · 4 lines
Find enforcing CSP delivery [fail]! Only Content-Security-Policy-Report-Only is present; report-only policies are not enforced.INFOFind enforcing CSP deliveryINFORead CSP delivery headers enforcingHeader="missing" reportOnlyHeader="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: https://www.googletagmanager.com https://www.google-analytics.com https://www.googleadservices.com https://pagead2.googlesyndication.com https://www.gstatic.com https://js.hs-scripts.com https://js.hs-banner.com https://js.hsforms.net https://js.hs-analytics.net https://js.usemessages.com https://js.hsadspixel.net https://js.hubspot.com https://js-na1.hs-scripts.com https://forms-na1.hsforms.com https://perf-na1.hsforms.co" metaPolicyCount=0 legacyHeadersPresent=[]FAILRequire enforcing Content-Security-Policy header actual="missing" expected="present" issue="Only Content-Security-Policy-Report-Only is present; report-only policies are not enforced."FAILOnly Content-Security-Policy-Report-Only is present; report-only policies are not enforced.

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection failed at "Validate CSP frame-ancestors".

20 Fail

Needs attention

Frame protection

Failed check
01

Issue

frame-ancestors appears only in Content-Security-Policy-Report-Only, so it is not enforced.

Details

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking and UI redressing risk.

Check name

Frame protection

Score

61/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with an enforcing CSP frame-ancestors directive or a valid X-Frame-Options fallback.

Result

Frame protection failed at "Validate CSP frame-ancestors".

Validation steps

  1. Validate CSP frame-ancestors

    frame-ancestors appears only in Content-Security-Policy-Report-Only, so it is not enforced.

    CSP frame-ancestors is missing or ineffective
Evidence log1 step · 4 lines
Validate CSP frame-ancestors [fail]! frame-ancestors appears only in Content-Security-Policy-Report-Only, so it is not enforced.INFOValidate CSP frame-ancestorsINFORead CSP frame-ancestors signals enforcingHeaderPresent=false reportOnlyHeaderPresent=true metaFrameAncestors=false policyCount=0 duplicateDirectives=[]FAILCompare effective frame-ancestors directive actual="missing" expected="valid restrictive enforcing frame-ancestors" issue="frame-ancestors appears only in Content-Security-Policy-Report-Only, so it is not enforced."FAILframe-ancestors appears only in Content-Security-Policy-Report-Only, so it is not enforced.

PerformancePerformanceBrowser audit

Legacy JavaScript

100 Fail

Check name

Legacy JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 14 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 14 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

Sign in to see 30 other issues and the full report

Create a free account to unlock every issue, evidence details, exports, and higher free limits.

Email code

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Fix with MCP / CLI

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
73/100Level 3, Bot-AwareCurrent report