Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 53 out of 100
- Agent Ease of Use 4 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 81 out of 100
- SEO 100 out of 100
- Performance and Accessibility 49 out of 100
What AI sees of your website
OuterBox | SEO, Paid Search, & eCommerce Website Design Agency
For 20+ years we've delivered SEO services, PPC, CRO & website design, specializing in eCommerce digital marketing. We're the #1 ranked SEO company, making OuterBox your go-to partner.
Next step
Turn this report into a fix workflow
21 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.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 53 | Needs work | 10 | 13 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 63 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 4 | Priority fix | 4 | 24 | 2 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 4 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 0 | Priority fix | 0 | 8 | 0 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 81 | Mostly ready | 6 | 0 | 14 | |
| GEO Readiness | 88 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 83 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 71 | Needs work | 1 | 0 | 6 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 49 | Priority fix | 21 | 5 | 1 | View details |
| Performance | 27 | Priority fix | 9 | 3 | 1 | View details |
| Accessibility | 91 | Strong | 12 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
41 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "upgrade-insecure-requests"
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221900
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"BreadcrumbList",
"Organization",
"Place",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"BreadcrumbList",
"Organization",
"Place",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://www.outerboxdesign.com/wp-json/",
"rel": "https://api.w.org/",
"type": "application/json"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 54200,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head> <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScr",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels; 0/15 applicable form inputs have autocomplete attributes (15 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input type=\"search\" placeholder=\"Search this website\" value name=\"s\" id=\"search-input-ckkldp\">",
"<input name=\"input_6\" id=\"input_8_6\" type=\"url\" value class=\"large\" placeholder=\"Enter Your Website\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_6\" id=\"input_7_6\" type=\"url\" value class=\"large\" placeholder=\"Enter Your Website\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_6\" id=\"input_5_6\" type=\"url\" value class=\"large\" placeholder=\"Enter Your Website\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_6\" id=\"input_7_6\" type=\"url\" value class=\"large\" placeholder=\"Enter Your Website\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_6\" id=\"input_5_6\" type=\"url\" value class=\"large\" placeholder=\"Enter Your Website\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_6\" id=\"input_7_6\" type=\"url\" value class=\"large\" placeholder=\"Enter Your Website\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_1\" id=\"input_2_1\" type=\"text\" value class=\"large\" placeholder=\"First name\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_9\" id=\"input_2_9\" type=\"text\" value class=\"large\" placeholder=\"Last name\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_3\" id=\"input_2_3\" type=\"email\" value class=\"large\" placeholder=\"Email address\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_5\" id=\"input_2_5\" type=\"tel\" value class=\"large\" placeholder=\"Phone number\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_4\" id=\"input_2_4\" type=\"url\" value class=\"large\" placeholder=\"Website URL\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_6\" id=\"input_2_6\" type=\"text\" value class=\"large\" placeholder=\"Company name\" aria-invalid=\"false\">",
"<input name=\"input_6\" id=\"input_9_6\" type=\"url\" value class=\"large\" placeholder=\"Enter Your Website\" aria-required=\"true\" aria-invalid=\"false\">",
"<input name=\"input_6\" id=\"input_10_6\" type=\"url\" value class=\"large\" placeholder=\"Enter Your Website\" aria-required=\"true\" aria-invalid=\"false\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Full-Service Performance Marketing Agency",
"h2: Marketing Depth that Drives Durable Growth",
"h2: Specialized Depth, Unified Structure",
"h2: Our Clients Are Succeeding Online",
"h2: A Performance Marketing Agency Built to Last",
"h2: Unlock Your Business’s Potential",
"h2: OuterBox At Work",
"h2: Are You Ready to Start?",
"h2: Services",
"h2: Why OuterBox?",
"h4: Long-Term Partnerships",
"h4: Innovation & Excellence",
"h4: Experience Delivers Proven Results",
"h4: 100% Ownership, 100% of the Time"
]
},
"counts": {
"h1": 1,
"headings": 14,
"links": 277,
"inaccessibleLinks": 0,
"buttons": 39,
"inaccessibleButtons": 0,
"images": 282,
"imagesWithAlt": 282,
"autocompleteInputs": 15,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 15
}
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221730
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5612
},
{
"path": "/agent-card.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5543
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221803
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221749
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221685
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221577
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221694
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221586
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221776
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221785
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221667
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221559
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221667
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221776
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5588
},
{
"path": "/webmcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5531
},
{
"path": "/mcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5522
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="s"> is missing tool-param-description.<input name="input_6"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="input_6"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="input_6"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="input_6"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="input_6"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="input_6"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 10,
"formsWithTags": 0,
"totalInteractive": 342,
"interactiveWithTags": 0,
"totalCount": 352,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_1\"> is missing tool-param-description.",
"<input name=\"input_9\"> is missing tool-param-description.",
"<input name=\"input_3\"> is missing tool-param-description.",
"<input name=\"input_5\"> is missing tool-param-description.",
"<input name=\"input_4\"> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<textarea name=\"input_10\"> is missing tool-param-description.",
"<input name=\"input_8.1\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 44,
"issues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"s\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"input_6\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"input_6\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"input_6\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"input_6\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"input_6\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"input_6\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 10,
"formsWithTags": 0,
"totalInteractive": 342,
"interactiveWithTags": 0,
"totalCount": 352,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_1\"> is missing tool-param-description.",
"<input name=\"input_9\"> is missing tool-param-description.",
"<input name=\"input_3\"> is missing tool-param-description.",
"<input name=\"input_5\"> is missing tool-param-description.",
"<input name=\"input_4\"> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<textarea name=\"input_10\"> is missing tool-param-description.",
"<input name=\"input_8.1\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 10,
"formsWithTags": 0,
"totalInteractive": 342,
"interactiveWithTags": 0,
"totalCount": 352,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_1\"> is missing tool-param-description.",
"<input name=\"input_9\"> is missing tool-param-description.",
"<input name=\"input_3\"> is missing tool-param-description.",
"<input name=\"input_5\"> is missing tool-param-description.",
"<input name=\"input_4\"> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<textarea name=\"input_10\"> is missing tool-param-description.",
"<input name=\"input_8.1\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"input_6\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
8 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
75/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": null,
"schemaDates": [
"2026-05-07T17:35:25+00:00",
"2025-09-04T18:58:35+00:00"
],
"metaDateCount": 1,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2025-09-04T18:58:35+00:00",
"2026-05-07T17:35:25+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.outerboxdesign.com/company/about-us/",
"text": "About OuterBox",
"html": "<a href=\"https://www.outerboxdesign.com/company/about-us/\" title=\"About OuterBox\">About OuterBox</a>"
},
{
"href": "https://www.outerboxdesign.com/company/about-us/",
"text": "About Us",
"html": "<a id=\"brxe-b76a11\" class=\"brxe-text-link\" href=\"https://www.outerboxdesign.com/company/about-us/\">About Us</a>"
},
{
"href": "https://www.outerboxdesign.com/company/team/",
"text": "Our Team",
"html": "<a id=\"brxe-fee620\" class=\"brxe-text-link\" href=\"https://www.outerboxdesign.com/company/team/\">Our Team</a>"
},
{
"href": "/company/office-locations/",
"text": "Office Locations",
"html": "<a href=\"/company/office-locations/\">Office Locations</a>"
},
{
"href": "/company/careers/",
"text": "Careers",
"html": "<a href=\"/company/careers/\">Careers</a>"
},
{
"href": "/company/office-locations/",
"text": "Our Office Locations >",
"html": "<a id=\"brxe-yrmuow\" class=\"brxe-text-link\" href=\"/company/office-locations/\"><span class=\"icon\"><svg class=\"\" xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"40\" viewBox=\"0 0 28 40\" fill=\"none\"><path d=\"M14 0C6.27075 0 0 5.76 0 12.8571C0 24.2857 14 40 14 40C14 40 28 24.2857 28 12.8571C28 5.76 21.7292 0 14 0ZM14 20C10.9072 20 8.4 17.4416 8.4 14.2857C8.4 11.1298 10.9072 8.57143 14 8.57143C17.0928 8.57143 19.6 11.1298 19.6 14.2857C19.5966 17.4402 17.0914 19.9965 14 20Z\" fill=\"#0066DC\"/></s..."
},
{
"href": "/company/about-us/",
"text": "Company",
"html": "<a href=\"/company/about-us/\">Company</a>"
},
{
"href": "/company/about-us/",
"text": "About Us",
"html": "<a href=\"/company/about-us/\">About Us</a>"
},
{
"href": "/company/team/",
"text": "Our Team",
"html": "<a href=\"/company/team/\">Our Team</a>"
},
{
"href": "/company/careers/",
"text": "Careers",
"html": "<a href=\"/company/careers/\">Careers</a>"
},
{
"href": "/company/office-locations/",
"text": "Main Office Locations",
"html": "<a href=\"/company/office-locations/\">Main Office Locations</a>"
},
{
"href": "https://www.linkedin.com/company/outerbox/",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/outerbox/\" target=\"_blank\"><svg class=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.002 32.002\"><path id=\"social-linkedin\" d=\"M16,32A16.005,16.005,0,0,1,9.773,1.257,16.005,16.005,0,0,1,22.23,30.745,15.9,15.9,0,0,1,16,32Zm3.591-17.174a1.448,1.448,0,0,1,1.207.422,2.172,2.172,0,0,1,.322,1.308v6.6a.4.4,0,0,0,.141.322.453.453,0,0,0,.3.121H24.7a.453.453,0,0,0,.3-.121.4.4,0,0,0,.141-.322V15.834a4.073,4.073,0,0,0-1.207-3.179,4.833,4.833,0,0,0-3.34..."
}
],
"contactLinks": [
{
"href": "/contact/",
"text": "Get a Free Quote",
"html": "<a id=\"brxe-tdpsls\" class=\"brxe-button nav-cta-btn bricks-button bricks-background-secondary\" href=\"/contact/\">Get a Free Quote<svg class=\"\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_676_4057)\"><path d=\"M7.87402 13.2998C7.64159 13.2998 7.41805 13.2075 7.25391 13.043C7.08955 12.8789 6.99716 12.656 6.99707 12.4238C6.99707 12.1914 7.08938 11.9679 7.25391 11.8037L11.0107 8.04883H0.875C0.39178 8.04883 0 7.65705 0 7.17383C0.000142097 6.69073 0.39186..."
},
{
"href": "https://www.outerboxdesign.com/contact/",
"text": "Go Next Level With Us",
"html": "<a class=\"brxe-hgihzv brxe-button bricks-button bricks-background-primary\" href=\"https://www.outerboxdesign.com/contact/\">Go Next Level With Us</a>"
},
{
"href": "https://www.outerboxdesign.com/digital-marketing-services/seo/ai/",
"text": "AI Chatbot & Agent DevelopmentOur AI solutions include chatbots and AI agents that automate processes, improve customer engagement, and generate marketing insights. Chatbots provide 24/7 support and capture leads, while AI agents automate tasks like sales qualification, reporting, and workflow management. Custom AI Solutions >",
"html": "<a id=\"brxe-120056-clone06\" href=\"https://www.outerboxdesign.com/digital-marketing-services/seo/ai/\" class=\"brxe-block splide__slide splide__slide--clone is-prev\" data-id=\"brxe-b3a30f\" role=\"tabpanel\" aria-roledescription=\"slide\" aria-label=\"7 of 7\" style=\"margin-right: 50px; width: calc(33.3333% - 33.3333px); height: auto;\" aria-hidden=\"true\"><div id=\"brxe-8d6959\" class=\"brxe-div\"><div id=\"brxe-a71875\" class=\"brxe-div\"><img width=\"50\" height=\"49\" src=\"data:image/svg+xml,%3Csvg%20xmlns='..."
},
{
"href": "https://www.outerboxdesign.com/digital-marketing-services/seo/ai/",
"text": "AI Chatbot & Agent DevelopmentOur AI solutions include chatbots and AI agents that automate processes, improve customer engagement, and generate marketing insights. Chatbots provide 24/7 support and capture leads, while AI agents automate tasks like sales qualification, reporting, and workflow management. Custom AI Solutions >",
"html": "<a id=\"brxe-b3a30f\" href=\"https://www.outerboxdesign.com/digital-marketing-services/seo/ai/\" class=\"brxe-block splide__slide\" data-id=\"brxe-b3a30f\" role=\"tabpanel\" aria-roledescription=\"slide\" aria-label=\"7 of 7\" style=\"margin-right: 50px; width: calc(33.3333% - 33.3333px); height: auto;\" aria-hidden=\"true\"><div id=\"brxe-8d6959\" class=\"brxe-div\"><div id=\"brxe-a71875\" class=\"brxe-div\"><img width=\"50\" height=\"49\" src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20vi..."
},
{
"href": "/contact/",
"text": "Contact",
"html": "<a href=\"/contact/\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "/privacy-policy/",
"text": "Privacy Policy",
"html": "<a id=\"brxe-vrjhcy\" class=\"brxe-text-link post-footer-link\" href=\"/privacy-policy/\">Privacy Policy</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
7 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 9,
"passing": 2,
"failing": [
{
"heading": "Marketing Depth that Drives Durable Growth",
"headingHtml": "<h2 id=\"brxe-57116e\" class=\"brxe-heading\">Marketing Depth that Drives Durable Growth</h2>",
"firstParagraph": "As one of the world's largest performance marketing agencies, OuterBox delivers full-service solutions that take you from ideation and strategy all the way through implementation and ROI. Whether you're small or medium-sized business, or you're sitting on the Fortune 500 list, our one-size-fits-one approach will mee...",
"paragraphHtml": "<p id=\"brxe-83b365\" class=\"brxe-text-basic\">As one of the world's largest performance marketing agencies, OuterBox delivers full-service solutions that take you from ideation and strategy all the way through implementation and ROI. Whether you're small or medium-sized business, or you're sitting on the Fortune 500 list, our one-size-fits-one approach will meet you where you're at and help take you to the next level. </p>",
"words": 58,
"direct": false,
"issue": "First paragraph is 58 words and does not look like a concise direct answer."
},
{
"heading": "Specialized Depth, Unified Structure",
"headingHtml": "<h2 id=\"brxe-92ea56\" class=\"brxe-heading\">Specialized Depth, Unified Structure</h2>",
"firstParagraph": "Founded in 2004, we bring a team of more than 300 digital marketing experts (a.k.a. \"Boxers\").",
"paragraphHtml": "<p id=\"brxe-b8b066\" class=\"brxe-text-basic\">Founded in 2004, we bring a team of more than 300 digital marketing experts (a.k.a. "Boxers").</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Our Clients Are Succeeding Online",
"headingHtml": "<h2 id=\"brxe-ee05e2\" class=\"brxe-heading bricks-color-dark\">Our Clients Are Succeeding Online</h2>",
"firstParagraph": "Our formula is simple. When you succeed, we succeed. When your business grows, our business grows, too.",
"paragraphHtml": "<p id=\"brxe-f9400c\" class=\"brxe-text-basic\"><span class=\"superbold\"><strong>Our formula is simple.</strong></span> When you succeed, we succeed. When your business grows, our business grows, too.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Unlock Your Business’s Potential",
"headingHtml": "<h2 id=\"brxe-iliqmy\" class=\"brxe-heading\">Unlock Your Business’s Potential</h2>",
"firstParagraph": "Send us your website for a free quote and strategy session with one of our Digital Marketing Consultants. Need an expert now? Call 1-866-647-9218",
"paragraphHtml": "<p id=\"brxe-vktvwu\" class=\"brxe-text-basic\">Send us your website for a free quote and strategy session with one of our Digital Marketing Consultants. <br><strong>Need an expert now?</strong>   <span class=\"highlight\">Call 1-866-647-9218</span></p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "OuterBox At Work",
"headingHtml": "<h2 id=\"brxe-2062a9\" class=\"brxe-heading\">OuterBox At Work</h2>",
"firstParagraph": "At OuterBox we call ourselves an eCommerce agency, a lead generation agency – an agency that grows your bottom line. We’re focused on helping companies plan, design, develop and market successful businesses. From start-ups to billion dollar companies, we’re experienced at solving problems and making meaningful impacts.",
"paragraphHtml": "<p>At OuterBox we call ourselves an eCommerce agency, a lead generation agency – an agency that grows your bottom line. We’re focused on helping companies plan, design, develop and market successful businesses. From start-ups to billion dollar companies, we’re experienced at solving problems and making meaningful impacts.</p>",
"words": 48,
"direct": false,
"issue": "First paragraph is 48 words and does not look like a concise direct answer."
},
{
"heading": "Are You Ready to Start?",
"headingHtml": "<h2 class=\"brxe-0bec93 brxe-heading\">Are You Ready to Start?</h2>",
"firstParagraph": "Wherever you’re at in your marketing journey, we’ll meet you there. With our full-service, end-to-end capabilities, our in-house expert team of 300+, and our decades of digital expertise, we’ll walk you through exactly how we can partner to further expand your business.",
"paragraphHtml": "<p>Wherever you’re at in your marketing journey, we’ll meet you there. With our full-service, end-to-end capabilities, our in-house expert team of 300+, and our decades of digital expertise, we’ll walk you through exactly how we can partner to further expand your business.</p>",
"words": 45,
"direct": false,
"issue": "First paragraph is 45 words and does not look like a concise direct answer."
},
{
"heading": "Services",
"headingHtml": "<h2 class=\"gform_title\">Services</h2>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"gform_description\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2025-09-04T18:58:35+00:00",
"2026-05-07T17:35:25+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.outerboxdesign.com/company/about-us/",
"text": "About OuterBox",
"html": "<a href=\"https://www.outerboxdesign.com/company/about-us/\" title=\"About OuterBox\">About OuterBox</a>"
},
{
"href": "https://www.outerboxdesign.com/company/about-us/",
"text": "About Us",
"html": "<a id=\"brxe-b76a11\" class=\"brxe-text-link\" href=\"https://www.outerboxdesign.com/company/about-us/\">About Us</a>"
},
{
"href": "https://www.outerboxdesign.com/company/team/",
"text": "Our Team",
"html": "<a id=\"brxe-fee620\" class=\"brxe-text-link\" href=\"https://www.outerboxdesign.com/company/team/\">Our Team</a>"
},
{
"href": "/company/office-locations/",
"text": "Office Locations",
"html": "<a href=\"/company/office-locations/\">Office Locations</a>"
},
{
"href": "/company/careers/",
"text": "Careers",
"html": "<a href=\"/company/careers/\">Careers</a>"
},
{
"href": "/company/office-locations/",
"text": "Our Office Locations >",
"html": "<a id=\"brxe-yrmuow\" class=\"brxe-text-link\" href=\"/company/office-locations/\"><span class=\"icon\"><svg class=\"\" xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"40\" viewBox=\"0 0 28 40\" fill=\"none\"><path d=\"M14 0C6.27075 0 0 5.76 0 12.8571C0 24.2857 14 40 14 40C14 40 28 24.2857 28 12.8571C28 5.76 21.7292 0 14 0ZM14 20C10.9072 20 8.4 17.4416 8.4 14.2857C8.4 11.1298 10.9072 8.57143 14 8.57143C17.0928 8.57143 19.6 11.1298 19.6 14.2857C19.5966 17.4402 17.0914 19.9965 14 20Z\" fill=\"#0066DC\"/></s..."
},
{
"href": "/company/about-us/",
"text": "Company",
"html": "<a href=\"/company/about-us/\">Company</a>"
},
{
"href": "/company/about-us/",
"text": "About Us",
"html": "<a href=\"/company/about-us/\">About Us</a>"
},
{
"href": "/company/team/",
"text": "Our Team",
"html": "<a href=\"/company/team/\">Our Team</a>"
},
{
"href": "/company/careers/",
"text": "Careers",
"html": "<a href=\"/company/careers/\">Careers</a>"
},
{
"href": "/company/office-locations/",
"text": "Main Office Locations",
"html": "<a href=\"/company/office-locations/\">Main Office Locations</a>"
},
{
"href": "https://www.linkedin.com/company/outerbox/",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/outerbox/\" target=\"_blank\"><svg class=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32.002 32.002\"><path id=\"social-linkedin\" d=\"M16,32A16.005,16.005,0,0,1,9.773,1.257,16.005,16.005,0,0,1,22.23,30.745,15.9,15.9,0,0,1,16,32Zm3.591-17.174a1.448,1.448,0,0,1,1.207.422,2.172,2.172,0,0,1,.322,1.308v6.6a.4.4,0,0,0,.141.322.453.453,0,0,0,.3.121H24.7a.453.453,0,0,0,.3-.121.4.4,0,0,0,.141-.322V15.834a4.073,4.073,0,0,0-1.207-3.179,4.833,4.833,0,0,0-3.34..."
}
],
"contactLinks": [
{
"href": "/contact/",
"text": "Get a Free Quote",
"html": "<a id=\"brxe-tdpsls\" class=\"brxe-button nav-cta-btn bricks-button bricks-background-secondary\" href=\"/contact/\">Get a Free Quote<svg class=\"\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14 14\" fill=\"none\"><g clip-path=\"url(#clip0_676_4057)\"><path d=\"M7.87402 13.2998C7.64159 13.2998 7.41805 13.2075 7.25391 13.043C7.08955 12.8789 6.99716 12.656 6.99707 12.4238C6.99707 12.1914 7.08938 11.9679 7.25391 11.8037L11.0107 8.04883H0.875C0.39178 8.04883 0 7.65705 0 7.17383C0.000142097 6.69073 0.39186..."
},
{
"href": "https://www.outerboxdesign.com/contact/",
"text": "Go Next Level With Us",
"html": "<a class=\"brxe-hgihzv brxe-button bricks-button bricks-background-primary\" href=\"https://www.outerboxdesign.com/contact/\">Go Next Level With Us</a>"
},
{
"href": "https://www.outerboxdesign.com/digital-marketing-services/seo/ai/",
"text": "AI Chatbot & Agent DevelopmentOur AI solutions include chatbots and AI agents that automate processes, improve customer engagement, and generate marketing insights. Chatbots provide 24/7 support and capture leads, while AI agents automate tasks like sales qualification, reporting, and workflow management. Custom AI Solutions >",
"html": "<a id=\"brxe-120056-clone06\" href=\"https://www.outerboxdesign.com/digital-marketing-services/seo/ai/\" class=\"brxe-block splide__slide splide__slide--clone is-prev\" data-id=\"brxe-b3a30f\" role=\"tabpanel\" aria-roledescription=\"slide\" aria-label=\"7 of 7\" style=\"margin-right: 50px; width: calc(33.3333% - 33.3333px); height: auto;\" aria-hidden=\"true\"><div id=\"brxe-8d6959\" class=\"brxe-div\"><div id=\"brxe-a71875\" class=\"brxe-div\"><img width=\"50\" height=\"49\" src=\"data:image/svg+xml,%3Csvg%20xmlns='..."
},
{
"href": "https://www.outerboxdesign.com/digital-marketing-services/seo/ai/",
"text": "AI Chatbot & Agent DevelopmentOur AI solutions include chatbots and AI agents that automate processes, improve customer engagement, and generate marketing insights. Chatbots provide 24/7 support and capture leads, while AI agents automate tasks like sales qualification, reporting, and workflow management. Custom AI Solutions >",
"html": "<a id=\"brxe-b3a30f\" href=\"https://www.outerboxdesign.com/digital-marketing-services/seo/ai/\" class=\"brxe-block splide__slide\" data-id=\"brxe-b3a30f\" role=\"tabpanel\" aria-roledescription=\"slide\" aria-label=\"7 of 7\" style=\"margin-right: 50px; width: calc(33.3333% - 33.3333px); height: auto;\" aria-hidden=\"true\"><div id=\"brxe-8d6959\" class=\"brxe-div\"><div id=\"brxe-a71875\" class=\"brxe-div\"><img width=\"50\" height=\"49\" src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20vi..."
},
{
"href": "/contact/",
"text": "Contact",
"html": "<a href=\"/contact/\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "/privacy-policy/",
"text": "Privacy Policy",
"html": "<a id=\"brxe-vrjhcy\" class=\"brxe-text-link post-footer-link\" href=\"/privacy-policy/\">Privacy Policy</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 80/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
2 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 80/100 and needs improvement.
Evidence
{
"schemaCount": 5,
"checkedFields": [
{
"path": "$[0].@graph[0].name",
"value": "OuterBox | SEO, Paid Search, & eCommerce Website Design Agency"
},
{
"path": "$[0].@graph[0].description",
"value": "For 20+ years we've delivered SEO services, PPC, CRO & website design, specializing in eCommerce digital marketing. We're the #1 ranked SEO company, making OuterBox your go-to partner."
},
{
"path": "$[0].@graph[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[0].@graph[2].name",
"value": "OuterBox"
},
{
"path": "$[0].@graph[3].name",
"value": "OuterBox"
},
{
"path": "$[1].name",
"value": "OuterBox | SEO, Paid Search, & eCommerce Website Design Agency"
},
{
"path": "$[1].description",
"value": "For 20+ years we've delivered SEO services, PPC, CRO & website design, specializing in eCommerce digital marketing. We're the #1 ranked SEO company, making OuterBox your go-to partner."
},
{
"path": "$[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[3].name",
"value": "OuterBox"
},
{
"path": "$[4].name",
"value": "OuterBox"
}
],
"mismatches": [
{
"path": "$[0].@graph[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[2].itemListElement[0].name",
"value": "Home"
}
],
"score": 80,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
11 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 12,
"citablePassages": 1,
"failingCandidateParagraphs": [
{
"index": 12,
"heading": "H2: Marketing Depth that Drives Durable Growth",
"text": "As one of the world's largest performance marketing agencies, OuterBox delivers full-service solutions that take you from ideation and strategy all the way through implementation and ROI. Whether you're small or medium-sized business, or you're sitting on the Fortune 500 list, our one-size-fits-one approach will meet you where you're at and help take you to the next level.",
"words": 58,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220)."
],
"html": "<p id=\"brxe-83b365\" class=\"brxe-text-basic\">As one of the world's largest performance marketing agencies, OuterBox delivers full-service solutions that take you from ideation and strategy all the way through implementation and ROI. Whether you're small or medium-sized business, or you're sitting on the Fortune 500 list, our one-size-fits-one approach will meet you where you're at and help take you to the next level. </p>"
},
{
"index": 27,
"heading": "H2: Specialized Depth, Unified Structure",
"text": "CRO is where sites quietly lose money: funnel leaks, checkout friction, forms that don't convert. We find the drop-off points, rebuild the moments that matter, and measure every change against revenue. One recent client quadrupled their conversion rate (yes, that's a real stat).",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p id=\"brxe-743887\" class=\"brxe-text-basic\">CRO is where sites quietly lose money: funnel leaks, checkout friction, forms that don't convert. We find the drop-off points, rebuild the moments that matter, and measure every change against revenue. One recent client quadrupled their conversion rate (yes, that's a real stat).</p>"
},
{
"index": 48,
"heading": "H2: Specialized Depth, Unified Structure",
"text": "CRO is where sites quietly lose money: funnel leaks, checkout friction, forms that don't convert. We find the drop-off points, rebuild the moments that matter, and measure every change against revenue. One recent client quadrupled their conversion rate (yes, that's a real stat).",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p id=\"brxe-743887\" class=\"brxe-text-basic\">CRO is where sites quietly lose money: funnel leaks, checkout friction, forms that don't convert. We find the drop-off points, rebuild the moments that matter, and measure every change against revenue. One recent client quadrupled their conversion rate (yes, that's a real stat).</p>"
},
{
"index": 69,
"heading": "H2: Specialized Depth, Unified Structure",
"text": "CRO is where sites quietly lose money: funnel leaks, checkout friction, forms that don't convert. We find the drop-off points, rebuild the moments that matter, and measure every change against revenue. One recent client quadrupled their conversion rate (yes, that's a real stat).",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p id=\"brxe-743887\" class=\"brxe-text-basic\">CRO is where sites quietly lose money: funnel leaks, checkout friction, forms that don't convert. We find the drop-off points, rebuild the moments that matter, and measure every change against revenue. One recent client quadrupled their conversion rate (yes, that's a real stat).</p>"
},
{
"index": 75,
"heading": "H2: Our Clients Are Succeeding Online",
"text": "No matter the industry, your audience is online, making decisions on who to give their business to. Wherever you are, we have digital marketing solutions that can help bring your brand to life. Whether you're a manufacturer, healthcare provider, service provider, eCommerce store or local business, our goal is to drive decision-makers to your website using our one-size-fits-one approach and help you convert them in...",
"words": 66,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (66 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p id=\"brxe-abc441\" class=\"brxe-text-basic\">No matter the industry, your audience is online, making decisions on who to give their business to. <br>Wherever you are, we have digital marketing solutions that can help bring your brand to life. <br><br>Whether you're a manufacturer, healthcare provider, service provider, eCommerce store or local business, our goal is to drive decision-makers to your website using our one-size-fits-one approach and help you convert them into customers.</p>"
},
{
"index": 90,
"heading": "H2: OuterBox At Work",
"text": "At OuterBox we call ourselves an eCommerce agency, a lead generation agency – an agency that grows your bottom line. We’re focused on helping companies plan, design, develop and market successful businesses. From start-ups to billion dollar companies, we’re experienced at solving problems and making meaningful impacts.",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>At OuterBox we call ourselves an eCommerce agency, a lead generation agency – an agency that grows your bottom line. We’re focused on helping companies plan, design, develop and market successful businesses. From start-ups to billion dollar companies, we’re experienced at solving problems and making meaningful impacts.</p>"
},
{
"index": 126,
"heading": "H2: Are You Ready to Start?",
"text": "Wherever you’re at in your marketing journey, we’ll meet you there. With our full-service, end-to-end capabilities, our in-house expert team of 300+, and our decades of digital expertise, we’ll walk you through exactly how we can partner to further expand your business.",
"words": 45,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (45 words; target 80-220)."
],
"html": "<p>Wherever you’re at in your marketing journey, we’ll meet you there. With our full-service, end-to-end capabilities, our in-house expert team of 300+, and our decades of digital expertise, we’ll walk you through exactly how we can partner to further expand your business.</p>"
},
{
"index": 129,
"heading": "H4: Long-Term Partnerships",
"text": "Partnership is our #1 core value. Relationships are built on trust and collaboration toward a common goal. Everything we do at OuterBox is driven by one goal: Delivering results to our clients. Whether it’s incoming leads or eCommerce sales, your bottom line is our bottom line.",
"words": 47,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220)."
],
"html": "<p id=\"brxe-9c5331\" class=\"brxe-text-basic\">Partnership is our #1 core value. Relationships are built on trust and collaboration toward a common goal. Everything we do at OuterBox is driven by one goal: Delivering results to our clients. Whether it’s incoming leads or eCommerce sales, your bottom line is our bottom line.</p>"
},
{
"index": 130,
"heading": "H4: Innovation & Excellence",
"text": "Since 2004, we’ve been leading the way with R&D and implementation of durable strategies that drive business today, and help preserve your growth trajectory tomorrow. Ensuring we're on the cutting edge with tech and AI is a key component in that trajectory, supporting your company's long-term success.",
"words": 49,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220)."
],
"html": "<p id=\"brxe-d9eb2f\" class=\"brxe-text-basic\">Since 2004, we’ve been leading the way with R&D and implementation of durable strategies that drive business today, and help preserve your growth trajectory tomorrow. Ensuring we're on the cutting edge with tech and AI is a key component in that trajectory, supporting your company's long-term success.</p>"
},
{
"index": 131,
"heading": "H4: Experience Delivers Proven Results",
"text": "As leaders in the online marketing and website development space, we pool our experiences and knowledge base to your benefit. When you work with OuterBox, you gain access to over 20+ years of focused, digital-only agency experience from over 300 employees.",
"words": 41,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220)."
],
"html": "<p id=\"brxe-56cd5c\" class=\"brxe-text-basic\">As leaders in the online marketing and website development space, we pool our experiences and knowledge base to your benefit. When you work with OuterBox, you gain access to over 20+ years of focused, digital-only agency experience from over 300 employees.</p>"
},
{
"index": 132,
"heading": "H4: 100% Ownership, 100% of the Time",
"text": "Our team takes 100% ownership of 100% of their actions, results and behaviors. We call it 100/100, and at OuterBox, we use this to hold ourselves and others to the highest quality and performance standards. If you see it, you own it. And you help get it across the finish line.",
"words": 52,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (52 words; target 80-220)."
],
"html": "<p id=\"brxe-738370\" class=\"brxe-text-basic\">Our team takes 100% ownership of 100% of their actions, results and behaviors. We call it 100/100, and at OuterBox, we use this to hold ourselves and others to the highest quality and performance standards. If you see it, you own it. And you help get it across the finish line. </p>"
}
],
"citableParagraphs": [
{
"index": 76,
"heading": "H2: A Performance Marketing Agency Built to Last",
"text": "Are your keyword rankings down? Talk to one of our SEO strategists. Google Ads campaign not hitting target ROAS? Our Google Certified team can close that gap. Is your website stuck in 2005? Our web project management team will guide you into the future. Email marketing that drives 47:1 ROI, AI agent development to streamline your internal workflows and eliminate roadblocks, conversion rate optimization experts tha...",
"words": 85,
"hasEvidence": true,
"reasons": [],
"html": "<p id=\"brxe-d9bfe9\" class=\"brxe-text-basic\">Are your keyword rankings down? Talk to one of our <a href=\"/digital-marketing-services/seo/\">SEO strategists</a>. Google Ads campaign not hitting target ROAS? Our <a href=\"/digital-marketing-services/paid-media/google-ads-management/\">Google Certified team</a> can close that gap. Is your website stuck in 2005? Our <a href=\"/digital-marketing-services/web-design/\">web project management team</a> will guide you into the future. <br><br><a href=\"/digi..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: paid, search, agency, full, service, performance.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 85/100 and needs improvement.
Evidence
{
"title": "OuterBox | SEO, Paid Search, & eCommerce Website Design Agency",
"h1": "Full-Service Performance Marketing Agency",
"description": "For 20+ years we've delivered SEO services, PPC, CRO & website design, specializing in eCommerce digital marketing. We're the #1 ranked SEO company, making OuterBox your go-to partner.",
"topicOverlap": 0.5,
"topicTerms": [
"outerbox",
"seo",
"paid",
"search",
"ecommerce",
"website",
"design",
"agency",
"full",
"service",
"performance",
"marketing"
],
"descriptionTerms": [
"years",
"delivered",
"seo",
"services",
"ppc",
"cro",
"website",
"design",
"specializing",
"ecommerce",
"digital",
"marketing",
"ranked",
"company",
"making",
"outerbox",
"partner"
],
"missingFromDescription": [
"paid",
"search",
"agency",
"full",
"service",
"performance"
],
"score": 85,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
7 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 9,
"questionH2s": [
{
"index": 7,
"text": "Are You Ready to Start?",
"isQuestion": true,
"html": "<h2 class=\"brxe-0bec93 brxe-heading\">Are You Ready to Start?</h2>"
},
{
"index": 9,
"text": "Why OuterBox?",
"isQuestion": true,
"html": "<h2 id=\"brxe-713bec\" class=\"brxe-heading bricks-color-dark\">Why OuterBox?</h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
7 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 9,
"passing": 2,
"failing": [
{
"heading": "Marketing Depth that Drives Durable Growth",
"headingHtml": "<h2 id=\"brxe-57116e\" class=\"brxe-heading\">Marketing Depth that Drives Durable Growth</h2>",
"firstParagraph": "As one of the world's largest performance marketing agencies, OuterBox delivers full-service solutions that take you from ideation and strategy all the way through implementation and ROI. Whether you're small or medium-sized business, or you're sitting on the Fortune 500 list, our one-size-fits-one approach will mee...",
"paragraphHtml": "<p id=\"brxe-83b365\" class=\"brxe-text-basic\">As one of the world's largest performance marketing agencies, OuterBox delivers full-service solutions that take you from ideation and strategy all the way through implementation and ROI. Whether you're small or medium-sized business, or you're sitting on the Fortune 500 list, our one-size-fits-one approach will meet you where you're at and help take you to the next level. </p>",
"words": 58,
"direct": false,
"issue": "First paragraph is 58 words and does not look like a concise direct answer."
},
{
"heading": "Specialized Depth, Unified Structure",
"headingHtml": "<h2 id=\"brxe-92ea56\" class=\"brxe-heading\">Specialized Depth, Unified Structure</h2>",
"firstParagraph": "Founded in 2004, we bring a team of more than 300 digital marketing experts (a.k.a. \"Boxers\").",
"paragraphHtml": "<p id=\"brxe-b8b066\" class=\"brxe-text-basic\">Founded in 2004, we bring a team of more than 300 digital marketing experts (a.k.a. "Boxers").</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Our Clients Are Succeeding Online",
"headingHtml": "<h2 id=\"brxe-ee05e2\" class=\"brxe-heading bricks-color-dark\">Our Clients Are Succeeding Online</h2>",
"firstParagraph": "Our formula is simple. When you succeed, we succeed. When your business grows, our business grows, too.",
"paragraphHtml": "<p id=\"brxe-f9400c\" class=\"brxe-text-basic\"><span class=\"superbold\"><strong>Our formula is simple.</strong></span> When you succeed, we succeed. When your business grows, our business grows, too.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Unlock Your Business’s Potential",
"headingHtml": "<h2 id=\"brxe-iliqmy\" class=\"brxe-heading\">Unlock Your Business’s Potential</h2>",
"firstParagraph": "Send us your website for a free quote and strategy session with one of our Digital Marketing Consultants. Need an expert now? Call 1-866-647-9218",
"paragraphHtml": "<p id=\"brxe-vktvwu\" class=\"brxe-text-basic\">Send us your website for a free quote and strategy session with one of our Digital Marketing Consultants. <br><strong>Need an expert now?</strong>   <span class=\"highlight\">Call 1-866-647-9218</span></p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "OuterBox At Work",
"headingHtml": "<h2 id=\"brxe-2062a9\" class=\"brxe-heading\">OuterBox At Work</h2>",
"firstParagraph": "At OuterBox we call ourselves an eCommerce agency, a lead generation agency – an agency that grows your bottom line. We’re focused on helping companies plan, design, develop and market successful businesses. From start-ups to billion dollar companies, we’re experienced at solving problems and making meaningful impacts.",
"paragraphHtml": "<p>At OuterBox we call ourselves an eCommerce agency, a lead generation agency – an agency that grows your bottom line. We’re focused on helping companies plan, design, develop and market successful businesses. From start-ups to billion dollar companies, we’re experienced at solving problems and making meaningful impacts.</p>",
"words": 48,
"direct": false,
"issue": "First paragraph is 48 words and does not look like a concise direct answer."
},
{
"heading": "Are You Ready to Start?",
"headingHtml": "<h2 class=\"brxe-0bec93 brxe-heading\">Are You Ready to Start?</h2>",
"firstParagraph": "Wherever you’re at in your marketing journey, we’ll meet you there. With our full-service, end-to-end capabilities, our in-house expert team of 300+, and our decades of digital expertise, we’ll walk you through exactly how we can partner to further expand your business.",
"paragraphHtml": "<p>Wherever you’re at in your marketing journey, we’ll meet you there. With our full-service, end-to-end capabilities, our in-house expert team of 300+, and our decades of digital expertise, we’ll walk you through exactly how we can partner to further expand your business.</p>",
"words": 45,
"direct": false,
"issue": "First paragraph is 45 words and does not look like a concise direct answer."
},
{
"heading": "Services",
"headingHtml": "<h2 class=\"gform_title\">Services</h2>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"gform_description\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 16,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Marketing Depth that Drives Durable Growth",
"html": "<h2 id=\"brxe-57116e\" class=\"brxe-heading\">Marketing Depth that Drives Durable Growth</h2>"
},
{
"text": "Specialized Depth, Unified Structure",
"html": "<h2 id=\"brxe-92ea56\" class=\"brxe-heading\">Specialized Depth, Unified Structure</h2>"
},
{
"text": "Our Clients Are Succeeding Online",
"html": "<h2 id=\"brxe-ee05e2\" class=\"brxe-heading bricks-color-dark\">Our Clients Are Succeeding Online</h2>"
},
{
"text": "A Performance Marketing Agency Built to Last",
"html": "<h2 id=\"brxe-0a6129\" class=\"brxe-heading\">A Performance Marketing Agency Built to Last</h2>"
},
{
"text": "Unlock Your Business’s Potential",
"html": "<h2 id=\"brxe-iliqmy\" class=\"brxe-heading\">Unlock Your Business’s Potential</h2>"
},
{
"text": "OuterBox At Work",
"html": "<h2 id=\"brxe-2062a9\" class=\"brxe-heading\">OuterBox At Work</h2>"
},
{
"text": "Are You Ready to Start?",
"html": "<h2 class=\"brxe-0bec93 brxe-heading\">Are You Ready to Start?</h2>"
},
{
"text": "Services",
"html": "<h2 class=\"gform_title\">Services</h2>"
},
{
"text": "Why OuterBox?",
"html": "<h2 id=\"brxe-713bec\" class=\"brxe-heading bricks-color-dark\">Why OuterBox?</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is OuterBox?",
"pattern": {}
},
{
"id": "how",
"label": "How does OuterBox work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use OuterBox?",
"pattern": {}
},
{
"id": "cost",
"label": "Is OuterBox free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does OuterBox compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is OuterBox?",
"pattern": {}
},
{
"id": "how",
"label": "How does OuterBox work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is OuterBox free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does OuterBox compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: paid, search, agency, full, service, performance.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
88/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Evidence
{
"title": "OuterBox | SEO, Paid Search, & eCommerce Website Design Agency",
"h1": "Full-Service Performance Marketing Agency",
"description": "For 20+ years we've delivered SEO services, PPC, CRO & website design, specializing in eCommerce digital marketing. We're the #1 ranked SEO company, making OuterBox your go-to partner.",
"topicOverlap": 0.5,
"definitionCount": 16,
"topicTerms": [
"outerbox",
"seo",
"paid",
"search",
"ecommerce",
"website",
"design",
"agency",
"full",
"service",
"performance",
"marketing"
],
"descriptionTerms": [
"years",
"delivered",
"seo",
"services",
"ppc",
"cro",
"website",
"design",
"specializing",
"ecommerce",
"digital",
"marketing",
"ranked",
"company",
"making",
"outerbox",
"partner"
],
"missingFromDescription": [
"paid",
"search",
"agency",
"full",
"service",
"performance"
],
"score": 88,
"weight": 18
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5540
},
{
"path": "/api/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5531
},
{
"path": "/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5519
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Marketing Depth that Drives Durable Growth",
"html": "<h2 id=\"brxe-57116e\" class=\"brxe-heading\">Marketing Depth that Drives Durable Growth</h2>"
},
{
"text": "Specialized Depth, Unified Structure",
"html": "<h2 id=\"brxe-92ea56\" class=\"brxe-heading\">Specialized Depth, Unified Structure</h2>"
},
{
"text": "Our Clients Are Succeeding Online",
"html": "<h2 id=\"brxe-ee05e2\" class=\"brxe-heading bricks-color-dark\">Our Clients Are Succeeding Online</h2>"
},
{
"text": "A Performance Marketing Agency Built to Last",
"html": "<h2 id=\"brxe-0a6129\" class=\"brxe-heading\">A Performance Marketing Agency Built to Last</h2>"
},
{
"text": "Unlock Your Business’s Potential",
"html": "<h2 id=\"brxe-iliqmy\" class=\"brxe-heading\">Unlock Your Business’s Potential</h2>"
},
{
"text": "OuterBox At Work",
"html": "<h2 id=\"brxe-2062a9\" class=\"brxe-heading\">OuterBox At Work</h2>"
},
{
"text": "Are You Ready to Start?",
"html": "<h2 class=\"brxe-0bec93 brxe-heading\">Are You Ready to Start?</h2>"
},
{
"text": "Services",
"html": "<h2 class=\"gform_title\">Services</h2>"
},
{
"text": "Why OuterBox?",
"html": "<h2 id=\"brxe-713bec\" class=\"brxe-heading bricks-color-dark\">Why OuterBox?</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is OuterBox?",
"pattern": {}
},
{
"id": "how",
"label": "How does OuterBox work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use OuterBox?",
"pattern": {}
},
{
"id": "cost",
"label": "Is OuterBox free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does OuterBox compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is OuterBox?",
"pattern": {}
},
{
"id": "how",
"label": "How does OuterBox work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is OuterBox free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does OuterBox compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221783
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 221837
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head>\n<meta charset=\"UTF-8\">\n<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callI"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.outerboxdesign.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.outerboxdesign.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.outerboxdesign.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.outerboxdesign.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
Check name
`[aria-hidden="true"]` elements contain focusable descendents
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.10/aria-hidden-focus).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.10/aria-hidden-focus)."
}Performance and AccessibilityAccessibilityBrowser audit
Uses ARIA roles on incompatible elements
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Uses ARIA roles on incompatible elements
Check name
Uses ARIA roles on incompatible elements
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-role).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-role)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
1.8Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "1.8Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 1835.631999999998
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
15 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
41/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 6,
"displayValue": "3.0Â s",
"numericValue": 2984.7046
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 3,
"displayValue": "6.2Â s",
"numericValue": 6208.2925
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 8,
"displayValue": "4.2Â s",
"numericValue": 4175.863878609846
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "1,730Â ms",
"numericValue": 1730.6934
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 12,
"displayValue": "450Â ms",
"numericValue": 452
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 260Â ms",
"numericValue": 256.481
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 17,
"displayValue": "6.9Â s",
"numericValue": 6926.890360000001
},
{
"id": "uses-rel-preconnect",
"title": "Preconnect to required origins",
"score": 100
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "0Â ms",
"numericValue": 0.0465
},
{
"id": "third-party-summary",
"title": "Minimize third-party usage",
"score": 100,
"displayValue": "Third-party code blocked the main thread for 0Â ms"
},
{
"id": "largest-contentful-paint-element",
"title": "Largest Contentful Paint element",
"score": 0,
"displayValue": "6,210Â ms"
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
50/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with correct aspect ratio",
"score": 100
},
{
"id": "uses-responsive-images",
"title": "Properly size images",
"score": 0,
"displayValue": "Est savings of 10Â KiB",
"numericValue": 300
}
]
}Performance and AccessibilityPerformanceBrowser audit
Preload Largest Contentful Paint image
13 Warning
Performance and AccessibilityPerformanceBrowser audit
Preload Largest Contentful Paint image
Check name
Preload Largest Contentful Paint image
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "",
"description": "If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered).",
"numericValue": 0
}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.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 51/100 | Level 3, Bot-Aware | Current report |