Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 75 out of 100
- Agent Ease of Use 29 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 79 out of 100
- SEO 92 out of 100
- Performance and Accessibility 68 out of 100
What AI sees of your website
Put AI agents to work for marketing | Jasper
Orchestrate intelligent agents to run end-to-end marketing workflows delivering speed, control, and measurable impact.
Next step
Turn this report into a fix workflow
21 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 75 | Mostly ready | 17 | 6 | 1 | View details |
| Discoverability | 86 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 71 | Needs work | 9 | 1 | 1 | View details |
| Bot Access Control | 67 | Needs work | 2 | 2 | 0 | View details |
| Agent Ease of Use | 29 | Priority fix | 10 | 30 | 4 | View details |
| API | 17 | Priority fix | 1 | 5 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 47 | Priority fix | 3 | 7 | 3 | View details |
| Skill Discovery | 22 | Priority fix | 2 | 11 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 79 | Mostly ready | 7 | 2 | 11 | View details |
| GEO Readiness | 87 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 77 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 72 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 68 | Needs work | 21 | 5 | 0 | View details |
| Performance | 59 | Needs work | 13 | 5 | 0 | View details |
| Accessibility | 86 | Mostly ready | 8 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
41 items need attention
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
100 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 DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
100 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:56:15 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.jasper.ai\" data-wf-page=\"6807ee8e73c233fb82842385\" data-wf-site=\"6807ee8d73c233fb82842313\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>404 – Page Not Found | Jasper</title><meta content=\"The page you are looking for cannot be found.\" name=\"description\"/><meta content=\"404 – Page Not Found | Jasper\" property=\"og:title\"/><meta content=\"The page you are looking for cannot be found.\" property=\"og:description\"/><meta content=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGra"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:56:15 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.jasper.ai\" data-wf-page=\"6807ee8e73c233fb82842385\" data-wf-site=\"6807ee8d73c233fb82842313\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>404 – Page Not Found | Jasper</title><meta content=\"The page you are looking for cannot be found.\" name=\"description\"/><meta content=\"404 – Page Not Found | Jasper\" property=\"og:title\"/><meta content=\"The page you are looking for cannot be found.\" property=\"og:description\"/><meta content=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGra"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:56:15 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.jasper.ai\" data-wf-page=\"6807ee8e73c233fb82842385\" data-wf-site=\"6807ee8d73c233fb82842313\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>404 – Page Not Found | Jasper</title><meta content=\"The page you are looking for cannot be found.\" name=\"description\"/><meta content=\"404 – Page Not Found | Jasper\" property=\"og:title\"/><meta content=\"The page you are looking for cannot be found.\" property=\"og:description\"/><meta content=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGra"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:56:15 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.jasper.ai\" data-wf-page=\"6807ee8e73c233fb82842385\" data-wf-site=\"6807ee8d73c233fb82842313\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>404 – Page Not Found | Jasper</title><meta content=\"The page you are looking for cannot be found.\" name=\"description\"/><meta content=\"404 – Page Not Found | Jasper\" property=\"og:title\"/><meta content=\"The page you are looking for cannot be found.\" property=\"og:description\"/><meta content=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGra"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:56:15 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.jasper.ai\" data-wf-page=\"6807ee8e73c233fb82842385\" data-wf-site=\"6807ee8d73c233fb82842313\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>404 – Page Not Found | Jasper</title><meta content=\"The page you are looking for cannot be found.\" name=\"description\"/><meta content=\"404 – Page Not Found | Jasper\" property=\"og:title\"/><meta content=\"The page you are looking for cannot be found.\" property=\"og:description\"/><meta content=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGra"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:56:15 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.jasper.ai\" data-wf-page=\"6807ee8e73c233fb82842385\" data-wf-site=\"6807ee8d73c233fb82842313\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>404 – Page Not Found | Jasper</title><meta content=\"The page you are looking for cannot be found.\" name=\"description\"/><meta content=\"404 – Page Not Found | Jasper\" property=\"og:title\"/><meta content=\"The page you are looking for cannot be found.\" property=\"og:description\"/><meta content=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGra"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:56:15 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.jasper.ai\" data-wf-page=\"6807ee8e73c233fb82842385\" data-wf-site=\"6807ee8d73c233fb82842313\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>404 – Page Not Found | Jasper</title><meta content=\"The page you are looking for cannot be found.\" name=\"description\"/><meta content=\"404 – Page Not Found | Jasper\" property=\"og:title\"/><meta content=\"The page you are looking for cannot be found.\" property=\"og:description\"/><meta content=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGra"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
50 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <nav> landmark; missing <footer> landmark; 3 links missing accessible names; 3 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": false,
"footer": false,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a aria-label target href=\"/agents\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\"></span></a>",
"<a aria-label target href=\"/content-pipelines\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\"></span></a>",
"<a aria-label target href=\"/jasper-iq\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\"></span></a>"
],
"inaccessibleButtons": [
"<button type=\"button\" aria-label class=\"g_clickable_btn\"><span class=\"g_clickable_text u-sr-only\"></span></button>",
"<button type=\"button\" aria-label class=\"g_clickable_btn\"><span class=\"g_clickable_text u-sr-only\"></span></button>",
"<button type=\"button\" aria-label class=\"g_clickable_btn\"><span class=\"g_clickable_text u-sr-only\"></span></button>"
],
"missingAutocompleteInputs": [
"<input type=\"text\" id=\"neverbounce-email\" disabled placeholder=\"Neverbounce email\" class=\"form_main_field_input\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 31,
"links": 221,
"inaccessibleLinks": 3,
"buttons": 61,
"inaccessibleButtons": 3,
"images": 93,
"imagesWithAlt": 93,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
38 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing 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
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Tue, 09 Jun 2026 17:59:07 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Validate RFC 9727 linkset".
34 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Validate RFC 9727 linkset".
Needs attention
API Catalog
Issue
API Catalog response did not match the expected shape. Content-Type "application/json" is not application/linkset+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
API Catalog response did not match the expected shape. Content-Type "application/json" is not application/linkset+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": "application/json"
},
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"issue": "API Catalog response did not match the expected shape. Content-Type \"application/json\" is not application/linkset+json.",
"compatibleContentType": false,
"linksetItems": 4,
"relations": [
"service-doc",
"service-desc",
"describedby"
],
"usefulRelations": [
"service-doc",
"service-desc"
],
"legacyRelations": [],
"hrefIssues": [],
"targetUrlIssues": [],
"links": [
{
"anchor": "https://jasper.ai",
"rel": "service-doc",
"href": "https://developers.jasper.ai"
},
{
"anchor": "https://jasper.ai",
"rel": "service-desc",
"href": "https://developers.jasper.ai/reference",
"type": "text/html"
},
{
"anchor": "https://api.jasper.ai/v1/commands",
"rel": "service-doc",
"href": "https://developers.jasper.ai/docs/using-commands"
},
{
"anchor": "https://api.jasper.ai/v1/commands",
"rel": "describedby",
"href": "https://jasper.ai/.well-known/agent-skills/generate-content.txt",
"type": "text/plain"
},
{
"anchor": "https://api.jasper.ai/v1/tasks",
"rel": "service-doc",
"href": "https://developers.jasper.ai/docs/using-agents"
},
{
"anchor": "https://api.jasper.ai/v1/tasks",
"rel": "describedby",
"href": "https://jasper.ai/.well-known/agent-skills/run-agent-task.txt",
"type": "text/plain"
},
{
"anchor": "https://mcp.jasper.ai",
"rel": "service-doc",
"href": "https://developers.jasper.ai/docs/jasper-mcp-server"
},
{
"anchor": "https://mcp.jasper.ai",
"rel": "describedby",
"href": "https://jasper.ai/.well-known/mcp/server-card.json",
"type": "application/json"
}
],
"parsedSummary": [
{
"anchor": "https://jasper.ai",
"service-doc": [
{
"href": "https://developers.jasper.ai",
"title": "Jasper Developer Documentation"
}
],
"service-desc": [
{
"href": "https://developers.jasper.ai/reference",
"type": "text/html",
"title": "Jasper API Reference"
}
]
},
{
"anchor": "https://api.jasper.ai/v1/commands",
"service-doc": [
{
"href": "https://developers.jasper.ai/docs/using-commands",
"title": "Commands API — IQ-powered content generation"
}
],
"describedby": [
{
"href": "https://jasper.ai/.well-known/agent-skills/generate-content.txt",
"type": "text/plain",
"title": "Agent Skill: Generate Content"
}
]
},
{
"anchor": "https://api.jasper.ai/v1/tasks",
"service-doc": [
{
"href": "https://developers.jasper.ai/docs/using-agents",
"title": "Tasks API — Jasper agent task discovery and execution"
}
],
"describedby": [
{
"href": "https://jasper.ai/.well-known/agent-skills/run-agent-task.txt",
"type": "text/plain",
"title": "Agent Skill: Run Agent Task"
}
]
}
],
"rawExcerpt": "{\n \"linkset\": [\n {\n \"anchor\": \"https://jasper.ai\",\n \"service-doc\": [\n {\n \"href\": \"https://developers.jasper.ai\",\n \"title\": \"Jasper Developer Documentation\"\n }\n ],\n \"service-desc\": [\n {\n \"href\": \"https://developers.jasper.ai/reference\",\n \"type\": \"text/html\",\n \"title\": \"Jasper API Reference\"\n }\n ]\n },\n {\n \"anchor\": \"https://api.jasper.ai/v1/commands\",\n \"service-doc\": [\n {\n \"href\": \"https://developers.jasper.ai/docs/using-commands\",\n \"title\": \"Commands API — IQ-powered content generation\"\n }\n ],\n \"describedby\": [\n {\n \"href\": \"https://jasper.ai/.well-known/agent-skills/generate-content.txt\",\n \"type\": \"text/plain"
},
"issue": "API Catalog response did not match the expected shape. Content-Type \"application/json\" is not application/linkset+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": [
{
"rel": "service-doc",
"href": "https://developers.jasper.ai",
"skipped": "External target was not fetched."
},
{
"rel": "service-desc",
"href": "https://developers.jasper.ai/reference",
"skipped": "External target was not fetched."
},
{
"rel": "service-doc",
"href": "https://developers.jasper.ai/docs/using-commands",
"skipped": "External target was not fetched."
},
{
"rel": "describedby",
"href": "https://jasper.ai/.well-known/agent-skills/generate-content.txt",
"skipped": "External target was not fetched."
},
{
"rel": "service-doc",
"href": "https://developers.jasper.ai/docs/using-agents",
"skipped": "External target was not fetched."
},
{
"rel": "describedby",
"href": "https://jasper.ai/.well-known/agent-skills/run-agent-task.txt",
"skipped": "External target was not fetched."
},
{
"rel": "service-doc",
"href": "https://developers.jasper.ai/docs/jasper-mcp-server",
"skipped": "External target was not fetched."
},
{
"rel": "describedby",
"href": "https://jasper.ai/.well-known/mcp/server-card.json",
"skipped": "External target was not fetched."
}
],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "frame-ancestors 'self'"
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 337171
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 337171
}
]
},
"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 UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Validate resource body".
16 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Validate resource body".
Needs attention
MCP Server Card
Issue
MCP Server Card response is missing required fields or has invalid transports.
Details
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
38/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Validate resource body".
Validation steps
Validate resource body
MCP Server Card response is missing required fields or has invalid transports.
Missing required fields
- transports array
Verify advertised MCP transport endpoints
At least one same-origin transport failed MCP initialize or advertised capability list probes. See probes[].capabilityProbes for the exact method, status, JSON-RPC error, and response excerpt.
Verify advertised MCP tool execution
MCP discovery passed, but no advertised tool could be safely executed by this scanner.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/mcp/server-card.json",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
"version": "1.0",
"protocolVersion": "2025-06-18",
"serverInfo": {
"name": "jasper-ai",
"title": "Jasper AI",
"version": "1.0.0",
"description": "The Jasper MCP Server gives external AI agents access to Jasper IQ — your workspace's contextual layer of brand voices, target audiences, style rules, and knowledge — and Jasper-powered content creation. Enables brand control across multiple AI platforms, ensuring all AI-generated content stays on-brand and high-quality.",
"documentationUrl": "https://developers.jasper.ai/docs/jasper-mcp-server"
},
"transport": {
"type": "streamable-http",
"endpoint": "https://mcp.jasper.ai"
},
"capabilities": {
"tools": {
"listChanged": false
},
"resources": {},
"prompts": {}
},
"authentication": {
"required": true,
"schemes": [
"bearer",
"oauth2"
]
},
"tools": [
{
"name": "generate-content",
"title": "Generate Content",
"description": "Creates content using your configured Brand Voices, Audiences, Style Guides, Knowledge Base, and any additional context provided by the connected AI agent."
},
{
"name": "get-jasper-agents",
"title": "Get Jasper Agents",
"description": "Retrieves a list of available Jasper agent tasks to perform marketing jobs."
},
{
"name": "run-jasper-agent",
"title": "Run Jasper Agent",
"description": "Runs a Jasper agent task to execute a specific marketing job."
},
{
"name": "get-jasper-brand-voices",
"title": "Get Brand Voices",
"description": "Retrieves Jasper Brand Voices available to the workspace."
},
{
"name": "get-jasper-audiences",
"title": "Get Audiences",
"description": "Retrieves Jasper Audiences available to the workspace."
},
{
"name": "get-jasper-style-guides",
"title": "Get Style Guides",
"description": "Retrieves the Jasper Style Guide configurations available to the workspace."
},
{
"name": "search-knowledge-base",
"title": "Search Knowledge Base",
"description": "Searches the Jasper Knowledge Base to find relevant documents and information."
}
]
},
"rawExcerpt": "{\n \"$schema\": \"https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json\",\n \"version\": \"1.0\",\n \"protocolVersion\": \"2025-06-18\",\n \"serverInfo\": {\n \"name\": \"jasper-ai\",\n \"title\": \"Jasper AI\",\n \"version\": \"1.0.0\",\n \"description\": \"The Jasper MCP Server gives external AI agents access to Jasper IQ — your workspace's contextual layer of brand voices, target audiences, style rules, and knowledge — and Jasper-powered content creation. Enables brand control across multiple AI platforms, ensuring all AI-generated content stays on-brand and high-quality.\",\n \"documentationUrl\": \"https://developers.jasper.ai/docs/jasper-mcp-server\"\n },\n \"transport\": {\n \"type\": \"streamable-http\",\n \"endpoint\": \"https://mcp.jasper.ai\"\n },\n \"capabilities\": {\n \"tools\": {\n \"",
"issue": "MCP Server Card response is missing required fields or has invalid transports.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"transports array"
]
}
],
"missing": [
"transports array"
],
"protocolVersion": "2025-06-18",
"transportCount": 0,
"transports": [],
"invalidTransports": [],
"capabilityKeys": [
"tools",
"resources",
"prompts"
]
},
"issue": "MCP Server Card response is missing required fields or has invalid transports.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request.",
"issueDetails": [
{
"title": "Missing required fields",
"items": [
"transports array"
]
}
]
},
{
"id": "endpoint-verification",
"title": "Verify advertised MCP transport endpoints",
"status": "fail",
"evidence": {
"probes": []
},
"issue": "At least one same-origin transport failed MCP initialize or advertised capability list probes. See probes[].capabilityProbes for the exact method, status, JSON-RPC error, and response excerpt.",
"howToFix": "Expose a real MCP endpoint for advertised transports, or remove transports that point to ordinary HTTP APIs."
},
{
"id": "tool-execution",
"title": "Verify advertised MCP tool execution",
"status": "warning",
"evidence": {
"probes": []
},
"issue": "MCP discovery passed, but no advertised tool could be safely executed by this scanner.",
"howToFix": "Implement tools/call for advertised tools, or report the MCP card as discovery-only until tools are executable."
}
]
}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.jasper.ai",
"probes": [
{
"name": "_index._agents.www.jasper.ai",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.jasper.ai",
"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.jasper.ai",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "jasper.ai",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
13 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
Needs attention
Agent Skills index
Issue
Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0; invalid skills: [{"index":0,"name":"Generate Content","missing":["type","url","digest"],"invalid":[]},{"index":1,"name":"Run Agent Task","missing":["type","url","digest"],"invalid":[]}].
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
33/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Validate resource body".
Validation steps
Validate resource body
Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0; invalid skills: [{"index":0,"name":"Generate Content","missing":["type","url","digest"],"invalid":[]},{"index":1,"name":"Run Agent Task","missing":["type","url","digest"],"invalid":[]}].
Fetch advertised SKILL.md files
One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/agent-skills/index.json",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"$schema": "https://jasper.ai/.well-known/agent-skills/schema.json",
"spec_version": "1.0",
"updated": "2026-05-08",
"publisher": {
"name": "Jasper AI",
"url": "https://jasper.ai",
"description": "Jasper is the AI platform built for marketing success, delivering advanced brand control and AI-powered workflows to drive real business outcomes. Jasper enables marketing teams to orchestrate intelligent agents for end-to-end marketing workflows and ground every output in brand context via Jasper IQ.",
"api_docs": "https://developers.jasper.ai",
"api_reference": "https://developers.jasper.ai/reference",
"mcp_docs": "https://developers.jasper.ai/docs/jasper-mcp-server",
"mcp_server": "https://mcp.jasper.ai",
"agent_library": "https://www.jasper.ai/agents",
"contact": "https://www.jasper.ai/api"
},
"auth": {
"type": "apiKey",
"location": "header",
"name": "X-API-KEY",
"notes": "API access requires a Jasper Business plan. Tokens are managed by Admin or Developer roles at Settings > API Tokens.",
"docs": "https://developers.jasper.ai/docs/authentication"
},
"capabilities": {
"agents": {
"name": "AI Agents",
"description": "Purpose-built agents that execute end-to-end marketing workflows. Jasper offers 100+ specialized agents across Optimization, Personalization, Research, and other categories — including a dedicated AEO/GEO agent library for AI search visibility. Custom agents can be built and deployed via Jasper AI Studio.",
"library_url": "https://www.jasper.ai/agents",
"api_docs": "https://developers.jasper.ai/docs/using-agents"
},
"iq": {
"name": "Jasper IQ",
"description": "The AI context layer that takes your content from good to great. Jasper IQ combines deep marketing knowledge with your brand and company knowledge to apply rich, relevant context to every output. It has three components: Brand IQ (your brand guardian — Brand Voice, Style Guide, Visual Guidelines applied automatically), Marketing IQ (the intelligent AI layer designed for marketers, trained on marketing — includes best practices, multimodal knowledge translation, and Audiences), and Knowledge Base (syncs your approved messaging, product information, and documentation in real time so every agent executes with accurate, governed context).",
"docs_url": "https://www.jasper.ai/jasper-iq"
}
},
"skills": [
{
"id": "generate-content",
"capability": "iq",
"name": "Generate Content",
"description": "Generate marketing content with Jasper IQ applied — Brand IQ, Marketing IQ, and Knowledge Base context are automatically resolved and injected into every output. Uses the /v1/commands endpoint.",
"skill_url": "https://jasper.ai/.well-known/agent-skills/generate-content.txt",
"tags": [
"iq",
"brand-iq",
"marketing-iq",
"knowledge-base",
"content-generation"
],
"auth_required": true,
"input_types": [
"text"
],
"output_types": [
"text"
]
},
{
"id": "run-agent-task",
"capability": "agents",
"name": "Run Agent Task",
"description": "Discover and run any of Jasper's 100+ purpose-built agent tasks via the /v1/tasks endpoint. Each task is optimized for a specific marketing job-to-be-done with embedded best practices and structured inputs called Context Items.",
"skill_url": "https://jasper.ai/.well-known/agent-skills/run-agent-task.txt",
"tags": [
"agents",
"tasks",
"workflows",
"automation"
],
"auth_required": true,
"input_types": [
"text"
],
"output_types": [
"text",
"application/json"
]
}
]
},
"rawExcerpt": "{\n \"$schema\": \"https://jasper.ai/.well-known/agent-skills/schema.json\",\n \"spec_version\": \"1.0\",\n \"updated\": \"2026-05-08\",\n \"publisher\": {\n \"name\": \"Jasper AI\",\n \"url\": \"https://jasper.ai\",\n \"description\": \"Jasper is the AI platform built for marketing success, delivering advanced brand control and AI-powered workflows to drive real business outcomes. Jasper enables marketing teams to orchestrate intelligent agents for end-to-end marketing workflows and ground every output in brand context via Jasper IQ.\",\n \"api_docs\": \"https://developers.jasper.ai\",\n \"api_reference\": \"https://developers.jasper.ai/reference\",\n \"mcp_docs\": \"https://developers.jasper.ai/docs/jasper-mcp-server\",\n \"mcp_server\": \"https://mcp.jasper.ai\",\n \"agent_library\": \"https://www.jasper.ai/agents\"",
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0; invalid skills: [{\"index\":0,\"name\":\"Generate Content\",\"missing\":[\"type\",\"url\",\"digest\"],\"invalid\":[]},{\"index\":1,\"name\":\"Run Agent Task\",\"missing\":[\"type\",\"url\",\"digest\"],\"invalid\":[]}].",
"schema": "https://jasper.ai/.well-known/agent-skills/schema.json",
"skillCount": 2,
"validSkillCount": 0,
"invalidSkills": [
{
"index": 0,
"name": "Generate Content",
"missing": [
"type",
"url",
"digest"
],
"invalid": []
},
{
"index": 1,
"name": "Run Agent Task",
"missing": [
"type",
"url",
"digest"
],
"invalid": []
}
],
"skills": [
{
"id": "generate-content",
"capability": "iq",
"name": "Generate Content",
"description": "Generate marketing content with Jasper IQ applied — Brand IQ, Marketing IQ, and Knowledge Base context are automatically resolved and injected into every output. Uses the /v1/commands endpoint.",
"skill_url": "https://jasper.ai/.well-known/agent-skills/generate-content.txt",
"tags": [
"iq",
"brand-iq",
"marketing-iq",
"knowledge-base",
"content-generation"
],
"auth_required": true,
"input_types": [
"text"
],
"output_types": [
"text"
]
},
{
"id": "run-agent-task",
"capability": "agents",
"name": "Run Agent Task",
"description": "Discover and run any of Jasper's 100+ purpose-built agent tasks via the /v1/tasks endpoint. Each task is optimized for a specific marketing job-to-be-done with embedded best practices and structured inputs called Context Items.",
"skill_url": "https://jasper.ai/.well-known/agent-skills/run-agent-task.txt",
"tags": [
"agents",
"tasks",
"workflows",
"automation"
],
"auth_required": true,
"input_types": [
"text"
],
"output_types": [
"text",
"application/json"
]
}
]
},
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0; invalid skills: [{\"index\":0,\"name\":\"Generate Content\",\"missing\":[\"type\",\"url\",\"digest\"],\"invalid\":[]},{\"index\":1,\"name\":\"Run Agent Task\",\"missing\":[\"type\",\"url\",\"digest\"],\"invalid\":[]}].",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
},
{
"id": "skill-documents",
"title": "Fetch advertised SKILL.md files",
"status": "fail",
"evidence": {
"checkedCount": 0,
"totalCount": 2,
"checked": []
},
"issue": "One or more advertised skill URLs were missing, did not look like SKILL.md Markdown, or failed digest verification.",
"howToFix": "Make every advertised skill URL return Markdown with a top-level heading and a matching sha256 digest, or remove broken entries from the index."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
13 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
Needs attention
mcp.json
Issue
Response is not valid JSON.
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
50/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 "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": "/mcp.json",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": true,
"issue": "Response is not valid JSON.",
"rawExcerpt": "\u001f�\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003ܽ��F�&�*�4+Ӯ�d)={N�T��LiT�Rw���\u0018-\u0010\u0011 �\u0005\u0002\u0014\u0000f*��f�\u0010�g^o��X\u0004\u0000\u0012W&3�\u00049�G�+3��/<<�=<��כ�Zٛ7�Y����\r\u0013\u001aY\bID���b\u0010P�0�7�7:��������\r\u0002�.�\\@�3$o\bC�k����ެljsUڟ���M�K�ۛ�U�ono�T';c?����n���M����M���\u0016�\u001aS��]���9���F�lq��_on�m��ۢ��\n���Q\u0006D��HAK%��\u0001�}?�eb�/�?t�}�\u0015�7�y���Eq\u0000�\u0017Ň�nF����\u000f\u001eW���w�vᷪ��������v\u0017&q��f���/lal�f0��8������~.��o�U�^;�y�-�,�\u0006\r~ݝ����_�.ݼ�TR�[���-�\u0017c����ۭ-��y\u001e��gZx[��IV���U���WE�ûO�6٭��!��A���\u0004���M�⤸\r���6�6��\"^�K���\u0004ٶ�7�o�\u0004:KK��A͞q�\u0006&έ.�� N�,(�6x�!(�,�g)��\u0014�Jr��C�+���s\u0016�;�?\u0004��j\u001bd��{�γ����Y�P�v\u0013�E���\n��_�Ue\u0016\u0014Z%���B����\r�\u0015�����\u001bT}e3�}\\��]\u0019$Y\u0011�+��<K��T̵�ۛۛ���\u001f�}���ٕq�\u000f���\f��,��J����/E�~4���n�͛��Q�GP>l����\u001b��&��D�:1��\u001b�������N���7��\u0007�k��7��o�e�-�|�u��u���|s[\u000ft�W���\r?����)U��/\u0007\n��\t�v�C�%�\u000f��;�������x��7z�\u001fj\u000e\\_}�Uy\u001a���6�+6�\u0010��\u00066-v��Z�$��|���+lDK���w�G�\u001f�J��TE��fĀ�o?��z�ĭ�I��Z3�������"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Validate resource body".
13 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Validate resource body".
Needs attention
WebMCP manifest
Issue
Response is not valid JSON.
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
50/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 "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": "/mcp.json",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": true,
"issue": "Response is not valid JSON.",
"rawExcerpt": "\u001f�\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003ܽ��F�&�*�4+Ӯ�d)={N�T��LiT�Rw���\u0018-\u0010\u0011 �\u0005\u0002\u0014\u0000f*��f�\u0010�g^o��X\u0004\u0000\u0012W&3�\u00049�G�+3��/<<�=<��כ�Zٛ7�Y����\r\u0013\u001aY\bID���b\u0010P�0�7�7:��������\r\u0002�.�\\@�3$o\bC�k����ެljsUڟ���M�K�ۛ�U�ono�T';c?����n���M����M���\u0016�\u001aS��]���9���F�lq��_on�m��ۢ��\n���Q\u0006D��HAK%��\u0001�}?�eb�/�?t�}�\u0015�7�y���Eq\u0000�\u0017Ň�nF����\u000f\u001eW���w�vᷪ��������v\u0017&q��f���/lal�f0��8������~.��o�U�^;�y�-�,�\u0006\r~ݝ����_�.ݼ�TR�[���-�\u0017c����ۭ-��y\u001e��gZx[��IV���U���WE�ûO�6٭��!��A���\u0004���M�⤸\r���6�6��\"^�K���\u0004ٶ�7�o�\u0004:KK��A͞q�\u0006&έ.�� N�,(�6x�!(�,�g)��\u0014�Jr��C�+���s\u0016�;�?\u0004��j\u001bd��{�γ����Y�P�v\u0013�E���\n��_�Ue\u0016\u0014Z%���B����\r�\u0015�����\u001bT}e3�}\\��]\u0019$Y\u0011�+��<K��T̵�ۛۛ���\u001f�}���ٕq�\u000f���\f��,��J����/E�~4���n�͛��Q�GP>l����\u001b��&��D�:1��\u001b�������N���7��\u0007�k��7��o�e�-�|�u��u���|s[\u000ft�W���\r?����)U��/\u0007\n��\t�v�C�%�\u000f��;�������x��7z�\u001fj\u000e\\_}�Uy\u001a���6�+6�\u0010��\u00066-v��Z�$��|���+lDK���w�G�\u001f�J��TE��fĀ�o?��z�ĭ�I��Z3�������"
},
"issue": "Response is not valid JSON.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 283,
"interactiveWithTags": 0,
"totalCount": 284,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 3,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 283,
"interactiveWithTags": 0,
"totalCount": 284,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 283,
"interactiveWithTags": 0,
"totalCount": 284,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Validate resource body".
Needs attention
agents.json
Issue
Response is not valid JSON.
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
50/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 "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": "/agents.json",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": true,
"issue": "Response is not valid JSON.",
"rawExcerpt": "\u001f�\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003Խ���6v/�*܊�ʎ[��'\u0001��zo�%���xd�f�^[�\f\u0010\u000039�$sHf�j�Nľƾ�>�\u0006\u0000��Ϭ�V%3�?��J�����������ܘ���['���]ȑ���q\bAd\f�Y\bC\u0001����*����]v��\u000e\u0001DW��\u0010�\t��8|��\u001b\u0002�����mLf\nY�\u001f���mvH����������V����\"�\u000e�)�\u0007\u0014DO�wIV>\u001aS�g���\u001f�2E�Z����?��H�U ˧L\u0005�������v�>��统�����P���mU�˷_}�t��O�6i�P��L�U��}�?�z��d;��@���S��d\\�Ҥ�����ʃ�ǟ��37�\u0006wЙ��¾��K2�\u001e���}L*�����Uq0�w��\u001bS���ww��������?��Ɣwo����?��+KS}�LCB\u0012�PI�\u0010\u0003,�a�M���~J��4\u001fw��}���~�\fҒ8\b\u001ed\u0011��Dq�?\u0006��������������^����Pn�.>d�J�,���\u000f��g�suؙ�z�1շ������\u0007�w_>�t��u��9Z����F��,�O����U�7ٗ�F���]:\u0016ey$XQ�\u001f*���C��\u000f�v�Ψ���!�FV�cz�ܽ��\u001f�4)�F�����\u000e\u001d�\u0019��}�}�|���OU��V\u001aY���i��h���\u0000��oq�t�6�i������+�\u000fS�̒��T�{0E���;\u001d��?\f?����gY�M\u0011�`�8/v2S�>�ݾJv�_�c��3����\u0004�6&����iS���t�\u001f�`'�O�J�M�\u0019���@j���*�??��'��.�&�\u000f�k�\u0017�\u000e�\td\u0015�,0Ye�}��&(�L�\u001b�<o���C3p��U��qT�i;������~F�\u001b�\u0019�{����j>���P%鿘�f=���,Q2�}Ѯ��"
},
"issue": "Response is not valid JSON.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, 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
40/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: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/company",
"text": "Company",
"html": "<a aria-label=\"Company\" target href=\"/company\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Company</span></a>"
},
{
"href": "/company",
"text": "Canvas",
"html": "<a aria-label target href=\"/company\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Canvas</span></a>"
},
{
"href": "/company",
"text": "Learn More",
"html": "<a aria-label target href=\"/company\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Learn More</span></a>"
},
{
"href": "/company",
"text": "Learn More",
"html": "<a aria-label target href=\"/company\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Learn More</span></a>"
},
{
"href": "/company",
"text": "Company",
"html": "<a href=\"/company\" class=\"footer_heading_wrap u-flex-horizontal-nowrap u-align-items-center u-gap-1 w-inline-block\"><div class=\"u-text-style-h4\">Company</div><div class=\"footer_link_icon u-flex-horizontal-nowrap\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M6.03252 10L5.22602 9.16832L7.84064 6.58088H2V5.43234H7.81464L5.21301 2.84488L6.03252 2L10 6.0132L6.03252 10Z\" fill=\"currentColor\"/></svg></div></a>"
},
{
"href": "/company",
"text": "About Jasper",
"html": "<a href=\"/company\" class=\"footer_link u-text-main\">About Jasper</a>"
},
{
"href": "/brand",
"text": "Company Logos",
"html": "<a href=\"/brand\" class=\"footer_link u-text-main\">Company Logos</a>"
},
{
"href": "https://www.linkedin.com/company/heyjasperai/",
"text": "",
"html": "<a aria-label=\"Linked In\" href=\"https://www.linkedin.com/company/heyjasperai/\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4.80607 18H1.27964V6.64384H4.80607V18ZM3.04425 5.09326C1.91276 5.09326 1 4.17605 1 3.04616C1 1.91629 1.91183 1 3.04425 1C4.17666 1 5.08572 1.91721 5.08572 3.04616C5.08572 4.17605 4.17112 5.09326 3.04425 5.09326ZM18 18H14.4773V12.4781C14.4773 11.1615 14.4542 9.4676..."
}
],
"contactLinks": [
{
"href": "/contact-support",
"text": "Contact & Support",
"html": "<a aria-label=\"Contact & Support\" target href=\"/contact-support\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Contact & Support</span></a>"
},
{
"href": "https://community.jasper.ai/c/help-center/",
"text": "FAQ & Help Center",
"html": "<a aria-label=\"FAQ & Help Center\" target=\"_blank\" href=\"https://community.jasper.ai/c/help-center/\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">FAQ & Help Center</span></a>"
},
{
"href": "/contact-support",
"text": "Learn More",
"html": "<a aria-label target href=\"/contact-support\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Learn More</span></a>"
},
{
"href": "/contact-support",
"text": "Contact Support",
"html": "<a href=\"/contact-support\" class=\"footer_link u-text-main\">Contact Support</a>"
},
{
"href": "https://community.jasper.ai/c/help-center/",
"text": "FAQs & Help Center",
"html": "<a href=\"https://community.jasper.ai/c/help-center/\" target=\"_blank\" class=\"footer_link u-text-main\">FAQs & Help Center</a>"
}
],
"privacyLinks": [
{
"href": "https://www.jasper.ai/legal/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.jasper.ai/legal/privacy\" target=\"_blank\" class=\"legal_link u-text-small\">Privacy Policy</a>"
},
{
"href": "https://www.jasper.ai/legal/terms",
"text": "Terms of Service",
"html": "<a href=\"https://www.jasper.ai/legal/terms\" target=\"_blank\" class=\"legal_link u-text-small\">Terms of Service</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, 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
40/100
Status
fail
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 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/company",
"text": "Company",
"html": "<a aria-label=\"Company\" target href=\"/company\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Company</span></a>"
},
{
"href": "/company",
"text": "Canvas",
"html": "<a aria-label target href=\"/company\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Canvas</span></a>"
},
{
"href": "/company",
"text": "Learn More",
"html": "<a aria-label target href=\"/company\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Learn More</span></a>"
},
{
"href": "/company",
"text": "Learn More",
"html": "<a aria-label target href=\"/company\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Learn More</span></a>"
},
{
"href": "/company",
"text": "Company",
"html": "<a href=\"/company\" class=\"footer_heading_wrap u-flex-horizontal-nowrap u-align-items-center u-gap-1 w-inline-block\"><div class=\"u-text-style-h4\">Company</div><div class=\"footer_link_icon u-flex-horizontal-nowrap\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M6.03252 10L5.22602 9.16832L7.84064 6.58088H2V5.43234H7.81464L5.21301 2.84488L6.03252 2L10 6.0132L6.03252 10Z\" fill=\"currentColor\"/></svg></div></a>"
},
{
"href": "/company",
"text": "About Jasper",
"html": "<a href=\"/company\" class=\"footer_link u-text-main\">About Jasper</a>"
},
{
"href": "/brand",
"text": "Company Logos",
"html": "<a href=\"/brand\" class=\"footer_link u-text-main\">Company Logos</a>"
},
{
"href": "https://www.linkedin.com/company/heyjasperai/",
"text": "",
"html": "<a aria-label=\"Linked In\" href=\"https://www.linkedin.com/company/heyjasperai/\" target=\"_blank\" class=\"footer_social_link w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M4.80607 18H1.27964V6.64384H4.80607V18ZM3.04425 5.09326C1.91276 5.09326 1 4.17605 1 3.04616C1 1.91629 1.91183 1 3.04425 1C4.17666 1 5.08572 1.91721 5.08572 3.04616C5.08572 4.17605 4.17112 5.09326 3.04425 5.09326ZM18 18H14.4773V12.4781C14.4773 11.1615 14.4542 9.4676..."
}
],
"contactLinks": [
{
"href": "/contact-support",
"text": "Contact & Support",
"html": "<a aria-label=\"Contact & Support\" target href=\"/contact-support\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Contact & Support</span></a>"
},
{
"href": "https://community.jasper.ai/c/help-center/",
"text": "FAQ & Help Center",
"html": "<a aria-label=\"FAQ & Help Center\" target=\"_blank\" href=\"https://community.jasper.ai/c/help-center/\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">FAQ & Help Center</span></a>"
},
{
"href": "/contact-support",
"text": "Learn More",
"html": "<a aria-label target href=\"/contact-support\" class=\"g_clickable_link w-inline-block\"><span class=\"g_clickable_text u-sr-only\">Learn More</span></a>"
},
{
"href": "/contact-support",
"text": "Contact Support",
"html": "<a href=\"/contact-support\" class=\"footer_link u-text-main\">Contact Support</a>"
},
{
"href": "https://community.jasper.ai/c/help-center/",
"text": "FAQs & Help Center",
"html": "<a href=\"https://community.jasper.ai/c/help-center/\" target=\"_blank\" class=\"footer_link u-text-main\">FAQs & Help Center</a>"
}
],
"privacyLinks": [
{
"href": "https://www.jasper.ai/legal/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.jasper.ai/legal/privacy\" target=\"_blank\" class=\"legal_link u-text-small\">Privacy Policy</a>"
},
{
"href": "https://www.jasper.ai/legal/terms",
"text": "Terms of Service",
"html": "<a href=\"https://www.jasper.ai/legal/terms\" target=\"_blank\" class=\"legal_link u-text-small\">Terms of Service</a>"
}
],
"score": 40,
"weight": 22
}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
23 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": 30,
"passing": 7,
"failing": [
{
"heading": "World-class marketing teams trust Jasper",
"headingHtml": "<h2>World-class marketing teams trust Jasper</h2>",
"firstParagraph": "The Jasper Platform",
"paragraphHtml": "<p>The Jasper Platform</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Agents",
"headingHtml": "<h3>Agents</h3>",
"firstParagraph": "Purpose-built AI agents that execute real marketing work.",
"paragraphHtml": "<p>Purpose-built AI agents that execute real marketing work.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Content Pipelines",
"headingHtml": "<h3>Content Pipelines</h3>",
"firstParagraph": "Repeatable workflows that move work from idea to launch.",
"paragraphHtml": "<p>Repeatable workflows that move work from idea to launch.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Jasper IQ",
"headingHtml": "<h3>Jasper IQ</h3>",
"firstParagraph": "Maintain quality & authenticity with a rich context hub.",
"paragraphHtml": "<p>Maintain quality & authenticity with a rich context hub.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Why modern marketing teams choose Jasper",
"headingHtml": "<h2>Why modern marketing teams choose Jasper</h2>",
"firstParagraph": "Give your team the tools to move faster, stay on brand, and scale content across every channel and market.",
"paragraphHtml": "<p>Give your team the tools to move faster, stay on brand, and scale content across every channel and market.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Automate every step of the content lifecycle",
"headingHtml": "<h3>Automate every step of the content lifecycle</h3>",
"firstParagraph": "With Content Pipelines, Jasper connects your data, strategy, and creative process into an automated system that delivers on-brand assets — from idea to publication — without the busywork.",
"paragraphHtml": "<p>With Content Pipelines, Jasper connects your data, strategy, and creative process into an automated system that delivers on-brand assets — from idea to publication — without the busywork.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Keep your brand voice consistent, everywhere",
"headingHtml": "<h3>Keep your brand voice consistent, everywhere</h3>",
"firstParagraph": "Jasper’s IQ layer brings your brand guidelines, tone, and messaging into every asset, ensuring authenticity and alignment — no matter who’s creating.",
"paragraphHtml": "<p>Jasper’s IQ layer brings your brand guidelines, tone, and messaging into every asset, ensuring authenticity and alignment — no matter who’s creating.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Empower every marketer with automation",
"headingHtml": "<h3>Empower every marketer with automation</h3>",
"firstParagraph": "With intuitive tools like Studio and Grid, anyone can design and run automations that scale content creation. No technical setup. No prompt engineering. Just faster marketing that works.",
"paragraphHtml": "<p>With intuitive tools like Studio and Grid, anyone can design and run automations that scale content creation. No technical setup. No prompt engineering. Just faster marketing that works.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Built for scale, backed by experts",
"headingHtml": "<h3>Built for scale, backed by experts</h3>",
"firstParagraph": "Jasper’s Customer Success team and community of Content Engineers help you design smarter workflows, optimize your pipelines, and scale transformation across your org. You’re not just adopting AI — you’re building a better way to work.",
"paragraphHtml": "<p>Jasper’s Customer Success team and community of Content Engineers help you design smarter workflows, optimize your pipelines, and scale transformation across your org. You’re not just adopting AI — you’re building a better way to work.</p>",
"words": 38,
"direct": false,
"issue": "First paragraph is 38 words and does not look like a concise direct answer."
},
{
"heading": "Solutions for every marketer",
"headingHtml": "<h2>Solutions for every marketer</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Proven strategies, real results",
"headingHtml": "<h2>Proven strategies, real results</h2>",
"firstParagraph": "10,000+",
"paragraphHtml": "<p>10,000+</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise-grade security, quality outputs",
"headingHtml": "<h2>Enterprise-grade security, quality outputs</h2>",
"firstParagraph": "Enterprise-grade security and an LLM-agnostic architecture prioritize your data protection & privacy while providing superior quality marketing outputs.",
"paragraphHtml": "<p>Enterprise-grade security and an LLM-agnostic architecture prioritize your data protection & privacy while providing superior quality marketing outputs.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Your AI success starts here",
"headingHtml": "<h2>Your AI success starts here</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Jasper Blog",
"headingHtml": "<h3>The Jasper Blog</h3>",
"firstParagraph": "Stories, insights, and best practices for AI powered marketing.",
"paragraphHtml": "<p>Stories, insights, and best practices for AI powered marketing.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Watch Jasper Foundations",
"headingHtml": "<h3>Watch Jasper Foundations</h3>",
"firstParagraph": "The foundational knowledge and skills to leverage Jasper for any type of marketing project.",
"paragraphHtml": "<p>The foundational knowledge and skills to leverage Jasper for any type of marketing project.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Customer Stories",
"headingHtml": "<h3>Customer Stories</h3>",
"firstParagraph": "How businesses like yours are leveraging Jasper to drive growth and success.",
"paragraphHtml": "<p>How businesses like yours are leveraging Jasper to drive growth and success.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Get Support",
"headingHtml": "<h3>Get Support</h3>",
"firstParagraph": "Get in touch about your account, partnerships, press, careers, and more.",
"paragraphHtml": "<p>Get in touch about your account, partnerships, press, careers, and more.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Connect with community",
"headingHtml": "<h3>Connect with community</h3>",
"firstParagraph": "Self-paced guides, courses, events, and resources, plus channels to connect with fellow marketers.",
"paragraphHtml": "<p>Self-paced guides, courses, events, and resources, plus channels to connect with fellow marketers.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Search Knowledge Center",
"headingHtml": "<h3>Search Knowledge Center</h3>",
"firstParagraph": "Learn how to use generative AI for your specific marketing role and use case.",
"paragraphHtml": "<p>Learn how to use generative AI for your specific marketing role and use case.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Put AI agents to work, on your terms",
"headingHtml": "<h2>Put AI agents
to work, on your terms</h2>",
"firstParagraph": "Explore how Jasper agents help teams turn strategy into execution across every channel, market, and audience.",
"paragraphHtml": "<p>Explore how Jasper agents help teams turn strategy into execution across every channel, market, and audience.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Frequently asked questions about Jasper",
"headingHtml": "<h2>Frequently asked questions about Jasper</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Can Jasper keep brand voice consistent?",
"headingHtml": "<h3 id=\"w-node-d0ff9f19-1e63-0dd7-3a93-d0787a9b3c00-7a9b3bf7\" class=\"accordion_1_toggle_heading\"><button aria-expanded=\"false\" class=\"accordion_1_toggle_button\" id=\"accordion_1_button_0_1\" aria-controls=\"accordion_1_content_0_1\"><span class=\"accordion_1_toggle_text u-text-style-h3\">Can Jasper keep brand voice consistent?</span><span class=\"accordion_1_toggle_icon\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px);\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=...",
"firstParagraph": "Yes, and it does it automatically through Jasper IQ. Jasper IQ stores your brand voice, style guides, audience profiles, and product knowledge, then applies that context to every output across your entire team. Admins set the rules once; every generation follows them. You can maintain multiple brand voices for diffe...",
"paragraphHtml": "<p>Yes, and it does it automatically through <a href=\"/jasper-iq\">Jasper IQ</a>. Jasper IQ stores your <a href=\"/brand-voice\">brand voice</a>, <a href=\"/style-guide\">style guides</a>, audience profiles, and product knowledge, then applies that context to every output across your entire team. Admins set the rules once; every generation follows them. You can maintain multiple brand voices for different audiences, sub-brands, or regions, and extend <a href=\"/visual-guidelines\">visual guidelines<...",
"words": 63,
"direct": false,
"issue": "First paragraph is 63 words and does not look like a concise direct answer."
},
{
"heading": "Is Jasper multimodal?",
"headingHtml": "<h3 id=\"w-node-d0ff9f19-1e63-0dd7-3a93-d0787a9b3c00-7a9b3bf7\" class=\"accordion_1_toggle_heading\"><button aria-expanded=\"false\" class=\"accordion_1_toggle_button\" id=\"accordion_1_button_0_4\" aria-controls=\"accordion_1_content_0_4\"><span class=\"accordion_1_toggle_text u-text-style-h3\">Is Jasper multimodal?</span><span class=\"accordion_1_toggle_icon\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px);\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0...",
"firstParagraph": "Yes. Jasper generates both text and images, and scales both across marketing workflows. On the text side, Jasper handles the full range of marketing content: articles, emails, ads, social posts, and more. On the image side, Jasper's Image Pipelines produce on-brand product imagery at enterprise scale, up to 10x fast...",
"paragraphHtml": "<p>Yes. Jasper generates both text and images, and scales both across marketing workflows. On the text side, Jasper handles the full range of marketing content: articles, emails, ads, social posts, and more. On the image side, Jasper's <a href=\"/image/pipelines\">Image Pipelines</a> produce on-brand product imagery at enterprise scale, up to 10x faster and at up to 50% lower cost than traditional production. Jasper's <a href=\"/image/api\">Image APIs</a> also support background removal...",
"words": 90,
"direct": false,
"issue": "First paragraph is 90 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 82/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 82/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: put, work, jasper.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
82/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 82/100 and needs improvement.
Evidence
{
"title": "Put AI agents to work for marketing | Jasper",
"h1": "Put AI agents to work for marketing",
"description": "Orchestrate intelligent agents to run end-to-end marketing workflows delivering speed, control, and measurable impact.",
"topicOverlap": 0.4,
"topicTerms": [
"put",
"agents",
"work",
"marketing",
"jasper"
],
"descriptionTerms": [
"orchestrate",
"intelligent",
"agents",
"run",
"end",
"marketing",
"workflows",
"delivering",
"speed",
"control",
"measurable",
"impact"
],
"missingFromDescription": [
"put",
"work",
"jasper"
],
"score": 82,
"weight": 28
}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
92 image(s) are missing width/height attributes. 8 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": 2521,
"htmlBytes": 515653,
"imagesMissingDimensions": [
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e65810eadefa81494f_233fc11d48858aeb5d62081b163af549_Nav%20-%20Agents.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e65810eadefa81494f_233fc11d48858aeb5d62081b163af549_Nav%20-%20Agents.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e65810eadefa81494f_233fc11d48858aeb5d62081b163af549_Nav%20-%20Agents-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e65810eadefa81494f_233fc11d48858aeb5d62081b163af549_Nav%20-%20Agents-p-800.avif 800w, h..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e5282c836dda2f0366_6eb903f1a850d6de5e588930419b8728_Nav%20-%20Pipelines.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e5282c836dda2f0366_6eb903f1a850d6de5e588930419b8728_Nav%20-%20Pipelines.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e5282c836dda2f0366_6eb903f1a850d6de5e588930419b8728_Nav%20-%20Pipelines-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e5282c836dda2f0366_6eb903f1a850d6de5e588930419b8728_Nav%20-%20Pipelines-p-800.avi..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e547c39b8a59297383_Nav%20-%20IQ.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e547c39b8a59297383_Nav%20-%20IQ.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e547c39b8a59297383_Nav%20-%20IQ-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e547c39b8a59297383_Nav%20-%20IQ-p-800.avif 800w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c7e547c39b8a59297383_Nav%20-%20IQ-p-1080.avif 10..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68feca0c58458969f985ee29_SEO%20Nav%20Card.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68feca0c58458969f985ee29_SEO%20Nav%20Card.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68feca0c58458969f985ee29_SEO%20Nav%20Card-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68feca0c58458969f985ee29_SEO%20Nav%20Card-p-800.avif 800w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68feca0c58458969f985ee29_SEO%20Nav%20Car..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/696a7ac24006d68be7772ab9_Personalization%20Nav.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/696a7ac24006d68be7772ab9_Personalization%20Nav.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/696a7ac24006d68be7772ab9_Personalization%20Nav-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/696a7ac24006d68be7772ab9_Personalization%20Nav-p-800.avif 800w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/696a7ac24006d68be7772ab9_..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6995d1c8cb18d907d7bfdebf_Campaigns%20Nav.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6995d1c8cb18d907d7bfdebf_Campaigns%20Nav.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6995d1c8cb18d907d7bfdebf_Campaigns%20Nav-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6995d1c8cb18d907d7bfdebf_Campaigns%20Nav-p-800.avif 800w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6995d1c8cb18d907d7bfdebf_Campaigns%20Nav-p-..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c8d4239a27cff91eae55_Nav%20-%20Company.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c8d4239a27cff91eae55_Nav%20-%20Company.avif\" loading=\"lazy\" alt=\"Large diverse group of people posing and smiling in front of a blue background with the red word ‘jasper’ above them.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c8d4239a27cff91eae55_Nav%20-%20Company-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/69a9c8d4239a27cff91eae5..."
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cc6a0ae3989f8d949d6_jasp-wayfair.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cc6a0ae3989f8d949d6_jasp-wayfair.webp\" loading=\"lazy\" alt=\"Wayfair logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460bf5f949f29f8ff03aea_jasp-boeing.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460bf5f949f29f8ff03aea_jasp-boeing.webp\" loading=\"lazy\" alt=\"Boeing logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ba7a043f054322d9dd0_jasp-alliantgroup.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ba7a043f054322d9dd0_jasp-alliantgroup.webp\" loading=\"lazy\" alt=\"alliantgroup logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c48cea2f9d4e2f84741_jasp-cushman.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c48cea2f9d4e2f84741_jasp-cushman.webp\" loading=\"lazy\" alt=\"Cushman & Wakefield logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c423451f1a15199e5cc_jasp-cox.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c423451f1a15199e5cc_jasp-cox.webp\" loading=\"lazy\" alt=\"Cox Automotive logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460be37fd6c5716d4fb77e_jasp-anthropologie.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460be37fd6c5716d4fb77e_jasp-anthropologie.webp\" loading=\"lazy\" alt=\"Anthropologie logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ca2dedb8dc8d60cba47_jasp-morningstar.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ca2dedb8dc8d60cba47_jasp-morningstar.webp\" loading=\"lazy\" alt=\"Morningstar logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c51235cd7e85b051e6f_jasp-harpercollins.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c51235cd7e85b051e6f_jasp-harpercollins.webp\" loading=\"lazy\" alt=\"HarperCollins logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cadab2ca7c6863ceba1_jasp-prudential.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cadab2ca7c6863ceba1_jasp-prudential.webp\" loading=\"lazy\" alt=\"Prudential logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ba168dfd6d44e22c13a_jasp-AAA.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ba168dfd6d44e22c13a_jasp-AAA.webp\" loading=\"lazy\" alt=\"AAA logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c3407474e37968671bf_jasp-Bona.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c3407474e37968671bf_jasp-Bona.webp\" loading=\"lazy\" alt=\"Bona logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c398cbb586a8986ada1_jasp-cognizant.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c398cbb586a8986ada1_jasp-cognizant.webp\" loading=\"lazy\" alt=\"Cognizant logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c57c88f5cd474c960be_jasp-hitachi.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c57c88f5cd474c960be_jasp-hitachi.webp\" loading=\"lazy\" alt=\"Hitachi logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c72f894276e5e982f85_jasp-iheartmedia.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c72f894276e5e982f85_jasp-iheartmedia.webp\" loading=\"lazy\" alt=\"iHeartMedia logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c7d8cbb586a8986c009_jasp-kelly.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c7d8cbb586a8986c009_jasp-kelly.webp\" loading=\"lazy\" alt=\"Kelly logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c85d3dfc44d8aa8de5f_jasp-LOREAL.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c85d3dfc44d8aa8de5f_jasp-LOREAL.webp\" loading=\"lazy\" alt=\"L'Oréal logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c9adedb8dc8d60cb7df_jasp-MARS.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c9adedb8dc8d60cb7df_jasp-MARS.webp\" loading=\"lazy\" alt=\"Mars logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ca8790f10b57c708fd2_jasp-noom.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ca8790f10b57c708fd2_jasp-noom.webp\" loading=\"lazy\" alt=\"Noom logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cb3392553aefba24cf6_jasp-sanoflif.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cb3392553aefba24cf6_jasp-sanoflif.webp\" loading=\"lazy\" alt=\"Sanofi logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cbd39ead81d4fcf246c_jasp-supercell.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cbd39ead81d4fcf246c_jasp-supercell.webp\" loading=\"lazy\" alt=\"Supercell logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460bd83a62db625d5530bd_jasp-accenture.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460bd83a62db625d5530bd_jasp-accenture.webp\" loading=\"lazy\" alt=\"Accenture logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c68214ed46f96536306_jasp-HH.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c68214ed46f96536306_jasp-HH.webp\" loading=\"lazy\" alt=\"HH logo\" class=\"marquee_cms_img u-cover-absolute\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cc6a0ae3989f8d949d6_jasp-wayfair.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cc6a0ae3989f8d949d6_jasp-wayfair.webp\" loading=\"lazy\" alt=\"Wayfair logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"28\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460bf5f949f29f8ff03aea_jasp-boeing.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460bf5f949f29f8ff03aea_jasp-boeing.webp\" loading=\"lazy\" alt=\"Boeing logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"29\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ba7a043f054322d9dd0_jasp-alliantgroup.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ba7a043f054322d9dd0_jasp-alliantgroup.webp\" loading=\"lazy\" alt=\"alliantgroup logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"30\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c48cea2f9d4e2f84741_jasp-cushman.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c48cea2f9d4e2f84741_jasp-cushman.webp\" loading=\"lazy\" alt=\"Cushman & Wakefield logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"31\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c423451f1a15199e5cc_jasp-cox.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c423451f1a15199e5cc_jasp-cox.webp\" loading=\"lazy\" alt=\"Cox Automotive logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"32\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460be37fd6c5716d4fb77e_jasp-anthropologie.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460be37fd6c5716d4fb77e_jasp-anthropologie.webp\" loading=\"lazy\" alt=\"Anthropologie logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"33\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ca2dedb8dc8d60cba47_jasp-morningstar.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ca2dedb8dc8d60cba47_jasp-morningstar.webp\" loading=\"lazy\" alt=\"Morningstar logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"34\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c51235cd7e85b051e6f_jasp-harpercollins.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c51235cd7e85b051e6f_jasp-harpercollins.webp\" loading=\"lazy\" alt=\"HarperCollins logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"35\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cadab2ca7c6863ceba1_jasp-prudential.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cadab2ca7c6863ceba1_jasp-prudential.webp\" loading=\"lazy\" alt=\"Prudential logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"36\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ba168dfd6d44e22c13a_jasp-AAA.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ba168dfd6d44e22c13a_jasp-AAA.webp\" loading=\"lazy\" alt=\"AAA logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"37\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c3407474e37968671bf_jasp-Bona.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c3407474e37968671bf_jasp-Bona.webp\" loading=\"lazy\" alt=\"Bona logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"38\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c398cbb586a8986ada1_jasp-cognizant.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c398cbb586a8986ada1_jasp-cognizant.webp\" loading=\"lazy\" alt=\"Cognizant logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"39\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c57c88f5cd474c960be_jasp-hitachi.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c57c88f5cd474c960be_jasp-hitachi.webp\" loading=\"lazy\" alt=\"Hitachi logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"40\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c72f894276e5e982f85_jasp-iheartmedia.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c72f894276e5e982f85_jasp-iheartmedia.webp\" loading=\"lazy\" alt=\"iHeartMedia logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"41\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c7d8cbb586a8986c009_jasp-kelly.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c7d8cbb586a8986c009_jasp-kelly.webp\" loading=\"lazy\" alt=\"Kelly logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"42\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c85d3dfc44d8aa8de5f_jasp-LOREAL.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c85d3dfc44d8aa8de5f_jasp-LOREAL.webp\" loading=\"lazy\" alt=\"L'Oréal logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"43\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c9adedb8dc8d60cb7df_jasp-MARS.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c9adedb8dc8d60cb7df_jasp-MARS.webp\" loading=\"lazy\" alt=\"Mars logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"44\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ca8790f10b57c708fd2_jasp-noom.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460ca8790f10b57c708fd2_jasp-noom.webp\" loading=\"lazy\" alt=\"Noom logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"45\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cb3392553aefba24cf6_jasp-sanoflif.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cb3392553aefba24cf6_jasp-sanoflif.webp\" loading=\"lazy\" alt=\"Sanofi logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"46\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cbd39ead81d4fcf246c_jasp-supercell.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460cbd39ead81d4fcf246c_jasp-supercell.webp\" loading=\"lazy\" alt=\"Supercell logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"47\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460bd83a62db625d5530bd_jasp-accenture.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460bd83a62db625d5530bd_jasp-accenture.webp\" loading=\"lazy\" alt=\"Accenture logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"48\">"
},
{
"src": "https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c68214ed46f96536306_jasp-HH.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807f44ec8a964d38a705332/68460c68214ed46f96536306_jasp-HH.webp\" loading=\"lazy\" alt=\"HH logo\" class=\"marquee_cms_img u-cover-absolute\" data-airgap-id=\"49\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8dc10f11b5746674727_Home%20-%20Canvas%20(Plain).avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8dc10f11b5746674727_Home%20-%20Canvas%20(Plain).avif\" loading=\"lazy\" alt=\"Illustration showing three content types: Blog Post labeled by a smiling woman as Content Marketer, Press Release labeled by a smiling woman as PR Manager, and a pop-up with SEO tasks labeled by a smiling man as Digital Marketer.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8dc10f11b5746674727_Home%20-%2..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8ddd6e29f3f2025f351_baf1294ceb7fbd02808730f2f5797132_Home%20-%20Agents%20%28Plain%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8ddd6e29f3f2025f351_baf1294ceb7fbd02808730f2f5797132_Home%20-%20Agents%20%28Plain%29.avif\" loading=\"lazy\" alt=\"Dashboard showing high volume and long tail keyword opportunities with volume and difficulty scores, alongside an active optimization agent panel.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8ddd6e29f3f2025f351_baf1294ceb7fbd02808730f2f5797132_Home%20-%20Agents%20%28..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8ddd9afd0d6179b153b_Home%20-%20BV%20(Plain).avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8ddd9afd0d6179b153b_Home%20-%20BV%20(Plain).avif\" loading=\"lazy\" alt=\"User interface showing the Brand Voice section with a dropdown menu listing voice options like Lexibee mascot, Instagram, and TikTok, with a hand cursor selecting Lexibee mascot. Next to it is a message from Lexibee, a bee mascot, introducing itself as a fun and cheeky language learning guide.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68ffd92aecbbc48e5079583c_23a29399009b5541353368a2c1f38cd1_Grid%20Illo.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68ffd92aecbbc48e5079583c_23a29399009b5541353368a2c1f38cd1_Grid%20Illo.avif\" loading=\"lazy\" alt=\"Interface of an AEO-Optimized Blogs tool showing a table with blog titles and content, and a side panel for an AEO/GEO/SEO Rewriter with options to select brand voice, audience, content to optimize, keywords, and an Add App button.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68ffd92aecbbc48e..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8dc0a03200be6be26bb_2536b21fbce524c4f1d5c1156b34f48b_Home%20-%20CS%20%28Plain%29.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6848e8dc0a03200be6be26bb_2536b21fbce524c4f1d5c1156b34f48b_Home%20-%20CS%20%28Plain%29.avif\" loading=\"lazy\" alt=\"Virtual team training interface showing Customer Success with two participant photos and Jasper Basics module with checkmarked topics: Audiences, Brand Voice, Style Guide, Knowledge, and buttons for mute, video off, and End Call.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12a3f1f3e0e25447f7_performance-person.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12a3f1f3e0e25447f7_performance-person.webp\" loading=\"lazy\" alt=\"Smiling young woman with curly brown hair, glasses, and teal shirt against abstract green and black digital background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12a3f1f3e0e25447f7_performance-person-p-500.webp 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12a3f1f3e0e25447f7_performa..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12505fd697ff877202_product-person.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12505fd697ff877202_product-person.webp\" loading=\"lazy\" alt=\"Young woman with curly afro hair wearing a white shirt and pearl necklace, holding a folder, looking to the side against an abstract yellow and black background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12505fd697ff877202_product-person-p-500.webp 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d125c999cb442ca084f_brand-person.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d125c999cb442ca084f_brand-person.webp\" loading=\"lazy\" alt=\"Smiling man with curly red hair and beard wearing glasses, a striped shirt, and a peach jacket with pink graphic background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d125c999cb442ca084f_brand-person-p-500.webp 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d125c999cb442ca084f_brand-person-p-..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d120abbf4f11228ce05_content-person.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d120abbf4f11228ce05_content-person.webp\" loading=\"lazy\" alt=\"Smiling man with a beard wearing an olive green shirt against red and orange pixelated abstract background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d120abbf4f11228ce05_content-person-p-500.webp 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d120abbf4f11228ce05_content-person-p-800.webp 80..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12053354f1598424ce_digital-person.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12053354f1598424ce_digital-person.webp\" loading=\"lazy\" alt=\"Smiling man with a mustache wearing an orange beanie and gray sweatshirt, resting his chin on his hand, against a blue pixelated and grid design background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434d12053354f1598424ce_digital-person-p-500.webp 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6843..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68455de88a938ca45063ba21_field-marketer.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68455de88a938ca45063ba21_field-marketer.webp\" loading=\"lazy\" alt=\"Smiling man with glasses wearing a mustard yellow shirt against a background of purple and lavender geometric shapes.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68455de88a938ca45063ba21_field-marketer-p-500.webp 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68455de88a938ca45063ba21_field-marketer-p-8..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434bb4b39b713a255f58ab_product-cursor.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434bb4b39b713a255f58ab_product-cursor.webp\" loading=\"lazy\" alt=\"Icon showing a woman’s photo inside a yellow circle with the text 'Product Marketer' and a cursor arrow pointing to the right.\" class=\"g_visual_img full-width-and-height\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434bb4314914781dd144d8_content%20-cursor.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434bb4314914781dd144d8_content%20-cursor.webp\" loading=\"lazy\" alt=\"Smiling man next to a red label with white text reading 'Content Marketer' and a paper airplane icon.\" class=\"g_visual_img full-width-and-height\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434bb470996bbb03440a26_brand-cursor.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434bb470996bbb03440a26_brand-cursor.webp\" loading=\"lazy\" alt=\"Brand Marketer text with an arrow cursor icon and a smiling man with glasses in a pink circle.\" class=\"g_visual_img full-width-and-height\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68455f5326534506568f7776_pr-coms-cursor.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68455f5326534506568f7776_pr-coms-cursor.webp\" loading=\"lazy\" alt=\"Illustration of a cursor arrow pointing to a blue label with text 'PR & Comms Marketer' accompanied by a smiling man wearing an orange beanie.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68455f5326534506568f7776_pr-coms-cursor-p-500.webp 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6845..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434bb4ca21a22439da0197_performance%20-cursor.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434bb4ca21a22439da0197_performance%20-cursor.webp\" loading=\"lazy\" alt=\"Profile photo of a woman with dark curly hair and glasses next to the text 'Performance Marketer' on a light green background.\" class=\"g_visual_img full-width-and-height\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/684564d2444b9d1605ba54ba_6d39bebaeb605433d98da9fa2b38f8fc_field-cursor.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/684564d2444b9d1605ba54ba_6d39bebaeb605433d98da9fa2b38f8fc_field-cursor.webp\" loading=\"lazy\" alt=\"Smiling man wearing glasses and a mustard sweater next to a purple label reading 'Field Marketer' with a paper plane icon.\" class=\"g_visual_img full-width-and-height\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30ee3bba5948be8367_2d549165fe4b43347afc07dff02f9ba3_Stories%20Logo%20-%20Cushman.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30ee3bba5948be8367_2d549165fe4b43347afc07dff02f9ba3_Stories%20Logo%20-%20Cushman.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30e8251447fe0c87f0_708a1d462a2988199822e30817c9baa3_Stories%20Logo%20-%20Opella.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30e8251447fe0c87f0_708a1d462a2988199822e30817c9baa3_Stories%20Logo%20-%20Opella.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68474968a2d2ab267d560e7e_Peter%20So.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68474968a2d2ab267d560e7e_Peter%20So.avif\" loading=\"lazy\" alt=\"Close-up black and white portrait of a man wearing glasses and a collared shirt.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68474968a2d2ab267d560e7e_Peter%20So-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68474968a2d2ab267d560e7e_Peter%20So-p-800.avif 800w, https://cdn.prod.website-files.com/..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30ee4940f4cf5f84b0_b26609be72643f9cce0d5a57530f5c51_Stories%20Logo%20-%20PGIM.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30ee4940f4cf5f84b0_b26609be72643f9cce0d5a57530f5c51_Stories%20Logo%20-%20PGIM.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/684748286f2b284abb7b9dc2_elaina%20shekhter%20EPAM.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/684748286f2b284abb7b9dc2_elaina%20shekhter%20EPAM.avif\" loading=\"lazy\" alt=\"Smiling woman with shoulder-length brown hair wearing a navy blue top against a dark grey background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/684748286f2b284abb7b9dc2_elaina%20shekhter%20EPAM-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/684748286f2b284abb7b9dc2_elaina%20shekh..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30690aaf4ef0d61f45_0d8b9599f905bb1bdf5103f40746e148_Stories%20Logo%20-%20EPAM.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30690aaf4ef0d61f45_0d8b9599f905bb1bdf5103f40746e148_Stories%20Logo%20-%20EPAM.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30d01d8650b4b92d30_f7f189f737a49eb424391128b123192b_Stories%20Logo%20-%20Anthropologie.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30d01d8650b4b92d30_f7f189f737a49eb424391128b123192b_Stories%20Logo%20-%20Anthropologie.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30357cc47cb090cbfa_15550a62b2d8c2da6699e58be3269970_Stories%20Logo%20-%20Adidas.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30357cc47cb090cbfa_15550a62b2d8c2da6699e58be3269970_Stories%20Logo%20-%20Adidas.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30bcb16d000ca9f73d_7f88cea7c36417b5414262de39afd726_Stories%20Logo%20-%20Avery%20Dennison.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30bcb16d000ca9f73d_7f88cea7c36417b5414262de39afd726_Stories%20Logo%20-%20Avery%20Dennison.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30496f684d15abcbc9_16ae9a57f52c6c42eda80a0c9357e373_Stories%20Logo%20-%20Ulta.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c30496f684d15abcbc9_16ae9a57f52c6c42eda80a0c9357e373_Stories%20Logo%20-%20Ulta.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68474778d698bc1407d024b2_Bryan%20Olshock.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68474778d698bc1407d024b2_Bryan%20Olshock.avif\" loading=\"lazy\" alt=\"Portrait of a smiling man in a blue suit and tie with a blurred cityscape background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68474778d698bc1407d024b2_Bryan%20Olshock-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68474778d698bc1407d024b2_Bryan%20Olshock.avif 600w\" class=\"g_visual_img u..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c301f414a2ea030e968_a6c1b90a41e5fcf3f6116b06436efadb_Stories%20Logo%20-%20ServiceTitan.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68434c301f414a2ea030e968_a6c1b90a41e5fcf3f6116b06436efadb_Stories%20Logo%20-%20ServiceTitan.svg\" loading=\"lazy\" alt class=\"g_icon_image u-flex-noshrink\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6822880ad0979f638d9ae2e9_trust.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6822880ad0979f638d9ae2e9_trust.svg\" loading=\"lazy\" alt class=\"g_visual_img\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8d373d954728bbf48_Jasper%20Blog.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8d373d954728bbf48_Jasper%20Blog.avif\" loading=\"lazy\" alt=\"Black and white grainy image of a coffee mug and an open book on a table by a window with a mountain view poster.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8d373d954728bbf48_Jasper%20Blog-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8d373d954728bbf48_Jasper%20Blog-p-800.avif..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8e60beed1c70d2fa6_Foundations.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8e60beed1c70d2fa6_Foundations.avif\" loading=\"lazy\" alt=\"Black and white stippled hand holding a stepped block structure resembling a pyramid.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8e60beed1c70d2fa6_Foundations-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8e60beed1c70d2fa6_Foundations-p-800.avif 800w, https://cdn.prod.website-fi..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d872cf04c9de6140d8_Customer%20Stories.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d872cf04c9de6140d8_Customer%20Stories.avif\" loading=\"lazy\" alt=\"Black and white artistic dotted image of a rocket launching with smoke and clouds.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d872cf04c9de6140d8_Customer%20Stories-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d872cf04c9de6140d8_Customer%20Stories-p-800.avif 800w, https://c..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d86ed7a71438c9e2e3_Get%20Support.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d86ed7a71438c9e2e3_Get%20Support.avif\" loading=\"lazy\" alt=\"Black and white dot patterned illustration of two hands shaking, with purple grid and line graphic elements in the background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d86ed7a71438c9e2e3_Get%20Support-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d86ed7a71438c9e2e3_Get%20Suppo..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d7cdf2fd1ec2a2b8a3_Community.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d7cdf2fd1ec2a2b8a3_Community.avif\" loading=\"lazy\" alt=\"Illustration of a flock of white swans flying over stylized black and white clouds with a pixelated coral and white grid background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d7cdf2fd1ec2a2b8a3_Community-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d7cdf2fd1ec2a2b8a3_Community-p-8..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8f99a1440aa062825_Knowledge%20Center.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8f99a1440aa062825_Knowledge%20Center.avif\" loading=\"lazy\" alt=\"Abstract architectural illustration in black and white with yellow horizontal stripes in the background.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8f99a1440aa062825_Knowledge%20Center-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68adf3d8f99a1440aa062825_Knowledge%20Center-p-80..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682379b2f4f931987f0a8680_Closing_photo_1.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682379b2f4f931987f0a8680_Closing_photo_1.avif\" loading=\"lazy\" alt=\"Four diverse coworkers engaged in a meeting with one standing woman holding a folder, smiling colleagues seated around a table with a laptop and plants.\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682379b2f4f931987f0a8680_Closing_photo_1-p-500.avif 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682379..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68237a1cc16cd054325e6aef_closing_photo_overlay.avif",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68237a1cc16cd054325e6aef_closing_photo_overlay.avif\" loading=\"lazy\" alt=\"Greeting card with floral illustrations featuring blue and yellow flowers surrounding the text 'The End'.\" class=\"closing_photo_overlay\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68237c7bc16cd05432601de8_c75a9347ce7fed3ebbaaeb3d84c7504b_closing_circles.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/68237c7bc16cd05432601de8_c75a9347ce7fed3ebbaaeb3d84c7504b_closing_circles.svg\" loading=\"lazy\" alt class=\"closing_photo_circles\">"
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682df495036085a82bc6ae35_paper-texture.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682df495036085a82bc6ae35_paper-texture.webp\" loading=\"lazy\" alt=\"Light gray textured paper background resembling fibrous or recycled material.\" sizes=\"(max-width: 1440px) 100vw, 1440px\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682df495036085a82bc6ae35_paper-texture-p-500.webp 500w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682df495036085a82bc6ae35_paper-texture-p-800.webp 800w, h..."
},
{
"src": "https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682df4e3983d64a279638ad3_footer-texture.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682df4e3983d64a279638ad3_footer-texture.png\" loading=\"lazy\" alt=\"Dark grid pattern with thin, evenly spaced horizontal and vertical lines forming small squares.\" sizes=\"(max-width: 5760px) 100vw, 5760px\" srcset=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682df4e3983d64a279638ad3_footer-texture-p-800.png 800w, https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/682df4e3983d64a279638ad3_footer-texture..."
}
],
"possibleDialogs": [
"<div id=\"fs-modal-1-popup\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal_demo_heading\" fs-modal-element=\"modal\" class=\"modal_demo_wrap\"><div class=\"modal_demo_embed w-embed w-script\"><!-- [Finsweet Attributes] A11Y --> <script>(()=>{var t=\"https://cdn.jsdelivr.net/npm/@finsweet/attributes-a11y@1/a11y.js\",e=document.querySelector(`script[src=\"${t}\"]`);e||(e=document.createElement(\"script\"),e.async=!0,e.src=t,document.head.append(e));})();</script></div><div fs-modal-element=\"close\" ar...",
"<div class=\"modal_demo_embed w-embed w-script\"><!-- [Finsweet Attributes] A11Y --> <script>(()=>{var t=\"https://cdn.jsdelivr.net/npm/@finsweet/attributes-a11y@1/a11y.js\",e=document.querySelector(`script[src=\"${t}\"]`);e||(e=document.createElement(\"script\"),e.async=!0,e.src=t,document.head.append(e));})();</script></div>",
"<div fs-modal-element=\"close\" aria-hidden=\"true\" data-w-id=\"0ea81d6c-1daf-266d-1440-b32c1cf06acd\" class=\"modal_demo_cover\"></div>",
"<div class=\"modal_demo_window\"><div class=\"modal_demo_content\"><div><div id=\"fs-modal-1-heading\" class=\"modal_demo_heading u-text-style-h2\">Get a full demo of Jasper</div></div><div class=\"demo_wrap u-position-relative u-zindex-3\"><div id=\"demo-form\" class=\"demo_embed w-embed w-script\"><!-- NeverBounce --> <script> let isDemoNBValid = false; _NBSettings = { apiKey: 'public_0f818b43aef07f7e863c18a323320758', displayPoweredBy: false, blockFreemail: true, autoFieldHookup: false, throttleRejectMe...",
"<div class=\"modal_demo_content\"><div><div id=\"fs-modal-1-heading\" class=\"modal_demo_heading u-text-style-h2\">Get a full demo of Jasper</div></div><div class=\"demo_wrap u-position-relative u-zindex-3\"><div id=\"demo-form\" class=\"demo_embed w-embed w-script\"><!-- NeverBounce --> <script> let isDemoNBValid = false; _NBSettings = { apiKey: 'public_0f818b43aef07f7e863c18a323320758', displayPoweredBy: false, blockFreemail: true, autoFieldHookup: false, throttleRejectMessage: \"Too many attempts, try...",
"<div id=\"fs-modal-1-heading\" class=\"modal_demo_heading u-text-style-h2\">Get a full demo of Jasper</div>",
"<div aria-roledescription=\"close-modal-trigger\" class=\"modal_demo_close\" aria-label=\"Close modal\" data-w-id=\"0ea81d6c-1daf-266d-1440-b32c1cf06ad3\" role=\"button\" aria-controls=\"modal_demo_wrap\" fs-modal-element=\"close\" aria-expanded=\"false\" tabindex=\"0\"><div class=\"modal_demo_icon w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" viewBox=\"0 0 24 24\"> <path fill=\"CurrentColor\" d=\"M14.5,12l9-9c0.7-0.7,0.7-1.8,0-2.5c-0.7-0.7-1.8-0.7-2.5,0l-9,9l-9-9c-0.7-0.7-1.8-0.7-2.5,0 c-0.7,0...",
"<div class=\"modal_demo_icon w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" viewBox=\"0 0 24 24\"> <path fill=\"CurrentColor\" d=\"M14.5,12l9-9c0.7-0.7,0.7-1.8,0-2.5c-0.7-0.7-1.8-0.7-2.5,0l-9,9l-9-9c-0.7-0.7-1.8-0.7-2.5,0 c-0.7,0.7-0.7,1.8,0,2.5l9,9l-9,9c-0.7,0.7-0.7,1.8,0,2.5c0.7,0.7,1.8,0.7,2.5,0l9-9l9,9c0.7,0.7,1.8,0.7,2.5,0 c0.7-0.7,0.7-1.8,0-2.5L14.5,12z\"/> </svg></div>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
6 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": 7,
"citablePassages": 1,
"failingCandidateParagraphs": [
{
"index": 11,
"heading": "H2: The execution platform for intelligent marketing",
"text": "Jasper is the agent workspace built for modern marketing teams. With 100+ specialized AI agents and connected content pipelines—structured, end-to-end workflows that turn plans into live marketing—Jasper transforms strategy into execution, reducing operational complexity, strengthening brand control, and driving measurable growth across every channel and market.",
"words": 48,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (48 words; target 80-220)."
],
"html": "<p>Jasper is the agent workspace built for modern marketing teams. With 100+ specialized AI agents and connected content pipelines—structured, end-to-end workflows that turn plans into live marketing—Jasper transforms strategy into execution, reducing operational complexity, strengthening brand control, and driving measurable growth across every channel and market.</p>"
},
{
"index": 96,
"heading": "H3: How is Jasper different from ChatGPT, Claude, or Gemini?",
"text": "ChatGPT, Claude, and Gemini are general-purpose AI models with no built-in knowledge of your brand. Jasper is built specifically for marketing. Jasper IQ embeds your brand voice, style guides, audience profiles, and product knowledge into every output, across your entire team, automatically. Jasper also includes marketing-specific agents, team-scale content pipelines, and enterprise governance controls. And throug...",
"words": 72,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (72 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>ChatGPT, Claude, and Gemini are general-purpose AI models with no built-in knowledge of your brand. Jasper is built specifically for marketing. <a href=\"/jasper-iq\">Jasper IQ</a> embeds your <a href=\"/brand-voice\">brand voice</a>, <a href=\"/style-guide\">style guides</a>, audience profiles, and product knowledge into every output, across your entire team, automatically. Jasper also includes marketing-specific <a href=\"/agents\">agents</a>, team-scale <a href=\"/content-pipelines\">content pipe..."
},
{
"index": 97,
"heading": "H3: Can Jasper keep brand voice consistent?",
"text": "Yes, and it does it automatically through Jasper IQ. Jasper IQ stores your brand voice, style guides, audience profiles, and product knowledge, then applies that context to every output across your entire team. Admins set the rules once; every generation follows them. You can maintain multiple brand voices for different audiences, sub-brands, or regions, and extend visual guidelines to image outputs as well.",
"words": 63,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (63 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Yes, and it does it automatically through <a href=\"/jasper-iq\">Jasper IQ</a>. Jasper IQ stores your <a href=\"/brand-voice\">brand voice</a>, <a href=\"/style-guide\">style guides</a>, audience profiles, and product knowledge, then applies that context to every output across your entire team. Admins set the rules once; every generation follows them. You can maintain multiple brand voices for different audiences, sub-brands, or regions, and extend <a href=\"/visual-guidelines\">visual guidelines<..."
},
{
"index": 98,
"heading": "H3: Does Jasper have agents built for specific marketing tasks?",
"text": "Yes. Jasper includes a library of purpose-built agents, each designed for a specific marketing job: SEO and GEO content, campaign execution, email, social media, personalization, research, and more. These agents apply your brand context automatically and execute end-to-end workflows — not just one-off responses. Teams can also build custom agents using AI Studio and deploy them across their workspace.",
"words": 58,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220)."
],
"html": "<p>Yes. Jasper includes a library of purpose-built <a href=\"/agents\">agents</a>, each designed for a specific marketing job: SEO and GEO content, campaign execution, email, social media, personalization, research, and more. These agents apply your brand context automatically and execute end-to-end workflows — not just one-off responses. Teams can also build custom agents using <a href=\"/studio\">AI Studio</a> and deploy them across their workspace.</p>"
},
{
"index": 99,
"heading": "H3: Is Jasper a chatbot?",
"text": "No. Jasper has a chat interface, but it is not a chatbot. Chatbots respond to questions with a general-purpose model that has no knowledge of your brand. Jasper is AI infrastructure built for marketing teams, with agents that execute specific marketing jobs, pipelines for producing content at scale, and Jasper IQ embedding your brand context into every generation automatically. The chat interface is one entry poin...",
"words": 73,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (73 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>No. Jasper has a chat interface, but it is not a chatbot. Chatbots respond to questions with a general-purpose model that has no knowledge of your brand. Jasper is AI infrastructure built for marketing teams, with <a href=\"/agents\">agents</a> that execute specific marketing jobs, <a href=\"/content-pipelines\">pipelines</a> for producing content at scale, and <a href=\"/jasper-iq\">Jasper IQ</a> embedding your brand context into every generation automatically. The chat interface is one entry p..."
},
{
"index": 101,
"heading": "H3: Is Jasper an AI content platform?",
"text": "Jasper is an AI platform purpose-built for marketing success: it handles far more than content generation. At its core is Jasper IQ, an intelligence layer that embeds your brand voice, audience profiles, style guides, and product knowledge into every output automatically. Marketing teams use Jasper to run campaigns, execute multi-channel workflows, and scale content pipelines with brand consistency built in from t...",
"words": 63,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (63 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Jasper is an AI platform purpose-built for marketing success: it handles far more than content generation. At its core is <a href=\"/jasper-iq\">Jasper IQ</a>, an intelligence layer that embeds your <a href=\"/brand-voice\">brand voice</a>, audience profiles, <a href=\"/style-guide\">style guides</a>, and product knowledge into every output automatically. Marketing teams use Jasper to run campaigns, execute multi-channel workflows, and scale <a href=\"/content-pipelines\">content pipelines</a> wit..."
}
],
"citableParagraphs": [
{
"index": 100,
"heading": "H3: Is Jasper multimodal?",
"text": "Yes. Jasper generates both text and images, and scales both across marketing workflows. On the text side, Jasper handles the full range of marketing content: articles, emails, ads, social posts, and more. On the image side, Jasper's Image Pipelines produce on-brand product imagery at enterprise scale, up to 10x faster and at up to 50% lower cost than traditional production. Jasper's Image APIs also support backgro...",
"words": 90,
"hasEvidence": true,
"reasons": [],
"html": "<p>Yes. Jasper generates both text and images, and scales both across marketing workflows. On the text side, Jasper handles the full range of marketing content: articles, emails, ads, social posts, and more. On the image side, Jasper's <a href=\"/image/pipelines\">Image Pipelines</a> produce on-brand product imagery at enterprise scale, up to 10x faster and at up to 50% lower cost than traditional production. Jasper's <a href=\"/image/api\">Image APIs</a> also support background removal..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
23 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": 30,
"passing": 7,
"failing": [
{
"heading": "World-class marketing teams trust Jasper",
"headingHtml": "<h2>World-class marketing teams trust Jasper</h2>",
"firstParagraph": "The Jasper Platform",
"paragraphHtml": "<p>The Jasper Platform</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Agents",
"headingHtml": "<h3>Agents</h3>",
"firstParagraph": "Purpose-built AI agents that execute real marketing work.",
"paragraphHtml": "<p>Purpose-built AI agents that execute real marketing work.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Content Pipelines",
"headingHtml": "<h3>Content Pipelines</h3>",
"firstParagraph": "Repeatable workflows that move work from idea to launch.",
"paragraphHtml": "<p>Repeatable workflows that move work from idea to launch.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Jasper IQ",
"headingHtml": "<h3>Jasper IQ</h3>",
"firstParagraph": "Maintain quality & authenticity with a rich context hub.",
"paragraphHtml": "<p>Maintain quality & authenticity with a rich context hub.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Why modern marketing teams choose Jasper",
"headingHtml": "<h2>Why modern marketing teams choose Jasper</h2>",
"firstParagraph": "Give your team the tools to move faster, stay on brand, and scale content across every channel and market.",
"paragraphHtml": "<p>Give your team the tools to move faster, stay on brand, and scale content across every channel and market.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Automate every step of the content lifecycle",
"headingHtml": "<h3>Automate every step of the content lifecycle</h3>",
"firstParagraph": "With Content Pipelines, Jasper connects your data, strategy, and creative process into an automated system that delivers on-brand assets — from idea to publication — without the busywork.",
"paragraphHtml": "<p>With Content Pipelines, Jasper connects your data, strategy, and creative process into an automated system that delivers on-brand assets — from idea to publication — without the busywork.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Keep your brand voice consistent, everywhere",
"headingHtml": "<h3>Keep your brand voice consistent, everywhere</h3>",
"firstParagraph": "Jasper’s IQ layer brings your brand guidelines, tone, and messaging into every asset, ensuring authenticity and alignment — no matter who’s creating.",
"paragraphHtml": "<p>Jasper’s IQ layer brings your brand guidelines, tone, and messaging into every asset, ensuring authenticity and alignment — no matter who’s creating.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Empower every marketer with automation",
"headingHtml": "<h3>Empower every marketer with automation</h3>",
"firstParagraph": "With intuitive tools like Studio and Grid, anyone can design and run automations that scale content creation. No technical setup. No prompt engineering. Just faster marketing that works.",
"paragraphHtml": "<p>With intuitive tools like Studio and Grid, anyone can design and run automations that scale content creation. No technical setup. No prompt engineering. Just faster marketing that works.</p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "Built for scale, backed by experts",
"headingHtml": "<h3>Built for scale, backed by experts</h3>",
"firstParagraph": "Jasper’s Customer Success team and community of Content Engineers help you design smarter workflows, optimize your pipelines, and scale transformation across your org. You’re not just adopting AI — you’re building a better way to work.",
"paragraphHtml": "<p>Jasper’s Customer Success team and community of Content Engineers help you design smarter workflows, optimize your pipelines, and scale transformation across your org. You’re not just adopting AI — you’re building a better way to work.</p>",
"words": 38,
"direct": false,
"issue": "First paragraph is 38 words and does not look like a concise direct answer."
},
{
"heading": "Solutions for every marketer",
"headingHtml": "<h2>Solutions for every marketer</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Proven strategies, real results",
"headingHtml": "<h2>Proven strategies, real results</h2>",
"firstParagraph": "10,000+",
"paragraphHtml": "<p>10,000+</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise-grade security, quality outputs",
"headingHtml": "<h2>Enterprise-grade security, quality outputs</h2>",
"firstParagraph": "Enterprise-grade security and an LLM-agnostic architecture prioritize your data protection & privacy while providing superior quality marketing outputs.",
"paragraphHtml": "<p>Enterprise-grade security and an LLM-agnostic architecture prioritize your data protection & privacy while providing superior quality marketing outputs.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Your AI success starts here",
"headingHtml": "<h2>Your AI success starts here</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Jasper Blog",
"headingHtml": "<h3>The Jasper Blog</h3>",
"firstParagraph": "Stories, insights, and best practices for AI powered marketing.",
"paragraphHtml": "<p>Stories, insights, and best practices for AI powered marketing.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Watch Jasper Foundations",
"headingHtml": "<h3>Watch Jasper Foundations</h3>",
"firstParagraph": "The foundational knowledge and skills to leverage Jasper for any type of marketing project.",
"paragraphHtml": "<p>The foundational knowledge and skills to leverage Jasper for any type of marketing project.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Customer Stories",
"headingHtml": "<h3>Customer Stories</h3>",
"firstParagraph": "How businesses like yours are leveraging Jasper to drive growth and success.",
"paragraphHtml": "<p>How businesses like yours are leveraging Jasper to drive growth and success.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Get Support",
"headingHtml": "<h3>Get Support</h3>",
"firstParagraph": "Get in touch about your account, partnerships, press, careers, and more.",
"paragraphHtml": "<p>Get in touch about your account, partnerships, press, careers, and more.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Connect with community",
"headingHtml": "<h3>Connect with community</h3>",
"firstParagraph": "Self-paced guides, courses, events, and resources, plus channels to connect with fellow marketers.",
"paragraphHtml": "<p>Self-paced guides, courses, events, and resources, plus channels to connect with fellow marketers.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Search Knowledge Center",
"headingHtml": "<h3>Search Knowledge Center</h3>",
"firstParagraph": "Learn how to use generative AI for your specific marketing role and use case.",
"paragraphHtml": "<p>Learn how to use generative AI for your specific marketing role and use case.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Put AI agents to work, on your terms",
"headingHtml": "<h2>Put AI agents
to work, on your terms</h2>",
"firstParagraph": "Explore how Jasper agents help teams turn strategy into execution across every channel, market, and audience.",
"paragraphHtml": "<p>Explore how Jasper agents help teams turn strategy into execution across every channel, market, and audience.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Frequently asked questions about Jasper",
"headingHtml": "<h2>Frequently asked questions about Jasper</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Can Jasper keep brand voice consistent?",
"headingHtml": "<h3 id=\"w-node-d0ff9f19-1e63-0dd7-3a93-d0787a9b3c00-7a9b3bf7\" class=\"accordion_1_toggle_heading\"><button aria-expanded=\"false\" class=\"accordion_1_toggle_button\" id=\"accordion_1_button_0_1\" aria-controls=\"accordion_1_content_0_1\"><span class=\"accordion_1_toggle_text u-text-style-h3\">Can Jasper keep brand voice consistent?</span><span class=\"accordion_1_toggle_icon\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px);\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=...",
"firstParagraph": "Yes, and it does it automatically through Jasper IQ. Jasper IQ stores your brand voice, style guides, audience profiles, and product knowledge, then applies that context to every output across your entire team. Admins set the rules once; every generation follows them. You can maintain multiple brand voices for diffe...",
"paragraphHtml": "<p>Yes, and it does it automatically through <a href=\"/jasper-iq\">Jasper IQ</a>. Jasper IQ stores your <a href=\"/brand-voice\">brand voice</a>, <a href=\"/style-guide\">style guides</a>, audience profiles, and product knowledge, then applies that context to every output across your entire team. Admins set the rules once; every generation follows them. You can maintain multiple brand voices for different audiences, sub-brands, or regions, and extend <a href=\"/visual-guidelines\">visual guidelines<...",
"words": 63,
"direct": false,
"issue": "First paragraph is 63 words and does not look like a concise direct answer."
},
{
"heading": "Is Jasper multimodal?",
"headingHtml": "<h3 id=\"w-node-d0ff9f19-1e63-0dd7-3a93-d0787a9b3c00-7a9b3bf7\" class=\"accordion_1_toggle_heading\"><button aria-expanded=\"false\" class=\"accordion_1_toggle_button\" id=\"accordion_1_button_0_4\" aria-controls=\"accordion_1_content_0_4\"><span class=\"accordion_1_toggle_text u-text-style-h3\">Is Jasper multimodal?</span><span class=\"accordion_1_toggle_icon\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px);\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0...",
"firstParagraph": "Yes. Jasper generates both text and images, and scales both across marketing workflows. On the text side, Jasper handles the full range of marketing content: articles, emails, ads, social posts, and more. On the image side, Jasper's Image Pipelines produce on-brand product imagery at enterprise scale, up to 10x fast...",
"paragraphHtml": "<p>Yes. Jasper generates both text and images, and scales both across marketing workflows. On the text side, Jasper handles the full range of marketing content: articles, emails, ads, social posts, and more. On the image side, Jasper's <a href=\"/image/pipelines\">Image Pipelines</a> produce on-brand product imagery at enterprise scale, up to 10x faster and at up to 50% lower cost than traditional production. Jasper's <a href=\"/image/api\">Image APIs</a> also support background removal...",
"words": 90,
"direct": false,
"issue": "First paragraph is 90 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 12,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 85/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 85/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: put, work, jasper.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 85/100 and needs improvement.
Evidence
{
"title": "Put AI agents to work for marketing | Jasper",
"h1": "Put AI agents to work for marketing",
"description": "Orchestrate intelligent agents to run end-to-end marketing workflows delivering speed, control, and measurable impact.",
"topicOverlap": 0.4,
"definitionCount": 12,
"topicTerms": [
"put",
"agents",
"work",
"marketing",
"jasper"
],
"descriptionTerms": [
"orchestrate",
"intelligent",
"agents",
"run",
"end",
"marketing",
"workflows",
"delivering",
"speed",
"control",
"measurable",
"impact"
],
"missingFromDescription": [
"put",
"work",
"jasper"
],
"score": 85,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "World-class marketing teams trust Jasper",
"html": "<h2>World-class marketing teams trust Jasper</h2>"
},
{
"text": "The execution platform for intelligent marketing",
"html": "<h2>The execution platform for intelligent marketing</h2>"
},
{
"text": "Why modern marketing teams choose Jasper",
"html": "<h2>Why modern marketing teams choose Jasper</h2>"
},
{
"text": "Solutions for every marketer",
"html": "<h2>Solutions for every marketer</h2>"
},
{
"text": "Proven strategies, real results",
"html": "<h2>Proven strategies, real results</h2>"
},
{
"text": "Enterprise-grade security, quality outputs",
"html": "<h2>Enterprise-grade security, quality outputs</h2>"
},
{
"text": "Your AI success starts here",
"html": "<h2>Your AI success starts here</h2>"
},
{
"text": "Put AI agents to work, on your terms",
"html": "<h2>Put AI agents
to work, on your terms</h2>"
},
{
"text": "Frequently asked questions about Jasper",
"html": "<h2>Frequently asked questions about Jasper</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Put AI agents to work for marketing?",
"pattern": {}
},
{
"id": "how",
"label": "How does Put AI agents to work for marketing work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Put AI agents to work for marketing?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Put AI agents to work for marketing free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Put AI agents to work for marketing compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Put AI agents to work for marketing?",
"pattern": {}
},
{
"id": "how",
"label": "How does Put AI agents to work for marketing work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Put AI agents to work for marketing free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Put AI agents to work for marketing compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 337171
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 337171
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 337171
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "World-class marketing teams trust Jasper",
"html": "<h2>World-class marketing teams trust Jasper</h2>"
},
{
"text": "The execution platform for intelligent marketing",
"html": "<h2>The execution platform for intelligent marketing</h2>"
},
{
"text": "Why modern marketing teams choose Jasper",
"html": "<h2>Why modern marketing teams choose Jasper</h2>"
},
{
"text": "Solutions for every marketer",
"html": "<h2>Solutions for every marketer</h2>"
},
{
"text": "Proven strategies, real results",
"html": "<h2>Proven strategies, real results</h2>"
},
{
"text": "Enterprise-grade security, quality outputs",
"html": "<h2>Enterprise-grade security, quality outputs</h2>"
},
{
"text": "Your AI success starts here",
"html": "<h2>Your AI success starts here</h2>"
},
{
"text": "Put AI agents to work, on your terms",
"html": "<h2>Put AI agents
to work, on your terms</h2>"
},
{
"text": "Frequently asked questions about Jasper",
"html": "<h2>Frequently asked questions about Jasper</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Put AI agents to work for marketing?",
"pattern": {}
},
{
"id": "how",
"label": "How does Put AI agents to work for marketing work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Put AI agents to work for marketing?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Put AI agents to work for marketing free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Put AI agents to work for marketing compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Put AI agents to work for marketing?",
"pattern": {}
},
{
"id": "how",
"label": "How does Put AI agents to work for marketing work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Put AI agents to work for marketing free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Put AI agents to work for marketing 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.
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.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 337171,
"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.",
"compatibleContentType": false,
"contentLength": 300749,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": true,
"links": [
"https://webflow.com",
"https://cdn.prod.website-files.com\"",
"/title",
"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGraph%20-%20Main.png\"",
"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/css/jasper-new.webflow.shared.0fb81b0a5.min.css\"",
"/css",
"/W1KoaTdNeC2wYTha9uwlqfzuz8CsoCOjQsYtWUaALSRj",
"/javascript",
"/script",
"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/681e121b52f97ed0b2098aab_Favicon.png\""
],
"rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:56:15 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.jasper.ai\" data-wf-page=\"6807ee8e73c233fb82842385\" data-wf-site=\"6807ee8d73c233fb82842313\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>404 – Page Not Found | Jasper</title><meta content=\"The page you are looking for cannot be found.\" name=\"description\"/><meta content=\"404 – Page Not Found | Jasper\" property=\"og:title\"/><meta content=\"The page you are looking for cannot be found.\" property=\"og:description\"/><meta content=\"https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/6846454b92e867ed826ad74e__OpenGra"
}
},
"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.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88,
"text": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 88
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n <body>\n <p>Invalid .well-known request</p>\n </body>\n</html>"
},
"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.jasper.ai"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.jasper.ai/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.jasper.ai/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.jasper.ai/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
8 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "8 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
7.9 s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "7.9 s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 7899.630999999987
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 350 ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 350 ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
10 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
51/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40 ms",
"numericValue": 44.731305
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10 ms",
"numericValue": 11
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 94,
"displayValue": "1.0 s",
"numericValue": 1012.0002688246152
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 11,
"displayValue": "460 ms",
"numericValue": 459
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 89,
"displayValue": "0.9 s",
"numericValue": 947.2883409360765
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 10,
"displayValue": "4.0 s",
"numericValue": 4014.1048469329926
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 3,
"displayValue": "10.5 s",
"numericValue": 10485.954380512736
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 1,
"displayValue": "1,530 ms",
"numericValue": 1528.4999999999984
}
]
}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 |
|---|---|---|---|
| 64/100 | Level 3, Bot-Aware | Current report |