Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 41 out of 100
- Agent Ease of Use 4 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 82 out of 100
- SEO 92 out of 100
- Performance and Accessibility 53 out of 100
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 41 | Priority fix | 7 | 15 | 1 | View details |
| Discoverability | 71 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 42 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 4 | Priority fix | 4 | 24 | 2 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 4 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 0 | Priority fix | 0 | 8 | 0 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 82 | Mostly ready | 8 | 0 | 12 | |
| GEO Readiness | 87 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 82 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 77 | Mostly ready | 2 | 0 | 5 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 53 | Needs work | 25 | 2 | 0 | View details |
| Performance | 27 | Priority fix | 13 | 2 | 0 | View details |
| Accessibility | 100 | Strong | 12 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
40 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 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": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 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.
50 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://static.parastorage.com/",
"rel": "preconnect"
},
{
"url": "https://static.parastorage.com/",
"rel": "preconnect"
},
{
"url": "https://static.wixstatic.com/",
"rel": "preconnect"
},
{
"url": "https://static.wixstatic.com/",
"rel": "preconnect"
},
{
"url": "https://siteassets.parastorage.com",
"rel": "preconnect"
}
]
},
"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": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
},
{
"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": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
},
{
"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": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
},
{
"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": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
},
{
"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": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
},
{
"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": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
}
]
},
"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 DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
Needs attention
Sitemap
Issue
No valid XML sitemap found at checked locations: https://www.wix.com/sitemap.xml, https://www.wix.com/sitemap.xml, https://www.wix.com/sitemap_index.xml, https://www.wix.com/sitemap-index.xml.
Why it matters
Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.
Check name
Sitemap
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish a sitemap and reference it from robots.txt.
Result
Sitemap is missing or incomplete.
Evidence
{
"checked": [
"https://www.wix.com/sitemap.xml",
"https://www.wix.com/sitemap.xml",
"https://www.wix.com/sitemap_index.xml",
"https://www.wix.com/sitemap-index.xml"
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"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 ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2244
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 251423,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n \n <meta charset='utf-8'>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" />\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"gener",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}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": 2512
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"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": 2512
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: 1 buttons missing accessible names.
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": true,
"accessibleLinks": true,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [
"<button id=\"comp-kd5px9q0_r_comp-kkmqi5tc\" class=\"comp-kd5px9q0_r_comp-kkmqi5tc wixui-vector-image\"><div data-testid=\"svgRoot-comp-kd5px9q0_r_comp-kkmqi5tc\" class=\"iL7Pq5 gx51wo LXgYyC\"><!--?xml version=\"1.0\" encoding=\"UTF-8\"?--> <svg preserveAspectRatio=\"none\" data-bbox=\"65.35 65.35 69.3 69.3\" viewBox=\"65.35 65.35 69.3 69.3\" xmlns=\"http://www.w3.org/2000/svg\" data-type=\"shape\" role=\"img\" aria-label=\"Close Site Navigation\"> <g> <path d=\"M134.65 128.99L105.66 100l28.99-28.99-5.66-5.66L100 94.34 7"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img style=\"display:none\" src=\"https://wix-2-adswizz.attribution.adswizz.com/fire?pixelId=e56c7ecd-4d0c-46f2-8786-7128ffea61b0&type=sitevisit&subtype=PageVisit1&aw_0_req.gdpr=true&redirectURL=aHR0cHM6Ly9waXhlbC50YXBhZC5jb20vaWRzeW5jL2V4L3JlY2VpdmU_cGFydG5lcl9pZD0yOTk0JjwjaWYgcmVxdWVzdC5saXN0ZW5lcklkP21hdGNoZXMoJ1swLTlhLWZdezh9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezEyfScpPnBhcnRuZXJfdHlwZWRfZGlkPSU3QiUyMkhBUkRXQVJFX0FORFJPSURfQURfSUQlMjIlM0ElMjIke3JlcXVlc3Qu"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 64,
"links": 209,
"inaccessibleLinks": 0,
"buttons": 43,
"inaccessibleButtons": 1,
"images": 72,
"imagesWithAlt": 71,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 2,
"missingAutocompleteInputs": 0
}
}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": 2512
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
13 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": [
"2026-02-08T00:00:00Z"
],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="type-the domain you want"> is missing a label.<input name="type-the domain you want"> 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": 254,
"interactiveWithTags": 0,
"totalCount": 254,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"type-the domain you want\"> is missing a label.",
"<input name=\"type-the domain you want\"> 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": 4,
"issues": [
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"type-the domain you want\"> is missing a label.",
"<input name=\"type-the domain you want\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"type-the domain you want\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"type-the domain you want\"> 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": 254,
"interactiveWithTags": 0,
"totalCount": 254,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"type-the domain you want\"> is missing a label.",
"<input name=\"type-the domain you want\"> 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": 254,
"interactiveWithTags": 0,
"totalCount": 254,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"type-the domain you want\"> is missing a label.",
"<input name=\"type-the domain you want\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 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": [
"2026-02-08T00:00:00Z"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.wix.com/about/us",
"text": "About",
"html": "<a href=\"https://www.wix.com/about/us\" target=\"_self\" class=\"PlWjyD\">About</a>"
},
{
"href": "https://www.wix.com/about/contact-us",
"text": "Contact Us",
"html": "<a href=\"https://www.wix.com/about/contact-us\" target=\"_self\" class=\"PlWjyD\">Contact Us</a>"
},
{
"href": "https://www.linkedin.com/company/wix-com?trk=biz-companies-cym",
"text": "",
"html": "<a class=\"ACLKzf\" href=\"https://www.linkedin.com/company/wix-com?trk=biz-companies-cym\" target=\"_blank\" aria-label=\"linkedin\" title=\"Linkedin\" data-hook=\"social-bar__socialLink socialLink--id_linkedin\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 20 20\"><path fill=\"#000\" d=\"M18.522.003C15.446-.006 4.1.009 1.478.003.662.003 0 .645 0 1.435v17.133C0 19.358.662 20 1.478 20h17.044c.816 0 1.478-.641 1.478-1.432V1.435c0-.79-.662-1.432-1.478-1.432M6.078 16.7..."
},
{
"href": "https://www.wix.com/about/terms-accessibility",
"text": "Accessibility Statement",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/about/terms-accessibility\" target=\"_self\">Accessibility Statement</a>"
},
{
"href": "https://www.wix.com/about/patent-notice",
"text": "Patent Notice",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/about/patent-notice\" target=\"_self\">Patent Notice</a>"
},
{
"href": "https://www.wix.com/about/sitemap",
"text": "Sitemap",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/about/sitemap\" target=\"_self\">Sitemap</a>"
},
{
"href": "https://www.wix.com/about/terms-of-use",
"text": "Terms of Use",
"html": "<a href=\"https://www.wix.com/about/terms-of-use\" target=\"_self\" class=\"FzJOdO\">Terms of Use</a>"
},
{
"href": "https://www.wix.com/about/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.wix.com/about/privacy\" target=\"_self\" class=\"FzJOdO\">Privacy Policy</a>"
}
],
"contactLinks": [
{
"href": "https://support.wix.com/en",
"text": "Help Center",
"html": "<a href=\"https://support.wix.com/en\" target=\"_blank\" class=\"yG9LMC\"><span class=\"uwf17x\">Help Center</span></a>"
},
{
"href": "https://support.wix.com/en/article/online-programs-an-overview",
"text": "Learn more",
"html": "<a data-testid=\"linkElement\" href=\"https://support.wix.com/en/article/online-programs-an-overview\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-m0l1j1hp4__root wixui-button StylableButton2545352419__link\" aria-label=\"Learn more\"><span class=\"StylableButton2545352419__container\"><span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">Learn more</span><span class=\"StylableButton2545352419__icon wixui-button__i..."
},
{
"href": "https://support.wix.com/en",
"text": "Get answers",
"html": "<a data-testid=\"linkElement\" href=\"https://support.wix.com/en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-m0kp0roe9__root wixui-button StylableButton2545352419__link\" aria-label=\"Get answers\"><span class=\"StylableButton2545352419__container\"><span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">Get answers</span><span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testi..."
},
{
"href": "https://www.wix.com/contact",
"text": "Contact us",
"html": "<a data-testid=\"linkElement\" href=\"https://www.wix.com/contact\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-m0kp0roe9__root wixui-button StylableButton2545352419__link\" aria-label=\"Contact us\"><span class=\"StylableButton2545352419__container\"><span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">Contact us</span><span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid..."
},
{
"href": "https://www.wix.com/about/contact-us",
"text": "Contact Us",
"html": "<a href=\"https://www.wix.com/about/contact-us\" target=\"_self\" class=\"PlWjyD\">Contact Us</a>"
},
{
"href": "https://support.wix.com/en",
"text": "Help Center",
"html": "<a class=\"KuIaYs\" href=\"https://support.wix.com/en\" target=\"_self\">Help Center</a>"
}
],
"privacyLinks": [
{
"href": "https://www.wix.com/manage/privacy-security-hub",
"text": "Privacy and Security Hub",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/manage/privacy-security-hub\" target=\"_self\">Privacy and Security Hub</a>"
},
{
"href": "https://www.wix.com/about/terms-accessibility",
"text": "Accessibility Statement",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/about/terms-accessibility\" target=\"_self\">Accessibility Statement</a>"
},
{
"href": "https://www.wix.com/about/terms-of-use",
"text": "Terms of Use",
"html": "<a href=\"https://www.wix.com/about/terms-of-use\" target=\"_self\" class=\"FzJOdO\">Terms of Use</a>"
},
{
"href": "https://www.wix.com/about/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.wix.com/about/privacy\" target=\"_self\" class=\"FzJOdO\">Privacy Policy</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 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
50 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": 63,
"passing": 13,
"failing": [
{
"heading": "Flow between instant generation and hand-crafted design",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\">Flow between instant generation and hand-crafted design</h2>",
"firstParagraph": "Describe what you want and get a unique website in minutes. Refine any detail in a way that feels most natural to you on our flagship AI website builder.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Describe what you want and get a unique website in minutes. Refine any detail in a way that feels most natural to you on our flagship AI website builder.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Website templates are another way in",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\">Website templates are another way in</h2>",
"firstParagraph": "Our free website builder offers 2000+ website templates, all fully customizable and ready for business.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Our free website builder offers 2000+ <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/website/templates\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">website templates</a></span>, all fully customizable and ready for business.</span></p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Prompt, ask, bounce ideas. We can do it all together. I’m your personal web design and business expert tuned in to your site.",
"headingHtml": "<h2 class=\"font_7 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Prompt, ask, bounce ideas. We can do it all together. I’m your personal web design and business expert tuned in to your site.</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Extreme customization. Absolute control.",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\">Extreme customization. Absolute control.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Drag and drop freedom",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">Drag and drop freedom</h3>",
"firstParagraph": "Move, adjust and layer any element with pixel-level precision on a totally fluid canvas—no limits, just your vision.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Move, adjust and layer any element with pixel-level precision on a totally fluid canvas—no limits, just your vision. </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Create with Aria",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">Create with Aria</h3>",
"firstParagraph": "Ask for help or hand it off entirely. Aria’s great with complex tasks, can generate anything and get things done fast.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Ask for help or hand it off entirely. Aria’s great with complex tasks, can generate anything and get things done fast.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "A library of possibilities",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">A library of possibilities</h3>",
"firstParagraph": "Explore 1000s of free components, graphics and animations to make your website unique.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Explore 1000s of free components, graphics and animations to make your website unique.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Define your brand",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">Define your brand</h3>",
"firstParagraph": "Choose fonts, colors and styles and watch them ripple through your site—so you stay on brand as you evolve.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Choose fonts, colors and styles and watch them ripple through your site—so you stay on brand as you evolve.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Add anything you need for your business as you go",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Add anything you need for your business as you go</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "eCommerce",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">eCommerce</span></h3>",
"firstParagraph": "Sell online and manage orders, shipping and more in one place.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><a href=\"https://www.wix.com/blog/how-to-sell-online\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Sell online</u></a> and manage orders, shipping and more in one place.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Scheduling",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Scheduling</span></h3>",
"firstParagraph": "Offer services, accept bookings, get paid and manage your staff.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Offer services, accept bookings, get paid and manage your staff.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Portfolio",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Portfolio</span></h3>",
"firstParagraph": "Showcase your work and attract new clients with an online portfolio.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Showcase your work and attract new clients with an <a href=\"https://www.wix.com/portfolio-website\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">online portfolio</u></a>.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Blog",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Blog</span></h3>",
"firstParagraph": "Create a blog to grow your community and drive more traffic.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><a href=\"https://www.wix.com/start/blog\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Create a blog</u></a> to grow your community and drive more traffic.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Online courses",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Online courses<br></span></h3>",
"firstParagraph": "Create, promote and sell courses and coaching programs.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Create, promote and sell courses and coaching programs.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Events",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Events</span></h3>",
"firstParagraph": "Sell tickets, manage RSVPs and promote online or in-person events.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Sell tickets, manage RSVPs and promote online or in-person events.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Make your website official with your own domain name",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Make your website official with your own domain name</span></h2>",
"firstParagraph": "Search",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Search</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Market your site from launch to scale",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Market your site from launch to scale</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "SEO tools and AI visibility",
"headingHtml": "<h3 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">SEO tools and AI visibility</span></h3>",
"firstParagraph": "Optimize for search engines like Google and see how your site appears on LLMs like ChatGPT.",
"paragraphHtml": "<p class=\"font_2 wixui-rich-text__text\"><span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/seo\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">Optimize for search engines</a></span> like Google and see how your site appears on LLMs like ChatGPT.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Google, Facebook and Instagram ads",
"headingHtml": "<h3 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Google, Facebook and Instagram ads</span></h3>",
"firstParagraph": "Run Google and Facebook ads directly from your dashboard.",
"paragraphHtml": "<p class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Run Google and Facebook ads directly from your dashboard.</span></p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Social media marketing",
"headingHtml": "<h3 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Social media marketing</span></h3>",
"firstParagraph": "Create and share social media posts across multiple platforms.",
"paragraphHtml": "<p class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Create and share social media posts across multiple platforms.</span></p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "AI-generated email marketing",
"headingHtml": "<h3 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">AI-generated email marketing</span></h3>",
"firstParagraph": "Use AI to create automated email marketing campaigns.",
"paragraphHtml": "<p class=\"font_2 wixui-rich-text__text\">Use AI to create automated email marketing campaigns. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Run your business from one dashboard",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\">Run your business from one dashboard</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Payments",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Payments</span></h3>",
"firstParagraph": "Accept payments, send invoices and track it all with ease.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\"><span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/payments\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">Accept payments</a></span>, send invoices and track it all with ease. </span></p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "CRM solution",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">CRM solution</span></h3>",
"firstParagraph": "Attract leads and engage with customers with a full CRM suite.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Attract leads and engage with customers with a full CRM suite. </span></p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Custom automations",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Custom automations</span></h3>",
"firstParagraph": "Work smarter and save time with automated emails, reminders and more.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Work smarter and save time with automated emails, reminders and more.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Data & analytics",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Data & analytics</span></h3>",
"firstParagraph": "Get in-depth data insights and reports to help you make smart decisions.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Get in-depth data insights and reports to help you make smart decisions.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Mobile app",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Mobile app</span></h3>",
"firstParagraph": "Manage your day-to-day from anywhere with the Wix mobile app.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Manage your day-to-day from anywhere with the Wix mobile app. </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Grow your website on a rock-solid foundation",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Grow your website on a rock-solid foundation</span></h2>",
"firstParagraph": "Set your site up for success on the powerful infrastructure that supports millions of websites worldwide.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Set your site up for success on the powerful infrastructure that supports millions of websites worldwide.</span></p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Engineered for top speed",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Engineered for top speed</span></h3>",
"firstParagraph": "Wix sites are designed to ensure fast loading times.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Wix sites are designed to ensure fast loading times.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Designed for accessibility",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Designed for accessibility</span></h3>",
"firstParagraph": "Build an inclusive site that everyone can interact with.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Build an inclusive site that everyone can interact with.</span></p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Secured by industry experts",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Secured by industry experts
</span></h3>",
"firstParagraph": "Get enterprise-grade security against threats for you and your visitors.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Get enterprise-grade <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/website-security\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">security</a></span> against threats for you and your visitors.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Built with reliability in mind",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">Built with reliability in mind</h3>",
"firstParagraph": "Multi-cloud hosting ensures 99.99% uptime, even during traffic spikes.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/free/web-hosting\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">Multi-cloud hosting</a></span> ensures 99.99% uptime, even during traffic spikes.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "How to create a website for free",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:left;\"><span class=\"wixui-rich-text__text\">How to create a website for free</span></h2>",
"firstParagraph": "Follow these 6 simple steps to create a website today.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Follow these 6 simple steps to create a website today.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Define your website goals",
"headingHtml": "<h3 style=\"font-weight:500;\" class=\"font_3 wixui-rich-text__text wixui-rich-text__text\"> <span class=\"wixui-rich-text__text\">Define your website goals</span> </h3>",
"firstParagraph": "Identify your needs and map out your audience, these will help you assess your site structure and the pages you want. A clear plan keeps your website design focused and your message consistent.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text wixui-rich-text__text\">Identify your needs and map out your audience, these will help you assess your site structure and the pages you want. A clear plan keeps your website design focused and your message consistent.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Choose a free website builder",
"headingHtml": "<h3 style=\"font-weight:500;\" class=\"font_3 wixui-rich-text__text wixui-rich-text__text\"> <span class=\"wixui-rich-text__text\">Choose a free website builder</span> </h3>",
"firstParagraph": "Find an all-in-one web creation platform that combines AI tools, design features and free hosting so you can create, manage and launch your site faster—no technical skills required.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text wixui-rich-text__text\">Find an all-in-one web creation platform that combines AI tools, design features and free hosting so you can create, manage and launch your site faster—no technical skills required.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Create and customize",
"headingHtml": "<h3 style=\"font-weight:500;\" class=\"font_3 wixui-rich-text__text wixui-rich-text__text\"> <span class=\"wixui-rich-text__text\">Create and customize</span> </h3>",
"firstParagraph": "Start with a prompt or a template on an AI website builder, then customize using drag and drop or vibe-coding. Adjust layouts, colors, fonts, images and content to match your brand.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text wixui-rich-text__text\">Start with a prompt or a template on an AI website builder, then customize using drag and drop or vibe-coding. Adjust layouts, colors, fonts, images and content to match your brand.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Publish and grow your website",
"headingHtml": "<h3 style=\"font-weight:500;\" class=\"font_3 wixui-rich-text__text wixui-rich-text__text\"> <span class=\"wixui-rich-text__text\">Publish and grow your website</span> </h3>",
"firstParagraph": "Once your site looks good, publish it and go live. Then use built-in marketing tools, integrations and analytics to drive traffic, engage visitors and grow your online presence.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text wixui-rich-text__text\">Once your site looks good, publish it and go live. Then use built-in marketing tools, integrations and analytics to drive traffic, engage visitors and grow your online presence.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Thriving with Wix",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Thriving with Wix</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get inspired, gain new skills and see what’s trending",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Get inspired, gain new skills and see what’s trending</span></h2>",
"firstParagraph": "How to design a website (step-by-step guide)",
"paragraphHtml": "<p class=\"font_7 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How to design a website (step-by-step guide)</span></p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "We’re here for you 24/7",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">We’re here for you 24/7</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get answers",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Get answers</span></h3>",
"firstParagraph": "Ask anything and get quick answers in the Wix Help Center.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Ask anything and get quick answers in the Wix Help Center.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Chat with us",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Chat with us</span></h3>",
"firstParagraph": "Get 24/7 chat help from our Helpmate or contact a Customer Care Expert.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Get 24/7 chat help from our Helpmate or contact a Customer Care Expert.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Hire a pro",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Hire a pro</span></h3>",
"firstParagraph": "Get help at any stage—from site creation to online growth.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Get help at any stage—from site creation to online growth. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Website builder FAQ",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Website builder FAQ</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How do I create a website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How do I create a website?</span></h3>",
"firstParagraph": "Whether you’re selling online, running events or growing a community, here’s how to create your own website in 6 simple steps:",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Whether you’re selling online, running events or growing a community, here’s how to create your own website in 6 simple steps:</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "What types of websites can you build on Wix?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">What types of websites can you build on Wix?</span></h3>",
"firstParagraph": "With our free website builder, you can create any kind of website you want, including:",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">With our free website builder, you can create any kind of website you want, including:</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "What makes a good website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">What makes a good website?</span></h3>",
"firstParagraph": "A good website blends beautiful design, fresh engaging content and intuitive navigation to get your visitors to take action. Take these tips into account when creating your site:",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">A good website blends beautiful design, fresh engaging content and intuitive navigation to get your visitors to take action. Take these tips into account when creating your site:</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "How much does it cost to build a website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How much does it cost to build a website?</span></h3>",
"firstParagraph": "The cost of building a website varies depending on the features you need and whether you opt to build it yourself with a website builder or pay a developer to build it for you. On a website builder such as Wix, you can build as many websites as you want for free, however, you’ll have to upgrade to a Premium plan to...",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">The <a href=\"https://www.wix.com/blog/how-much-does-a-website-cost\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">cost of building a website</u></a> varies depending on the features you need and whether you opt to build it yourself with a website builder or pay a developer to build it for you. On a website builder such as Wix, you can build as many websites as you want for free, however, you’ll have to upgrade to...",
"words": 93,
"direct": false,
"issue": "First paragraph is 93 words and does not look like a concise direct answer."
},
{
"heading": "How can I connect a domain to my website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How can I connect a domain to my website?</span></h3>",
"firstParagraph": "When you create a free website with Wix, it comes with a Wixsite domain name built in (i.e., mysite.wixsite.com). To instantly look more professional, boost your credibility and help visitors find you online, you can also get a new custom domain name, which comes free for a year with the initial purchase of an annua...",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">When you create a free website with Wix, it comes with a Wixsite domain name built in (i.e., mysite.wixsite.com). To instantly look more professional, boost your credibility and help visitors find you online, you can also get a new <a href=\"https://www.wix.com/domains\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">custom domain name</u></a>, which comes free for a year with the initial purchase of an annual Premium plan....",
"words": 106,
"direct": false,
"issue": "First paragraph is 106 words and does not look like a concise direct answer."
},
{
"heading": "How can I design a logo for my website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How can I design a logo for my website?</span></h3>",
"firstParagraph": "You can design your own professional logo for free with the Wix Logo Maker. Answer a few questions about your brand, choose a logo style, then customize its fonts, colors, icons and more to make it your own. Once you're happy with the logo, you can download a free sample or buy high-resolution files for full ownersh...",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">You can design your own professional logo for free with the Wix <a href=\"https://www.wix.com/logo/maker\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Logo Maker</u></a>.  Answer a few questions about your brand, choose a logo style, then customize its fonts,
colors, icons and more to make it your own. Once you're happy with the logo, you can download a free sample or buy high-resolution files for full o...",
"words": 67,
"direct": false,
"issue": "First paragraph is 67 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
4 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": [
"2026-02-08T00:00:00Z"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.wix.com/about/us",
"text": "About",
"html": "<a href=\"https://www.wix.com/about/us\" target=\"_self\" class=\"PlWjyD\">About</a>"
},
{
"href": "https://www.wix.com/about/contact-us",
"text": "Contact Us",
"html": "<a href=\"https://www.wix.com/about/contact-us\" target=\"_self\" class=\"PlWjyD\">Contact Us</a>"
},
{
"href": "https://www.linkedin.com/company/wix-com?trk=biz-companies-cym",
"text": "",
"html": "<a class=\"ACLKzf\" href=\"https://www.linkedin.com/company/wix-com?trk=biz-companies-cym\" target=\"_blank\" aria-label=\"linkedin\" title=\"Linkedin\" data-hook=\"social-bar__socialLink socialLink--id_linkedin\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 20 20\"><path fill=\"#000\" d=\"M18.522.003C15.446-.006 4.1.009 1.478.003.662.003 0 .645 0 1.435v17.133C0 19.358.662 20 1.478 20h17.044c.816 0 1.478-.641 1.478-1.432V1.435c0-.79-.662-1.432-1.478-1.432M6.078 16.7..."
},
{
"href": "https://www.wix.com/about/terms-accessibility",
"text": "Accessibility Statement",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/about/terms-accessibility\" target=\"_self\">Accessibility Statement</a>"
},
{
"href": "https://www.wix.com/about/patent-notice",
"text": "Patent Notice",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/about/patent-notice\" target=\"_self\">Patent Notice</a>"
},
{
"href": "https://www.wix.com/about/sitemap",
"text": "Sitemap",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/about/sitemap\" target=\"_self\">Sitemap</a>"
},
{
"href": "https://www.wix.com/about/terms-of-use",
"text": "Terms of Use",
"html": "<a href=\"https://www.wix.com/about/terms-of-use\" target=\"_self\" class=\"FzJOdO\">Terms of Use</a>"
},
{
"href": "https://www.wix.com/about/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.wix.com/about/privacy\" target=\"_self\" class=\"FzJOdO\">Privacy Policy</a>"
}
],
"contactLinks": [
{
"href": "https://support.wix.com/en",
"text": "Help Center",
"html": "<a href=\"https://support.wix.com/en\" target=\"_blank\" class=\"yG9LMC\"><span class=\"uwf17x\">Help Center</span></a>"
},
{
"href": "https://support.wix.com/en/article/online-programs-an-overview",
"text": "Learn more",
"html": "<a data-testid=\"linkElement\" href=\"https://support.wix.com/en/article/online-programs-an-overview\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-m0l1j1hp4__root wixui-button StylableButton2545352419__link\" aria-label=\"Learn more\"><span class=\"StylableButton2545352419__container\"><span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">Learn more</span><span class=\"StylableButton2545352419__icon wixui-button__i..."
},
{
"href": "https://support.wix.com/en",
"text": "Get answers",
"html": "<a data-testid=\"linkElement\" href=\"https://support.wix.com/en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-m0kp0roe9__root wixui-button StylableButton2545352419__link\" aria-label=\"Get answers\"><span class=\"StylableButton2545352419__container\"><span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">Get answers</span><span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testi..."
},
{
"href": "https://www.wix.com/contact",
"text": "Contact us",
"html": "<a data-testid=\"linkElement\" href=\"https://www.wix.com/contact\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-m0kp0roe9__root wixui-button StylableButton2545352419__link\" aria-label=\"Contact us\"><span class=\"StylableButton2545352419__container\"><span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">Contact us</span><span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid..."
},
{
"href": "https://www.wix.com/about/contact-us",
"text": "Contact Us",
"html": "<a href=\"https://www.wix.com/about/contact-us\" target=\"_self\" class=\"PlWjyD\">Contact Us</a>"
},
{
"href": "https://support.wix.com/en",
"text": "Help Center",
"html": "<a class=\"KuIaYs\" href=\"https://support.wix.com/en\" target=\"_self\">Help Center</a>"
}
],
"privacyLinks": [
{
"href": "https://www.wix.com/manage/privacy-security-hub",
"text": "Privacy and Security Hub",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/manage/privacy-security-hub\" target=\"_self\">Privacy and Security Hub</a>"
},
{
"href": "https://www.wix.com/about/terms-accessibility",
"text": "Accessibility Statement",
"html": "<a class=\"KuIaYs\" href=\"https://www.wix.com/about/terms-accessibility\" target=\"_self\">Accessibility Statement</a>"
},
{
"href": "https://www.wix.com/about/terms-of-use",
"text": "Terms of Use",
"html": "<a href=\"https://www.wix.com/about/terms-of-use\" target=\"_self\" class=\"FzJOdO\">Terms of Use</a>"
},
{
"href": "https://www.wix.com/about/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.wix.com/about/privacy\" target=\"_self\" class=\"FzJOdO\">Privacy Policy</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 55/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 55/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
HTML size is large (2339466 bytes). 33 image(s) are missing width/height attributes. 1 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
55/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 55/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 3435,
"htmlBytes": 2339466,
"imagesMissingDimensions": [
{
"src": "https://static.wixstatic.com/media/22a917_59b1d50700814897907e44537d9eea19~mv2.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/22a917_59b1d50700814897907e44537d9eea19~mv2.webp\" alt=\"how to build your own website\" class=\"JG1HXt\">"
},
{
"src": "https://static.wixstatic.com/media/3ae05b_f430ef21a42b48ea8c280487c0a5c8e5~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239870.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/3ae05b_f430ef21a42b48ea8c280487c0a5c8e5~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239870.jpg\" alt=\"Website template for an eCommerce website.\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/3ae05b_63266cd3ba6e428e9ce271e8343ca23b~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239865.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/3ae05b_63266cd3ba6e428e9ce271e8343ca23b~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239865.jpg\" alt=\"Portfolio website template for interior designer featuring a sleek kitchen interior.\" style=\"object-fit:cover;object-position:50% 50%\">"
},
{
"src": "https://static.wixstatic.com/media/3ae05b_7414dcdae4684b57a69bab90da054553~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239866.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/3ae05b_7414dcdae4684b57a69bab90da054553~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239866.jpg\" alt=\" Website template for a business portfolio featuring specific industries.\" style=\"object-fit:cover;object-position:39% 93%\">"
},
{
"src": "https://static.wixstatic.com/media/3ae05b_8e2823f33bd7470cb74eb5fa79229afe~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239887.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/3ae05b_8e2823f33bd7470cb74eb5fa79229afe~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239887.jpg\" alt=\"Website template for a landing page for a real estate website.\" style=\"object-fit:cover;object-position:50% 50%\">"
},
{
"src": "https://static.wixstatic.com/media/3ae05b_a989a232d1fd4b0b84de8c03ef551386~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239888.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/3ae05b_a989a232d1fd4b0b84de8c03ef551386~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239888.jpg\" alt=\"A website template for a food blog\" style=\"object-fit:cover;object-position:75% 9%\">"
},
{
"src": "https://static.wixstatic.com/media/3ae05b_feccbfab4a7d4bbead28ff9d1d30cee8~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239881.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/3ae05b_feccbfab4a7d4bbead28ff9d1d30cee8~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239881.jpg\" alt=\"An industrial website template for a landscaping website.\" style=\"object-fit:cover;object-position:50% 50%\">"
},
{
"src": "https://static.wixstatic.com/media/3ae05b_a76f703977554e81a7d4e67747878562~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239880.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/3ae05b_a76f703977554e81a7d4e67747878562~mv2.jpg/v1/fill/w_136,h_137,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%202147239880.jpg\" alt=\"Website template for a wedding\" style=\"object-fit:cover;object-position:48% 26%\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_61d447498c8740f4865906ad37117254~mv2.jpg/v1/fill/w_108,h_71,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/aria-image.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_61d447498c8740f4865906ad37117254~mv2.jpg/v1/fill/w_108,h_71,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/aria-image.jpg\" alt=\"aria-image.jpg\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_c1e9ebe6334f4e30881b78a01560570b~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/seo%20setting%20for%20e-commerce%20website.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_c1e9ebe6334f4e30881b78a01560570b~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/seo%20setting%20for%20e-commerce%20website.jpg\" alt=\"Website features for an eCommerce store\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_99943f87a57445f3802c8a84c296fca7~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007780.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_99943f87a57445f3802c8a84c296fca7~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007780.jpg\" alt=\"Website features for an eCommerce store\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_739f1de76c1441cfb029dd96ec040d86~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/website%20scheduling%20app.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_739f1de76c1441cfb029dd96ec040d86~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/website%20scheduling%20app.jpg\" alt=\"Website features for a food business taking online bookings\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_03b06df3b7714f30bd9fcf3fa9f558d1~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007762.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_03b06df3b7714f30bd9fcf3fa9f558d1~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007762.jpg\" alt=\"Website features for a food business taking online bookings\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_a1afb4bb5f3c4b1c9977ae0f0011b8b7~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/website%20builder%20for%20online%20portfolio.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_a1afb4bb5f3c4b1c9977ae0f0011b8b7~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/website%20builder%20for%20online%20portfolio.jpg\" alt=\"Website editing features for an online portfolio\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_bf005cae6cd34bf5afaec53d57f42c10~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007764%20(1).jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_bf005cae6cd34bf5afaec53d57f42c10~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007764%20(1).jpg\" alt=\"Website editing features for an online portfolio\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_265619b796c94cd8847d8aa8bb6c5a1c~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/blog%20website%20creation.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_265619b796c94cd8847d8aa8bb6c5a1c~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/blog%20website%20creation.jpg\" alt=\"Site features for a blog\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_c5e422053e3a4f679575266ed42fbd7e~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007763.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_c5e422053e3a4f679575266ed42fbd7e~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007763.jpg\" alt=\"Site features for a blog\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_a77717d346214ac784fbb093c7eee1f6~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/online%20course%20webpage%20elements%20.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_a77717d346214ac784fbb093c7eee1f6~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/online%20course%20webpage%20elements%20.jpg\" alt=\"Web site features for a business offering online courses\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_5e0b6f2b514c4e269b8f4a4a1e9db801~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007765.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_5e0b6f2b514c4e269b8f4a4a1e9db801~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007765.jpg\" alt=\"Web site features for a business offering online courses\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_b8bce5a3f4f84ec2900516d818995ae2~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/sell%20events%20and%20tickets%20online.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_b8bce5a3f4f84ec2900516d818995ae2~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/sell%20events%20and%20tickets%20online.jpg\" alt=\"Website features for an events website showing total sales\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_a66d4f71b61c47e0bd1535b3a281793b~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007766.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_a66d4f71b61c47e0bd1535b3a281793b~mv2.jpg/v1/fill/w_145,h_93,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Frame%201000007766.jpg\" alt=\"Website features for an events website showing total sales\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_c1e9ebe6334f4e30881b78a01560570b~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/seo%20setting%20for%20e-commerce%20website.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_c1e9ebe6334f4e30881b78a01560570b~mv2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/seo%20setting%20for%20e-commerce%20website.jpg\" alt=\"Website features for an eCommerce store\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_4782fee49ac3455b91d68183d498c7fa~mv2.jpg/v1/fill/w_147,h_148,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Screenshot%202024-05-27%20at%2016_54%204.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_4782fee49ac3455b91d68183d498c7fa~mv2.jpg/v1/fill/w_147,h_148,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Screenshot%202024-05-27%20at%2016_54%204.jpg\" alt=\"Wix customer - Freya Simonne\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/7e521c_9b10dd17e4b943f6be4daa464bedeb7d~mv2.jpg/v1/fill/w_147,h_148,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/post.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/7e521c_9b10dd17e4b943f6be4daa464bedeb7d~mv2.jpg/v1/fill/w_147,h_148,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/post.jpg\" alt=\"Scandinazn customer testimonial\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_033068acbf1847c6b5ed63fc2db2d3ac~mv2.jpg/v1/fill/w_147,h_148,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/post-2.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_033068acbf1847c6b5ed63fc2db2d3ac~mv2.jpg/v1/fill/w_147,h_148,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/post-2.jpg\" alt=\"MILK + T business\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_2d010ce050a84f5b8831661bd8a03034~mv2.jpg/v1/fill/w_147,h_149,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Screenshot%202024-05-27%20at%2016_54%206.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_2d010ce050a84f5b8831661bd8a03034~mv2.jpg/v1/fill/w_147,h_149,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Screenshot%202024-05-27%20at%2016_54%206.jpg\" alt=\"LemonTree + Co customer video\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_d0170c1a06a64097910e59a690e0f51f~mv2.jpg/v1/fill/w_147,h_148,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/post-3.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_d0170c1a06a64097910e59a690e0f51f~mv2.jpg/v1/fill/w_147,h_148,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/post-3.jpg\" alt=\"BUILT TO SEND client video\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/0784b1_01836d9e2c374c9d978df1915939b3cc~mv2.jpg/v1/fill/w_147,h_149,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Screenshot%202024-05-27%20at%2016_54%208.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/0784b1_01836d9e2c374c9d978df1915939b3cc~mv2.jpg/v1/fill/w_147,h_149,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Screenshot%202024-05-27%20at%2016_54%208.jpg\" alt=\"EatKinda client video\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_fe2d307dbb3a47baa7ea0062d7abcb85~mv2.jpg/v1/fill/w_148,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/how%20to%20design%20a%20website.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_fe2d307dbb3a47baa7ea0062d7abcb85~mv2.jpg/v1/fill/w_148,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/how%20to%20design%20a%20website.jpg\" alt=\"Website design components\" style=\"object-fit:contain;object-position:center\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_ee6de7e0146c443fbc064b50dfc67b23~mv2.jpg/v1/fill/w_148,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/how%20to%20monetize%20a%20website.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_ee6de7e0146c443fbc064b50dfc67b23~mv2.jpg/v1/fill/w_148,h_110,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/how%20to%20monetize%20a%20website.jpg\" alt=\"Website monetization examples\" style=\"object-fit:cover;object-position:48% 35%\">"
},
{
"src": "https://static.wixstatic.com/media/343a2a_b7bf5ad5b69349468b682e5fa5796aaf~mv2.jpg/v1/fill/w_148,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/wix%20site%20examples.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://static.wixstatic.com/media/343a2a_b7bf5ad5b69349468b682e5fa5796aaf~mv2.jpg/v1/fill/w_148,h_109,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/wix%20site%20examples.jpg\" alt=\"Examples of inspiring website design\" style=\"object-fit:cover;object-position:50% 50%\">"
},
{
"src": "https://wix-2-adswizz.attribution.adswizz.com/fire?pixelId=e56c7ecd-4d0c-46f2-8786-7128ffea61b0&type=sitevisit&subtype=PageVisit1&aw_0_req.gdpr=true&redirectURL=aHR0cHM6Ly9waXhlbC50YXBhZC5jb20vaWRzeW5jL2V4L3JlY2VpdmU_cGFydG5lcl9pZD0yOTk0JjwjaWYgcmVxdWVzdC5saXN0ZW5lcklkP21hdGNoZXMoJ1swLTlhLWZdezh9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezEyfScpPnBhcnRuZXJfdHlwZWRfZGlkPSU3QiUyMkhBUkRXQVJFX0FORFJPSURfQURfSUQlMjIlM0ElMjIke3JlcXVlc3QubGlzdGVuZXJJZH0lMjIlN0Q8I2Vsc2VpZiByZXF1ZXN0Lmxpc3RlbmVySWQ_bWF0Y2hlcygnWzAtOUEtRl17OH0tWzAtOUEtRl17NH0tWzAtOUEtRl17NH0tWzAtOUEtRl17NH0tWzAtOUEtRl17MTJ9Jyk-cGFydG5lcl90eXBlZF9kaWQ9JTdCJTIySEFSRFdBUkVfSURGQSUyMiUzQSUyMiR7cmVxdWVzdC5saXN0ZW5lcklkfSUyMiU3RDwjZWxzZT5wYXJ0bmVyX2RldmljZV9pZD0ke3JlcXVlc3QubGlzdGVuZXJJZCF9PC8jaWY-",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"display:none\" src=\"https://wix-2-adswizz.attribution.adswizz.com/fire?pixelId=e56c7ecd-4d0c-46f2-8786-7128ffea61b0&type=sitevisit&subtype=PageVisit1&aw_0_req.gdpr=true&redirectURL=aHR0cHM6Ly9waXhlbC50YXBhZC5jb20vaWRzeW5jL2V4L3JlY2VpdmU_cGFydG5lcl9pZD0yOTk0JjwjaWYgcmVxdWVzdC5saXN0ZW5lcklkP21hdGNoZXMoJ1swLTlhLWZdezh9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezEyfScpPnBhcnRuZXJfdHlwZWRfZGlkPSU3QiUyMkhBUkRXQVJFX0FORFJPSURfQURfSUQlMjIlM0ElMjIke3JlcXVlc..."
},
{
"src": "https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Thu%2C%2004%20Jun%202026%2008%3A00%3A24%20GMT&n=-5&b=Website%20Builder%20-%20Create%20a%20Free%20Website%20In%20Minutes%20%7C%20Wix.com&.yp=10196208&f=https%3A%2F%2Fwww.wix.com%2F&enc=UTF-8&yv=1.16.6&tagmgr=gtm",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ywa-10000\" src=\"https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Thu%2C%2004%20Jun%202026%2008%3A00%3A24%20GMT&n=-5&b=Website%20Builder%20-%20Create%20a%20Free%20Website%20In%20Minutes%20%7C%20Wix.com&.yp=10196208&f=https%3A%2F%2Fwww.wix.com%2F&enc=UTF-8&yv=1.16.6&tagmgr=gtm\" alt=\"dot image pixel\" style=\"display: none;\">"
}
],
"possibleDialogs": [
"<div data-testid=\"responsive-container-content\" tabindex=\"-1\" role=\"dialog\" aria-label=\"Site navigation\" class=\"comp-kd5px9q0_r_comp-kd5px9hr-container\"><!--$--><button id=\"comp-kd5px9q0_r_comp-kkmqi5tc\" class=\"comp-kd5px9q0_r_comp-kkmqi5tc wixui-vector-image\"><div data-testid=\"svgRoot-comp-kd5px9q0_r_comp-kkmqi5tc\" class=\"iL7Pq5 gx51wo LXgYyC\"><!--?xml version=\"1.0\" encoding=\"UTF-8\"?--> <svg preserveAspectRatio=\"none\" data-bbox=\"65.35 65.35 69.3 69.3\" viewBox=\"65.35 65.35 69.3 69.3\" xmlns=\"h..."
],
"score": 55,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
3 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
22 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 22,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 82,
"heading": "H3: What is a website builder?",
"text": "A website builder is a platform that allows anyone to create a website without any coding knowledge. The best website builders offer drag and drop editing, AI-powered tools and customizable templates. It will make building a professional site simple and accessible to everyone, handling everything you need from design to hosting and even securing a domain. Wix offers an intuitive website builder that combines vibe...",
"words": 75,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (75 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">A website builder is a platform that allows anyone to create a website without any coding knowledge. The best website builders offer drag and drop editing, AI-powered tools and customizable templates. It will make building a professional site simple and accessible to everyone, handling everything you need from design to hosting and even securing a domain. Wix offers an intuitive website builder that combines vibe coding with freeform drag and drop, and..."
},
{
"index": 83,
"heading": "H3: Is it easy to build a website?",
"text": "Yes. Wix offers a few different ways to create your own free website, so you can choose the creation process that works best for you. Pick from 2000+ designer-made templates, or use our AI website builder to create a business-ready site in no time using a conversational interface. You can also start from scratch using Wix’s drag and drop website builder. Whichever way you choose, you can always continue customizin...",
"words": 79,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (79 words; target 80-220)."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">Yes. Wix offers a few different ways to create your own free website, so you can choose the creation process that works best for you. Pick from 2000+ designer-made templates, or use our <a href=\"https://www.wix.com/ai-website-builder\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">AI website builder</u></a> to create a business-ready site in no time using a conversational interface. You can also start from scratch using W..."
},
{
"index": 85,
"heading": "H3: How do I create a website?",
"text": "Plan your website. First, think about the type of site you’re creating and your target audience. With that in mind, you can start mapping out the pages you want to incorporate like the “About” and “Contact” pages, perhaps a blog or a photo gallery, and a page for products or services.",
"words": 52,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (52 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">Plan your website.</strong> First, think about the type of site you’re creating and your target audience. With that in mind, you can start mapping out the pages you want to incorporate like the “About” and “Contact” pages, perhaps a blog or a photo gallery, and a page for products or services.</p>"
},
{
"index": 86,
"heading": "H3: How do I create a website?",
"text": "Build with AI or choose a template. Chat with our AI website builder about your business and preferences to instantly get a fully functional and customizable website built for you. You can also start by choosing from a variety of templates, all professionally designed with the best site practices in mind.",
"words": 51,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">Build with AI or choose a template.</strong> Chat with our AI website builder about your business and preferences to instantly get a fully functional and customizable website built for you. You can also start by choosing from a variety of templates, all professionally designed with the best site practices in mind. </p>"
},
{
"index": 87,
"heading": "H3: How do I create a website?",
"text": "Customize your website. Whether you start with AI or a template, you can use our intuitive drag and drop editor to customize your site to match your brand. Your site will also be optimized for mobile, but in the editor you have the option to make changes and customize your site’s mobile view.",
"words": 54,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (54 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">Customize your website.</strong> Whether you start with AI or a template, you can use our intuitive drag and drop editor to customize your site to match your brand. Your site will also be optimized for mobile, but in the editor you have the option to make changes and customize your site’s mobile view. </p>"
},
{
"index": 89,
"heading": "H3: How do I create a website?",
"text": "Optimize for search engines and LLM’s. Use a suite of advanced SEO and AI visibility tools to ensure your site is easy for search engines to crawl and LLMs to understand. Wix gives you powerful SEO and GEO tools to optimize your pages, organize your content clearly and help search engines understand what your site is about.",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">Optimize for search engines and LLM’s.</strong> Use a suite of advanced SEO and AI visibility tools to ensure your site is easy for search engines to crawl and LLMs to understand. Wix gives you powerful SEO and GEO tools to optimize your pages, organize your content clearly and help search engines understand what your site is about.</p>"
},
{
"index": 90,
"heading": "H3: How do I create a website?",
"text": "Publish and promote your website. Once you’re happy with your site, you’re ready to hit ‘publish’ and start gaining traffic. Now’s the time to promote your site with built-in marketing tools and streamline your customer management processes with a smart CRM system.",
"words": 45,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (45 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">Publish and promote your website.</strong> Once you’re happy with your site, you’re ready to hit ‘publish’ and start gaining traffic. Now’s the time to promote your site with built-in marketing tools and streamline your customer management processes with a smart CRM system.</p>"
},
{
"index": 98,
"heading": "H3: How do I choose the best website builder?",
"text": "AI tools: Look for a builder with AI features that help with more than just design. Wix has AI tools that can create business-specific content like product descriptions and blog posts, generate unique images and even analyze your business data to give you personalized insights for growth.",
"words": 47,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220)."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">AI tools: </strong>Look for a builder with AI features that help with more than just design. Wix has AI tools that can create business-specific content like product descriptions and blog posts, generate unique images and even analyze your business data to give you personalized insights for growth.</p>"
},
{
"index": 112,
"heading": "H3: What makes a good website?",
"text": "Know your audience. Provide content that matches your visitors’ interests and answers questions they might search for online. That way, they’ll find your site easily and want to stick around. Use calls to action to guide your visitors toward the next steps you want them to take.",
"words": 48,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">Know your audience</strong>. Provide content that matches your visitors’ interests and answers questions they might search for online. That way, they’ll find your site easily and want to stick around. Use calls to action to guide your visitors toward the next steps you want them to take.</p>"
},
{
"index": 113,
"heading": "H3: What makes a good website?",
"text": "Keep it clear and focused. A good website has a clear purpose, and its form and function should reflect that. Structure your content so visitors can quickly find what they need—focus each page on a single message, and make sure your voice is consistent throughout.",
"words": 46,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">Keep it clear and focused. </strong>A good website has a clear purpose, and its form and function should reflect that. Structure your content so visitors can quickly find what they need—focus each page on a single message, and make sure your voice is consistent throughout.</p>"
},
{
"index": 115,
"heading": "H3: What makes a good website?",
"text": "Make it fast and easy to use. Website speed matters—for both users and search engines. A good website loads quickly on every device. Optimize images, design with mobile in mind and rely on fast cloud hosting and modern infrastructure. With Wix, features like built-in image optimization, mobile-friendly design, and a global CDN network help ensure your site loads fast and performs smoothly wherever your visitors co...",
"words": 68,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (68 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\"><strong class=\"wixui-rich-text__text\">Make it fast and easy to use. </strong>Website speed matters—for both users and search engines. A good website loads quickly on every device. Optimize images, design with mobile in mind and rely on fast cloud hosting and modern infrastructure. With Wix, features like built-in image optimization, mobile-friendly design, and a global CDN network help ensure your site loads fast and performs smoothly wherever yo..."
},
{
"index": 118,
"heading": "H3: Can I create a website for free?",
"text": "Yes, with Wix, creating a website is completely free. You can design your site, publish it and share it with the world without spending a dime. It’s a great way to get started and see what’s possible for your ideas.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">Yes, with Wix, creating a website is completely free. You can design your site, publish it and share it with the world without spending a dime. It’s a great way to get started and see what’s possible for your ideas.</p>"
},
{
"index": 119,
"heading": "H3: Can I create a website for free?",
"text": "However, if you’re looking to take things to the next level—like selling products through an online store, using custom domains or removing ads—you’ll need to upgrade to one of our Premium plans. These plans unlock extra features designed to help your business grow.",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">However, if you’re looking to take things to the next level—like selling products through an online store, using custom domains or removing ads—you’ll need to upgrade to one of our <a href=\"https://www.wix.com/plans\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Premium plans</u></a>. These plans unlock extra features designed to help your business grow.</p>"
},
{
"index": 120,
"heading": "H3: How much does it cost to build a website?",
"text": "The cost of building a website varies depending on the features you need and whether you opt to build it yourself with a website builder or pay a developer to build it for you. On a website builder such as Wix, you can build as many websites as you want for free, however, you’ll have to upgrade to a Premium plan to connect a custom domain and get advanced business features. The cost of creating a website may be si...",
"words": 93,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">The <a href=\"https://www.wix.com/blog/how-much-does-a-website-cost\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">cost of building a website</u></a> varies depending on the features you need and whether you opt to build it yourself with a website builder or pay a developer to build it for you. On a website builder such as Wix, you can build as many websites as you want for free, however, you’ll have to upgrade to..."
},
{
"index": 121,
"heading": "H3: Can I create a website without knowing how to code?",
"text": "Absolutely. Wix is an intuitive no-code website builder that makes it possible to create a high-quality website without knowing how to code. In the Wix Editor, you can drag and drop any feature you want and customize it to match the look and feel of your site. Of course, you have the option to add advanced functionality with code as well.",
"words": 61,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (61 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">Absolutely. Wix is an intuitive <a href=\"https://www.wix.com/builder/no-code\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">no-code website builder</u></a> that makes it possible to create a high-quality website without knowing how to code. In the Wix Editor, you can drag and drop any feature you want and customize it to match the look and feel of your site. Of course, you have the option to add advanced functionality wi..."
},
{
"index": 122,
"heading": "H3: Should I use a website builder or hire a developer?",
"text": "Wix’s html website builder is user-friendly and will cost you significantly less than hiring a developer. However, if you are looking for expert help, you can hire a freelance web developer through the Wix Marketplace at a cost that suits your budget.",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">Wix’s <a href=\"https://www.wix.com/builder/html\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">html website builder</u></a> is user-friendly and will cost you significantly less than hiring a developer. However, if you are looking for expert help, you can hire a freelance web developer through the <a href=\"https://www.wix.com/marketplace\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__tex..."
},
{
"index": 123,
"heading": "H3: Does my free website come with hosting?",
"text": "When you create a website with Wix, you not only get reliable, scalable multi-cloud web hosting that ensures 99.98% uptime, but also automatic disaster recovery and worldwide CDN coverage. Your site also comes with 2 layers of DDoS protection against potential vulnerabilities. Plus, with 24/7 security monitoring and HTTPS and SSL protection, your website is always safe and secure—giving you peace of mind.",
"words": 66,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (66 words; target 80-220)."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">When you create a website with Wix, you not only get reliable, scalable multi-cloud <a href=\"https://www.wix.com/free/web-hosting\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">web hosting</u></a> that ensures 99.98% uptime, but also automatic disaster recovery and worldwide CDN coverage. Your site also comes with 2 layers of DDoS protection against potential vulnerabilities. Plus, with 24/7 security monitoring and HTTPS..."
},
{
"index": 124,
"heading": "H3: How can I connect a domain to my website?",
"text": "When you create a free website with Wix, it comes with a Wixsite domain name built in (i.e., mysite.wixsite.com). To instantly look more professional, boost your credibility and help visitors find you online, you can also get a new custom domain name, which comes free for a year with the initial purchase of an annual Premium plan. You can choose from a list of domain extensions, such as .com, .net, .org and many m...",
"words": 106,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">When you create a free website with Wix, it comes with a Wixsite domain name built in (i.e., mysite.wixsite.com). To instantly look more professional, boost your credibility and help visitors find you online, you can also get a new <a href=\"https://www.wix.com/domains\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">custom domain name</u></a>, which comes free for a year with the initial purchase of an annual Premium plan...."
},
{
"index": 125,
"heading": "H3: How can I optimize my site for SEO on Wix?",
"text": "All Wix sites are designed with SEO best practices in mind and come with a suite of built-in SEO tools and guidance to give you everything you need to take on SEO confidently. Customize your SEO settings, use AI to generate meta tags and descriptions, get instant homepage indexing and more. In addition, your site comes with an SEO assistant that analyzes your pages and gives recommendations on ways to improve your...",
"words": 93,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">All Wix sites are designed with SEO best practices in mind and come with a suite of built-in <a href=\"https://www.wix.com/seo\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">SEO tools</u></a> and guidance to give you everything you need to take on SEO confidently. Customize your SEO settings, use AI to generate meta tags and descriptions, get instant homepage indexing and more. In addition, your site comes with an SEO ass..."
},
{
"index": 127,
"heading": "H3: Can I use 3rd party apps with my website?",
"text": "Yes, there are hundreds of Wix-made and 3rd party integrations available through your dashboard and the Wix App Market. These apps integrate seamlessly with your site and can help you with website creation, business management, marketing and so much more. Popular integrations include Google Analytics, Facebook Pixel and Zapier, just to name a few.",
"words": 54,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (54 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">Yes, there are hundreds of Wix-made and 3rd party integrations available through your dashboard and the <a href=\"https://www.wix.com/app-market\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Wix App Market</u></a>. These apps integrate seamlessly with your site and can help you with website creation, business management, marketing and so much more. Popular integrations include Google Analytics, Facebook Pixel and Zapier,..."
},
{
"index": 128,
"heading": "H3: How can I design a logo for my website?",
"text": "You can design your own professional logo for free with the Wix Logo Maker. Answer a few questions about your brand, choose a logo style, then customize its fonts, colors, icons and more to make it your own. Once you're happy with the logo, you can download a free sample or buy high-resolution files for full ownership to use across your website, social media and marketing materials.",
"words": 67,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (67 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"font_8 wixui-rich-text__text\">You can design your own professional logo for free with the Wix <a href=\"https://www.wix.com/logo/maker\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Logo Maker</u></a>.  Answer a few questions about your brand, choose a logo style, then customize its fonts,
colors, icons and more to make it your own. Once you're happy with the logo, you can download a free sample or buy high-resolution files for full o..."
},
{
"index": 129,
"heading": "H2: Your vision. Your goals. Your website.",
"text": "Wix is a website builder that lets any business or individual build their own professional website. By combining design tools and business solutions in one AI-powered platform, Wix makes it easy for anyone to create without limits and scale confidently online.",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"bUSBWm\">Wix is a website builder that lets any business or individual build their own professional website. By combining design tools and business solutions in one AI-powered platform, Wix makes it easy for anyone to create without limits and scale confidently online.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: create, minutes, com, new.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
87/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 87/100 and needs improvement.
Evidence
{
"title": "Website Builder - Create a Free Website In Minutes | Wix.com",
"h1": "The new way to create a website",
"description": "Get everything you need to build a website your way. Wix’s free, easy-to-use website builder offers 2,000+ templates, built-in AI tools and a custom domain.",
"topicOverlap": 0.5555555555555556,
"topicTerms": [
"website",
"builder",
"create",
"free",
"minutes",
"wix",
"com",
"new",
"way"
],
"descriptionTerms": [
"get",
"everything",
"need",
"build",
"website",
"way",
"wix",
"free",
"easy",
"builder",
"offers",
"000",
"templates",
"built",
"tools",
"custom",
"domain"
],
"missingFromDescription": [
"create",
"minutes",
"com",
"new"
],
"score": 87,
"weight": 28
}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
50 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": 63,
"passing": 13,
"failing": [
{
"heading": "Flow between instant generation and hand-crafted design",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\">Flow between instant generation and hand-crafted design</h2>",
"firstParagraph": "Describe what you want and get a unique website in minutes. Refine any detail in a way that feels most natural to you on our flagship AI website builder.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Describe what you want and get a unique website in minutes. Refine any detail in a way that feels most natural to you on our flagship AI website builder.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Website templates are another way in",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\">Website templates are another way in</h2>",
"firstParagraph": "Our free website builder offers 2000+ website templates, all fully customizable and ready for business.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Our free website builder offers 2000+ <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/website/templates\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">website templates</a></span>, all fully customizable and ready for business.</span></p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Prompt, ask, bounce ideas. We can do it all together. I’m your personal web design and business expert tuned in to your site.",
"headingHtml": "<h2 class=\"font_7 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Prompt, ask, bounce ideas. We can do it all together. I’m your personal web design and business expert tuned in to your site.</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Extreme customization. Absolute control.",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\">Extreme customization. Absolute control.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Drag and drop freedom",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">Drag and drop freedom</h3>",
"firstParagraph": "Move, adjust and layer any element with pixel-level precision on a totally fluid canvas—no limits, just your vision.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Move, adjust and layer any element with pixel-level precision on a totally fluid canvas—no limits, just your vision. </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Create with Aria",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">Create with Aria</h3>",
"firstParagraph": "Ask for help or hand it off entirely. Aria’s great with complex tasks, can generate anything and get things done fast.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Ask for help or hand it off entirely. Aria’s great with complex tasks, can generate anything and get things done fast.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "A library of possibilities",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">A library of possibilities</h3>",
"firstParagraph": "Explore 1000s of free components, graphics and animations to make your website unique.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Explore 1000s of free components, graphics and animations to make your website unique.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Define your brand",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">Define your brand</h3>",
"firstParagraph": "Choose fonts, colors and styles and watch them ripple through your site—so you stay on brand as you evolve.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Choose fonts, colors and styles and watch them ripple through your site—so you stay on brand as you evolve.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Add anything you need for your business as you go",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Add anything you need for your business as you go</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "eCommerce",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">eCommerce</span></h3>",
"firstParagraph": "Sell online and manage orders, shipping and more in one place.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><a href=\"https://www.wix.com/blog/how-to-sell-online\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Sell online</u></a> and manage orders, shipping and more in one place.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Scheduling",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Scheduling</span></h3>",
"firstParagraph": "Offer services, accept bookings, get paid and manage your staff.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Offer services, accept bookings, get paid and manage your staff.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Portfolio",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Portfolio</span></h3>",
"firstParagraph": "Showcase your work and attract new clients with an online portfolio.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Showcase your work and attract new clients with an <a href=\"https://www.wix.com/portfolio-website\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">online portfolio</u></a>.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Blog",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Blog</span></h3>",
"firstParagraph": "Create a blog to grow your community and drive more traffic.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><a href=\"https://www.wix.com/start/blog\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Create a blog</u></a> to grow your community and drive more traffic.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Online courses",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Online courses<br></span></h3>",
"firstParagraph": "Create, promote and sell courses and coaching programs.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Create, promote and sell courses and coaching programs.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Events",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Events</span></h3>",
"firstParagraph": "Sell tickets, manage RSVPs and promote online or in-person events.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Sell tickets, manage RSVPs and promote online or in-person events.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Make your website official with your own domain name",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Make your website official with your own domain name</span></h2>",
"firstParagraph": "Search",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Search</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Market your site from launch to scale",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Market your site from launch to scale</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "SEO tools and AI visibility",
"headingHtml": "<h3 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">SEO tools and AI visibility</span></h3>",
"firstParagraph": "Optimize for search engines like Google and see how your site appears on LLMs like ChatGPT.",
"paragraphHtml": "<p class=\"font_2 wixui-rich-text__text\"><span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/seo\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">Optimize for search engines</a></span> like Google and see how your site appears on LLMs like ChatGPT.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Google, Facebook and Instagram ads",
"headingHtml": "<h3 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Google, Facebook and Instagram ads</span></h3>",
"firstParagraph": "Run Google and Facebook ads directly from your dashboard.",
"paragraphHtml": "<p class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Run Google and Facebook ads directly from your dashboard.</span></p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Social media marketing",
"headingHtml": "<h3 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Social media marketing</span></h3>",
"firstParagraph": "Create and share social media posts across multiple platforms.",
"paragraphHtml": "<p class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Create and share social media posts across multiple platforms.</span></p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "AI-generated email marketing",
"headingHtml": "<h3 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">AI-generated email marketing</span></h3>",
"firstParagraph": "Use AI to create automated email marketing campaigns.",
"paragraphHtml": "<p class=\"font_2 wixui-rich-text__text\">Use AI to create automated email marketing campaigns. </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Run your business from one dashboard",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\">Run your business from one dashboard</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Payments",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Payments</span></h3>",
"firstParagraph": "Accept payments, send invoices and track it all with ease.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\"><span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/payments\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">Accept payments</a></span>, send invoices and track it all with ease. </span></p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "CRM solution",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">CRM solution</span></h3>",
"firstParagraph": "Attract leads and engage with customers with a full CRM suite.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Attract leads and engage with customers with a full CRM suite. </span></p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Custom automations",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Custom automations</span></h3>",
"firstParagraph": "Work smarter and save time with automated emails, reminders and more.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Work smarter and save time with automated emails, reminders and more.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Data & analytics",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Data & analytics</span></h3>",
"firstParagraph": "Get in-depth data insights and reports to help you make smart decisions.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Get in-depth data insights and reports to help you make smart decisions.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Mobile app",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Mobile app</span></h3>",
"firstParagraph": "Manage your day-to-day from anywhere with the Wix mobile app.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Manage your day-to-day from anywhere with the Wix mobile app. </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Grow your website on a rock-solid foundation",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Grow your website on a rock-solid foundation</span></h2>",
"firstParagraph": "Set your site up for success on the powerful infrastructure that supports millions of websites worldwide.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Set your site up for success on the powerful infrastructure that supports millions of websites worldwide.</span></p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Engineered for top speed",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Engineered for top speed</span></h3>",
"firstParagraph": "Wix sites are designed to ensure fast loading times.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Wix sites are designed to ensure fast loading times.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Designed for accessibility",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Designed for accessibility</span></h3>",
"firstParagraph": "Build an inclusive site that everyone can interact with.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Build an inclusive site that everyone can interact with.</span></p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Secured by industry experts",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Secured by industry experts
</span></h3>",
"firstParagraph": "Get enterprise-grade security against threats for you and your visitors.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Get enterprise-grade <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/website-security\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">security</a></span> against threats for you and your visitors.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Built with reliability in mind",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\">Built with reliability in mind</h3>",
"firstParagraph": "Multi-cloud hosting ensures 99.99% uptime, even during traffic spikes.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\"><span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"><a href=\"https://www.wix.com/free/web-hosting\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"wixui-rich-text__text\">Multi-cloud hosting</a></span> ensures 99.99% uptime, even during traffic spikes.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "How to create a website for free",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:left;\"><span class=\"wixui-rich-text__text\">How to create a website for free</span></h2>",
"firstParagraph": "Follow these 6 simple steps to create a website today.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Follow these 6 simple steps to create a website today.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Define your website goals",
"headingHtml": "<h3 style=\"font-weight:500;\" class=\"font_3 wixui-rich-text__text wixui-rich-text__text\"> <span class=\"wixui-rich-text__text\">Define your website goals</span> </h3>",
"firstParagraph": "Identify your needs and map out your audience, these will help you assess your site structure and the pages you want. A clear plan keeps your website design focused and your message consistent.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text wixui-rich-text__text\">Identify your needs and map out your audience, these will help you assess your site structure and the pages you want. A clear plan keeps your website design focused and your message consistent.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Choose a free website builder",
"headingHtml": "<h3 style=\"font-weight:500;\" class=\"font_3 wixui-rich-text__text wixui-rich-text__text\"> <span class=\"wixui-rich-text__text\">Choose a free website builder</span> </h3>",
"firstParagraph": "Find an all-in-one web creation platform that combines AI tools, design features and free hosting so you can create, manage and launch your site faster—no technical skills required.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text wixui-rich-text__text\">Find an all-in-one web creation platform that combines AI tools, design features and free hosting so you can create, manage and launch your site faster—no technical skills required.</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Create and customize",
"headingHtml": "<h3 style=\"font-weight:500;\" class=\"font_3 wixui-rich-text__text wixui-rich-text__text\"> <span class=\"wixui-rich-text__text\">Create and customize</span> </h3>",
"firstParagraph": "Start with a prompt or a template on an AI website builder, then customize using drag and drop or vibe-coding. Adjust layouts, colors, fonts, images and content to match your brand.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text wixui-rich-text__text\">Start with a prompt or a template on an AI website builder, then customize using drag and drop or vibe-coding. Adjust layouts, colors, fonts, images and content to match your brand.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Publish and grow your website",
"headingHtml": "<h3 style=\"font-weight:500;\" class=\"font_3 wixui-rich-text__text wixui-rich-text__text\"> <span class=\"wixui-rich-text__text\">Publish and grow your website</span> </h3>",
"firstParagraph": "Once your site looks good, publish it and go live. Then use built-in marketing tools, integrations and analytics to drive traffic, engage visitors and grow your online presence.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text wixui-rich-text__text\">Once your site looks good, publish it and go live. Then use built-in marketing tools, integrations and analytics to drive traffic, engage visitors and grow your online presence.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Thriving with Wix",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Thriving with Wix</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get inspired, gain new skills and see what’s trending",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Get inspired, gain new skills and see what’s trending</span></h2>",
"firstParagraph": "How to design a website (step-by-step guide)",
"paragraphHtml": "<p class=\"font_7 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How to design a website (step-by-step guide)</span></p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "We’re here for you 24/7",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">We’re here for you 24/7</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get answers",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Get answers</span></h3>",
"firstParagraph": "Ask anything and get quick answers in the Wix Help Center.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Ask anything and get quick answers in the Wix Help Center.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Chat with us",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Chat with us</span></h3>",
"firstParagraph": "Get 24/7 chat help from our Helpmate or contact a Customer Care Expert.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Get 24/7 chat help from our Helpmate or contact a Customer Care Expert.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Hire a pro",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Hire a pro</span></h3>",
"firstParagraph": "Get help at any stage—from site creation to online growth.",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Get help at any stage—from site creation to online growth. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Website builder FAQ",
"headingHtml": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Website builder FAQ</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How do I create a website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How do I create a website?</span></h3>",
"firstParagraph": "Whether you’re selling online, running events or growing a community, here’s how to create your own website in 6 simple steps:",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">Whether you’re selling online, running events or growing a community, here’s how to create your own website in 6 simple steps:</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "What types of websites can you build on Wix?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">What types of websites can you build on Wix?</span></h3>",
"firstParagraph": "With our free website builder, you can create any kind of website you want, including:",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">With our free website builder, you can create any kind of website you want, including:</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "What makes a good website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">What makes a good website?</span></h3>",
"firstParagraph": "A good website blends beautiful design, fresh engaging content and intuitive navigation to get your visitors to take action. Take these tips into account when creating your site:",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">A good website blends beautiful design, fresh engaging content and intuitive navigation to get your visitors to take action. Take these tips into account when creating your site:</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "How much does it cost to build a website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How much does it cost to build a website?</span></h3>",
"firstParagraph": "The cost of building a website varies depending on the features you need and whether you opt to build it yourself with a website builder or pay a developer to build it for you. On a website builder such as Wix, you can build as many websites as you want for free, however, you’ll have to upgrade to a Premium plan to...",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">The <a href=\"https://www.wix.com/blog/how-much-does-a-website-cost\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">cost of building a website</u></a> varies depending on the features you need and whether you opt to build it yourself with a website builder or pay a developer to build it for you. On a website builder such as Wix, you can build as many websites as you want for free, however, you’ll have to upgrade to...",
"words": 93,
"direct": false,
"issue": "First paragraph is 93 words and does not look like a concise direct answer."
},
{
"heading": "How can I connect a domain to my website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How can I connect a domain to my website?</span></h3>",
"firstParagraph": "When you create a free website with Wix, it comes with a Wixsite domain name built in (i.e., mysite.wixsite.com). To instantly look more professional, boost your credibility and help visitors find you online, you can also get a new custom domain name, which comes free for a year with the initial purchase of an annua...",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">When you create a free website with Wix, it comes with a Wixsite domain name built in (i.e., mysite.wixsite.com). To instantly look more professional, boost your credibility and help visitors find you online, you can also get a new <a href=\"https://www.wix.com/domains\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">custom domain name</u></a>, which comes free for a year with the initial purchase of an annual Premium plan....",
"words": 106,
"direct": false,
"issue": "First paragraph is 106 words and does not look like a concise direct answer."
},
{
"heading": "How can I design a logo for my website?",
"headingHtml": "<h3 class=\"font_3 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">How can I design a logo for my website?</span></h3>",
"firstParagraph": "You can design your own professional logo for free with the Wix Logo Maker. Answer a few questions about your brand, choose a logo style, then customize its fonts, colors, icons and more to make it your own. Once you're happy with the logo, you can download a free sample or buy high-resolution files for full ownersh...",
"paragraphHtml": "<p class=\"font_8 wixui-rich-text__text\">You can design your own professional logo for free with the Wix <a href=\"https://www.wix.com/logo/maker\" target=\"_blank\" class=\"wixui-rich-text__text\"><u class=\"wixui-rich-text__text\">Logo Maker</u></a>.  Answer a few questions about your brand, choose a logo style, then customize its fonts,
colors, icons and more to make it your own. Once you're happy with the logo, you can download a free sample or buy high-resolution files for full o...",
"words": 67,
"direct": false,
"issue": "First paragraph is 67 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: benefits, 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": "Flow between instant generation and hand-crafted design",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Flow between instant generation and hand-crafted design</h2>"
},
{
"text": "Website templates are another way in",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Website templates are another way in</h2>"
},
{
"text": "Prompt, ask, bounce ideas. We can do it all together. I’m your personal web design and business expert tuned in to your site.",
"html": "<h2 class=\"font_7 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Prompt, ask, bounce ideas. We can do it all together. I’m your personal web design and business expert tuned in to your site.</span></h2>"
},
{
"text": "Extreme customization. Absolute control.",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Extreme customization. Absolute control.</h2>"
},
{
"text": "Add anything you need for your business as you go",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Add anything you need for your business as you go</span></h2>"
},
{
"text": "Make your website official with your own domain name",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Make your website official with your own domain name</span></h2>"
},
{
"text": "Market your site from launch to scale",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Market your site from launch to scale</span></h2>"
},
{
"text": "Run your business from one dashboard",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Run your business from one dashboard</h2>"
},
{
"text": "Grow your website on a rock-solid foundation",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Grow your website on a rock-solid foundation</span></h2>"
},
{
"text": "How to create a website for free",
"html": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:left;\"><span class=\"wixui-rich-text__text\">How to create a website for free</span></h2>"
},
{
"text": "Thriving with Wix",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Thriving with Wix</span></h2>"
},
{
"text": "Get inspired, gain new skills and see what’s trending",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Get inspired, gain new skills and see what’s trending</span></h2>"
},
{
"text": "Made on Wix",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Made on Wix</h2>"
},
{
"text": "We’re here for you 24/7",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">We’re here for you 24/7</span></h2>"
},
{
"text": "Website builder FAQ",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Website builder FAQ</span></h2>"
},
{
"text": "Your vision. Your goals. Your website.",
"html": "<h2 class=\"font_0 wixui-rich-text__text\">Your vision. Your goals. Your website.</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Website Builder - Create a Website In Minutes?",
"pattern": {}
},
{
"id": "how",
"label": "How does Website Builder - Create a Website In Minutes work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Website Builder - Create a Website In Minutes?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Website Builder - Create a Website In Minutes free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Website Builder - Create a Website In Minutes compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "benefits",
"label": "Why use Website Builder - Create a Website In Minutes?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Website Builder - Create a Website In Minutes compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: create, minutes, com, new.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
89/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 89/100 and needs improvement.
Evidence
{
"title": "Website Builder - Create a Free Website In Minutes | Wix.com",
"h1": "The new way to create a website",
"description": "Get everything you need to build a website your way. Wix’s free, easy-to-use website builder offers 2,000+ templates, built-in AI tools and a custom domain.",
"topicOverlap": 0.5555555555555556,
"definitionCount": 12,
"topicTerms": [
"website",
"builder",
"create",
"free",
"minutes",
"wix",
"com",
"new",
"way"
],
"descriptionTerms": [
"get",
"everything",
"need",
"build",
"website",
"way",
"wix",
"free",
"easy",
"builder",
"offers",
"000",
"templates",
"built",
"tools",
"custom",
"domain"
],
"missingFromDescription": [
"create",
"minutes",
"com",
"new"
],
"score": 89,
"weight": 18
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 3044
}
]
},
"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: benefits, 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": "Flow between instant generation and hand-crafted design",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Flow between instant generation and hand-crafted design</h2>"
},
{
"text": "Website templates are another way in",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Website templates are another way in</h2>"
},
{
"text": "Prompt, ask, bounce ideas. We can do it all together. I’m your personal web design and business expert tuned in to your site.",
"html": "<h2 class=\"font_7 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Prompt, ask, bounce ideas. We can do it all together. I’m your personal web design and business expert tuned in to your site.</span></h2>"
},
{
"text": "Extreme customization. Absolute control.",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Extreme customization. Absolute control.</h2>"
},
{
"text": "Add anything you need for your business as you go",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Add anything you need for your business as you go</span></h2>"
},
{
"text": "Make your website official with your own domain name",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Make your website official with your own domain name</span></h2>"
},
{
"text": "Market your site from launch to scale",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Market your site from launch to scale</span></h2>"
},
{
"text": "Run your business from one dashboard",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Run your business from one dashboard</h2>"
},
{
"text": "Grow your website on a rock-solid foundation",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Grow your website on a rock-solid foundation</span></h2>"
},
{
"text": "How to create a website for free",
"html": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:left;\"><span class=\"wixui-rich-text__text\">How to create a website for free</span></h2>"
},
{
"text": "Thriving with Wix",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Thriving with Wix</span></h2>"
},
{
"text": "Get inspired, gain new skills and see what’s trending",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Get inspired, gain new skills and see what’s trending</span></h2>"
},
{
"text": "Made on Wix",
"html": "<h2 class=\"font_2 wixui-rich-text__text\">Made on Wix</h2>"
},
{
"text": "We’re here for you 24/7",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">We’re here for you 24/7</span></h2>"
},
{
"text": "Website builder FAQ",
"html": "<h2 class=\"font_2 wixui-rich-text__text\"><span class=\"wixui-rich-text__text\">Website builder FAQ</span></h2>"
},
{
"text": "Your vision. Your goals. Your website.",
"html": "<h2 class=\"font_0 wixui-rich-text__text\">Your vision. Your goals. Your website.</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Website Builder - Create a Website In Minutes?",
"pattern": {}
},
{
"id": "how",
"label": "How does Website Builder - Create a Website In Minutes work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Website Builder - Create a Website In Minutes?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Website Builder - Create a Website In Minutes free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Website Builder - Create a Website In Minutes compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "benefits",
"label": "Why use Website Builder - Create a Website In Minutes?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Website Builder - Create a Website In Minutes compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2512
}
]
},
"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": "register"
}
]
},
"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": "\n <!DOCTYPE html>\n<!--\n \n\n \n\n \n \n \n-->\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <meta name=\"robots\" content=\"noindex\">\n <title>404 Error: Page Not Found | Wix.com</title>\n\n <link rel=\"icon\" sizes=\"192x192\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"shortcut icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://www.wix.com/favicon.ico\" type=\"image/x-icon\"/>\n \n <script async src=\"https://static.parastorage.com/polyfill/v2/polyfill.min.js?features=default,es6,es7,es2017&flags=gated&unknown=polyfill&rum=0\"></script>\n <script src=\"https://static.parastorage.com/unpkg-semver/fedop"
},
"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.wix.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.wix.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.wix.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.wix.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
}
]
},
"resourceFetchSucceeded": false
}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
2 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "2 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
50 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
45.1 s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "45.1 s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 45142.77599999993
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
36 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
28/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 1,
"displayValue": "4.0 s",
"numericValue": 4031.5934000000007
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 6,
"displayValue": "5.4 s",
"numericValue": 5432.87875
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 0,
"displayValue": "9.5 s",
"numericValue": 9546.419195849814
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "43,500 ms",
"numericValue": 43500.54589999998
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "3,140 ms",
"numericValue": 3136.0000000000073
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 250 ms",
"numericValue": 249.954
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 0,
"displayValue": "63.7 s",
"numericValue": 63712.6893
},
{
"id": "uses-rel-preconnect",
"title": "Preconnect to required origins",
"score": 100,
"displayValue": "",
"numericValue": 0
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "0 ms",
"numericValue": 0.2987
},
{
"id": "third-party-summary",
"title": "Reduce the impact of third-party code",
"score": 0,
"displayValue": "Third-party code blocked the main thread for 20,290 ms"
},
{
"id": "largest-contentful-paint-element",
"title": "Largest Contentful Paint element",
"score": 0,
"displayValue": "5,430 ms"
}
]
}Improve Your Score
Send the scan details to a professional with the required report context attached.
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 |
|---|---|---|---|
| 48/100 | Level 2, Agent-Limited | Current report |