Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 49 out of 100
- Agent Ease of Use 4 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 77 out of 100
- SEO 85 out of 100
- Performance and Accessibility 45 out of 100
What AI sees of your website
WebFX | The Digital Marketing Agency That Drives Revenue
We've generated over $10 billion in revenue for our clients. Read over 1,100 client reviews and learn why WebFX is the #1 digital marketing agency.
Next step
Turn this report into a fix workflow
23 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 | 49 | Priority fix | 10 | 13 | 1 | View details |
| Discoverability | 71 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 63 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 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 | 77 | Mostly ready | 5 | 0 | 15 | |
| GEO Readiness | 88 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 76 | Mostly ready | 2 | 0 | 5 | |
| AEO Readiness | 68 | Needs work | 1 | 0 | 6 | |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 45 | Priority fix | 21 | 6 | 0 | View details |
| Performance | 26 | Priority fix | 13 | 3 | 0 | View details |
| Accessibility | 79 | Mostly ready | 8 | 3 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
47 items need attention
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": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
},
"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 DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
50 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",
"VideoObject",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 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.webfx.com/wp-json/",
"rel": "https://api.w.org/"
},
{
"url": "https://www.webfx.com/wp-json/wp/v2/pages/500079",
"rel": "alternate",
"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."
}
]
}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": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
},
{
"path": "/openapi.yaml",
"statusCode": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
},
{
"path": "/swagger.json",
"statusCode": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
},
{
"path": "/swagger.yaml",
"statusCode": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
},
{
"path": "/api/openapi.json",
"statusCode": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
},
{
"path": "/api/swagger.json",
"statusCode": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
},
{
"path": "/docs/openapi.json",
"statusCode": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
}
]
},
"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 ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 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
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 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": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}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".
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"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"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": 124683,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" data-perfx-countrycode=\"IN\">\n\n<head>\n <meta charset=\"UTF-8\" />\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n",
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}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: missing <main> landmark; skipped heading levels; 1 links missing accessible names; 0/5 applicable form inputs have autocomplete attributes (5 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": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"JavaScript:void(0);\" class=\"fx-wistia_thumb wistia-trigger-video\" data-wistia-id=\"b48h4y3d19\" data-wistia-matcher=\"b48h4y3d19-block_d7e8e6313cda453887cd168b0317eb85\"> <span id=\"b48h4y3d19-block_d7e8e6313cda453887cd168b0317eb85\" class=\"wistia_embed wistia_async_b48h4y3d19 popover=true popoverContent=html silentAutoPlay=allow qualityMax=720 stillUrl=none preload=none\"></span> </a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input placeholder=\"Enter your website\" name=\"website\" type=\"text\" required id=\"form__proposal_website_block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\" class=\"form__proposal_website form__proposal_website_block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\">",
"<input type=\"text\" name=\"website\" class=\"revenue-engine-cta__input\" placeholder=\"Enter your website\" required>",
"<input type=\"text\" name=\"website\" placeholder=\"Enter your website\" required style=\" width: 100%; height: 64px; padding: 8px 16px; background: #FFFFFF; border: none; border-radius: 4px; box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.15); font-family: 'Inter', sans-serif; font-weight: 600; font-size: 21px; line-height: 35px; color: #222222; box-sizing: border-box; \">",
"<input type=\"text\" name=\"website\" class=\"gradient-closer-cta__input\" placeholder=\"Enter your website\" required>",
"<input placeholder=\"Enter your website\" name=\"website\" type=\"text\" required class=\"form-control\">"
],
"imagesMissingAlt": [
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=2663156860520206&ev=PageView&noscript=1\">"
],
"skippedHeadingLevels": [
"h5: REVENUE DRIVEN FOR OUR CLIENTS",
"h4: Increase in organic transactions",
"h4: increase in ecommerce sales",
"h3: The WebFX Portfolio",
"h4: Industry-leading revenue acceleration platform",
"h5: A next-level approach to digital",
"h4: Simple, all-in-one CRM platform for B2B",
"h5: Equip your sales team to win",
"h4: #1Best Placeto Work in PA",
"h1: Your Revenue Growth Partner in the AI Era",
"h3: Stay Visible & Drive Traffic",
"h3: Generate More Qualified Leads",
"h3: Make Smarter Marketing Decisions",
"h3: Measure & Predict Revenue",
"h2: Move From Marketing that Reports Clicks to Marketing that Reports Revenue",
"h2: Uniquely Positioned to Power Real Revenue Growth",
"h3: Attributable ROI From Marketing",
"h3: Turning Traffic into Leads & Pipeline",
"h3: Smarter Decisions at Scale",
"h3: Turn Your Marketing Into a Revenue Engine",
"h2: Proven Results For Growth-Focused Businesses",
"h2: Search Has Changed Marketing Attribution Needs to Keep Up",
"h5: Featured Case Study",
"h3: Winning Back Visibility in an AI Era",
"h5: Keyword rankings growth",
"h2: See How Each Piece of Our Revenue Engine Grows Your Business",
"h3: Drive brand visibility",
"h3: Maximize website traffic",
"h3: Boost sales efficiency",
"h3: Revenue-focused decision-making",
"h3: Drive brand visibility",
"h2: Behind Every Strategy is an Entire Team of Experts Obsessed with Your Success",
"h2: We Don’t Just Follow Industry Trends — We Publish Them",
"h4: Where and Why Google’s AI Overviews Appear",
"h4: How Gen AI is Changing Search",
"h4: How Different Generations Use AI to Search",
"h4: Want to join our award-winning team?",
"h2: Your Revenue Growth Starts Here",
"h4: Discover how we can help your business grow",
"h5: Proudly brought to you by WebFX"
]
},
"counts": {
"h1": 1,
"headings": 40,
"links": 237,
"inaccessibleLinks": 1,
"buttons": 30,
"inaccessibleButtons": 0,
"images": 111,
"imagesWithAlt": 110,
"autocompleteInputs": 5,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 5
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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."
}
]
}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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/agent-card.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/agent.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/agents.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/.well-known/mcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/.well-known/mcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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": 7179
},
{
"path": "/webmcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/mcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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="website"> is missing a label.<input name="website"> is missing tool-param-description.<input name="website"> is missing a label.<input name="website"> is missing tool-param-description.<input name="website"> is missing a label.<input name="website"> is missing tool-param-description.<input name="website"> is missing a label.<input name="website"> is missing tool-param-description.<input name="website"> is missing a label.<input name="website"> 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": 5,
"formsWithTags": 0,
"totalInteractive": 271,
"interactiveWithTags": 0,
"totalCount": 276,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> 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": 10,
"issues": [
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"website\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"website\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"website\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"website\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"website\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"website\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"website\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"website\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"website\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"website\"> 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": 5,
"formsWithTags": 0,
"totalInteractive": 271,
"interactiveWithTags": 0,
"totalCount": 276,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> 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": 5,
"formsWithTags": 0,
"totalInteractive": 271,
"interactiveWithTags": 0,
"totalCount": 276,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"website\"> is missing a label.",
"<input name=\"website\"> 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-06-03T14:50:16+00:00",
"2025-12-11T12:57:03+00:00",
"2025-07-01T18:44:02+00:00",
"2025-01-15T16:49:27+00:00",
"2025-01-21T00:13:51+00:00",
"2025-09-15T19:25:48+00:00",
"2025-01-15T16:49:27+00:00",
"2025-01-21T00:13:51+00:00",
"2025-09-15T19:25:48+00:00",
"2025-01-15T16:49:27+00:00",
"2023-06-23T14:42:36+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.
4 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-12-11T12:57:03+00:00",
"2026-06-03T14:50:16+00:00",
"2025-07-01T18:44:02+00:00",
"2025-01-15T16:49:27+00:00",
"2025-01-21T00:13:51+00:00",
"2025-09-15T19:25:48+00:00",
"2023-06-23T14:42:36+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.webfx.com/about/results/",
"text": "REVENUE DRIVEN FOR OUR CLIENTS $10,085,355,239+",
"html": "<a class=\"fxtopbar-revenue\" href=\"https://www.webfx.com/about/results/\"> <h5 class=\"_title\">REVENUE DRIVEN FOR OUR CLIENTS</h5> <div class=\"_value\"><i class=\"ichdr-chart\"></i>$10,085,355,239+</div> </a>"
},
{
"href": "https://www.webfx.com/about/results/",
"text": "Our SEO Results",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore client results\" href=\"https://www.webfx.com/about/results/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Our SEO Results</span></a>"
},
{
"href": "https://www.webfx.com/about/our-approach/website-doesnt-drive-leads/",
"text": "My Website Doesn’t Drive Leads",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Troubleshoot lead generation\" href=\"https://www.webfx.com/about/our-approach/website-doesnt-drive-leads/\"><span class=\"ubermenu-target-title ubermenu-target-text\">My Website Doesn’t Drive Leads</span></a>"
},
{
"href": "/about/our-approach/why-is-my-website-traffic-going-down/",
"text": "My Website Traffic Is Going Down",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Troubleshoot website traffic\" href=\"/about/our-approach/why-is-my-website-traffic-going-down/\"><span class=\"ubermenu-target-title ubermenu-target-text\">My Website Traffic Is Going Down</span></a>"
},
{
"href": "/about/our-approach/my-website-doesnt-convert/",
"text": "My Website Doesn’t Convert",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Troubleshoot conversion rates\" href=\"/about/our-approach/my-website-doesnt-convert/\"><span class=\"ubermenu-target-title ubermenu-target-text\">My Website Doesn’t Convert</span></a>"
},
{
"href": "/about/our-approach/my-agency-isnt-driving-results/",
"text": "My Agency Isn’t Driving Results",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Troubleshoot agency performance\" href=\"/about/our-approach/my-agency-isnt-driving-results/\"><span class=\"ubermenu-target-title ubermenu-target-text\">My Agency Isn’t Driving Results</span></a>"
},
{
"href": "#",
"text": "About",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" href=\"#\" tabindex=\"0\"><span class=\"ubermenu-target-title ubermenu-target-text\">About</span><i class=\"ubermenu-sub-indicator fas fa-angle-down\"></i><span class=\"ubermenu-sub-indicator-close\"><i class=\"fas fa-times\"></i></span></a>"
},
{
"href": "/about/our-approach/",
"text": "Our Approach",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our approach to digital marketing\" href=\"/about/our-approach/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Our Approach</span></a>"
},
{
"href": "/about/",
"text": "About Us",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Get to know WebFX\" href=\"/about/\"><span class=\"ubermenu-target-title ubermenu-target-text\">About Us</span></a>"
},
{
"href": "/about/reviews/",
"text": "WebFX Reviews",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Read our reviews\" href=\"/about/reviews/\"><span class=\"ubermenu-target-title ubermenu-target-text\">WebFX Reviews</span></a>"
},
{
"href": "/about/awards/",
"text": "Awards",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Browse our awards\" href=\"/about/awards/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Awards</span></a>"
},
{
"href": "/about/company-values/",
"text": "Company Values",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our POSITIVE values\" href=\"/about/company-values/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Company Values</span></a>"
},
{
"href": "/about/charities/",
"text": "Community Impact",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our community impact\" href=\"/about/charities/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Community Impact</span></a>"
},
{
"href": "/about/fxbuilds/",
"text": "FXBuilds",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore FXBuilds projects\" href=\"/about/fxbuilds/\"><span class=\"ubermenu-target-title ubermenu-target-text\">FXBuilds</span></a>"
},
{
"href": "/about/stem-fx/",
"text": "STEMFX Program",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our STEMFX program\" href=\"/about/stem-fx/\"><span class=\"ubermenu-target-title ubermenu-target-text\">STEMFX Program</span></a>"
},
{
"href": "/about/history/",
"text": "WebFX History",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our history\" href=\"/about/history/\"><span class=\"ubermenu-target-title ubermenu-target-text\">WebFX History</span></a>"
},
{
"href": "https://www.webfx.com/about/our-approach/",
"text": "See Our Approach",
"html": "<a href=\"https://www.webfx.com/about/our-approach/\" class=\"rotating-3-pillars-carousel__cta\"> <span>See Our Approach</span> <svg width=\"19\" height=\"16\" viewBox=\"0 0 19 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.7071 8.70711C19.0976 8.31658 19.0976 7.68342 18.7071 7.29289L12.3431 0.928932C11.9526 0.538408 11.3195 0.538408 10.9289 0.928932C10.5384 1.31946 10.5384 1.95262 10.9289 2.34315L16.5858 8L10.9289 13.6569C10.5384 14.0474 10.5384 14.6805 10.9289 15.0711C11.3195 15.46..."
},
{
"href": "https://www.webfx.com/wp-content/uploads/2025/12/top_clutch.co_local_seo_company_2024-1-1.png",
"text": "",
"html": "<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/top_clutch.co_local_seo_company_2024-1-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/top_clutch.co_local_seo_company_2024-1-1.png\" alt=\"top clutchco local seo company 2024 1 1\" width=\"103px\" height=\"110px\"> </a>"
},
{
"href": "https://www.webfx.com/about/",
"text": "About Us",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Get to know WebFX\" href=\"https://www.webfx.com/about/\"><span class=\"ubermenu-target-title ubermenu-target-text\">About Us</span></a>"
},
{
"href": "https://www.webfx.com/about/charities/",
"text": "Community Impact",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our community impact\" href=\"https://www.webfx.com/about/charities/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Community Impact</span></a>"
},
{
"href": "https://www.linkedin.com/company/webfxinc/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/webfxinc/\" class=\"external\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" alt=\"Linked In\" src=\"/wp-content/themes/fx/assets/img/footer/linkedin.png\"></a>"
}
],
"contactLinks": [
{
"href": "https://www.webfx.com/digital-marketing/services/contact-enrichment/",
"text": "Contact Enrichment",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" href=\"https://www.webfx.com/digital-marketing/services/contact-enrichment/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Contact Enrichment</span></a>"
},
{
"href": "/contact/",
"text": "Contact Info",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Learn how to contact us\" href=\"/contact/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Contact Info</span></a>"
},
{
"href": "https://www.webfx.com/contact/",
"text": "Contact Us",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Learn how to contact us\" href=\"https://www.webfx.com/contact/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Contact Us</span></a>"
}
],
"privacyLinks": [
{
"href": "/privacy-policy/",
"text": "Privacy & Terms of Use",
"html": "<a href=\"/privacy-policy/\">Privacy & Terms of Use</a>"
},
{
"href": "https://www.webfx.com/my-data-preferences/",
"text": "Your Privacy Choices",
"html": "<a href=\"https://www.webfx.com/my-data-preferences/\" class=\"privacy-choices-link\"> <svg class=\"privacy-choices-icon\" viewBox=\"0 0 510 245\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M122.06 223.18H240.63L294.68 20.91H122.05C66.2499 20.91 20.9199 66.25 20.9199 122.04C20.9199 177.83 66.2599 223.17 122.05 223.17L122.06 223.18Z\" fill=\"#0F1524\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M387.1 0H122.06C54.06 0 0 54.05 0 122.06C0 190.07..."
}
],
"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
20 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": 23,
"passing": 3,
"failing": [
{
"heading": "The WebFX Portfolio",
"headingHtml": "<h3 class=\"_title\">The WebFX Portfolio</h3>",
"firstParagraph": "",
"paragraphHtml": "<p></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Stay Visible & Drive Traffic",
"headingHtml": "<h3 class=\"flywheel-content-heading\" style=\"color: #207DE9;\"> Stay Visible & Drive Traffic </h3>",
"firstParagraph": "Get your brand in front of ready-to-buy customers in Search and AI.",
"paragraphHtml": "<p class=\"flywheel-content-description\"> Get your brand in front of ready-to-buy customers in Search and AI. </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Generate More Qualified Leads",
"headingHtml": "<h3 class=\"flywheel-content-heading\" style=\"color: #4dc1b9;\"> Generate More Qualified Leads </h3>",
"firstParagraph": "Turn visitors into form fills, calls, and conversations that seamlessly port into your CRM.",
"paragraphHtml": "<p class=\"flywheel-content-description\"> Turn visitors into form fills, calls, and conversations that seamlessly port into your CRM. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Make Smarter Marketing Decisions",
"headingHtml": "<h3 class=\"flywheel-content-heading\" style=\"color: #af3fac;\"> Make Smarter Marketing Decisions </h3>",
"firstParagraph": "Optimize investments with easy-to-read dashboards backed by expert consulting.",
"paragraphHtml": "<p class=\"flywheel-content-description\"> Optimize investments with easy-to-read dashboards backed by expert consulting. </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Measure & Predict Revenue",
"headingHtml": "<h3 class=\"flywheel-content-heading\" style=\"color: #41d48c;\"> Measure & Predict Revenue </h3>",
"firstParagraph": "Technology connects sales and marketing for easier attribution and steady, repeatable growth.",
"paragraphHtml": "<p class=\"flywheel-content-description\"> Technology connects sales and marketing for easier attribution and steady, repeatable growth. </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Move From Marketing that Reports Clicks to Marketing that Reports Revenue",
"headingHtml": "<h2 style=\"text-align: center\">Move From Marketing that Reports Clicks to<br> <span class=\"blue-highlight\">Marketing that Reports Revenue</span></h2>",
"firstParagraph": "Traditional marketing optimizes for channel metrics. Revenue marketing optimizes for business impact. Connected revenue marketing through RevenueCloudFX leads to 1.8X faster lead growth than industry average.",
"paragraphHtml": "<p style=\"text-align: center\">Traditional marketing optimizes for channel metrics. Revenue marketing optimizes for business impact. Connected revenue marketing through RevenueCloudFX leads to <strong>1.8X faster lead growth than industry average</strong>.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Attributable ROI From Marketing",
"headingHtml": "<h3 class=\"rotating-3-pillars-carousel__heading\">Attributable ROI From Marketing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Turning Traffic into Leads & Pipeline",
"headingHtml": "<h3 class=\"rotating-3-pillars-carousel__heading\">Turning Traffic into Leads & Pipeline</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Smarter Decisions at Scale",
"headingHtml": "<h3 class=\"rotating-3-pillars-carousel__heading\">Smarter Decisions at Scale</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Turn Your Marketing Into a Revenue Engine",
"headingHtml": "<h3 class=\"cta-heading\" data-dtoc-ignore data-toc-ignore>Turn Your Marketing Into a Revenue Engine</h3>",
"firstParagraph": "See how WebFX connects every click, lead, and sale into one measurable system built to grow your bottom line.",
"paragraphHtml": "<p>See how WebFX connects every click, lead, and sale into one measurable system built to grow your bottom line.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Proven Results For Growth-Focused Businesses",
"headingHtml": "<h2 style=\"text-align: center; margin-top: 24px;\" id=\"f0603f4738b2c45d2d594c22f4018d7a-0\">Proven Results For <span class=\"blue-highlight\">Growth-Focused Businesses</span></h2>",
"firstParagraph": "We’ve been driving measurable growth for over 30 years by combining the power of strategic execution, proprietary technology, and intelligence-backed decision making. See how we’re driven over $10 billion in revenue for clients in the last 5 years.",
"paragraphHtml": "<p style=\"text-align: center; margin-bottom: 64px;\">We’ve been driving measurable growth for over 30 years by combining the power of strategic execution, proprietary technology, and intelligence-backed decision making. See how we’re driven over $10 billion in revenue for clients in the last 5 years.</p>",
"words": 40,
"direct": false,
"issue": "First paragraph is 40 words and does not look like a concise direct answer."
},
{
"heading": "Winning Back Visibility in an AI Era",
"headingHtml": "<h3 class=\"gfcs-title\">Winning Back Visibility in an AI Era</h3>",
"firstParagraph": "586%",
"paragraphHtml": "<p class=\"gfcs-stat-value\">586%</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "See How Each Piece of Our Revenue Engine Grows Your Business",
"headingHtml": "<h2>See How Each Piece of Our Revenue Engine <span class=\"blue-highlight\">Grows Your Business</span></h2>",
"firstParagraph": "Connected digital marketing strategies work together to drive revenue while custom-built technology makes it all attributable.",
"paragraphHtml": "<p>Connected digital marketing strategies work together to drive revenue while custom-built technology makes it all attributable.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Drive brand visibility",
"headingHtml": "<h3 class=\"funnel-light__heading\">Drive brand visibility</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Maximize website traffic",
"headingHtml": "<h3 class=\"funnel-light__heading\">Maximize website traffic</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boost sales efficiency",
"headingHtml": "<h3 class=\"funnel-light__heading\">Boost sales efficiency</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Revenue-focused decision-making",
"headingHtml": "<h3 class=\"funnel-light__heading\">Revenue-focused decision-making</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Drive brand visibility",
"headingHtml": "<h3 class=\"funnel-light__heading\">Drive brand visibility</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We Don’t Just Follow Industry Trends — We Publish Them",
"headingHtml": "<h2 id=\"44af94a3ca53b8566f6e55e7574f24c2-0\">We Don’t Just Follow Industry Trends — We Publish Them</h2>",
"firstParagraph": "The WebFX experts regularly leverage our first-party data along with original research to produce insights for marketing managers and business teams to make smarter marketing decisions.",
"paragraphHtml": "<p class=\"bottom-margin-0px\">The WebFX experts regularly leverage our first-party data along with original research to produce insights for marketing managers and business teams to make smarter marketing decisions.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Your Revenue Growth Starts Here",
"headingHtml": "<h2 data-dtoc-ignore data-toc-ignore class=\"cta-heading\">Your Revenue Growth Starts Here</h2>",
"firstParagraph": "Tell us about your business, and we’ll create a custom plan to grow your traffic, leads, and predictable revenue.",
"paragraphHtml": "<p>Tell us about your business, and we’ll create a custom plan to grow your traffic, leads, and predictable revenue.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 63/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 63/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
11 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
63/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 63/100 and needs improvement.
Evidence
{
"schemaCount": 14,
"checkedFields": [
{
"path": "$[0].@graph[0].name",
"value": "WebFX | The Digital Marketing Agency That Drives Revenue"
},
{
"path": "$[0].@graph[0].description",
"value": "We've generated over $10 billion in revenue for our clients. Read over 1,100 client reviews and learn why WebFX is the #1 digital marketing agency."
},
{
"path": "$[0].@graph[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[0].@graph[2].name",
"value": "WebFX"
},
{
"path": "$[0].@graph[2].description",
"value": "The Digital Marketing Agency That Drives Revenue®"
},
{
"path": "$[0].@graph[3].name",
"value": "WebFX"
},
{
"path": "$[1].name",
"value": "WebFX | The Digital Marketing Agency That Drives Revenue"
},
{
"path": "$[1].description",
"value": "We've generated over $10 billion in revenue for our clients. Read over 1,100 client reviews and learn why WebFX is the #1 digital marketing agency."
},
{
"path": "$[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[3].name",
"value": "WebFX"
},
{
"path": "$[3].description",
"value": "The Digital Marketing Agency That Drives Revenue®"
},
{
"path": "$[4].name",
"value": "WebFX"
},
{
"path": "$[5].name",
"value": "How RevenueCloudFX Can Help Your Business Grow"
},
{
"path": "$[5].description",
"value": "In a world where customer data is often scattered across various platforms, building an effective marketing strategy can be a daunting task. RevenueCloudFX emerges as a comprehensive marketing automation platform that centralizes all marketing data into one dashboard, eliminating the need for multiple expensive tools. RevenueCloudFX not only connects existing tools but also tracks content performance and manages contacts for targeted advertising. With continuous feature updates, RevenueCloudFX ensures that clients stay ahead in the ever-evolving marketing landscape."
},
{
"path": "$[6].name",
"value": "Foster Fuels Testimonial"
},
{
"path": "$[6].description",
"value": "Foster Fuels, serving both residential and commercial customers, has experienced significant website growth since partnering with WebFX in 2014. The collaboration has allowed Foster Fuels to set digital standards in their local market, thanks to WebFX's extensive tools and resources. Account manager Seth exemplifies the responsive and knowledgeable support provided by WebFX, who invest time in understanding their clients' needs. In today's digital age, investing in a robust website is essential, and WebFX's partnership with Google further enhances their service offerings."
},
{
"path": "$[7].name",
"value": "Village Caregiving Testimonial"
},
{
"path": "$[7].description",
"value": "In a heartfelt testimonial, Jeff Stevens shares his positive experience with WebFX, highlighting their exceptional communication and support in non-medical home care services. He emphasizes the importance of digital marketing for visibility and praises the monthly performance reviews that contribute to impressive growth metrics. Jeff feels valued and appreciated, noting that his high expectations were not only met but exceeded. He encourages others to consider WebFX, assuring them they won't regret the decision."
},
{
"path": "$[8].name",
"value": "Thompson Tractor Testimonial"
},
{
"path": "$[8].description",
"value": "This video features an interview with Miranda Smith, the marketing manager for WebFX Client Thompson Tractor. Miranda shares that WebFX stands out due to its dedicated team, which enhances the overall experience for clients. She highlights the growth that her company has achieved in collaboration with WebFX. The cohesive strategies provided by WebFX have been instrumental in Thompson's success, and Miranda values the knowledge gained from their partnership. She appreciates the support and implementation efforts from WebFX, recommending them as a valuable partner in digital marketing."
},
{
"path": "$[9].name",
"value": "Foster Fuels Testimonial"
},
{
"path": "$[9].description",
"value": "Foster Fuels, serving both residential and commercial customers, has experienced significant website growth since partnering with WebFX in 2014. The collaboration has allowed Foster Fuels to set digital standards in their local market, thanks to WebFX's extensive tools and resources. Account manager Seth exemplifies the responsive and knowledgeable support provided by WebFX, who invest time in understanding their clients' needs. In today's digital age, investing in a robust website is essential, and WebFX's partnership with Google further enhances their service offerings."
},
{
"path": "$[10].name",
"value": "Village Caregiving Testimonial"
},
{
"path": "$[10].description",
"value": "In a heartfelt testimonial, Jeff Stevens shares his positive experience with WebFX, highlighting their exceptional communication and support in non-medical home care services. He emphasizes the importance of digital marketing for visibility and praises the monthly performance reviews that contribute to impressive growth metrics. Jeff feels valued and appreciated, noting that his high expectations were not only met but exceeded. He encourages others to consider WebFX, assuring them they won't regret the decision."
},
{
"path": "$[11].name",
"value": "Thompson Tractor Testimonial"
},
{
"path": "$[11].description",
"value": "This video features an interview with Miranda Smith, the marketing manager for WebFX Client Thompson Tractor. Miranda shares that WebFX stands out due to its dedicated team, which enhances the overall experience for clients. She highlights the growth that her company has achieved in collaboration with WebFX. The cohesive strategies provided by WebFX have been instrumental in Thompson's success, and Miranda values the knowledge gained from their partnership. She appreciates the support and implementation efforts from WebFX, recommending them as a valuable partner in digital marketing."
},
{
"path": "$[12].name",
"value": "Foster Fuels Testimonial"
},
{
"path": "$[12].description",
"value": "Foster Fuels, serving both residential and commercial customers, has experienced significant website growth since partnering with WebFX in 2014. The collaboration has allowed Foster Fuels to set digital standards in their local market, thanks to WebFX's extensive tools and resources. Account manager Seth exemplifies the responsive and knowledgeable support provided by WebFX, who invest time in understanding their clients' needs. In today's digital age, investing in a robust website is essential, and WebFX's partnership with Google further enhances their service offerings."
},
{
"path": "$[13].name",
"value": "Our Approach to Your Digital Marketing"
},
{
"path": "$[13].description",
"value": "WebFX offers customized marketing strategies tailored to each business, with expertise in various marketing aspects. They utilize technology such as RevenueCloudFX and Nutshell for real-time tracking of investment, custom reports, and AI-powered recommendations. Clients receive continuous support beyond numbers, with a dedicated account manager, personalized support and advice, and expert coordination with the team. Client experiences and feedback emphasize satisfaction with WebFX services, encouraging partnerships and emphasizing understanding client goals."
}
],
"mismatches": [
{
"path": "$[0].@graph[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[5].description",
"value": "In a world where customer data is often scattered across various platforms, building an effective marketing strategy can be a daunting task. RevenueCloudFX emerges as a comprehensive marketing automation platform that centralizes all marketing data into one dashboard, eliminating the need for multiple expensive tools. RevenueCloudFX not only connects existing tools but also tracks content performance and manages contacts for targeted advertising. With continuous feature updates, RevenueCloudFX ensures that clients stay ahead in the ever-evolving marketing landscape."
},
{
"path": "$[6].description",
"value": "Foster Fuels, serving both residential and commercial customers, has experienced significant website growth since partnering with WebFX in 2014. The collaboration has allowed Foster Fuels to set digital standards in their local market, thanks to WebFX's extensive tools and resources. Account manager Seth exemplifies the responsive and knowledgeable support provided by WebFX, who invest time in understanding their clients' needs. In today's digital age, investing in a robust website is essential, and WebFX's partnership with Google further enhances their service offerings."
},
{
"path": "$[7].description",
"value": "In a heartfelt testimonial, Jeff Stevens shares his positive experience with WebFX, highlighting their exceptional communication and support in non-medical home care services. He emphasizes the importance of digital marketing for visibility and praises the monthly performance reviews that contribute to impressive growth metrics. Jeff feels valued and appreciated, noting that his high expectations were not only met but exceeded. He encourages others to consider WebFX, assuring them they won't regret the decision."
},
{
"path": "$[8].description",
"value": "This video features an interview with Miranda Smith, the marketing manager for WebFX Client Thompson Tractor. Miranda shares that WebFX stands out due to its dedicated team, which enhances the overall experience for clients. She highlights the growth that her company has achieved in collaboration with WebFX. The cohesive strategies provided by WebFX have been instrumental in Thompson's success, and Miranda values the knowledge gained from their partnership. She appreciates the support and implementation efforts from WebFX, recommending them as a valuable partner in digital marketing."
},
{
"path": "$[9].description",
"value": "Foster Fuels, serving both residential and commercial customers, has experienced significant website growth since partnering with WebFX in 2014. The collaboration has allowed Foster Fuels to set digital standards in their local market, thanks to WebFX's extensive tools and resources. Account manager Seth exemplifies the responsive and knowledgeable support provided by WebFX, who invest time in understanding their clients' needs. In today's digital age, investing in a robust website is essential, and WebFX's partnership with Google further enhances their service offerings."
},
{
"path": "$[10].description",
"value": "In a heartfelt testimonial, Jeff Stevens shares his positive experience with WebFX, highlighting their exceptional communication and support in non-medical home care services. He emphasizes the importance of digital marketing for visibility and praises the monthly performance reviews that contribute to impressive growth metrics. Jeff feels valued and appreciated, noting that his high expectations were not only met but exceeded. He encourages others to consider WebFX, assuring them they won't regret the decision."
},
{
"path": "$[11].description",
"value": "This video features an interview with Miranda Smith, the marketing manager for WebFX Client Thompson Tractor. Miranda shares that WebFX stands out due to its dedicated team, which enhances the overall experience for clients. She highlights the growth that her company has achieved in collaboration with WebFX. The cohesive strategies provided by WebFX have been instrumental in Thompson's success, and Miranda values the knowledge gained from their partnership. She appreciates the support and implementation efforts from WebFX, recommending them as a valuable partner in digital marketing."
},
{
"path": "$[12].description",
"value": "Foster Fuels, serving both residential and commercial customers, has experienced significant website growth since partnering with WebFX in 2014. The collaboration has allowed Foster Fuels to set digital standards in their local market, thanks to WebFX's extensive tools and resources. Account manager Seth exemplifies the responsive and knowledgeable support provided by WebFX, who invest time in understanding their clients' needs. In today's digital age, investing in a robust website is essential, and WebFX's partnership with Google further enhances their service offerings."
},
{
"path": "$[13].description",
"value": "WebFX offers customized marketing strategies tailored to each business, with expertise in various marketing aspects. They utilize technology such as RevenueCloudFX and Nutshell for real-time tracking of investment, custom reports, and AI-powered recommendations. Clients receive continuous support beyond numbers, with a dedicated account manager, personalized support and advice, and expert coordination with the team. Client experiences and feedback emphasize satisfaction with WebFX services, encouraging partnerships and emphasizing understanding client goals."
}
],
"score": 63,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
20 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
50/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 50/100 and needs improvement.
Evidence
{
"h2Count": 8,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}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-12-11T12:57:03+00:00",
"2026-06-03T14:50:16+00:00",
"2025-07-01T18:44:02+00:00",
"2025-01-15T16:49:27+00:00",
"2025-01-21T00:13:51+00:00",
"2025-09-15T19:25:48+00:00",
"2023-06-23T14:42:36+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.webfx.com/about/results/",
"text": "REVENUE DRIVEN FOR OUR CLIENTS $10,085,355,239+",
"html": "<a class=\"fxtopbar-revenue\" href=\"https://www.webfx.com/about/results/\"> <h5 class=\"_title\">REVENUE DRIVEN FOR OUR CLIENTS</h5> <div class=\"_value\"><i class=\"ichdr-chart\"></i>$10,085,355,239+</div> </a>"
},
{
"href": "https://www.webfx.com/about/results/",
"text": "Our SEO Results",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore client results\" href=\"https://www.webfx.com/about/results/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Our SEO Results</span></a>"
},
{
"href": "https://www.webfx.com/about/our-approach/website-doesnt-drive-leads/",
"text": "My Website Doesn’t Drive Leads",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Troubleshoot lead generation\" href=\"https://www.webfx.com/about/our-approach/website-doesnt-drive-leads/\"><span class=\"ubermenu-target-title ubermenu-target-text\">My Website Doesn’t Drive Leads</span></a>"
},
{
"href": "/about/our-approach/why-is-my-website-traffic-going-down/",
"text": "My Website Traffic Is Going Down",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Troubleshoot website traffic\" href=\"/about/our-approach/why-is-my-website-traffic-going-down/\"><span class=\"ubermenu-target-title ubermenu-target-text\">My Website Traffic Is Going Down</span></a>"
},
{
"href": "/about/our-approach/my-website-doesnt-convert/",
"text": "My Website Doesn’t Convert",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Troubleshoot conversion rates\" href=\"/about/our-approach/my-website-doesnt-convert/\"><span class=\"ubermenu-target-title ubermenu-target-text\">My Website Doesn’t Convert</span></a>"
},
{
"href": "/about/our-approach/my-agency-isnt-driving-results/",
"text": "My Agency Isn’t Driving Results",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Troubleshoot agency performance\" href=\"/about/our-approach/my-agency-isnt-driving-results/\"><span class=\"ubermenu-target-title ubermenu-target-text\">My Agency Isn’t Driving Results</span></a>"
},
{
"href": "#",
"text": "About",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" href=\"#\" tabindex=\"0\"><span class=\"ubermenu-target-title ubermenu-target-text\">About</span><i class=\"ubermenu-sub-indicator fas fa-angle-down\"></i><span class=\"ubermenu-sub-indicator-close\"><i class=\"fas fa-times\"></i></span></a>"
},
{
"href": "/about/our-approach/",
"text": "Our Approach",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our approach to digital marketing\" href=\"/about/our-approach/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Our Approach</span></a>"
},
{
"href": "/about/",
"text": "About Us",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Get to know WebFX\" href=\"/about/\"><span class=\"ubermenu-target-title ubermenu-target-text\">About Us</span></a>"
},
{
"href": "/about/reviews/",
"text": "WebFX Reviews",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Read our reviews\" href=\"/about/reviews/\"><span class=\"ubermenu-target-title ubermenu-target-text\">WebFX Reviews</span></a>"
},
{
"href": "/about/awards/",
"text": "Awards",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Browse our awards\" href=\"/about/awards/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Awards</span></a>"
},
{
"href": "/about/company-values/",
"text": "Company Values",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our POSITIVE values\" href=\"/about/company-values/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Company Values</span></a>"
},
{
"href": "/about/charities/",
"text": "Community Impact",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our community impact\" href=\"/about/charities/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Community Impact</span></a>"
},
{
"href": "/about/fxbuilds/",
"text": "FXBuilds",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore FXBuilds projects\" href=\"/about/fxbuilds/\"><span class=\"ubermenu-target-title ubermenu-target-text\">FXBuilds</span></a>"
},
{
"href": "/about/stem-fx/",
"text": "STEMFX Program",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our STEMFX program\" href=\"/about/stem-fx/\"><span class=\"ubermenu-target-title ubermenu-target-text\">STEMFX Program</span></a>"
},
{
"href": "/about/history/",
"text": "WebFX History",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our history\" href=\"/about/history/\"><span class=\"ubermenu-target-title ubermenu-target-text\">WebFX History</span></a>"
},
{
"href": "https://www.webfx.com/about/our-approach/",
"text": "See Our Approach",
"html": "<a href=\"https://www.webfx.com/about/our-approach/\" class=\"rotating-3-pillars-carousel__cta\"> <span>See Our Approach</span> <svg width=\"19\" height=\"16\" viewBox=\"0 0 19 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.7071 8.70711C19.0976 8.31658 19.0976 7.68342 18.7071 7.29289L12.3431 0.928932C11.9526 0.538408 11.3195 0.538408 10.9289 0.928932C10.5384 1.31946 10.5384 1.95262 10.9289 2.34315L16.5858 8L10.9289 13.6569C10.5384 14.0474 10.5384 14.6805 10.9289 15.0711C11.3195 15.46..."
},
{
"href": "https://www.webfx.com/wp-content/uploads/2025/12/top_clutch.co_local_seo_company_2024-1-1.png",
"text": "",
"html": "<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/top_clutch.co_local_seo_company_2024-1-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/top_clutch.co_local_seo_company_2024-1-1.png\" alt=\"top clutchco local seo company 2024 1 1\" width=\"103px\" height=\"110px\"> </a>"
},
{
"href": "https://www.webfx.com/about/",
"text": "About Us",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Get to know WebFX\" href=\"https://www.webfx.com/about/\"><span class=\"ubermenu-target-title ubermenu-target-text\">About Us</span></a>"
},
{
"href": "https://www.webfx.com/about/charities/",
"text": "Community Impact",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Explore our community impact\" href=\"https://www.webfx.com/about/charities/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Community Impact</span></a>"
},
{
"href": "https://www.linkedin.com/company/webfxinc/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/webfxinc/\" class=\"external\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" alt=\"Linked In\" src=\"/wp-content/themes/fx/assets/img/footer/linkedin.png\"></a>"
}
],
"contactLinks": [
{
"href": "https://www.webfx.com/digital-marketing/services/contact-enrichment/",
"text": "Contact Enrichment",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" href=\"https://www.webfx.com/digital-marketing/services/contact-enrichment/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Contact Enrichment</span></a>"
},
{
"href": "/contact/",
"text": "Contact Info",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Learn how to contact us\" href=\"/contact/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Contact Info</span></a>"
},
{
"href": "https://www.webfx.com/contact/",
"text": "Contact Us",
"html": "<a class=\"ubermenu-target ubermenu-item-layout-default ubermenu-item-layout-text_only\" title=\"Learn how to contact us\" href=\"https://www.webfx.com/contact/\"><span class=\"ubermenu-target-title ubermenu-target-text\">Contact Us</span></a>"
}
],
"privacyLinks": [
{
"href": "/privacy-policy/",
"text": "Privacy & Terms of Use",
"html": "<a href=\"/privacy-policy/\">Privacy & Terms of Use</a>"
},
{
"href": "https://www.webfx.com/my-data-preferences/",
"text": "Your Privacy Choices",
"html": "<a href=\"https://www.webfx.com/my-data-preferences/\" class=\"privacy-choices-link\"> <svg class=\"privacy-choices-icon\" viewBox=\"0 0 510 245\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M122.06 223.18H240.63L294.68 20.91H122.05C66.2499 20.91 20.9199 66.25 20.9199 122.04C20.9199 177.83 66.2599 223.17 122.05 223.17L122.06 223.18Z\" fill=\"#0F1524\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M387.1 0H122.06C54.06 0 0 54.05 0 122.06C0 190.07..."
}
],
"score": 60,
"weight": 22
}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
3 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": 3,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 39,
"heading": "H2: Proven Results For Growth-Focused Businesses",
"text": "We’ve been driving measurable growth for over 30 years by combining the power of strategic execution, proprietary technology, and intelligence-backed decision making. See how we’re driven over $10 billion in revenue for clients in the last 5 years.",
"words": 40,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220)."
],
"html": "<p style=\"text-align: center; margin-bottom: 64px;\">We’ve been driving measurable growth for over 30 years by combining the power of strategic execution, proprietary technology, and intelligence-backed decision making. See how we’re driven over $10 billion in revenue for clients in the last 5 years.</p>"
},
{
"index": 90,
"heading": "H2: Search Has Changed Marketing Attribution Needs to Keep Up",
"text": "As searchers abandon traditional search in lieu of AI engines, most agencies are scrambling to adapt. WebFX’s SEO services have leveraged a search everywhere optimization framework for years. Between our future-proof SEO approach and purpose-built AI visibility tracking technology, WebFX SEO services are unmatched for marketing teams who need to prove measurable impact from SEO in 2026.",
"words": 58,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220)."
],
"html": "<p class=\"gfcs-description\">As searchers abandon traditional search in lieu of AI engines, most agencies are scrambling to adapt. WebFX’s SEO services have leveraged a search everywhere optimization framework for years. Between our future-proof SEO approach and purpose-built AI visibility tracking technology, WebFX SEO services are unmatched for marketing teams who need to prove measurable impact from SEO in 2026.</p>"
},
{
"index": 97,
"heading": "H2: Behind Every Strategy is an Entire Team of Experts Obsessed with Your Success",
"text": "“As a marketing executive with many years and experiences with agencies I can say that WebFX is by far the best digital group I have ever had the opportunity to work with… the education, responsiveness, professionalism and closed loop reporting make WebFX my go to for digital marketing services.”",
"words": 49,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"category-testimonial-card__quote\">“As a marketing executive with many years and experiences with agencies I can say that WebFX is by far the best digital group I have ever had the opportunity to work with… the education, responsiveness, professionalism and closed loop reporting make WebFX my go to for digital marketing services.” </p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: drives, growth, partner, era.
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
87/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 87/100 and needs improvement.
Evidence
{
"title": "WebFX | The Digital Marketing Agency That Drives Revenue",
"h1": "Your Revenue Growth Partner in the AI Era",
"description": "We've generated over $10 billion in revenue for our clients. Read over 1,100 client reviews and learn why WebFX is the #1 digital marketing agency.",
"topicOverlap": 0.5555555555555556,
"topicTerms": [
"webfx",
"digital",
"marketing",
"agency",
"drives",
"revenue",
"growth",
"partner",
"era"
],
"descriptionTerms": [
"generated",
"over",
"billion",
"revenue",
"clients",
"read",
"100",
"client",
"reviews",
"learn",
"webfx",
"digital",
"marketing",
"agency"
],
"missingFromDescription": [
"drives",
"growth",
"partner",
"era"
],
"score": 87,
"weight": 28
}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.
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": true,
"definitionPatterns": 15,
"schemaBlocks": 10,
"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"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
27 image(s) are missing width/height attributes. 14 possible modal/interstitial element(s) detected.
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: Page experience for AIO
Score
70/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: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 2246,
"htmlBytes": 1995701,
"imagesMissingDimensions": [
{
"src": "https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/funnel-after.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/funnel-after.webp\" alt=\"After\" class=\"funnel-slider-module__image-desktop\">"
},
{
"src": "https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/funnel-before.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/funnel-before.webp\" alt=\"Before\" class=\"funnel-slider-module__image-desktop\">"
},
{
"src": "https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/slider-handle.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/slider-handle.svg\" alt=\"Drag to compare\" class=\"funnel-slider-module__handle-icon\">"
},
{
"src": "https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/funnel-before-mobile.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/funnel-before-mobile.webp\" alt=\"Before\" class=\"funnel-slider-module__image-mobile\">"
},
{
"src": "https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/funnel-after-mobile.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/themes/fx/assets/img/blocks/general/funnel-slider-module/funnel-after-mobile.webp\" alt=\"After\" class=\"funnel-slider-module__image-mobile\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/platform.svg\" alt=\"platform\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/people.webp?ver=1768392983",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/people.webp?ver=1768392983\" alt=\"people\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/playbooks.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/playbooks.svg\" alt=\"playbooks\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/revenuecloudfx-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/revenuecloudfx-logo.svg\" alt=\"revenuecloudfx logo\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2026/06/logos-scroller-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2026/06/logos-scroller-1.png\" alt=\"logos scroller 1\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/strategic-execution.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/strategic-execution.png\" alt=\"strategic execution\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/themes/fx/assets/img/ctas/revenue-engine-cta/flywheel.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/themes/fx/assets/img/ctas/revenue-engine-cta/flywheel.svg\" alt=\"Revenue Flywheel\" class=\"flywheel__image\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/thompson-logo-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/thompson-logo-1.png\" alt=\"thompson logo 1\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/Stat-Graph.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/Stat-Graph.png\" alt=\"Stat Graph\">"
},
{
"src": "/wp-content/themes/fx/assets/img/blocks/elements/funnel-light/mobile-funnel.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" src=\"/wp-content/themes/fx/assets/img/blocks/elements/funnel-light/mobile-funnel.svg\" alt=\"Revenue Funnel\" class=\"funnel-light__mobile-svg\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-1.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-1.webp\" alt=\"floating image divider 1\" class=\"floating-image-divider__image\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-2.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-2.webp\" alt=\"floating image divider 2\" class=\"floating-image-divider__image\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-3.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-3.webp\" alt=\"floating image divider 3\" class=\"floating-image-divider__image\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-4.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-4.webp\" alt=\"floating image divider 4\" class=\"floating-image-divider__image\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-5.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/floating-image-divider-5.webp\" alt=\"floating image divider 5\" class=\"floating-image-divider__image\" loading=\"lazy\">"
},
{
"src": "https://www.webfx.com/wp-content/themes/fx/assets/img/footer/arrow-right.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://www.webfx.com/wp-content/themes/fx/assets/img/footer/arrow-right.png\" alt=\"Arrow Right Icon\" data-loaded=\"true\">"
},
{
"src": "/wp-content/themes/fx/assets/img/footer/facebook.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" alt=\"Facebook\" src=\"/wp-content/themes/fx/assets/img/footer/facebook.png\">"
},
{
"src": "/wp-content/themes/fx/assets/img/footer/x.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" alt=\"Twitter\" src=\"/wp-content/themes/fx/assets/img/footer/x.png\">"
},
{
"src": "/wp-content/themes/fx/assets/img/footer/linkedin.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" alt=\"Linked In\" src=\"/wp-content/themes/fx/assets/img/footer/linkedin.png\">"
},
{
"src": "/wp-content/themes/fx/assets/img/footer/youtube.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" alt=\"Youtube\" src=\"/wp-content/themes/fx/assets/img/footer/youtube.png\">"
},
{
"src": "/wp-content/themes/fx/assets/img/footer/instagram.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" alt=\"Instagram\" src=\"/wp-content/themes/fx/assets/img/footer/instagram.png\">"
},
{
"src": "https://monitor.clickcease.com",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://monitor.clickcease.com\" alt=\"ClickCease\">"
}
],
"possibleDialogs": [
"<style id=\"fx_jquery_magnific_popup_plugin-css\">.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-a...",
"<style id=\"fx-popup-styles-css\">.fx-popup-content-wrapper{width:1000px;max-width:95%;display:block}.fancybox-inline-calendly-popup .fancybox-inner-calendly-wrapper{max-width:1100px;width:100%;padding:0;background:transparent}.fancybox-inline-calendly-popup .fancybox-inner-calendly-wrapper #fancybox-inline-calendly-embed{min-width:300px;height:100%;min-height:700px;padding:0;overflow:hidden;display:none}.fancybox-inline-calendly-popup .fancybox-inner-calendly-wrapper #fancybox-inline-calendly-...",
"<div class=\"form__proposal fx-popup-trigger-wrapper\"> <form action=\"/free-quote-alt/\" method=\"GET\" class=\"form-quote-proposal\"> <div class=\"form-group\"> <input placeholder=\"Enter your website\" name=\"website\" type=\"text\" required id=\"form__proposal_website_block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\" class=\"form__proposal_website form__proposal_website_block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\"> <input type=\"hidden\" id=\"origin\" name=\"origin\" value=\"header-text-left-grid\"> <button type=\"submit\"...",
"<button type=\"submit\" class=\"fx-popup-trigger btn fx-primary-btn fx-popup-trigger-send-me-proposal-block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\" data-popup-classes=\".fx-popup-send-me-proposal-block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\" data-perfx-inputs=\".form__proposal_website_block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\" data-perfx-params=\"website\" data-perfx-classes data-popup-id=\"fx-popup-send-me-proposal-block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\" data-popup-width=\"800px\" data-enabled=\"false...",
"<div style=\"display: none;\" class=\"fx-popup-content-wrapper fx-popup-content-send-me-proposal-block_f7ecc339-4586-4090-bbdb-a7e72971bfcc fx-popup-send-me-proposal-block_f7ecc339-4586-4090-bbdb-a7e72971bfcc\" data-mode=\"default\">[fx-form 211035815147045 version=”popup-form-proposal” manual-load=true]</div>",
"<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/google-agency-excellence-finalist-2024-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/google-agency-excellence-finalist-2024-1.png\" alt=\"google agency excellence finalist 2024 1\" width=\"110px\" height=\"110px\"> </a>",
"<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/google-premier-partner-no-year-1-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/google-premier-partner-no-year-1-1.png\" alt=\"google premier partner no year 1 1\" width=\"105px\" height=\"100px\"> </a>",
"<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/top_clutch.co_local_seo_company_2024-1-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/top_clutch.co_local_seo_company_2024-1-1.png\" alt=\"top clutchco local seo company 2024 1 1\" width=\"103px\" height=\"110px\"> </a>",
"<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/microsoftbadge1-1-1-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/microsoftbadge1-1-1-1.png\" alt=\"microsoftbadge1 1 1 1\" width=\"191px\" height=\"69px\"> </a>",
"<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/Meta_Business_Partners_two_line_lockup_positive_primary_RGB-1-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/Meta_Business_Partners_two_line_lockup_positive_primary_RGB-1-1.png\" alt=\"Meta Business Partners two line lockup positive primary RGB 1 1\" width=\"213px\" height=\"45px\"> </a>",
"<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/gold-stevie-winner-2024-1-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/gold-stevie-winner-2024-1-1.png\" alt=\"gold stevie winner 2024 1 1\" width=\"110px\" height=\"110px\"> </a>",
"<a href=\"https://www.webfx.com/wp-content/uploads/2025/12/Frame-427319764-1.png\" class=\"image-popup\"> <img loading=\"lazy\" decoding=\"async\" src=\"https://www.webfx.com/wp-content/uploads/2025/12/Frame-427319764-1.png\" alt=\"Frame 427319764 1\" width=\"112px\" height=\"110px\"> </a>",
"<script type=\"text/javascript\" id=\"fx_jquery_magnific_popup_plugin-js\" src=\"https://www.webfx.com/wp-content/cache/debloat/js/5236f492a96e79782f8af8d83c2f8179.js\"></script>",
"<script type=\"text/javascript\" id=\"fx-popup-script-js\" src=\"https://www.webfx.com/wp-content/cache/debloat/js/75f62b262f0b4584f5c9f9af124be128.js\"></script>"
],
"score": 70,
"weight": 10
}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
20 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": 23,
"passing": 3,
"failing": [
{
"heading": "The WebFX Portfolio",
"headingHtml": "<h3 class=\"_title\">The WebFX Portfolio</h3>",
"firstParagraph": "",
"paragraphHtml": "<p></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Stay Visible & Drive Traffic",
"headingHtml": "<h3 class=\"flywheel-content-heading\" style=\"color: #207DE9;\"> Stay Visible & Drive Traffic </h3>",
"firstParagraph": "Get your brand in front of ready-to-buy customers in Search and AI.",
"paragraphHtml": "<p class=\"flywheel-content-description\"> Get your brand in front of ready-to-buy customers in Search and AI. </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Generate More Qualified Leads",
"headingHtml": "<h3 class=\"flywheel-content-heading\" style=\"color: #4dc1b9;\"> Generate More Qualified Leads </h3>",
"firstParagraph": "Turn visitors into form fills, calls, and conversations that seamlessly port into your CRM.",
"paragraphHtml": "<p class=\"flywheel-content-description\"> Turn visitors into form fills, calls, and conversations that seamlessly port into your CRM. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Make Smarter Marketing Decisions",
"headingHtml": "<h3 class=\"flywheel-content-heading\" style=\"color: #af3fac;\"> Make Smarter Marketing Decisions </h3>",
"firstParagraph": "Optimize investments with easy-to-read dashboards backed by expert consulting.",
"paragraphHtml": "<p class=\"flywheel-content-description\"> Optimize investments with easy-to-read dashboards backed by expert consulting. </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Measure & Predict Revenue",
"headingHtml": "<h3 class=\"flywheel-content-heading\" style=\"color: #41d48c;\"> Measure & Predict Revenue </h3>",
"firstParagraph": "Technology connects sales and marketing for easier attribution and steady, repeatable growth.",
"paragraphHtml": "<p class=\"flywheel-content-description\"> Technology connects sales and marketing for easier attribution and steady, repeatable growth. </p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Move From Marketing that Reports Clicks to Marketing that Reports Revenue",
"headingHtml": "<h2 style=\"text-align: center\">Move From Marketing that Reports Clicks to<br> <span class=\"blue-highlight\">Marketing that Reports Revenue</span></h2>",
"firstParagraph": "Traditional marketing optimizes for channel metrics. Revenue marketing optimizes for business impact. Connected revenue marketing through RevenueCloudFX leads to 1.8X faster lead growth than industry average.",
"paragraphHtml": "<p style=\"text-align: center\">Traditional marketing optimizes for channel metrics. Revenue marketing optimizes for business impact. Connected revenue marketing through RevenueCloudFX leads to <strong>1.8X faster lead growth than industry average</strong>.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Attributable ROI From Marketing",
"headingHtml": "<h3 class=\"rotating-3-pillars-carousel__heading\">Attributable ROI From Marketing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Turning Traffic into Leads & Pipeline",
"headingHtml": "<h3 class=\"rotating-3-pillars-carousel__heading\">Turning Traffic into Leads & Pipeline</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Smarter Decisions at Scale",
"headingHtml": "<h3 class=\"rotating-3-pillars-carousel__heading\">Smarter Decisions at Scale</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Turn Your Marketing Into a Revenue Engine",
"headingHtml": "<h3 class=\"cta-heading\" data-dtoc-ignore data-toc-ignore>Turn Your Marketing Into a Revenue Engine</h3>",
"firstParagraph": "See how WebFX connects every click, lead, and sale into one measurable system built to grow your bottom line.",
"paragraphHtml": "<p>See how WebFX connects every click, lead, and sale into one measurable system built to grow your bottom line.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Proven Results For Growth-Focused Businesses",
"headingHtml": "<h2 style=\"text-align: center; margin-top: 24px;\" id=\"f0603f4738b2c45d2d594c22f4018d7a-0\">Proven Results For <span class=\"blue-highlight\">Growth-Focused Businesses</span></h2>",
"firstParagraph": "We’ve been driving measurable growth for over 30 years by combining the power of strategic execution, proprietary technology, and intelligence-backed decision making. See how we’re driven over $10 billion in revenue for clients in the last 5 years.",
"paragraphHtml": "<p style=\"text-align: center; margin-bottom: 64px;\">We’ve been driving measurable growth for over 30 years by combining the power of strategic execution, proprietary technology, and intelligence-backed decision making. See how we’re driven over $10 billion in revenue for clients in the last 5 years.</p>",
"words": 40,
"direct": false,
"issue": "First paragraph is 40 words and does not look like a concise direct answer."
},
{
"heading": "Winning Back Visibility in an AI Era",
"headingHtml": "<h3 class=\"gfcs-title\">Winning Back Visibility in an AI Era</h3>",
"firstParagraph": "586%",
"paragraphHtml": "<p class=\"gfcs-stat-value\">586%</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "See How Each Piece of Our Revenue Engine Grows Your Business",
"headingHtml": "<h2>See How Each Piece of Our Revenue Engine <span class=\"blue-highlight\">Grows Your Business</span></h2>",
"firstParagraph": "Connected digital marketing strategies work together to drive revenue while custom-built technology makes it all attributable.",
"paragraphHtml": "<p>Connected digital marketing strategies work together to drive revenue while custom-built technology makes it all attributable.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Drive brand visibility",
"headingHtml": "<h3 class=\"funnel-light__heading\">Drive brand visibility</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Maximize website traffic",
"headingHtml": "<h3 class=\"funnel-light__heading\">Maximize website traffic</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boost sales efficiency",
"headingHtml": "<h3 class=\"funnel-light__heading\">Boost sales efficiency</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Revenue-focused decision-making",
"headingHtml": "<h3 class=\"funnel-light__heading\">Revenue-focused decision-making</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Drive brand visibility",
"headingHtml": "<h3 class=\"funnel-light__heading\">Drive brand visibility</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We Don’t Just Follow Industry Trends — We Publish Them",
"headingHtml": "<h2 id=\"44af94a3ca53b8566f6e55e7574f24c2-0\">We Don’t Just Follow Industry Trends — We Publish Them</h2>",
"firstParagraph": "The WebFX experts regularly leverage our first-party data along with original research to produce insights for marketing managers and business teams to make smarter marketing decisions.",
"paragraphHtml": "<p class=\"bottom-margin-0px\">The WebFX experts regularly leverage our first-party data along with original research to produce insights for marketing managers and business teams to make smarter marketing decisions.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Your Revenue Growth Starts Here",
"headingHtml": "<h2 data-dtoc-ignore data-toc-ignore class=\"cta-heading\">Your Revenue Growth Starts Here</h2>",
"firstParagraph": "Tell us about your business, and we’ll create a custom plan to grow your traffic, leads, and predictable revenue.",
"paragraphHtml": "<p>Tell us about your business, and we’ll create a custom plan to grow your traffic, leads, and predictable revenue.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}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, 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": "Move From Marketing that Reports Clicks to Marketing that Reports Revenue",
"html": "<h2 style=\"text-align: center\">Move From Marketing that Reports Clicks to<br> <span class=\"blue-highlight\">Marketing that Reports Revenue</span></h2>"
},
{
"text": "Uniquely Positioned to Power Real Revenue Growth",
"html": "<h2 style=\"text-align: center;\" id=\"289fdeea8b31deca719fda74d7140059-0\">Uniquely Positioned to <span class=\"blue-highlight\">Power Real Revenue Growth</span></h2>"
},
{
"text": "Proven Results For Growth-Focused Businesses",
"html": "<h2 style=\"text-align: center; margin-top: 24px;\" id=\"f0603f4738b2c45d2d594c22f4018d7a-0\">Proven Results For <span class=\"blue-highlight\">Growth-Focused Businesses</span></h2>"
},
{
"text": "Search Has Changed Marketing Attribution Needs to Keep Up",
"html": "<h2 class=\"gfcs-heading\">Search Has Changed <br>Marketing Attribution Needs to Keep Up</h2>"
},
{
"text": "See How Each Piece of Our Revenue Engine Grows Your Business",
"html": "<h2>See How Each Piece of Our Revenue Engine <span class=\"blue-highlight\">Grows Your Business</span></h2>"
},
{
"text": "Behind Every Strategy is an Entire Team of Experts Obsessed with Your Success",
"html": "<h2 id=\"c453b3db2dfbb06e55fe623ae29f098f-0\">Behind Every Strategy is an Entire Team of Experts 
<span class=\"blue-highlight\">Obsessed with Your Success</span></h2>"
},
{
"text": "We Don’t Just Follow Industry Trends — We Publish Them",
"html": "<h2 id=\"44af94a3ca53b8566f6e55e7574f24c2-0\">We Don’t Just Follow Industry Trends — We Publish Them</h2>"
},
{
"text": "Your Revenue Growth Starts Here",
"html": "<h2 data-dtoc-ignore data-toc-ignore class=\"cta-heading\">Your Revenue Growth Starts Here</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is WebFX?",
"pattern": {}
},
{
"id": "how",
"label": "How does WebFX work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use WebFX?",
"pattern": {}
},
{
"id": "cost",
"label": "Is WebFX free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does WebFX compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is WebFX?",
"pattern": {}
},
{
"id": "cost",
"label": "Is WebFX free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does WebFX 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 89/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: drives, growth, partner, era.
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
89/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 89/100 and needs improvement.
Evidence
{
"title": "WebFX | The Digital Marketing Agency That Drives Revenue",
"h1": "Your Revenue Growth Partner in the AI Era",
"description": "We've generated over $10 billion in revenue for our clients. Read over 1,100 client reviews and learn why WebFX is the #1 digital marketing agency.",
"topicOverlap": 0.5555555555555556,
"definitionCount": 15,
"topicTerms": [
"webfx",
"digital",
"marketing",
"agency",
"drives",
"revenue",
"growth",
"partner",
"era"
],
"descriptionTerms": [
"generated",
"over",
"billion",
"revenue",
"clients",
"read",
"100",
"client",
"reviews",
"learn",
"webfx",
"digital",
"marketing",
"agency"
],
"missingFromDescription": [
"drives",
"growth",
"partner",
"era"
],
"score": 89,
"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": 7179
},
{
"path": "/api/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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, 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": "Move From Marketing that Reports Clicks to Marketing that Reports Revenue",
"html": "<h2 style=\"text-align: center\">Move From Marketing that Reports Clicks to<br> <span class=\"blue-highlight\">Marketing that Reports Revenue</span></h2>"
},
{
"text": "Uniquely Positioned to Power Real Revenue Growth",
"html": "<h2 style=\"text-align: center;\" id=\"289fdeea8b31deca719fda74d7140059-0\">Uniquely Positioned to <span class=\"blue-highlight\">Power Real Revenue Growth</span></h2>"
},
{
"text": "Proven Results For Growth-Focused Businesses",
"html": "<h2 style=\"text-align: center; margin-top: 24px;\" id=\"f0603f4738b2c45d2d594c22f4018d7a-0\">Proven Results For <span class=\"blue-highlight\">Growth-Focused Businesses</span></h2>"
},
{
"text": "Search Has Changed Marketing Attribution Needs to Keep Up",
"html": "<h2 class=\"gfcs-heading\">Search Has Changed <br>Marketing Attribution Needs to Keep Up</h2>"
},
{
"text": "See How Each Piece of Our Revenue Engine Grows Your Business",
"html": "<h2>See How Each Piece of Our Revenue Engine <span class=\"blue-highlight\">Grows Your Business</span></h2>"
},
{
"text": "Behind Every Strategy is an Entire Team of Experts Obsessed with Your Success",
"html": "<h2 id=\"c453b3db2dfbb06e55fe623ae29f098f-0\">Behind Every Strategy is an Entire Team of Experts 
<span class=\"blue-highlight\">Obsessed with Your Success</span></h2>"
},
{
"text": "We Don’t Just Follow Industry Trends — We Publish Them",
"html": "<h2 id=\"44af94a3ca53b8566f6e55e7574f24c2-0\">We Don’t Just Follow Industry Trends — We Publish Them</h2>"
},
{
"text": "Your Revenue Growth Starts Here",
"html": "<h2 data-dtoc-ignore data-toc-ignore class=\"cta-heading\">Your Revenue Growth Starts Here</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is WebFX?",
"pattern": {}
},
{
"id": "how",
"label": "How does WebFX work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use WebFX?",
"pattern": {}
},
{
"id": "cost",
"label": "Is WebFX free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does WebFX compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is WebFX?",
"pattern": {}
},
{
"id": "cost",
"label": "Is WebFX free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does WebFX 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": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 7179
}
]
},
"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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"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": 429,
"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<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js ie7 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 8]> <html class=\"no-js ie8 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if gt IE 8]><!-->\n<html class=\"no-js\" lang=\"en-US\">\n <!--<![endif]-->\n <head>\n <title>Access denied | www.webfx.com used Cloudflare to restrict access | www.webfx.com | Cloudflare</title>\n <meta charset=\"UTF-8\" />\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" />\n<meta name=\"robots\" content=\"noindex, nofollow\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<link rel=\"stylesheet\" id=\"cf_styles-css\" href=\"/cdn-cgi/styles/main.css\""
},
"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.webfx.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": 429,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.webfx.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 429,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.webfx.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 429,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.webfx.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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}SEOSEOBrowser audit
Links are not crawlable
50 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
50 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
3 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "3 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityAccessibilityBrowser audit
`[aria-*]` attributes do not match their roles
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-*]` attributes do not match their roles
Check name
`[aria-*]` attributes do not match their roles
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr)."
}Performance and AccessibilityAccessibilityBrowser audit
`button`, `link`, and `menuitem` elements do not have accessible names.
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
`button`, `link`, and `menuitem` elements do not have accessible names.
Check name
`button`, `link`, and `menuitem` elements do not have accessible names.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.10/aria-command-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.10/aria-command-name)."
}Performance and AccessibilityAccessibilityBrowser audit
Elements use prohibited ARIA attributes
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements use prohibited ARIA attributes
Check name
Elements use prohibited ARIA attributes
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-prohibited-attr).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-prohibited-attr)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
33 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
63.9 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": "63.9 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": 63905.59599999993
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
24 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
28/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": 0,
"displayValue": "4.9 s",
"numericValue": 4850.19155
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 3,
"displayValue": "6.3 s",
"numericValue": 6341.1584
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 0,
"displayValue": "30.2 s",
"numericValue": 30234.602396202867
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "62,750 ms",
"numericValue": 62751.93694999998
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "5,070 ms",
"numericValue": 5065.999999999971
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 70 ms",
"numericValue": 70.05600000000001
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 0,
"displayValue": "89.4 s",
"numericValue": 89399.42849999998
},
{
"id": "uses-rel-preconnect",
"title": "Preconnect to required origins",
"score": 100,
"displayValue": "",
"numericValue": 0
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "390 ms",
"numericValue": 389.472
},
{
"id": "third-party-summary",
"title": "Reduce the impact of third-party code",
"score": 0,
"displayValue": "Third-party code blocked the main thread for 13,970 ms"
},
{
"id": "largest-contentful-paint-element",
"title": "Largest Contentful Paint element",
"score": 0,
"displayValue": "6,340 ms"
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
75/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": 50,
"displayValue": "Est savings of 25 KiB",
"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 |
|---|---|---|---|
| 44/100 | Level 2, Agent-Limited | Current report |