Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 68 out of 100
- Agent Ease of Use 8 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 78 out of 100
- SEO 92 out of 100
- Performance and Accessibility 73 out of 100
What AI sees of your website
B12 | The easiest AI website builder
Build a professional website instantly with B12 AI website builder. Launch for free and gain powerful tools designed to grow your business online.
Next step
Turn this report into a fix workflow
24 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 | 68 | Needs work | 14 | 9 | 1 | View details |
| Discoverability | 67 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 70 | Needs work | 7 | 3 | 1 | View details |
| Bot Access Control | 67 | Needs work | 2 | 2 | 0 | View details |
| Agent Ease of Use | 8 | Priority fix | 5 | 30 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 12 | Priority fix | 1 | 11 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 78 | Mostly ready | 4 | 0 | 15 | |
| GEO Readiness | 87 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 78 | Mostly ready | 2 | 0 | 5 | |
| AEO Readiness | 68 | Needs work | 1 | 0 | 6 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 20 | Priority fix | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 73 | Needs work | 22 | 4 | 1 | View details |
| Performance | 64 | Needs work | 16 | 3 | 1 | View details |
| Accessibility | 90 | Strong | 6 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
46 items need attention
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
100 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"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 UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
},
"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
High-value schema types
High-value schema types is missing or incomplete.
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Corporation",
"Organization",
"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": []
},
"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": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
},
{
"path": "/docs/openapi.json",
"statusCode": 429,
"contentType": null,
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": true,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": ""
}
]
},
"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 DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels; 2 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": true,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [
"<button class=\"button button--icon button--round button--disabled-dark\" disabled type=\"button\" title tabindex=\"0\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"\"><path d=\"M6.0001 12.8811V1.42867M6.0001 1.42867V1.7382M6.0001 1.42867L10.3334 5.76203M6.0001 1.42867L1.66677 5.76203\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/></svg></button>",
"<button class=\"button button--icon button--round button--disabled-dark css-10b91cf ek3p8v60\" disabled type=\"button\" title tabindex=\"0\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"\"><path d=\"M6.0001 12.8811V1.42867M6.0001 1.42867V1.7382M6.0001 1.42867L10.3334 5.76203M6.0001 1.42867L1.66677 5.76203\" stroke=\"#e8e7eb\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"/></svg></button>"
],
"missingAutocompleteInputs": [
"<input type=\"text\" placeholder=\"Describe what you want to build\" class=\"css-1t815vz ek3p8v61\" value>"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Describe your idea. Launch in minutes.",
"h2: Generate a website, store, or web app.",
"h2: Your vision, brought to life by AI",
"h2: Join the 4M+ websites created by B12's AI website builder",
"h4: Barbara Bartelsmeyer",
"h4: Drew",
"h4: Stephanie Roberts",
"h4: Poloko Ntshatsha",
"h4: Ron Matten",
"h4: FreeForAllKing",
"h4: Jarvis Sam",
"h4: Brian Fenlon",
"h4: Gerry Sandusky",
"h4: Tongie Davis",
"h4: Barbara Bartelsmeyer",
"h4: Drew",
"h4: Stephanie Roberts",
"h4: Poloko Ntshatsha",
"h4: Ron Matten",
"h4: FreeForAllKing",
"h4: Jarvis Sam",
"h4: Brian Fenlon",
"h4: Gerry Sandusky",
"h4: Tongie Davis",
"h4: Barbara Bartelsmeyer",
"h4: Drew",
"h4: Stephanie Roberts",
"h4: Poloko Ntshatsha",
"h4: Ron Matten",
"h4: FreeForAllKing",
"h4: Jarvis Sam",
"h4: Brian Fenlon",
"h4: Gerry Sandusky",
"h4: Tongie Davis",
"h2: The easiest way to build a complete website",
"h3: Describe your idea",
"h3: See it come to life",
"h3: Launch today",
"h3: Product .css-fptip9{-webkit-transform:translateY(-50%) rotate(0);-moz-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);}",
"h3: Industries",
"h3: Customers",
"h3: Helpful information and tools",
"h3: Company"
]
},
"counts": {
"h1": 1,
"headings": 43,
"links": 77,
"inaccessibleLinks": 0,
"buttons": 29,
"inaccessibleButtons": 2,
"images": 66,
"imagesWithAlt": 66,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 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.
25 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
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 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
}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": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 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": null,
"length": 0
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"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.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"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".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
17 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; missing meta or <time> freshness tags.
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
50/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": [
"2025-07-16T00:00:00+00:00",
"2024-01-01T00:00:00+00:00"
],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.b12.io",
"probes": [
{
"name": "_index._agents.www.b12.io",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.b12.io",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.b12.io",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "b12.io",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
13 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
Needs attention
Agent Skills index
Issue
Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0; invalid skills: [{"index":0,"name":"b12-claude-plugin","missing":["digest"],"invalid":["type must be skill-md or archive"]}].
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
33/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Validate resource body".
Validation steps
Validate resource body
Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0; invalid skills: [{"index":0,"name":"b12-claude-plugin","missing":["digest"],"invalid":["type must be skill-md or archive"]}].
Fetch advertised SKILL.md files
One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/agent-skills/index.json",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"$schema": "https://agentskills.io/schema/v0.2.0/index.json",
"skills": [
{
"name": "b12-claude-plugin",
"type": "action",
"description": "Build and launch a professional website with B12 directly inside Claude",
"url": "https://www.b12.io/.well-known/agent-skills/b12-claude-plugin/SKILL.md",
"sha256": "4a1052ef0aa2bc5cd242380a782189b84e323d92a70bea286038e2e4ca8a0b19"
}
]
},
"rawExcerpt": "{\n \"$schema\": \"https://agentskills.io/schema/v0.2.0/index.json\",\n \"skills\": [\n {\n \"name\": \"b12-claude-plugin\",\n \"type\": \"action\",\n \"description\": \"Build and launch a professional website with B12 directly inside Claude\",\n \"url\": \"https://www.b12.io/.well-known/agent-skills/b12-claude-plugin/SKILL.md\",\n \"sha256\": \"4a1052ef0aa2bc5cd242380a782189b84e323d92a70bea286038e2e4ca8a0b19\"\n }\n ]\n}\n",
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0; invalid skills: [{\"index\":0,\"name\":\"b12-claude-plugin\",\"missing\":[\"digest\"],\"invalid\":[\"type must be skill-md or archive\"]}].",
"schema": "https://agentskills.io/schema/v0.2.0/index.json",
"skillCount": 1,
"validSkillCount": 0,
"invalidSkills": [
{
"index": 0,
"name": "b12-claude-plugin",
"missing": [
"digest"
],
"invalid": [
"type must be skill-md or archive"
]
}
],
"skills": [
{
"name": "b12-claude-plugin",
"type": "action",
"description": "Build and launch a professional website with B12 directly inside Claude",
"url": "https://www.b12.io/.well-known/agent-skills/b12-claude-plugin/SKILL.md",
"sha256": "4a1052ef0aa2bc5cd242380a782189b84e323d92a70bea286038e2e4ca8a0b19"
}
]
},
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0; invalid skills: [{\"index\":0,\"name\":\"b12-claude-plugin\",\"missing\":[\"digest\"],\"invalid\":[\"type must be skill-md or archive\"]}].",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
},
{
"id": "skill-documents",
"title": "Fetch advertised SKILL.md files",
"status": "fail",
"evidence": {
"checkedCount": 1,
"totalCount": 1,
"checked": [
{
"url": "https://www.b12.io/.well-known/agent-skills/b12-claude-plugin/SKILL.md",
"statusCode": 200,
"contentType": "text/markdown; charset=utf-8",
"hasSkillHeading": true,
"length": 3457,
"advertisedDigest": "",
"actualDigest": "",
"digestMatches": false
}
]
},
"issue": "One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.",
"howToFix": "Make every advertised skill URL return Markdown with a top-level heading and a matching sha256 digest, or remove broken entries from the index."
}
]
}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
<textarea> is missing a name attribute.<textarea> is missing a label.<textarea> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 108,
"interactiveWithTags": 0,
"totalCount": 108,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<textarea> is missing a name attribute.",
"<textarea> is missing a label.",
"<textarea> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 6,
"issues": [
"<textarea> is missing a name attribute.",
"<textarea> is missing a label.",
"<textarea> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<textarea> is missing a name attribute."
},
{
"type": "code",
"value": "<textarea> is missing a label."
},
{
"type": "code",
"value": "<textarea> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 108,
"interactiveWithTags": 0,
"totalCount": 108,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<textarea> is missing a name attribute.",
"<textarea> is missing a label.",
"<textarea> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 108,
"interactiveWithTags": 0,
"totalCount": 108,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<textarea> is missing a name attribute.",
"<textarea> is missing a label.",
"<textarea> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Vary: Accept header".
11 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Vary: Accept header".
Needs attention
Markdown negotiation
Issue
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
67/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Vary: Accept header".
Validation steps
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
Evidence
{
"failedStep": "vary-accept",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "pass",
"evidence": {
"statusCode": 200,
"contentType": "text/markdown; charset=UTF-8"
},
"issue": "Content-Type \"text/markdown; 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": "pass",
"evidence": {
"valid": true,
"hasHeading": true,
"wordCount": 1182,
"excerpt": "# Describe your idea. Launch in minutes.\n\n## Generate a website, store, or web app.\n\nExecutive coaching website\n\nExpense tracking app\n\nOnline jewelry store\n\nLifestyle blog\n\nArchitecture portfolio\n\nInvoice generator\n\nWebsite with animations\n"
},
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}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": [
"2024-01-01T00:00:00+00:00",
"2025-07-16T00:00:00+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about/",
"text": "About",
"html": "<a href=\"/about/\">About</a>"
},
{
"href": "/about/#press",
"text": "Press",
"html": "<a href=\"/about/#press\">Press</a>"
}
],
"contactLinks": [
{
"href": "/contact-manager/",
"text": "Contact manager",
"html": "<a class=\"css-11n3jon e92oz5011\" href=\"/contact-manager/\"><div><svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M9 11.836c0-.604-.265-1.179-.738-1.554C7.539 9.708 6.285 9 4.5 9s-3.039.708-3.762 1.282c-.473.375-.738.95-.738 1.554V13h9v-1.164ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM11.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM15.262 10.282C14.539 9.708 13.285 9 11.5 9c-.561 0-1.063.075-1.519.189A3.954 3.954 0 0 1 11 11.836V13h5v-1.164c0-.604-.265-1.179-.738-1...."
},
{
"href": "https://support.b12.io/en",
"text": "Help Center",
"html": "<a href=\"https://support.b12.io/en\" class=\"css-11n3jon e92oz5011\"><div><svg width=\"28\" height=\"25\" viewBox=\"0 0 28 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.9955 4.02736e-05C18.8563 -0.00308292 17.7299 0.239137 16.6938 0.710052C15.6576 1.18097 14.7363 1.86941 13.9931 2.72807C13.2499 1.86941 12.3286 1.18097 11.2925 0.710052C10.2563 0.239137 9.12995 -0.00308292 7.99075 4.02736e-05C6.41932 0.00245983 4.88338 0.46491 3.57447 1.32972C2.26557 2.19453 1.24162 3.42342 0.630341 4..."
},
{
"href": "/support/",
"text": "Support",
"html": "<a href=\"/support/\">Support</a>"
},
{
"href": "/contact-us/",
"text": "Contact us",
"html": "<a href=\"/contact-us/\">Contact us</a>"
}
],
"privacyLinks": [
{
"href": "/glossary-of-web-design-terms/",
"text": "Glossary",
"html": "<a href=\"/glossary-of-web-design-terms/\">Glossary</a>"
},
{
"href": "/privacy-policy/",
"text": "Privacy",
"html": "<a aria-label=\"Click to learn more about our Privacy Policy\" class=\"css-6izw7g eoed17g1\" href=\"/privacy-policy/\">Privacy</a>"
},
{
"href": "/terms-of-service/",
"text": "Terms of Service",
"html": "<a aria-label=\"Click to learn more about our Terms of Service\" class=\"css-6izw7g eoed17g1\" href=\"/terms-of-service/\">Terms of Service</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
12 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": 12,
"passing": 0,
"failing": [
{
"heading": "Generate a website, store, or web app.",
"headingHtml": "<h2 class=\"css-18zwh2 e6zfrsw3\">Generate a website, store, or web app.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your vision, brought to life by AI",
"headingHtml": "<h2 class=\" css-myfq3j eg2deil0\">Your vision, brought to life by AI</h2>",
"firstParagraph": "Preview or remix these AI-generated projects to inspire your own.",
"paragraphHtml": "<p class=\" css-19agku8 e1m7e3rx0\">Preview or remix these AI-generated projects to inspire your own.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Join the 4M+ websites created by B12's AI website builder",
"headingHtml": "<h2 class=\" css-myfq3j e1by1ew85\">Join the 4M+ websites created by B12's AI website builder</h2>",
"firstParagraph": "Learn why real business owners choose B12 to power their online presence.",
"paragraphHtml": "<p class=\" css-19agku8 e1m7e3rx0\">Learn why real business owners choose B12 to power their online presence.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "The easiest way to build a complete website",
"headingHtml": "<h2 class=\" css-1gpgbai e3em5xs0\">The easiest way to build a complete website</h2>",
"firstParagraph": "Your entire website, built by AI and launched your way.",
"paragraphHtml": "<p class=\" css-19agku8 e1m7e3rx0\">Your entire website, built by AI and launched your way.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Describe your idea",
"headingHtml": "<h3 class=\" css-1avqmyb ejysvmh0\">Describe your idea</h3>",
"firstParagraph": "Start with a short prompt about what you want to build.",
"paragraphHtml": "<p class=\" css-rqdgwk e1m7e3rx0\">Start with a short prompt about what you want to build.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "See it come to life",
"headingHtml": "<h3 class=\" css-1avqmyb ejysvmh0\">See it come to life</h3>",
"firstParagraph": "A complete website, app, or store is generated around your idea.",
"paragraphHtml": "<p class=\" css-rqdgwk e1m7e3rx0\">A complete website, app, or store is generated around your idea.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Launch today",
"headingHtml": "<h3 class=\" css-1avqmyb ejysvmh0\">Launch today</h3>",
"firstParagraph": "Update design, content, and features by chatting with AI — then go live.",
"paragraphHtml": "<p class=\" css-rqdgwk e1m7e3rx0\">Update design, content, and features by chatting with AI — then go live.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Product .css-fptip9{-webkit-transform:translateY(-50%) rotate(0);-moz-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);}",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Product<!-- --> <style data-emotion=\"css fptip9\">.css-fptip9{-webkit-transform:translateY(-50%) rotate(0);-moz-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);}</style><svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Industries",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Industries<!-- --> <svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Customers",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Customers<!-- --> <svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Helpful information and tools",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Helpful information and tools<!-- --> <svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Company<!-- --> <svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}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
No question-led h2 sections or FAQ pattern was detected.
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: 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": 4,
"questionH2s": [],
"hasFaq": false,
"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": [
"2024-01-01T00:00:00+00:00",
"2025-07-16T00:00:00+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about/",
"text": "About",
"html": "<a href=\"/about/\">About</a>"
},
{
"href": "/about/#press",
"text": "Press",
"html": "<a href=\"/about/#press\">Press</a>"
}
],
"contactLinks": [
{
"href": "/contact-manager/",
"text": "Contact manager",
"html": "<a class=\"css-11n3jon e92oz5011\" href=\"/contact-manager/\"><div><svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M9 11.836c0-.604-.265-1.179-.738-1.554C7.539 9.708 6.285 9 4.5 9s-3.039.708-3.762 1.282c-.473.375-.738.95-.738 1.554V13h9v-1.164ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM11.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM15.262 10.282C14.539 9.708 13.285 9 11.5 9c-.561 0-1.063.075-1.519.189A3.954 3.954 0 0 1 11 11.836V13h5v-1.164c0-.604-.265-1.179-.738-1...."
},
{
"href": "https://support.b12.io/en",
"text": "Help Center",
"html": "<a href=\"https://support.b12.io/en\" class=\"css-11n3jon e92oz5011\"><div><svg width=\"28\" height=\"25\" viewBox=\"0 0 28 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.9955 4.02736e-05C18.8563 -0.00308292 17.7299 0.239137 16.6938 0.710052C15.6576 1.18097 14.7363 1.86941 13.9931 2.72807C13.2499 1.86941 12.3286 1.18097 11.2925 0.710052C10.2563 0.239137 9.12995 -0.00308292 7.99075 4.02736e-05C6.41932 0.00245983 4.88338 0.46491 3.57447 1.32972C2.26557 2.19453 1.24162 3.42342 0.630341 4..."
},
{
"href": "/support/",
"text": "Support",
"html": "<a href=\"/support/\">Support</a>"
},
{
"href": "/contact-us/",
"text": "Contact us",
"html": "<a href=\"/contact-us/\">Contact us</a>"
}
],
"privacyLinks": [
{
"href": "/glossary-of-web-design-terms/",
"text": "Glossary",
"html": "<a href=\"/glossary-of-web-design-terms/\">Glossary</a>"
},
{
"href": "/privacy-policy/",
"text": "Privacy",
"html": "<a aria-label=\"Click to learn more about our Privacy Policy\" class=\"css-6izw7g eoed17g1\" href=\"/privacy-policy/\">Privacy</a>"
},
{
"href": "/terms-of-service/",
"text": "Terms of Service",
"html": "<a aria-label=\"Click to learn more about our Terms of Service\" class=\"css-6izw7g eoed17g1\" href=\"/terms-of-service/\">Terms of Service</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 67/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 67/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
4 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
67/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 67/100 and needs improvement.
Evidence
{
"schemaCount": 5,
"checkedFields": [
{
"path": "$[0].name",
"value": "B12"
},
{
"path": "$[0].description",
"value": "Get a professional website built for you with online tools to sell your services and get paid. Serve clients online using B12’s AI website builder."
},
{
"path": "$[1].@graph[0].name",
"value": "B12 | AI-powered website builder for professional websites"
},
{
"path": "$[1].@graph[0].description",
"value": "B12 uses AI to help businesses effortlessly launch and manage professional, SEO-ready websites."
},
{
"path": "$[1].@graph[1].name",
"value": "B12 Website Builder"
},
{
"path": "$[1].@graph[1].description",
"value": "AI-powered websites built effortlessly."
},
{
"path": "$[1].@graph[2].name",
"value": "B12"
},
{
"path": "$[2].name",
"value": "B12 | AI-powered website builder for professional websites"
},
{
"path": "$[2].description",
"value": "B12 uses AI to help businesses effortlessly launch and manage professional, SEO-ready websites."
},
{
"path": "$[3].name",
"value": "B12 Website Builder"
},
{
"path": "$[3].description",
"value": "AI-powered websites built effortlessly."
},
{
"path": "$[4].name",
"value": "B12"
}
],
"mismatches": [
{
"path": "$[1].@graph[0].description",
"value": "B12 uses AI to help businesses effortlessly launch and manage professional, SEO-ready websites."
},
{
"path": "$[1].@graph[1].description",
"value": "AI-powered websites built effortlessly."
},
{
"path": "$[2].description",
"value": "B12 uses AI to help businesses effortlessly launch and manage professional, SEO-ready websites."
},
{
"path": "$[3].description",
"value": "AI-powered websites built effortlessly."
}
],
"score": 67,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
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": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: easiest, describe, idea, minutes.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 85/100 and needs improvement.
Evidence
{
"title": "B12 | The easiest AI website builder",
"h1": "Describe your idea. Launch in minutes.",
"description": "Build a professional website instantly with B12 AI website builder. Launch for free and gain powerful tools designed to grow your business online.",
"topicOverlap": 0.5,
"topicTerms": [
"b12",
"easiest",
"website",
"builder",
"describe",
"idea",
"launch",
"minutes"
],
"descriptionTerms": [
"build",
"professional",
"website",
"instantly",
"b12",
"builder",
"launch",
"free",
"gain",
"powerful",
"tools",
"designed",
"grow",
"business",
"online"
],
"missingFromDescription": [
"easiest",
"describe",
"idea",
"minutes"
],
"score": 85,
"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, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 3,
"schemaBlocks": 2,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
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
12 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": 12,
"passing": 0,
"failing": [
{
"heading": "Generate a website, store, or web app.",
"headingHtml": "<h2 class=\"css-18zwh2 e6zfrsw3\">Generate a website, store, or web app.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your vision, brought to life by AI",
"headingHtml": "<h2 class=\" css-myfq3j eg2deil0\">Your vision, brought to life by AI</h2>",
"firstParagraph": "Preview or remix these AI-generated projects to inspire your own.",
"paragraphHtml": "<p class=\" css-19agku8 e1m7e3rx0\">Preview or remix these AI-generated projects to inspire your own.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Join the 4M+ websites created by B12's AI website builder",
"headingHtml": "<h2 class=\" css-myfq3j e1by1ew85\">Join the 4M+ websites created by B12's AI website builder</h2>",
"firstParagraph": "Learn why real business owners choose B12 to power their online presence.",
"paragraphHtml": "<p class=\" css-19agku8 e1m7e3rx0\">Learn why real business owners choose B12 to power their online presence.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "The easiest way to build a complete website",
"headingHtml": "<h2 class=\" css-1gpgbai e3em5xs0\">The easiest way to build a complete website</h2>",
"firstParagraph": "Your entire website, built by AI and launched your way.",
"paragraphHtml": "<p class=\" css-19agku8 e1m7e3rx0\">Your entire website, built by AI and launched your way.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Describe your idea",
"headingHtml": "<h3 class=\" css-1avqmyb ejysvmh0\">Describe your idea</h3>",
"firstParagraph": "Start with a short prompt about what you want to build.",
"paragraphHtml": "<p class=\" css-rqdgwk e1m7e3rx0\">Start with a short prompt about what you want to build.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "See it come to life",
"headingHtml": "<h3 class=\" css-1avqmyb ejysvmh0\">See it come to life</h3>",
"firstParagraph": "A complete website, app, or store is generated around your idea.",
"paragraphHtml": "<p class=\" css-rqdgwk e1m7e3rx0\">A complete website, app, or store is generated around your idea.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Launch today",
"headingHtml": "<h3 class=\" css-1avqmyb ejysvmh0\">Launch today</h3>",
"firstParagraph": "Update design, content, and features by chatting with AI — then go live.",
"paragraphHtml": "<p class=\" css-rqdgwk e1m7e3rx0\">Update design, content, and features by chatting with AI — then go live.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Product .css-fptip9{-webkit-transform:translateY(-50%) rotate(0);-moz-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);}",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Product<!-- --> <style data-emotion=\"css fptip9\">.css-fptip9{-webkit-transform:translateY(-50%) rotate(0);-moz-transform:translateY(-50%) rotate(0);-ms-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);}</style><svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Industries",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Industries<!-- --> <svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Customers",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Customers<!-- --> <svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Helpful information and tools",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Helpful information and tools<!-- --> <svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Company",
"headingHtml": "<h3 class=\"css-16c04im e1bn341h0\">Company<!-- --> <svg class=\"css-fptip9\" viewBox=\"0 0 18 10\"><path d=\"m1 1 8 8 8-8\" stroke=\"#623CDC\" stroke-width=\"2\" fill=\"none\" opacity=\".9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
66 image(s) are missing width/height attributes.
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
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
"visibleWords": 1413,
"htmlBytes": 447796,
"imagesMissingDimensions": [
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/72ba13a608ca0e2d2989835ef95f2499/d8dfd/screenshot-2026-03-10-at-11-19-01-clara-weiss-studio-interior-designer.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Interior design studio website\" src=\"/static/72ba13a608ca0e2d2989835ef95f2499/d8dfd/screenshot-2026-03-10-at-11-19-01-clara-weiss-studio-interior-designer.png\" srcset=\"/static/72ba13a608ca0e2d2989835ef95f2499/c774f/screenshot-2026-03-10-at-11-19-01-clara-weiss-studio-interior-designer.png 145w,/static/72ba13a608ca0e2d2989835ef95f24..."
},
{
"src": "/static/72ba13a608ca0e2d2989835ef95f2499/d8dfd/screenshot-2026-03-10-at-11-19-01-clara-weiss-studio-interior-designer.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/72ba13a608ca0e2d2989835ef95f2499/d8dfd/screenshot-2026-03-10-at-11-19-01-clara-weiss-studio-interior-designer.png\" srcset=\"/static/72ba13a608ca0e2d2989835ef95f2499/c774f/screenshot-2026-03-10-at-11-19-01-clara-weiss-studio-interior-designer.png 145w,/static/72ba13a608ca0e2d2989835ef95f2499/489cb/screenshot-2026-03-10-at-11-..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/7de7d0ae48d97bc4f492d5a225c5529e/d8dfd/screenshot-2026-03-10-at-12-06-09-expensetracker-%E2%80%93-smart-expense-tracking-made-simple.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Expense tracking web app\" src=\"/static/7de7d0ae48d97bc4f492d5a225c5529e/d8dfd/screenshot-2026-03-10-at-12-06-09-expensetracker-%E2%80%93-smart-expense-tracking-made-simple.png\" srcset=\"/static/7de7d0ae48d97bc4f492d5a225c5529e/c774f/screenshot-2026-03-10-at-12-06-09-expensetracker-%E2%80%93-smart-expense-tracking-made-simple.png 145..."
},
{
"src": "/static/7de7d0ae48d97bc4f492d5a225c5529e/d8dfd/screenshot-2026-03-10-at-12-06-09-expensetracker-%E2%80%93-smart-expense-tracking-made-simple.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/7de7d0ae48d97bc4f492d5a225c5529e/d8dfd/screenshot-2026-03-10-at-12-06-09-expensetracker-%E2%80%93-smart-expense-tracking-made-simple.png\" srcset=\"/static/7de7d0ae48d97bc4f492d5a225c5529e/c774f/screenshot-2026-03-10-at-12-06-09-expensetracker-%E2%80%93-smart-expense-tracking-made-simple.png 145w,/static/7de7d0ae48d97bc4f492d..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/7687eb6e16a5bfa86e5fb235c896afa4/d8dfd/screenshot-2026-03-10-at-20-53-45-auric-vale-modern-fine-jewelry.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Online jewelry store\" src=\"/static/7687eb6e16a5bfa86e5fb235c896afa4/d8dfd/screenshot-2026-03-10-at-20-53-45-auric-vale-modern-fine-jewelry.png\" srcset=\"/static/7687eb6e16a5bfa86e5fb235c896afa4/c774f/screenshot-2026-03-10-at-20-53-45-auric-vale-modern-fine-jewelry.png 145w,/static/7687eb6e16a5bfa86e5fb235c896afa4/489cb/screenshot-20..."
},
{
"src": "/static/7687eb6e16a5bfa86e5fb235c896afa4/d8dfd/screenshot-2026-03-10-at-20-53-45-auric-vale-modern-fine-jewelry.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/7687eb6e16a5bfa86e5fb235c896afa4/d8dfd/screenshot-2026-03-10-at-20-53-45-auric-vale-modern-fine-jewelry.png\" srcset=\"/static/7687eb6e16a5bfa86e5fb235c896afa4/c774f/screenshot-2026-03-10-at-20-53-45-auric-vale-modern-fine-jewelry.png 145w,/static/7687eb6e16a5bfa86e5fb235c896afa4/489cb/screenshot-2026-03-10-at-20-53-45-auric-..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/a2202c962c3ce6ab72b9232c4356f6aa/d8dfd/screenshot-2026-03-10-at-22-41-03-manifest-ai-product-studio.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Dark cinematic website\" src=\"/static/a2202c962c3ce6ab72b9232c4356f6aa/d8dfd/screenshot-2026-03-10-at-22-41-03-manifest-ai-product-studio.png\" srcset=\"/static/a2202c962c3ce6ab72b9232c4356f6aa/c774f/screenshot-2026-03-10-at-22-41-03-manifest-ai-product-studio.png 145w,/static/a2202c962c3ce6ab72b9232c4356f6aa/489cb/screenshot-2026-03-..."
},
{
"src": "/static/a2202c962c3ce6ab72b9232c4356f6aa/d8dfd/screenshot-2026-03-10-at-22-41-03-manifest-ai-product-studio.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/a2202c962c3ce6ab72b9232c4356f6aa/d8dfd/screenshot-2026-03-10-at-22-41-03-manifest-ai-product-studio.png\" srcset=\"/static/a2202c962c3ce6ab72b9232c4356f6aa/c774f/screenshot-2026-03-10-at-22-41-03-manifest-ai-product-studio.png 145w,/static/a2202c962c3ce6ab72b9232c4356f6aa/489cb/screenshot-2026-03-10-at-22-41-03-manifest-ai-pr..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/d0632f666913356091bd5609af27bd6f/d8dfd/screenshot-2026-03-10-at-15-19-00-harvest-crate-curated-monthly-subscription-boxes.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Subscription box website\" src=\"/static/d0632f666913356091bd5609af27bd6f/d8dfd/screenshot-2026-03-10-at-15-19-00-harvest-crate-curated-monthly-subscription-boxes.png\" srcset=\"/static/d0632f666913356091bd5609af27bd6f/c774f/screenshot-2026-03-10-at-15-19-00-harvest-crate-curated-monthly-subscription-boxes.png 145w,/static/d0632f666913..."
},
{
"src": "/static/d0632f666913356091bd5609af27bd6f/d8dfd/screenshot-2026-03-10-at-15-19-00-harvest-crate-curated-monthly-subscription-boxes.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/d0632f666913356091bd5609af27bd6f/d8dfd/screenshot-2026-03-10-at-15-19-00-harvest-crate-curated-monthly-subscription-boxes.png\" srcset=\"/static/d0632f666913356091bd5609af27bd6f/c774f/screenshot-2026-03-10-at-15-19-00-harvest-crate-curated-monthly-subscription-boxes.png 145w,/static/d0632f666913356091bd5609af27bd6f/489cb/scre..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/a11122fd42bc3eacc124976a819515cc/d8dfd/screenshot-2026-03-10-at-15-41-32-elite-pressure-washing-professional-results.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Pressure washing website\" src=\"/static/a11122fd42bc3eacc124976a819515cc/d8dfd/screenshot-2026-03-10-at-15-41-32-elite-pressure-washing-professional-results.png\" srcset=\"/static/a11122fd42bc3eacc124976a819515cc/c774f/screenshot-2026-03-10-at-15-41-32-elite-pressure-washing-professional-results.png 145w,/static/a11122fd42bc3eacc12497..."
},
{
"src": "/static/a11122fd42bc3eacc124976a819515cc/d8dfd/screenshot-2026-03-10-at-15-41-32-elite-pressure-washing-professional-results.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/a11122fd42bc3eacc124976a819515cc/d8dfd/screenshot-2026-03-10-at-15-41-32-elite-pressure-washing-professional-results.png\" srcset=\"/static/a11122fd42bc3eacc124976a819515cc/c774f/screenshot-2026-03-10-at-15-41-32-elite-pressure-washing-professional-results.png 145w,/static/a11122fd42bc3eacc124976a819515cc/489cb/screenshot-202..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/fb5d93a63c272eaf64ca3a662aec2b3b/d8dfd/screenshot-2026-03-10-at-12-59-55-allegra-bernard-award-winning-photographer.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Minimal photography portfolio\" src=\"/static/fb5d93a63c272eaf64ca3a662aec2b3b/d8dfd/screenshot-2026-03-10-at-12-59-55-allegra-bernard-award-winning-photographer.png\" srcset=\"/static/fb5d93a63c272eaf64ca3a662aec2b3b/c774f/screenshot-2026-03-10-at-12-59-55-allegra-bernard-award-winning-photographer.png 145w,/static/fb5d93a63c272eaf64c..."
},
{
"src": "/static/fb5d93a63c272eaf64ca3a662aec2b3b/d8dfd/screenshot-2026-03-10-at-12-59-55-allegra-bernard-award-winning-photographer.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/fb5d93a63c272eaf64ca3a662aec2b3b/d8dfd/screenshot-2026-03-10-at-12-59-55-allegra-bernard-award-winning-photographer.png\" srcset=\"/static/fb5d93a63c272eaf64ca3a662aec2b3b/c774f/screenshot-2026-03-10-at-12-59-55-allegra-bernard-award-winning-photographer.png 145w,/static/fb5d93a63c272eaf64ca3a662aec2b3b/489cb/screenshot-2026-..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/b1ea4dc9df6f7e2d513ca3bdb60e7cf1/d8dfd/screenshot-2026-03-07-at-13-25-41-atelier-fashion-dropshipping.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Editorial ecommerce website\" src=\"/static/b1ea4dc9df6f7e2d513ca3bdb60e7cf1/d8dfd/screenshot-2026-03-07-at-13-25-41-atelier-fashion-dropshipping.png\" srcset=\"/static/b1ea4dc9df6f7e2d513ca3bdb60e7cf1/c774f/screenshot-2026-03-07-at-13-25-41-atelier-fashion-dropshipping.png 145w,/static/b1ea4dc9df6f7e2d513ca3bdb60e7cf1/489cb/screenshot..."
},
{
"src": "/static/b1ea4dc9df6f7e2d513ca3bdb60e7cf1/d8dfd/screenshot-2026-03-07-at-13-25-41-atelier-fashion-dropshipping.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/b1ea4dc9df6f7e2d513ca3bdb60e7cf1/d8dfd/screenshot-2026-03-07-at-13-25-41-atelier-fashion-dropshipping.png\" srcset=\"/static/b1ea4dc9df6f7e2d513ca3bdb60e7cf1/c774f/screenshot-2026-03-07-at-13-25-41-atelier-fashion-dropshipping.png 145w,/static/b1ea4dc9df6f7e2d513ca3bdb60e7cf1/489cb/screenshot-2026-03-07-at-13-25-41-atelier-fa..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/9293de6ee2c9e6bfa2418e6369c00ef6/d8dfd/screenshot-2026-03-10-at-16-30-52-nova-reach-digital-product-studio.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Modern website\" src=\"/static/9293de6ee2c9e6bfa2418e6369c00ef6/d8dfd/screenshot-2026-03-10-at-16-30-52-nova-reach-digital-product-studio.png\" srcset=\"/static/9293de6ee2c9e6bfa2418e6369c00ef6/c774f/screenshot-2026-03-10-at-16-30-52-nova-reach-digital-product-studio.png 145w,/static/9293de6ee2c9e6bfa2418e6369c00ef6/489cb/screenshot-20..."
},
{
"src": "/static/9293de6ee2c9e6bfa2418e6369c00ef6/d8dfd/screenshot-2026-03-10-at-16-30-52-nova-reach-digital-product-studio.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/9293de6ee2c9e6bfa2418e6369c00ef6/d8dfd/screenshot-2026-03-10-at-16-30-52-nova-reach-digital-product-studio.png\" srcset=\"/static/9293de6ee2c9e6bfa2418e6369c00ef6/c774f/screenshot-2026-03-10-at-16-30-52-nova-reach-digital-product-studio.png 145w,/static/9293de6ee2c9e6bfa2418e6369c00ef6/489cb/screenshot-2026-03-10-at-16-30-52-..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/a9b45e1be0df15574927d5f861f74d72/d8dfd/screenshot-2026-03-06-at-18-17-08-haven-co.-premium-scandinavian-home-goods.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Sleek ecommerce website\" src=\"/static/a9b45e1be0df15574927d5f861f74d72/d8dfd/screenshot-2026-03-06-at-18-17-08-haven-co.-premium-scandinavian-home-goods.png\" srcset=\"/static/a9b45e1be0df15574927d5f861f74d72/c774f/screenshot-2026-03-06-at-18-17-08-haven-co.-premium-scandinavian-home-goods.png 145w,/static/a9b45e1be0df15574927d5f861f..."
},
{
"src": "/static/a9b45e1be0df15574927d5f861f74d72/d8dfd/screenshot-2026-03-06-at-18-17-08-haven-co.-premium-scandinavian-home-goods.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/a9b45e1be0df15574927d5f861f74d72/d8dfd/screenshot-2026-03-06-at-18-17-08-haven-co.-premium-scandinavian-home-goods.png\" srcset=\"/static/a9b45e1be0df15574927d5f861f74d72/c774f/screenshot-2026-03-06-at-18-17-08-haven-co.-premium-scandinavian-home-goods.png 145w,/static/a9b45e1be0df15574927d5f861f74d72/489cb/screenshot-2026-03..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/d35aef4d658fb75e37d460aad4e6ec3c/d8dfd/screenshot-2026-03-10-at-21-15-09-contrastcraft-accessible-color-palette-builder.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Color palette generator\" src=\"/static/d35aef4d658fb75e37d460aad4e6ec3c/d8dfd/screenshot-2026-03-10-at-21-15-09-contrastcraft-accessible-color-palette-builder.png\" srcset=\"/static/d35aef4d658fb75e37d460aad4e6ec3c/c774f/screenshot-2026-03-10-at-21-15-09-contrastcraft-accessible-color-palette-builder.png 145w,/static/d35aef4d658fb75e3..."
},
{
"src": "/static/d35aef4d658fb75e37d460aad4e6ec3c/d8dfd/screenshot-2026-03-10-at-21-15-09-contrastcraft-accessible-color-palette-builder.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/d35aef4d658fb75e37d460aad4e6ec3c/d8dfd/screenshot-2026-03-10-at-21-15-09-contrastcraft-accessible-color-palette-builder.png\" srcset=\"/static/d35aef4d658fb75e37d460aad4e6ec3c/c774f/screenshot-2026-03-10-at-21-15-09-contrastcraft-accessible-color-palette-builder.png 145w,/static/d35aef4d658fb75e37d460aad4e6ec3c/489cb/screensh..."
},
{
"src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height='320'%20width='580'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
},
{
"src": "/static/578e146d0d1fbab893ef148d7411dce8/d8dfd/screenshot-2026-03-10-at-20-35-46-flowboard-%E2%80%94-task-management-for-modern-teams.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" alt=\"Task management app\" src=\"/static/578e146d0d1fbab893ef148d7411dce8/d8dfd/screenshot-2026-03-10-at-20-35-46-flowboard-%E2%80%94-task-management-for-modern-teams.png\" srcset=\"/static/578e146d0d1fbab893ef148d7411dce8/c774f/screenshot-2026-03-10-at-20-35-46-flowboard-%E2%80%94-task-management-for-modern-teams.png 145w,/static/578e146d0..."
},
{
"src": "/static/578e146d0d1fbab893ef148d7411dce8/d8dfd/screenshot-2026-03-10-at-20-35-46-flowboard-%E2%80%94-task-management-for-modern-teams.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr sizes=\"(max-width: 480px) 180px, (max-width: 768px) 380px, 580px\" data-main-image style=\"opacity:0\" decoding=\"async\" loading=\"lazy\" src=\"/static/578e146d0d1fbab893ef148d7411dce8/d8dfd/screenshot-2026-03-10-at-20-35-46-flowboard-%E2%80%94-task-management-for-modern-teams.png\" srcset=\"/static/578e146d0d1fbab893ef148d7411dce8/c774f/screenshot-2026-03-10-at-20-35-46-flowboard-%E2%80%94-task-management-for-modern-teams.png 145w,/static/578e146d0d1fbab893ef148d7411dce8/48..."
},
{
"src": "/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Barbara Bartelsmeyer\" src=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg\" srcset=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg 350w,/static/ef82cd4b29652946aef11111c9e84123/9c792/action-logistix-headshot.jpg 700w\">"
},
{
"src": "/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg\" srcset=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg 350w,/static/ef82cd4b29652946aef11111c9e84123/9c792/action-logistix-headshot.jpg 700w\" alt=\"Barbara Bartelsmeyer\">"
},
{
"src": "/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Stephanie Roberts\" src=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png\" srcset=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png 350w\">"
},
{
"src": "/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png\" srcset=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png 350w\" alt=\"Stephanie Roberts\">"
},
{
"src": "/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Ron Matten\" src=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png\" srcset=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png 350w\">"
},
{
"src": "/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png\" srcset=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png 350w\" alt=\"Ron Matten\">"
},
{
"src": "/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Jarvis Sam\" src=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png\" srcset=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png 350w,/static/49555c79c081999ea72ca615422277b6/1df4c/jarvis-sam.png 700w\">"
},
{
"src": "/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png\" srcset=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png 350w,/static/49555c79c081999ea72ca615422277b6/1df4c/jarvis-sam.png 700w\" alt=\"Jarvis Sam\">"
},
{
"src": "/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Gerry Sandusky\" src=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png\" srcset=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png 350w\">"
},
{
"src": "/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png\" srcset=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png 350w\" alt=\"Gerry Sandusky\">"
},
{
"src": "/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Barbara Bartelsmeyer\" src=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg\" srcset=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg 350w,/static/ef82cd4b29652946aef11111c9e84123/9c792/action-logistix-headshot.jpg 700w\">"
},
{
"src": "/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg\" srcset=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg 350w,/static/ef82cd4b29652946aef11111c9e84123/9c792/action-logistix-headshot.jpg 700w\" alt=\"Barbara Bartelsmeyer\">"
},
{
"src": "/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Stephanie Roberts\" src=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png\" srcset=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png 350w\">"
},
{
"src": "/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png\" srcset=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png 350w\" alt=\"Stephanie Roberts\">"
},
{
"src": "/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Ron Matten\" src=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png\" srcset=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png 350w\">"
},
{
"src": "/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png\" srcset=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png 350w\" alt=\"Ron Matten\">"
},
{
"src": "/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Jarvis Sam\" src=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png\" srcset=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png 350w,/static/49555c79c081999ea72ca615422277b6/1df4c/jarvis-sam.png 700w\">"
},
{
"src": "/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png\" srcset=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png 350w,/static/49555c79c081999ea72ca615422277b6/1df4c/jarvis-sam.png 700w\" alt=\"Jarvis Sam\">"
},
{
"src": "/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Gerry Sandusky\" src=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png\" srcset=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png 350w\">"
},
{
"src": "/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png\" srcset=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png 350w\" alt=\"Gerry Sandusky\">"
},
{
"src": "/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Barbara Bartelsmeyer\" src=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg\" srcset=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg 350w,/static/ef82cd4b29652946aef11111c9e84123/9c792/action-logistix-headshot.jpg 700w\">"
},
{
"src": "/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg\" srcset=\"/static/ef82cd4b29652946aef11111c9e84123/c2b8f/action-logistix-headshot.jpg 350w,/static/ef82cd4b29652946aef11111c9e84123/9c792/action-logistix-headshot.jpg 700w\" alt=\"Barbara Bartelsmeyer\">"
},
{
"src": "/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Stephanie Roberts\" src=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png\" srcset=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png 350w\">"
},
{
"src": "/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png\" srcset=\"/static/a5c8c8585d7e6d93dd32b305a7be11c9/5db4b/stephanie-roberts.png 350w\" alt=\"Stephanie Roberts\">"
},
{
"src": "/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Ron Matten\" src=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png\" srcset=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png 350w\">"
},
{
"src": "/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png\" srcset=\"/static/2d10b0e4bb25af0ea10d981da5e2d186/5db4b/ron-matten.png 350w\" alt=\"Ron Matten\">"
},
{
"src": "/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Jarvis Sam\" src=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png\" srcset=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png 350w,/static/49555c79c081999ea72ca615422277b6/1df4c/jarvis-sam.png 700w\">"
},
{
"src": "/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png\" srcset=\"/static/49555c79c081999ea72ca615422277b6/5db4b/jarvis-sam.png 350w,/static/49555c79c081999ea72ca615422277b6/1df4c/jarvis-sam.png 700w\" alt=\"Jarvis Sam\">"
},
{
"src": "/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" alt=\"Gerry Sandusky\" src=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png\" srcset=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png 350w\">"
},
{
"src": "/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img data-gatsby-image-ssr data-main-image style=\"opacity:0\" sizes=\"350px\" decoding=\"async\" loading=\"lazy\" src=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png\" srcset=\"/static/8c7dd0dc24f849f421b009c185a6e693/5db4b/gerry-sandusky-headshot.png 350w\" alt=\"Gerry Sandusky\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, 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": "Generate a website, store, or web app.",
"html": "<h2 class=\"css-18zwh2 e6zfrsw3\">Generate a website, store, or web app.</h2>"
},
{
"text": "Your vision, brought to life by AI",
"html": "<h2 class=\" css-myfq3j eg2deil0\">Your vision, brought to life by AI</h2>"
},
{
"text": "Join the 4M+ websites created by B12's AI website builder",
"html": "<h2 class=\" css-myfq3j e1by1ew85\">Join the 4M+ websites created by B12's AI website builder</h2>"
},
{
"text": "The easiest way to build a complete website",
"html": "<h2 class=\" css-1gpgbai e3em5xs0\">The easiest way to build a complete website</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is B12?",
"pattern": {}
},
{
"id": "how",
"label": "How does B12 work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use B12?",
"pattern": {}
},
{
"id": "cost",
"label": "Is B12 free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does B12 compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is B12?",
"pattern": {}
},
{
"id": "how",
"label": "How does B12 work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use B12?",
"pattern": {}
},
{
"id": "cost",
"label": "Is B12 free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does B12 compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: easiest, describe, idea, minutes.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
88/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Evidence
{
"title": "B12 | The easiest AI website builder",
"h1": "Describe your idea. Launch in minutes.",
"description": "Build a professional website instantly with B12 AI website builder. Launch for free and gain powerful tools designed to grow your business online.",
"topicOverlap": 0.5,
"definitionCount": 3,
"topicTerms": [
"b12",
"easiest",
"website",
"builder",
"describe",
"idea",
"launch",
"minutes"
],
"descriptionTerms": [
"build",
"professional",
"website",
"instantly",
"b12",
"builder",
"launch",
"free",
"gain",
"powerful",
"tools",
"designed",
"grow",
"business",
"online"
],
"missingFromDescription": [
"easiest",
"describe",
"idea",
"minutes"
],
"score": 88,
"weight": 18
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/api/context",
"statusCode": 429,
"contentType": null,
"length": 0
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, 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": "Generate a website, store, or web app.",
"html": "<h2 class=\"css-18zwh2 e6zfrsw3\">Generate a website, store, or web app.</h2>"
},
{
"text": "Your vision, brought to life by AI",
"html": "<h2 class=\" css-myfq3j eg2deil0\">Your vision, brought to life by AI</h2>"
},
{
"text": "Join the 4M+ websites created by B12's AI website builder",
"html": "<h2 class=\" css-myfq3j e1by1ew85\">Join the 4M+ websites created by B12's AI website builder</h2>"
},
{
"text": "The easiest way to build a complete website",
"html": "<h2 class=\" css-1gpgbai e3em5xs0\">The easiest way to build a complete website</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is B12?",
"pattern": {}
},
{
"id": "how",
"label": "How does B12 work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use B12?",
"pattern": {}
},
{
"id": "cost",
"label": "Is B12 free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does B12 compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is B12?",
"pattern": {}
},
{
"id": "how",
"label": "How does B12 work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use B12?",
"pattern": {}
},
{
"id": "cost",
"label": "Is B12 free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does B12 compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"compatibleContentType": false,
"contentLength": 118394,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": true,
"links": [
"/title",
"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta",
"https://www.b12.io/\"><!--",
"https://www.b12.io/\"><!--",
"/tag",
"https://www.google-analytics.com\"><link",
"https://www.googletagmanager.com\"><!--",
"https://fonts.googleapis.com\"><link",
"https://fonts.gstatic.com\"",
"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=optional\""
],
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007,
"text": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specific overrides --><!-- Canonical --><link rel=\"canonical\" href=\"https://www.b12.io/\"><!-- Ahrefs site verification --><meta name=\"ahrefs-site-verification\" content=\"451abcb9fb043646e422101bf4e9b65804956153868565f46b9acc9c3b17f1cb\"><!-- Preconnect to analytics/tag manager --><link rel=\"preconnect\" href=\"https://www.google-analytics.com\"><link rel=\"preconnect\" href=\"https://www.googletagmanager.com\"><!-- Fonts: Preconnect + non-render-blocking load (prevents stylesheet from blocking FCP) --><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link rel=\"preload\" href=\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=optional\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"><noscript><link href=\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=optional\" rel=\"stylesheet\"></noscript><!-- Favicon --><link rel=\"shortcut icon\" href=\"/favicon.ico\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><!-- Google Tag Manager --><script>\n ;(function (w, d, s, l, i) {\n w[l] = w[l] || []\n w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' })\n var f = d.getElementsByTagName(s)[0],\n j = d.createElement(s),\n dl = l != 'dataLayer' ? '&l=' + l : ''\n j.async = true\n j.src =\n 'https://www.googletagmanager.com/gtm.js?id=' +\n i +\n dl +\n '>m_auth=m5vOKq_s2WcMgbuVZSd4Xg>m_preview=env-1>m_cookies_win=x'\n f.parentNode.insertBefore(j, f)\n })(window, document, 'script', 'dataLayer', 'GTM-KNM7DP')\n </script><!-- End Google Tag Manager --><link rel=\"stylesheet\" href=\"/_astro/MainLayout.C2KwGWkf.css\"></head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KNM7DP>m_auth=m5vOKq_s2WcMgbuVZSd4Xg>m_preview=env-1>m_cookies_win=x\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class=\"sticky top-0 z-[1000]\"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event(\"astro:load\"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!=\"symbol\"?o+\"\":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>Number.POSITIVE_INFINITY*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!=\"object\"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,\"Component\");d(this,\"hydrator\");d(this,\"hydrate\",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void "
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007,
"text": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specific overrides --><!-- Canonical --><link rel=\"canonical\" href=\"https://www.b12.io/\"><!-- Ahrefs site verification --><meta name=\"ahrefs-site-verification\" content=\"451abcb9fb043646e422101bf4e9b65804956153868565f46b9acc9c3b17f1cb\"><!-- Preconnect to analytics/tag manager --><link rel=\"preconnect\" href=\"https://www.google-analytics.com\"><link rel=\"preconnect\" href=\"https://www.googletagmanager.com\"><!-- Fonts: Preconnect + non-render-blocking load (prevents stylesheet from blocking FCP) --><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin><link rel=\"preload\" href=\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=optional\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"><noscript><link href=\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=optional\" rel=\"stylesheet\"></noscript><!-- Favicon --><link rel=\"shortcut icon\" href=\"/favicon.ico\"><link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\"><!-- Google Tag Manager --><script>\n ;(function (w, d, s, l, i) {\n w[l] = w[l] || []\n w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' })\n var f = d.getElementsByTagName(s)[0],\n j = d.createElement(s),\n dl = l != 'dataLayer' ? '&l=' + l : ''\n j.async = true\n j.src =\n 'https://www.googletagmanager.com/gtm.js?id=' +\n i +\n dl +\n '>m_auth=m5vOKq_s2WcMgbuVZSd4Xg>m_preview=env-1>m_cookies_win=x'\n f.parentNode.insertBefore(j, f)\n })(window, document, 'script', 'dataLayer', 'GTM-KNM7DP')\n </script><!-- End Google Tag Manager --><link rel=\"stylesheet\" href=\"/_astro/MainLayout.C2KwGWkf.css\"></head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-KNM7DP>m_auth=m5vOKq_s2WcMgbuVZSd4Xg>m_preview=env-1>m_cookies_win=x\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class=\"sticky top-0 z-[1000]\"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event(\"astro:load\"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!=\"symbol\"?o+\"\":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>Number.POSITIVE_INFINITY*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!=\"object\"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,\"Component\");d(this,\"hydrator\");d(this,\"hydrate\",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void "
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
4 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
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: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 4,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Generate a website, store, or web app.",
"isQuestion": false,
"html": "<h2 class=\"css-18zwh2 e6zfrsw3\">Generate a website, store, or web app.</h2>"
},
{
"index": 2,
"text": "Your vision, brought to life by AI",
"isQuestion": false,
"html": "<h2 class=\" css-myfq3j eg2deil0\">Your vision, brought to life by AI</h2>"
},
{
"index": 3,
"text": "Join the 4M+ websites created by B12's AI website builder",
"isQuestion": false,
"html": "<h2 class=\" css-myfq3j e1by1ew85\">Join the 4M+ websites created by B12's AI website builder</h2>"
},
{
"index": 4,
"text": "The easiest way to build a complete website",
"isQuestion": false,
"html": "<h2 class=\" css-1gpgbai e3em5xs0\">The easiest way to build a complete website</h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 120007
}
]
},
"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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html lang=\"en\"> <head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>404. Looks like this page doesn't exist | B12</title><meta name=\"description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><!-- Open Graph --><meta property=\"og:title\" content=\"404. Looks like this page doesn't exist\"><meta property=\"og:description\" content=\"Instantly generate a personalized website using AI. Launch for free with the tools you need to grow.\"><meta property=\"og:type\" content=\"website\"><meta property=\"og:image\" content=\"https://www.b12.io/static-assets/images/ai-website-builder.jpeg\"><meta property=\"og:url\" content=\"https://www.b12.io/\"><!-- Custom head slot for page-specif"
},
"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.b12.io"
},
"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.b12.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 429,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.b12.io/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 429,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.b12.io/.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": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}SEOSEOBrowser audit
Links do not have descriptive text
100 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
1 link 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": "1 link 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 AccessibilityPerformanceBrowser audit
Forced reflow
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
13 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 264Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 264Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
70/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": "speed-index",
"title": "Speed Index",
"score": 89,
"displayValue": "1.3Â s",
"numericValue": 1324.8583298457704
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 42,
"displayValue": "280Â ms",
"numericValue": 277
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 13,
"displayValue": "730Â ms",
"numericValue": 733.4999999999997
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40Â ms",
"numericValue": 43.988715
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 49,
"displayValue": "4.5Â s",
"numericValue": 4547.8859798531685
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.3Â s",
"numericValue": 331.5007786427473
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 63,
"displayValue": "2.0Â s",
"numericValue": 2004.1992156932954
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 210Â ms",
"numericValue": 207
}
]
}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 |
|---|---|---|---|
| 60/100 | Level 3, Bot-Aware | Current report |