Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 29 out of 100
- Agent Ease of Use 15 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 71 out of 100
- SEO 85 out of 100
- Performance and Accessibility 87 out of 100
What AI sees of your website
How To Make a Website – Free Website Builder | Strikingly
Strikingly is the best free website builder for anyone to create a gorgeous, mobile-friendly website easily. Quick, simple and stylish. Make your own free website today.
Next step
Turn this report into a fix workflow
28 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 29 | Priority fix | 6 | 18 | 0 | View details |
| Discoverability | 33 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 17 | Priority fix | 1 | 4 | 0 | View details |
| Agent Ease of Use | 15 | Priority fix | 9 | 31 | 3 | View details |
| API | 28 | Priority fix | 2 | 7 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 3 | 8 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 71 | Needs work | 6 | 1 | 12 | View details |
| GEO Readiness | 81 | Mostly ready | 2 | 0 | 3 | |
| AIO Readiness | 63 | Needs work | 2 | 1 | 4 | View details |
| AEO Readiness | 69 | Needs work | 2 | 0 | 5 | |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 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 | 87 | Mostly ready | 19 | 2 | 2 | View details |
| Performance | 99 | Strong | 15 | 1 | 2 | View details |
| Accessibility | 65 | Needs work | 4 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
47 items need attention
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
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI 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
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
33 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": "<script type='text/javascript'>\nwindow.location.href = \"https://openapi.mystrikingly.com/\"\n</script>\n<noscript>\n<meta content='1; url=https://openapi.mystrikingly.com/' http-equiv='refresh'>\n</noscript>\n"
},
{
"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": "<script type='text/javascript'>\nwindow.location.href = \"https://openapi.mystrikingly.com/\"\n</script>\n<noscript>\n<meta content='1; url=https://openapi.mystrikingly.com/' http-equiv='refresh'>\n</noscript>\n"
},
{
"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": "<script type='text/javascript'>\nwindow.location.href = \"https://swagger.mystrikingly.com/\"\n</script>\n<noscript>\n<meta content='1; url=https://swagger.mystrikingly.com/' http-equiv='refresh'>\n</noscript>\n"
},
{
"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": "<script type='text/javascript'>\nwindow.location.href = \"https://swagger.mystrikingly.com/\"\n</script>\n<noscript>\n<meta content='1; url=https://swagger.mystrikingly.com/' http-equiv='refresh'>\n</noscript>\n"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"valid": false,
"issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
"compatibleContentType": true,
"format": "json",
"version": "",
"pathCount": 0,
"operationCount": 0,
"operationWarnings": [
{
"field": "servers",
"issue": "No servers array declared."
},
{
"field": "components.securitySchemes",
"issue": "No security schemes or explicit no-auth declaration."
}
],
"hasServers": false,
"hasSecuritySchemes": false,
"hasExplicitNoAuth": false,
"rawExcerpt": "{\"status\":\"404\",\"error\":\"Not Found\"}"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"valid": false,
"issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
"compatibleContentType": true,
"format": "json",
"version": "",
"pathCount": 0,
"operationCount": 0,
"operationWarnings": [
{
"field": "servers",
"issue": "No servers array declared."
},
{
"field": "components.securitySchemes",
"issue": "No security schemes or explicit no-auth declaration."
}
],
"hasServers": false,
"hasSecuritySchemes": false,
"hasExplicitNoAuth": false,
"rawExcerpt": "{\"status\":\"404\",\"error\":\"Not Found\"}"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"valid": false,
"issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
"compatibleContentType": true,
"format": "json",
"version": "",
"pathCount": 0,
"operationCount": 0,
"operationWarnings": [
{
"field": "servers",
"issue": "No servers array declared."
},
{
"field": "components.securitySchemes",
"issue": "No security schemes or explicit no-auth declaration."
}
],
"hasServers": false,
"hasSecuritySchemes": false,
"hasExplicitNoAuth": false,
"rawExcerpt": "{\"status\":\"404\",\"error\":\"Not Found\"}"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; 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
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}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": 2088
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2088
}
]
},
"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 "(none)".
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": ""
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
"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": 10494,
"excerpt": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/WebPage' lang='en' xmlns:og='http://ogp.me/ns#' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script>\n//<![CDATA[\nwindow.$S={};$S.global_conf={\"SUPPORTED_CURRENCY\":[{\"code\":\"AED\",\"",
"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": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
}
]
},
"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": 197
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
}
]
},
"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 DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}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: missing <main> landmark; missing <nav> landmark; missing <footer> landmark; skipped heading levels; 3 links missing accessible names; missing alt text on >10% of images.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": false,
"footer": false,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": false,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a class=\"icon-item facebook-icon\" data-link-name=\"Talk of the Town\" href=\"//x.com/strikingly\" target=\"_blank\"> <svg fill=\"#C6C9CD\" height=\"14px\" viewBox=\"0 0 14 14\" width=\"14px\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.93696 6.00461L12.7765 0.5H11.6297L7.42751 5.27958L4.07125 0.5H0.200195L5.27553 7.72757L0.200195 13.5H1.34708L5.78468 8.4526L9.32914 13.5H13.2002L7.93668 6.00461H7.93696ZM6.36615 7.79124L5.85191 7.07154L1.76031 1.34479H3.52186L6.82383 5.96646L7.33806 6.68616L11.6302 12.6936",
"<a class=\"icon-item\" href=\"//www.instagram.com/striking.ly?igsh=MWI2bGVhYTVpcXZ3YQ==\" target=\"_blank\"> <svg fill=\"#C6C9CD\" height=\"14px\" viewBox=\"0 0 1000 1000\" width=\"14px\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M295.42,6c-53.2,2.51-89.53,11-121.29,23.48-32.87,12.81-60.73,30-88.45,57.82S40.89,143,28.17,175.92c-12.31,31.83-20.65,68.19-23,121.42S2.3,367.68,2.56,503.46,3.42,656.26,6,709.6c2.54,53.19,11,89.51,23.48,121.28,12.83,32.87,30,60.72,57.83,88.45S143,964.09,176,976.83c31.8,12.29,68.17",
"<a class=\"icon-item\" href=\"//www.facebook.com/strikingly/\" target=\"_blank\"> <svg fill=\"#C6C9CD\" height=\"14px\" viewBox=\"0 0 14 14\" width=\"14px\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.7002 0.25C12.3569 0.250198 13.7002 1.59327 13.7002 3.25V10.75C13.7002 12.4067 12.3569 13.7498 10.7002 13.75H7.90332V8.98535H9.50488C9.51402 8.96347 9.5136 8.96332 9.51562 8.9541C9.51627 8.94939 9.51695 8.94896 9.51758 8.94434C9.51807 8.9408 9.51807 8.93703 9.51855 8.93359C9.51931 8.92786 9.51974 8.92766 9.5"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img class=\"hero-img lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/naked.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"hero-img lazy odd\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/ribbon.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"hero-img lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/fire-panda.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"hero-img lazy odd\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/unibedroombox.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"hero-img lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/martin-hamelin.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"hero-img lazy odd\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/karenlo.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/ben-keene.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/tsveti-kamova.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/edd-baptista.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/seth-godin.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/rebecca-bloom.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/mike-pacifico.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/zia-kusuma.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/david-smooke.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy native-intro-img\" data-original=\"https://static-assets.strikinglycdn.com/images/editor2/editor-logo-strikingly-2x-purple.png\" style=\"width: 104px; height: 26px\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">",
"<img class=\"lazy native-intro-img\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/cross-platform-demo-strikingly.png\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
],
"skippedHeadingLevels": [
"h1: Make a website in minutes",
"h2: Trusted by millions of entrepreneurs and creatives",
"h4: Ben Keene",
"h4: Tsveti Kamova",
"h4: Edd Baptista",
"h2: The Easiest Website Editor Possible",
"h2: E-commerce Built In",
"h2: Turn Visitors to Superfans",
"h2: All the Features You Need",
"h3: Domain Names",
"h3: Simple Store",
"h3: Simple Blog",
"h3: Analytics",
"h3: Sign Up & Contact Forms",
"h3: Social Feed",
"h3: HTTPS Built-in",
"h3: ...and much, much more!",
"h2: 24/7 Support",
"h2: Our Customers Love Us",
"h6: Strikingly",
"h6: Extras",
"h6: Community",
"h6: Partners",
"h6: Company",
"h6: Help & Support",
"h3: About Strikingly",
"h4: Support",
"h4: Press",
"h4: Social Media"
]
},
"counts": {
"h1": 1,
"headings": 29,
"links": 70,
"inaccessibleLinks": 3,
"buttons": 0,
"inaccessibleButtons": 0,
"images": 34,
"imagesWithAlt": 18,
"autocompleteInputs": 8,
"inputsWithAutocomplete": 8,
"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": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 36
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 197
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Validate RFC 9727 linkset".
22 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Validate RFC 9727 linkset".
Needs attention
API Catalog
Issue
Response is not valid JSON.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
33/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Validate RFC 9727 linkset".
Validation steps
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": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "pass",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/WebPage' lang='en' xmlns:og='http://ogp.me/ns#' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script>\n//<![CDATA[\nwindow.$S={};$S.global_conf={\"SUPPORTED_CURRENCY\":[{\"code\":\"AED\",\"symbol\":\"\\u062f.\\u0625\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"United Arab Emirates Dirham\"},{\"code\":\"AFN\",\"symbol\":\"\\u060b\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Afghan afghani\"},{\"code\":\"ALL\",\"symbol\":\"Lek\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Albanian lek\"},{\"code\":\"AMD\",\"symbol\":\"\\u058f\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Armenian dram\"},{\"code\":\"ANG\",\"symbol\":\"\\u0192\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Netherlands Antillean guilder\"},{\"code\":\"AOA\",\"symbol\":\"Kz\",\"decimal\":\",\",\"tho"
},
"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."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 36
}
]
},
"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".
20 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": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
}
]
},
"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".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 199
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "application/json; charset=utf-8",
"length": 2088
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 201
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
17 Fail
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
Needs attention
AI context endpoint
Issue
Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.
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
50/100
Status
fail
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 failed at "Validate resource body".
Validation steps
Validate resource body
Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/api/ai/context",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
"rawExcerpt": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/WebPage' lang='en' xmlns:og='http://ogp.me/ns#' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script>\n//<![CDATA[\nwindow.$S={};$S.global_conf={\"SUPPORTED_CURRENCY\":[{\"code\":\"AED\",\"symbol\":\"\\u062f.\\u0625\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"United Arab Emirates Dirham\"},{\"code\":\"AFN\",\"symbol\":\"\\u060b\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Afghan afghani\"},{\"code\":\"ALL\",\"symbol\":\"Lek\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Albanian lek\"},{\"code\":\"AMD\",\"symbol\":\"\\u058f\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Armenian dram\"},{\"code\":\"ANG\",\"symbol\":\"\\u0192\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Netherlands Antillean guilder\"},{\"code\":\"AOA\",\"symbol\":\"Kz\",\"decimal\":\",\",\"tho"
},
"issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Validate resource body".
17 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Validate resource body".
Needs attention
Web Bot Auth request signing
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/WebPage' lang='en' xmlns:og='http://ogp.me/ns#' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script>\n//<![CDATA[\nwindow.$S={};$S.global_conf={\"SUPPORTED_CURRENCY\":[{\"code\":\"AED\",\"symbol\":\"\\u062f.\\u0625\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"United Arab Emirates Dirham\"},{\"code\":\"AFN\",\"symbol\":\"\\u060b\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Afghan afghani\"},{\"code\":\"ALL\",\"symbol\":\"Lek\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Albanian lek\"},{\"code\":\"AMD\",\"symbol\":\"\\u058f\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Armenian dram\"},{\"code\":\"ANG\",\"symbol\":\"\\u0192\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Netherlands Antillean guilder\"},{\"code\":\"AOA\",\"symbol\":\"Kz\",\"decimal\":\",\",\"tho"
},
"issue": "Response is not valid JSON.",
"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
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.strikingly.com",
"probes": [
{
"name": "_index._agents.www.strikingly.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.strikingly.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.strikingly.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "strikingly.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of 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="user[profile_attributes][first_name]"> is missing a label.<input name="user[profile_attributes][first_name]"> is missing tool-param-description.<input name="user[email]"> is missing a label.<input name="user[email]"> is missing tool-param-description.<input name="user[password_dummy]"> is missing a label.<input name="user[password_dummy]"> is missing tool-param-description.<input name="user[password]"> is missing a label.<input name="user[password]"> is missing tool-param-description.<input name="commit"> is missing a label.<input name="commit"> is missing tool-param-description.<input name="user[profile_attributes][first_name]"> is missing a label.<input name="user[profile_attributes][first_name]"> is missing tool-param-description.<input name="user[email]"> is missing a label.<input name="user[email]"> is missing tool-param-description.<input name="user[password_dummy]"> is missing a label.<input name="user[password_dummy]"> is missing tool-param-description.<input name="user[password]"> is missing a label.<input name="user[password]"> is missing tool-param-description.<input name="commit"> is missing a label.<input name="commit"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.
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": 2,
"formsWithTags": 0,
"totalInteractive": 86,
"interactiveWithTags": 0,
"totalCount": 88,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"user[profile_attributes][first_name]\"> is missing a label.",
"<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description.",
"<input name=\"user[email]\"> is missing a label.",
"<input name=\"user[email]\"> is missing tool-param-description.",
"<input name=\"user[password_dummy]\"> is missing a label.",
"<input name=\"user[password_dummy]\"> is missing tool-param-description.",
"<input name=\"user[password]\"> is missing a label.",
"<input name=\"user[password]\"> is missing tool-param-description.",
"<input name=\"commit\"> is missing a label.",
"<input name=\"commit\"> is missing tool-param-description.",
"<input name=\"user[profile_attributes][first_name]\"> is missing a label.",
"<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description.",
"<input name=\"user[email]\"> is missing a label.",
"<input name=\"user[email]\"> is missing tool-param-description.",
"<input name=\"user[password_dummy]\"> is missing a label.",
"<input name=\"user[password_dummy]\"> is missing tool-param-description.",
"<input name=\"user[password]\"> is missing a label.",
"<input name=\"user[password]\"> is missing tool-param-description.",
"<input name=\"commit\"> is missing a label.",
"<input name=\"commit\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 32,
"issues": [
"<input name=\"user[profile_attributes][first_name]\"> is missing a label.",
"<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description.",
"<input name=\"user[email]\"> is missing a label.",
"<input name=\"user[email]\"> is missing tool-param-description.",
"<input name=\"user[password_dummy]\"> is missing a label.",
"<input name=\"user[password_dummy]\"> is missing tool-param-description.",
"<input name=\"user[password]\"> is missing a label.",
"<input name=\"user[password]\"> is missing tool-param-description.",
"<input name=\"commit\"> is missing a label.",
"<input name=\"commit\"> is missing tool-param-description.",
"<input name=\"user[profile_attributes][first_name]\"> is missing a label.",
"<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description.",
"<input name=\"user[email]\"> is missing a label.",
"<input name=\"user[email]\"> is missing tool-param-description.",
"<input name=\"user[password_dummy]\"> is missing a label.",
"<input name=\"user[password_dummy]\"> is missing tool-param-description.",
"<input name=\"user[password]\"> is missing a label.",
"<input name=\"user[password]\"> is missing tool-param-description.",
"<input name=\"commit\"> is missing a label.",
"<input name=\"commit\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"user[profile_attributes][first_name]\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"user[email]\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"user[email]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"user[password_dummy]\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"user[password_dummy]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"user[password]\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"user[password]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"commit\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"commit\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"user[profile_attributes][first_name]\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"user[email]\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"user[email]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"user[password_dummy]\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"user[password_dummy]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"user[password]\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"user[password]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"commit\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"commit\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
}
]
}
],
"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": 2,
"formsWithTags": 0,
"totalInteractive": 86,
"interactiveWithTags": 0,
"totalCount": 88,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"user[profile_attributes][first_name]\"> is missing a label.",
"<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description.",
"<input name=\"user[email]\"> is missing a label.",
"<input name=\"user[email]\"> is missing tool-param-description.",
"<input name=\"user[password_dummy]\"> is missing a label.",
"<input name=\"user[password_dummy]\"> is missing tool-param-description.",
"<input name=\"user[password]\"> is missing a label.",
"<input name=\"user[password]\"> is missing tool-param-description.",
"<input name=\"commit\"> is missing a label.",
"<input name=\"commit\"> is missing tool-param-description.",
"<input name=\"user[profile_attributes][first_name]\"> is missing a label.",
"<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description.",
"<input name=\"user[email]\"> is missing a label.",
"<input name=\"user[email]\"> is missing tool-param-description.",
"<input name=\"user[password_dummy]\"> is missing a label.",
"<input name=\"user[password_dummy]\"> is missing tool-param-description.",
"<input name=\"user[password]\"> is missing a label.",
"<input name=\"user[password]\"> is missing tool-param-description.",
"<input name=\"commit\"> is missing a label.",
"<input name=\"commit\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 86,
"interactiveWithTags": 0,
"totalCount": 88,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"user[profile_attributes][first_name]\"> is missing a label.",
"<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description.",
"<input name=\"user[email]\"> is missing a label.",
"<input name=\"user[email]\"> is missing tool-param-description.",
"<input name=\"user[password_dummy]\"> is missing a label.",
"<input name=\"user[password_dummy]\"> is missing tool-param-description.",
"<input name=\"user[password]\"> is missing a label.",
"<input name=\"user[password]\"> is missing tool-param-description.",
"<input name=\"commit\"> is missing a label.",
"<input name=\"commit\"> is missing tool-param-description.",
"<input name=\"user[profile_attributes][first_name]\"> is missing a label.",
"<input name=\"user[profile_attributes][first_name]\"> is missing tool-param-description.",
"<input name=\"user[email]\"> is missing a label.",
"<input name=\"user[email]\"> is missing tool-param-description.",
"<input name=\"user[password_dummy]\"> is missing a label.",
"<input name=\"user[password_dummy]\"> is missing tool-param-description.",
"<input name=\"user[password]\"> is missing a label.",
"<input name=\"user[password]\"> is missing tool-param-description.",
"<input name=\"commit\"> is missing a label.",
"<input name=\"commit\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> 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: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was 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: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
8 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 60/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 6,
"schemaBlocks": 0,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema",
"JSON-LD structured data"
],
"score": 60,
"weight": 24
}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
13 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": 16,
"passing": 3,
"failing": [
{
"heading": "Trusted by millions of entrepreneurs and creatives",
"headingHtml": "<h2>Trusted by millions of entrepreneurs and creatives</h2>",
"firstParagraph": "Making a website has never been easier.",
"paragraphHtml": "<p class=\"light\">Making a website has never been easier.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "The Easiest Website Editor Possible",
"headingHtml": "<h2>The Easiest Website Editor Possible</h2>",
"firstParagraph": "Click anything to edit, and publish instantly. Absolutely no code or design experience needed. We keep it simple and focused. Build a beautiful website in under 30 minutes.",
"paragraphHtml": "<p class=\"big\"> Click anything to edit, and publish instantly. Absolutely no code or design experience needed. <br class=\"fixed-hidden\"> <br class=\"fixed-hidden\"> We keep it simple and focused. Build a beautiful website in under 30 minutes. <br> <br> </p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Turn Visitors to Superfans",
"headingHtml": "<h2>Turn Visitors to Superfans</h2>",
"firstParagraph": "Powerful tools to cultivate your audience. Create & manage signups, forms, live chat, and newsletters all in one place. You can even register memberships to keep your audience engaged! This isn’t just a static page — Strikingly brings your site to life.",
"paragraphHtml": "<p class=\"big\"> Powerful tools to cultivate your audience. Create & manage <span class=\"b\">signups, forms, live chat</span>, and <span class=\"b\">newsletters</span> all in one place. You can even <span class=\"b\">register memberships</span> to keep your audience engaged! <br class=\"fixed-hidden\"> <br class=\"fixed-hidden\"> This isn’t just a static page — Strikingly brings your site to life. </p>",
"words": 41,
"direct": false,
"issue": "First paragraph is 41 words and does not look like a concise direct answer."
},
{
"heading": "All the Features You Need",
"headingHtml": "<h2>All the Features You Need</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Domain Names",
"headingHtml": "<h3>Domain Names</h3>",
"firstParagraph": "Register a new domain name or use one you already own. (Available after upgrading.)",
"paragraphHtml": "<p>Register a new domain name or use one you already own. (Available after upgrading.)</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Simple Blog",
"headingHtml": "<h3>Simple Blog</h3>",
"firstParagraph": "Keep your visitors updated with our super easy blogging. Each blog post gets its own page.",
"paragraphHtml": "<p>Keep your visitors updated with our super easy blogging. Each blog post gets its own page.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Analytics",
"headingHtml": "<h3>Analytics</h3>",
"firstParagraph": "All sites come with analytics built-in. See who's been visiting with easy-to-read charts.",
"paragraphHtml": "<p>All sites come with analytics built-in. See who's been visiting with easy-to-read charts.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Sign Up & Contact Forms",
"headingHtml": "<h3>Sign Up & Contact Forms</h3>",
"firstParagraph": "Starting a new service or want to get feedback? Just add a sign up form or a contact form!",
"paragraphHtml": "<p>Starting a new service or want to get feedback? Just add a sign up form or a contact form!</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Social Feed",
"headingHtml": "<h3>Social Feed</h3>",
"firstParagraph": "Show your Facebook, Twitter, and Instagram feed directly on your site.",
"paragraphHtml": "<p>Show your Facebook, Twitter, and Instagram feed directly on your site.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "HTTPS Built-in",
"headingHtml": "<h3>HTTPS Built-in</h3>",
"firstParagraph": "All websites get HTTPS automatically, for free! Enhanced security, SEO boost, and gain visitors' trust.",
"paragraphHtml": "<p>All websites get HTTPS automatically, for free! Enhanced security, SEO boost, and gain visitors' trust.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "...and much, much more!",
"headingHtml": "<h3>...and much, much more!</h3>",
"firstParagraph": "Galleries, video backgrounds, media sliders, custom colors, password protection. It's all integrated into our slick, modern designs and our intuitive editor.",
"paragraphHtml": "<p>Galleries, video backgrounds, media sliders, custom colors, password protection. It's all integrated into our slick, modern designs and our intuitive editor.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Our Customers Love Us",
"headingHtml": "<h2>Our Customers Love Us</h2>",
"firstParagraph": "We're fanatical about your success. Hear it from our users – Strikingly just works.",
"paragraphHtml": "<p class=\"light\">We're fanatical about your success. Hear it from our users – Strikingly just works.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "About Strikingly",
"headingHtml": "<h3>About Strikingly</h3>",
"firstParagraph": "Strikingly brings beautiful mobile websites to everyone.",
"paragraphHtml": "<p>Strikingly brings beautiful mobile websites to everyone.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: publisher, freshnessDate.
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": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Strikingly",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [],
"contactLinks": [
{
"href": "/s/support",
"text": "Support",
"html": "<a class=\"item\" href=\"/s/support\" style=\"outline: none\">Support</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms of Service",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_blank\">Terms of Service</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy Policy",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms of Service",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_blank\">Terms of Service</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy Policy",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/community/posts?sort_by=votes",
"text": "Idea Forum",
"html": "<a class=\"s-link\" data-link-name=\"Idea Forum\" href=\"https://support.strikingly.com/hc/en-us/community/posts?sort_by=votes\" target=\"_self\"> Idea Forum </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms",
"html": "<a class=\"s-link\" data-link-name=\"Terms\" href=\"https://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_self\"> Terms </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy",
"html": "<a class=\"s-link\" data-link-name=\"Privacy\" href=\"https://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_self\"> Privacy </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us",
"text": "Knowledgebase",
"html": "<a class=\"s-link\" data-link-name=\"Support\" href=\"https://support.strikingly.com/hc/en-us\"> Knowledgebase </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/9775440838939",
"text": "Cookie Policy",
"html": "<a class=\"link-text\" href=\"https://support.strikingly.com/hc/en-us/articles/9775440838939\" target=\"blank\">Cookie Policy</a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/9775440838939",
"text": "Cookie Policy",
"html": "<a class=\"link-text\" href=\"https://support.strikingly.com/hc/en-us/articles/9775440838939\" target=\"blank\">Cookie Policy</a>"
}
],
"privacyLinks": [
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms of Service",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_blank\">Terms of Service</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy Policy",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms of Service",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_blank\">Terms of Service</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy Policy",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms",
"html": "<a class=\"s-link\" data-link-name=\"Terms\" href=\"https://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_self\"> Terms </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy",
"html": "<a class=\"s-link\" data-link-name=\"Privacy\" href=\"https://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_self\"> Privacy </a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 7,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
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: publisher, freshnessDate.
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": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Strikingly",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [],
"contactLinks": [
{
"href": "/s/support",
"text": "Support",
"html": "<a class=\"item\" href=\"/s/support\" style=\"outline: none\">Support</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms of Service",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_blank\">Terms of Service</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy Policy",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms of Service",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_blank\">Terms of Service</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy Policy",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/community/posts?sort_by=votes",
"text": "Idea Forum",
"html": "<a class=\"s-link\" data-link-name=\"Idea Forum\" href=\"https://support.strikingly.com/hc/en-us/community/posts?sort_by=votes\" target=\"_self\"> Idea Forum </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms",
"html": "<a class=\"s-link\" data-link-name=\"Terms\" href=\"https://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_self\"> Terms </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy",
"html": "<a class=\"s-link\" data-link-name=\"Privacy\" href=\"https://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_self\"> Privacy </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us",
"text": "Knowledgebase",
"html": "<a class=\"s-link\" data-link-name=\"Support\" href=\"https://support.strikingly.com/hc/en-us\"> Knowledgebase </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/9775440838939",
"text": "Cookie Policy",
"html": "<a class=\"link-text\" href=\"https://support.strikingly.com/hc/en-us/articles/9775440838939\" target=\"blank\">Cookie Policy</a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/9775440838939",
"text": "Cookie Policy",
"html": "<a class=\"link-text\" href=\"https://support.strikingly.com/hc/en-us/articles/9775440838939\" target=\"blank\">Cookie Policy</a>"
}
],
"privacyLinks": [
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms of Service",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_blank\">Terms of Service</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy Policy",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms of Service",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_blank\">Terms of Service</a>"
},
{
"href": "http://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy Policy",
"html": "<a href=\"http://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/214364828",
"text": "Terms",
"html": "<a class=\"s-link\" data-link-name=\"Terms\" href=\"https://support.strikingly.com/hc/en-us/articles/214364828\" target=\"_self\"> Terms </a>"
},
{
"href": "https://support.strikingly.com/hc/en-us/articles/214364818",
"text": "Privacy",
"html": "<a class=\"s-link\" data-link-name=\"Privacy\" href=\"https://support.strikingly.com/hc/en-us/articles/214364818\" target=\"_self\"> Privacy </a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 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
8 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": 8,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 6,
"heading": "H4: Tsveti Kamova",
"text": "\"We chose Strikingly from the very beginning of our project aiming at simplicity and style. Now as our project is growing, we are very happy to see that our favorite platform is enriching its functionalities and will meet our needs.\"",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"quote\">"We chose Strikingly from the very beginning of our project aiming at simplicity and style. Now as our project is growing, we are very happy to see that our favorite platform is enriching its functionalities and will meet our needs."</p>"
},
{
"index": 11,
"heading": "H2: E-commerce Built In",
"text": "Just add our Simple Store and connect to PayPal or Stripe. Start making sales and getting paid, immediately. Strikingly is perfectly optimized for selling. Add shipping, coupons, membership log-ins, and more. Whether you're selling a single product or a hundred, we make it easy.",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"big\"> Just add our Simple Store and connect to PayPal or Stripe. Start making sales and getting paid, immediately. <br class=\"fixed-hidden\"> <br class=\"fixed-hidden\"> Strikingly is perfectly optimized for selling. Add shipping, coupons, membership log-ins, and more. Whether you're selling a single product or a hundred, we make it easy. </p>"
},
{
"index": 12,
"heading": "H2: Turn Visitors to Superfans",
"text": "Powerful tools to cultivate your audience. Create & manage signups, forms, live chat, and newsletters all in one place. You can even register memberships to keep your audience engaged! This isn’t just a static page — Strikingly brings your site to life.",
"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=\"big\"> Powerful tools to cultivate your audience. Create & manage <span class=\"b\">signups, forms, live chat</span>, and <span class=\"b\">newsletters</span> all in one place. You can even <span class=\"b\">register memberships</span> to keep your audience engaged! <br class=\"fixed-hidden\"> <br class=\"fixed-hidden\"> This isn’t just a static page — Strikingly brings your site to life. </p>"
},
{
"index": 23,
"heading": "H2: Our Customers Love Us",
"text": "I started using this tool and it turns out it's a simple web development tool that is all plug and play... It's hard for me to imagine a website being ten times more beautiful than what you can build with Strikingly.",
"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> I started using this tool and it turns out it's a simple web development tool that is all plug and play... <strong>It's hard for me to imagine a website being ten times more beautiful than what you can build with Strikingly.</strong> </p>"
},
{
"index": 24,
"heading": "H2: Our Customers Love Us",
"text": "I run a small business from home and I quit GoDaddy long ago because it was expensive and pretty byzantine. I work part-time and I don't want those hours spent on satellite website issues — I want to maximize my earnings. Strikingly is so intuitive and functional. I love it!",
"words": 49,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p> I run a small business from home and I quit GoDaddy long ago because it was expensive and pretty byzantine. I work part-time and I don't want those hours spent on satellite website issues — I want to maximize my earnings. <strong>Strikingly is so intuitive and functional. I love it!</strong> </p>"
},
{
"index": 28,
"heading": "H2: Our Customers Love Us",
"text": "I'm one of your big fans! Strikingly is just amazing! I always had problems choosing templates or themes whether it's on Tumblr or Wordpress, with a bunch of options, but only few (like really few) that suits my taste. But Strikingly won my heart!",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p> I'm one of your big fans! Strikingly is just amazing! I always had problems choosing templates or themes whether it's on Tumblr or Wordpress, with a bunch of options, but only few (like really few) that suits my taste. <strong>But Strikingly won my heart!</strong> </p>"
},
{
"index": 29,
"heading": "H2: Our Customers Love Us",
"text": "When we first starting looking at Strikingly, we were taken back by how beautiful things were. Strikingly makes it so easy to make their templates your own that by the time you're done, the page won't have a \"theme,\" it'll be yours. Ease of use, check. Beautiful, check. Different, check.",
"words": 50,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p> When we first starting looking at Strikingly, we were taken back by how beautiful things were. Strikingly makes it so easy to make their templates your own that by the time you're done, the page won't have a "theme," it'll be yours. <strong>Ease of use, check. Beautiful, check. Different, check.</strong> </p>"
},
{
"index": 32,
"heading": "H3: About Strikingly",
"text": "What's so special about a Strikingly site? Simplicity, clarity, and accessibility. Owning a professional, mobile-optimized website is more important than ever. Don't lose your visitors under the weight of a heavy, confusing website. The same goes for editing: don't stress out about micromanaging your site, and don't waste time wondering where to change something. Edit it all on one screen, and get it done fast.",
"words": 65,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (65 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>What's so special about a Strikingly site? Simplicity, clarity, and accessibility. Owning a professional, mobile-optimized website is more important than ever. Don't lose your visitors under the weight of a heavy, confusing website. The same goes for editing: don't stress out about micromanaging your site, and don't waste time wondering where to change something. Edit it all on one screen, and get it done fast.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
32 image(s) are missing width/height attributes. 7 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1229,
"htmlBytes": 123423,
"imagesMissingDimensions": [
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing-sxl/grey-logo.png\" alt src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hero-img lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/naked.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hero-img lazy odd\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/ribbon.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hero-img lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/fire-panda.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hero-img lazy odd\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/unibedroombox.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hero-img lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/martin-hamelin.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"hero-img lazy odd\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/screenshots/karenlo.jpg\" style=\"height: 180px;\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/site-tribe-phone-small.jpg\" alt=\"Tribewanted\" srcset=\"https://static-assets.strikinglycdn.com/images/landing4/site-tribe-phone-small.jpg 900w,https://static-assets.strikinglycdn.com/images/landing4/site-tribe-phone.jpg 1400w\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/site-tribe-small.jpg\" alt=\"Tribewanted\" srcset=\"https://static-assets.strikinglycdn.com/images/landing4/site-tribe-small.jpg 900w,https://static-assets.strikinglycdn.com/images/landing4/site-tribe.jpg 1400w\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/ben-keene.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/site-rpp-phone.jpg\" alt=\"Red Paper Plane\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/site-rpp.jpg\" alt=\"Red Paper Plane\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/tsveti-kamova.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/site-edd-phone.jpg\" alt=\"Edd Baptista\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/site-edd.jpg\" alt=\"Edd Baptista\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/edd-baptista.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/nyt.png\" style=\"height:42px;\" alt=\"Y Combinator, Silicon Valley's Startup Machine\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/forbes.png\" style=\"height:42px;\" alt=\"How a Y Combinator Startup Is Born - The Story of Strikingly\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/tc.png\" style=\"height:42px;\" alt=\"Y Combinator-Backed Strikingly Launches To Help Publishers Build Compelling Mobile-First Web Experiences\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/lifehacker.png\" style=\"height:42px;\" alt=\"Strikingly Creates Simple, Beautiful Web Sites in Minutes\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/tnw.png\" style=\"height:42px;\" alt=\"Strikingly raises $1.5M from SV Angel, Index Ventures, FundersClub, others for its DIY site builder\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/usa-today.png\" style=\"height:42px;\" alt=\"TECH NOW: What to put on your personal website\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/inc.png\" style=\"height:42px;\" alt=\"4 Mistakes You're Probably Making on Your Website\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing4/store-promo.jpg\" alt=\"E-commerce is built into Strikingly\" style=\"max-height:360px\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/audience-landing.png\" alt=\"How to make your own website rock on all devices\" style=\"height:264px\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/seth-godin.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/rebecca-bloom.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/mike-pacifico.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/zia-kusuma.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/david-smooke.jpg\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy native-intro-img\" data-original=\"https://static-assets.strikinglycdn.com/images/editor2/editor-logo-strikingly-2x-purple.png\" style=\"width: 104px; height: 26px\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy native-intro-img\" data-original=\"https://static-assets.strikinglycdn.com/images/landing2/cross-platform-demo-strikingly.png\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">"
}
],
"possibleDialogs": [
"<div id=\"exit-popup\"></div>",
"<div class=\"eu-cookie-notification-dialog\"> <div class=\"notification-title\">Cookie Use</div> <div class=\"notification-content\"> <span class=\"content-text\">We use cookies to improve browsing experience, security, and data collection. By accepting, you agree to the use of cookies for advertising and analytics per our <a class=\"link-text\" href=\"https://support.strikingly.com/hc/en-us/articles/9775440838939\" target=\"blank\">Cookie Policy</a>. You can change your cookie settings at any time.</span>...",
"<div class=\"eu-cookie-setting-dialog-wrapper\"> <div class=\"eu-cookie-setting-mask\"></div> <div class=\"eu-cookie-setting-dialog\"> <div class=\"setting-title\">Cookie Settings</div> <div class=\"setting-item\"> <input checked class=\"cookie-checkbox necessary\" disabled=\"disabled\" id=\"eu-cookie-necessary\" type=\"checkbox\"> <div class=\"item-content\"> <label class=\"item-label\" for=\"eu-cookie-necessary\">Necessary Cookies</label> <div class=\"item-text\">These cookies enable core functionality such as secur...",
"<div class=\"eu-cookie-setting-dialog\"> <div class=\"setting-title\">Cookie Settings</div> <div class=\"setting-item\"> <input checked class=\"cookie-checkbox necessary\" disabled=\"disabled\" id=\"eu-cookie-necessary\" type=\"checkbox\"> <div class=\"item-content\"> <label class=\"item-label\" for=\"eu-cookie-necessary\">Necessary Cookies</label> <div class=\"item-text\">These cookies enable core functionality such as security, network management, and accessibility. These cookies can’t be switched off.</d...",
"<div class=\"eu-cookie-notification-dialog\"> <div class=\"notification-title\">Cookie Use</div> <div class=\"notification-content\"> <span class=\"content-text\">We use cookies to improve browsing experience, security, and data collection. By accepting, you agree to the use of cookies for advertising and analytics per our <a class=\"link-text\" href=\"https://support.strikingly.com/hc/en-us/articles/9775440838939\" target=\"blank\">Cookie Policy</a>. You can change your cookie settings at any time.</span>...",
"<div class=\"eu-cookie-setting-dialog-wrapper\"> <div class=\"eu-cookie-setting-mask\"></div> <div class=\"eu-cookie-setting-dialog\"> <div class=\"setting-title\">Cookie Settings</div> <div class=\"setting-item\"> <input checked class=\"cookie-checkbox necessary\" disabled=\"disabled\" id=\"eu-cookie-necessary\" type=\"checkbox\"> <div class=\"item-content\"> <label class=\"item-label\" for=\"eu-cookie-necessary\">Necessary Cookies</label> <div class=\"item-text\">These cookies enable core functionality such as secur...",
"<div class=\"eu-cookie-setting-dialog\"> <div class=\"setting-title\">Cookie Settings</div> <div class=\"setting-item\"> <input checked class=\"cookie-checkbox necessary\" disabled=\"disabled\" id=\"eu-cookie-necessary\" type=\"checkbox\"> <div class=\"item-content\"> <label class=\"item-label\" for=\"eu-cookie-necessary\">Necessary Cookies</label> <div class=\"item-text\">These cookies enable core functionality such as security, network management, and accessibility. These cookies can’t be switched off.</d..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
13 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": 16,
"passing": 3,
"failing": [
{
"heading": "Trusted by millions of entrepreneurs and creatives",
"headingHtml": "<h2>Trusted by millions of entrepreneurs and creatives</h2>",
"firstParagraph": "Making a website has never been easier.",
"paragraphHtml": "<p class=\"light\">Making a website has never been easier.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "The Easiest Website Editor Possible",
"headingHtml": "<h2>The Easiest Website Editor Possible</h2>",
"firstParagraph": "Click anything to edit, and publish instantly. Absolutely no code or design experience needed. We keep it simple and focused. Build a beautiful website in under 30 minutes.",
"paragraphHtml": "<p class=\"big\"> Click anything to edit, and publish instantly. Absolutely no code or design experience needed. <br class=\"fixed-hidden\"> <br class=\"fixed-hidden\"> We keep it simple and focused. Build a beautiful website in under 30 minutes. <br> <br> </p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Turn Visitors to Superfans",
"headingHtml": "<h2>Turn Visitors to Superfans</h2>",
"firstParagraph": "Powerful tools to cultivate your audience. Create & manage signups, forms, live chat, and newsletters all in one place. You can even register memberships to keep your audience engaged! This isn’t just a static page — Strikingly brings your site to life.",
"paragraphHtml": "<p class=\"big\"> Powerful tools to cultivate your audience. Create & manage <span class=\"b\">signups, forms, live chat</span>, and <span class=\"b\">newsletters</span> all in one place. You can even <span class=\"b\">register memberships</span> to keep your audience engaged! <br class=\"fixed-hidden\"> <br class=\"fixed-hidden\"> This isn’t just a static page — Strikingly brings your site to life. </p>",
"words": 41,
"direct": false,
"issue": "First paragraph is 41 words and does not look like a concise direct answer."
},
{
"heading": "All the Features You Need",
"headingHtml": "<h2>All the Features You Need</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Domain Names",
"headingHtml": "<h3>Domain Names</h3>",
"firstParagraph": "Register a new domain name or use one you already own. (Available after upgrading.)",
"paragraphHtml": "<p>Register a new domain name or use one you already own. (Available after upgrading.)</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Simple Blog",
"headingHtml": "<h3>Simple Blog</h3>",
"firstParagraph": "Keep your visitors updated with our super easy blogging. Each blog post gets its own page.",
"paragraphHtml": "<p>Keep your visitors updated with our super easy blogging. Each blog post gets its own page.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Analytics",
"headingHtml": "<h3>Analytics</h3>",
"firstParagraph": "All sites come with analytics built-in. See who's been visiting with easy-to-read charts.",
"paragraphHtml": "<p>All sites come with analytics built-in. See who's been visiting with easy-to-read charts.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Sign Up & Contact Forms",
"headingHtml": "<h3>Sign Up & Contact Forms</h3>",
"firstParagraph": "Starting a new service or want to get feedback? Just add a sign up form or a contact form!",
"paragraphHtml": "<p>Starting a new service or want to get feedback? Just add a sign up form or a contact form!</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Social Feed",
"headingHtml": "<h3>Social Feed</h3>",
"firstParagraph": "Show your Facebook, Twitter, and Instagram feed directly on your site.",
"paragraphHtml": "<p>Show your Facebook, Twitter, and Instagram feed directly on your site.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "HTTPS Built-in",
"headingHtml": "<h3>HTTPS Built-in</h3>",
"firstParagraph": "All websites get HTTPS automatically, for free! Enhanced security, SEO boost, and gain visitors' trust.",
"paragraphHtml": "<p>All websites get HTTPS automatically, for free! Enhanced security, SEO boost, and gain visitors' trust.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "...and much, much more!",
"headingHtml": "<h3>...and much, much more!</h3>",
"firstParagraph": "Galleries, video backgrounds, media sliders, custom colors, password protection. It's all integrated into our slick, modern designs and our intuitive editor.",
"paragraphHtml": "<p>Galleries, video backgrounds, media sliders, custom colors, password protection. It's all integrated into our slick, modern designs and our intuitive editor.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Our Customers Love Us",
"headingHtml": "<h2>Our Customers Love Us</h2>",
"firstParagraph": "We're fanatical about your success. Hear it from our users – Strikingly just works.",
"paragraphHtml": "<p class=\"light\">We're fanatical about your success. Hear it from our users – Strikingly just works.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "About Strikingly",
"headingHtml": "<h3>About Strikingly</h3>",
"firstParagraph": "Strikingly brings beautiful mobile websites to everyone.",
"paragraphHtml": "<p>Strikingly brings beautiful mobile websites to everyone.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Trusted by millions of entrepreneurs and creatives",
"html": "<h2>Trusted by millions of entrepreneurs and creatives</h2>"
},
{
"text": "The Easiest Website Editor Possible",
"html": "<h2>The Easiest Website Editor Possible</h2>"
},
{
"text": "E-commerce Built In",
"html": "<h2>E-commerce Built In</h2>"
},
{
"text": "Turn Visitors to Superfans",
"html": "<h2>Turn Visitors to Superfans</h2>"
},
{
"text": "All the Features You Need",
"html": "<h2>All the Features You Need</h2>"
},
{
"text": "24/7 Support",
"html": "<h2> <i class=\"entypo-chat\" style=\"margin-right: 5px;\"></i> 24/7 Support </h2>"
},
{
"text": "Our Customers Love Us",
"html": "<h2>Our Customers Love Us</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is How To Make a Website – Website Builder?",
"pattern": {}
},
{
"id": "how",
"label": "How does How To Make a Website – Website Builder work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use How To Make a Website – Website Builder?",
"pattern": {}
},
{
"id": "cost",
"label": "Is How To Make a Website – Website Builder free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does How To Make a Website – Website Builder compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is How To Make a Website – Website Builder?",
"pattern": {}
},
{
"id": "how",
"label": "How does How To Make a Website – Website Builder work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use How To Make a Website – Website Builder?",
"pattern": {}
},
{
"id": "cost",
"label": "Is How To Make a Website – Website Builder free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does How To Make a Website – Website Builder compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Trusted by millions of entrepreneurs and creatives",
"html": "<h2>Trusted by millions of entrepreneurs and creatives</h2>"
},
{
"text": "The Easiest Website Editor Possible",
"html": "<h2>The Easiest Website Editor Possible</h2>"
},
{
"text": "E-commerce Built In",
"html": "<h2>E-commerce Built In</h2>"
},
{
"text": "Turn Visitors to Superfans",
"html": "<h2>Turn Visitors to Superfans</h2>"
},
{
"text": "All the Features You Need",
"html": "<h2>All the Features You Need</h2>"
},
{
"text": "24/7 Support",
"html": "<h2> <i class=\"entypo-chat\" style=\"margin-right: 5px;\"></i> 24/7 Support </h2>"
},
{
"text": "Our Customers Love Us",
"html": "<h2>Our Customers Love Us</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is How To Make a Website – Website Builder?",
"pattern": {}
},
{
"id": "how",
"label": "How does How To Make a Website – Website Builder work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use How To Make a Website – Website Builder?",
"pattern": {}
},
{
"id": "cost",
"label": "Is How To Make a Website – Website Builder free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does How To Make a Website – Website Builder compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is How To Make a Website – Website Builder?",
"pattern": {}
},
{
"id": "how",
"label": "How does How To Make a Website – Website Builder work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use How To Make a Website – Website Builder?",
"pattern": {}
},
{
"id": "cost",
"label": "Is How To Make a Website – Website Builder free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does How To Make a Website – Website Builder compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Validate agent_auth authorization metadata
Response is not valid JSON.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 2088,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 1807,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/title",
"https://fonts.googleapis.com/css?family=Montserrat|Open+Sans'",
"/css'",
"//assets.strikingly.com/assets/404-styles.css'",
"/css'",
"/style",
"/javascript",
"//",
"//www.google-analytics.com/analytics.js','ga');",
"//"
],
"rawExcerpt": "<html>\n <head>\n <title>Page not found - Strikingly</title>\n <meta id=\"viewport\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\" />\n <link href='https://fonts.googleapis.com/css?family=Montserrat|Open+Sans' rel='stylesheet' type='text/css'>\n <link href='//assets.strikingly.com/assets/404-styles.css' rel='stylesheet' type='text/css'>\n <!--[if lte IE 7]>\n <style>\n .wide { padding-top: 160px; }\n </style>\n <![endif]-->\n <script type=\"text/javascript\">\n // Google Analytics\n (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "pass",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": true,
"statusCode": 200,
"contentType": "text/html; charset=utf-8",
"length": 123584,
"text": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/WebPage' lang='en' xmlns:og='http://ogp.me/ns#' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script>\n//<![CDATA[\nwindow.$S={};$S.global_conf={\"SUPPORTED_CURRENCY\":[{\"code\":\"AED\",\"symbol\":\"\\u062f.\\u0625\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"United Arab Emirates Dirham\"},{\"code\":\"AFN\",\"symbol\":\"\\u060b\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Afghan afghani\"},{\"code\":\"ALL\",\"symbol\":\"Lek\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Albanian lek\"},{\"code\":\"AMD\",\"symbol\":\"\\u058f\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Armenian dram\"},{\"code\":\"ANG\",\"symbol\":\"\\u0192\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Netherlands Antillean guilder\"},{\"code\":\"AOA\",\"symbol\":\"Kz\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Angolan kwanza\"},{\"code\":\"ARS\",\"symbol\":\"$\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Argentine peso\"},{\"code\":\"AUD\",\"symbol\":\"A$\",\"decimal\":\".\",\"thousand\":\" \",\"precision\":2,\"name\":\"Australian Dollar\"},{\"code\":\"AWG\",\"symbol\":\"\\u0192\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Aruban florin\"},{\"code\":\"AZN\",\"symbol\":\"\\u20bc\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Azerbaijani Manat\"},{\"code\":\"BAM\",\"symbol\":\"KM\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Bosnia and Herzegovina convertible mark\"},{\"code\":\"BBD\",\"symbol\":\"$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Barbadian dollar\"},{\"code\":\"BDT\",\"symbol\":\"Tk\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Bangladeshi Taka\"},{\"code\":\"BGN\",\"symbol\":\"\\u043b\\u0432\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Bulgarian lev\"},{\"code\":\"BHD\",\"symbol\":\"\\u062f.\\u0628\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":3,\"name\":\"Bahraini dinar\"},{\"code\":\"BIF\",\"symbol\":\"FBu\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":0,\"name\":\"Burundian franc\"},{\"code\":\"BMD\",\"symbol\":\"$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Bermudian dollar\"},{\"code\":\"BND\",\"symbol\":\"$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Brunei dollar\"},{\"code\":\"BOB\",\"symbol\":\"$b\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Bolivian boliviano\"},{\"code\":\"BRL\",\"symbol\":\"R$\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Brazilian Real\",\"format\":\"%s %v\"},{\"code\":\"BSD\",\"symbol\":\"$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Bahamian dollar\"},{\"code\":\"BTN\",\"symbol\":\"Nu.\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Bhutanese ngultrum\"},{\"code\":\"BWP\",\"symbol\":\"P\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Botswana pula\"},{\"code\":\"BYN\",\"symbol\":\"Br\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Belarusian ruble\"},{\"code\":\"BZD\",\"symbol\":\"BZ$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Belize dollar\"},{\"code\":\"CAD\",\"symbol\":\"$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Canadian Dollar\"},{\"code\":\"CDF\",\"symbol\":\"FC\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Congolese franc\"},{\"code\":\"CHF\",\"symbol\":\"CHF\",\"decimal\":\".\",\"thousand\":\"'\",\"precision\":2,\"name\":\"Swiss Franc\",\"format\":\"%s %v\"},{\"code\":\"CLP\",\"symbol\":\"$\",\"decimal\":\"\",\"thousand\":\".\",\"precision\":0,\"name\":\"Chilean Peso\"},{\"code\":\"CNY\",\"symbol\":\"\\u00a5\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Chinese Yuan\"},{\"code\":\"CRC\",\"symbol\":\"\\u20a1\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Costa Rican col\\u00f3n\"},{\"code\":\"CUP\",\"symbol\":\"$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Cuban peso\"},{\"code\":\"CVE\",\"symbol\":\"$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Cape Verdean escudo\"},{\"code\":\"CZK\",\"symbol\":\"K\\u010d\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Czech Koruna\",\"format\":\"%v %s\"},{\"code\":\"DJF\",\"symbol\":\"Fdj\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":0,\"name\":\"Djiboutian franc\"},{\"code\":\"DKK\",\"symbol\":\"kr\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Danish Krone\",\"format\":\"%v %s\"},{\"code\":\"DOP\",\"symbol\":\"RD$\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Dominican peso\"},{\"code\":\"DZD\",\"symbol\":"
},
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/WebPage' lang='en' xmlns:og='http://ogp.me/ns#' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script>\n//<![CDATA[\nwindow.$S={};$S.global_conf={\"SUPPORTED_CURRENCY\":[{\"code\":\"AED\",\"symbol\":\"\\u062f.\\u0625\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"United Arab Emirates Dirham\"},{\"code\":\"AFN\",\"symbol\":\"\\u060b\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Afghan afghani\"},{\"code\":\"ALL\",\"symbol\":\"Lek\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Albanian lek\"},{\"code\":\"AMD\",\"symbol\":\"\\u058f\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Armenian dram\"},{\"code\":\"ANG\",\"symbol\":\"\\u0192\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Netherlands Antillean guilder\"},{\"code\":\"AOA\",\"symbol\":\"Kz\",\"decimal\":\",\",\"tho"
},
"issue": "Response is not valid JSON.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 20,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
7 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 7,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Trusted by millions of entrepreneurs and creatives",
"isQuestion": false,
"html": "<h2>Trusted by millions of entrepreneurs and creatives</h2>"
},
{
"index": 2,
"text": "The Easiest Website Editor Possible",
"isQuestion": false,
"html": "<h2>The Easiest Website Editor Possible</h2>"
},
{
"index": 3,
"text": "E-commerce Built In",
"isQuestion": false,
"html": "<h2>E-commerce Built In</h2>"
},
{
"index": 4,
"text": "Turn Visitors to Superfans",
"isQuestion": false,
"html": "<h2>Turn Visitors to Superfans</h2>"
},
{
"index": 5,
"text": "All the Features You Need",
"isQuestion": false,
"html": "<h2>All the Features You Need</h2>"
},
{
"index": 6,
"text": "24/7 Support",
"isQuestion": false,
"html": "<h2> <i class=\"entypo-chat\" style=\"margin-right: 5px;\"></i> 24/7 Support </h2>"
},
{
"index": 7,
"text": "Our Customers Love Us",
"isQuestion": false,
"html": "<h2>Our Customers Love Us</h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
Response is not valid JSON.
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
Validate resource body
Response is not valid JSON.
Probe authorization endpoint with an authorization-code request
authorization_endpoint is missing from discovery metadata.
Reject unregistered authorization redirects
authorization_endpoint is missing from discovery metadata.
Probe token endpoint with advertised grant type
token_endpoint is missing from discovery metadata.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/openid-configuration",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/WebPage' lang='en' xmlns:og='http://ogp.me/ns#' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script>\n//<![CDATA[\nwindow.$S={};$S.global_conf={\"SUPPORTED_CURRENCY\":[{\"code\":\"AED\",\"symbol\":\"\\u062f.\\u0625\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"United Arab Emirates Dirham\"},{\"code\":\"AFN\",\"symbol\":\"\\u060b\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Afghan afghani\"},{\"code\":\"ALL\",\"symbol\":\"Lek\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Albanian lek\"},{\"code\":\"AMD\",\"symbol\":\"\\u058f\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Armenian dram\"},{\"code\":\"ANG\",\"symbol\":\"\\u0192\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Netherlands Antillean guilder\"},{\"code\":\"AOA\",\"symbol\":\"Kz\",\"decimal\":\",\",\"tho"
},
"issue": "Response is not valid JSON.",
"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."
},
{
"id": "authorization-endpoint",
"title": "Probe authorization endpoint with an authorization-code request",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "authorization_endpoint is missing from discovery metadata.",
"howToFix": "Advertise only implemented OAuth/OIDC endpoints."
},
{
"id": "authorization-redirect-safety",
"title": "Reject unregistered authorization redirects",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "authorization_endpoint is missing from discovery metadata.",
"howToFix": "Validate clients and redirect_uri values before redirecting."
},
{
"id": "token-endpoint",
"title": "Probe token endpoint with advertised grant type",
"status": "fail",
"evidence": {
"url": ""
},
"issue": "token_endpoint is missing from discovery metadata.",
"howToFix": "Advertise only implemented OAuth/OIDC endpoints."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 20,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": true
}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
Response is not valid JSON.
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
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": "metadata",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "pass",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html itemscope itemtype='http://schema.org/WebPage' lang='en' xmlns:og='http://ogp.me/ns#' xmlns='http://www.w3.org/1999/xhtml'>\n<head>\n<script>\n//<![CDATA[\nwindow.$S={};$S.global_conf={\"SUPPORTED_CURRENCY\":[{\"code\":\"AED\",\"symbol\":\"\\u062f.\\u0625\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"United Arab Emirates Dirham\"},{\"code\":\"AFN\",\"symbol\":\"\\u060b\",\"decimal\":\".\",\"thousand\":\",\",\"precision\":2,\"name\":\"Afghan afghani\"},{\"code\":\"ALL\",\"symbol\":\"Lek\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Albanian lek\"},{\"code\":\"AMD\",\"symbol\":\"\\u058f\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Armenian dram\"},{\"code\":\"ANG\",\"symbol\":\"\\u0192\",\"decimal\":\",\",\"thousand\":\".\",\"precision\":2,\"name\":\"Netherlands Antillean guilder\"},{\"code\":\"AOA\",\"symbol\":\"Kz\",\"decimal\":\",\",\"tho"
},
"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.strikingly.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": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.strikingly.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.strikingly.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.strikingly.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": 20,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": true
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
50 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
50 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
33 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
17 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 6,161Â KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 6,161Â KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 6309065
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
17 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 57/100 | Level 3, Bot-Aware | Current report |