Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 36 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 71 out of 100
- SEO 77 out of 100
- Performance and Accessibility 69 out of 100
What AI sees of your website
Aviso AI | End-to-End AI Revenue Platform
Aviso AI is the #1 end-to-end AI revenue platform — agentic AI, forecasting, conversational intelligence, and unified RevOps in one platform.
Next step
Turn this report into a fix workflow
27 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 | 36 | Priority fix | 11 | 12 | 1 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 0 | View details |
| Content Readiness | 71 | Needs work | 9 | 1 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 71 | Needs work | 7 | 3 | 10 | View details |
| GEO Readiness | 84 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 60 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 68 | Needs work | 2 | 1 | 4 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 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 | 69 | Needs work | 20 | 4 | 0 | View details |
| Performance | 62 | Needs work | 15 | 3 | 0 | View details |
| Accessibility | 81 | Mostly ready | 5 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
47 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "Not found\n"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of 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": "Not found\n"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Jun 9, 2026, 6:06 AM UTC -->\r\n<html lang=\"en\" data-redirect-timezone=\"1\">\r\n<head>\r\n\t<meta charset=\"utf-8\">\r\n\t\r\n\t\r\n\t<script>try{if(localStorage.getItem(\"__framer_force_showing_editorbar_since\")){const n=document.createElement(\"link\");n.rel = \"modulepreload\";n.href=\"https://framer.com/edit/beta/init.mjs\";document.head.appendChild(n)}}catch(e){}</script>\r\n\t<!-- Start of headStart -->\r\n <!-- Snippet: legacy-headStart -->\r\n<!-- Aviso Inbound Avatar -->\r\n<script type=\"module\" id=\"chatbot-script\" data-kb-id=\"aba92926-c099-40e6-b858-d6d187f9fd01\" crossorigin src=\"https://inbound.aviso.com/inbound.js\"></script>\r\n<link rel=\"stylesheet\" crossorigin href=\"https://inbound.aviso.com/inbound.css\">\r\n\r\n<!-- Google Tag Manager -->\r\n<"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "Not found\n"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Jun 9, 2026, 6:06 AM UTC -->\r\n<html lang=\"en\" data-redirect-timezone=\"1\">\r\n<head>\r\n\t<meta charset=\"utf-8\">\r\n\t\r\n\t\r\n\t<script>try{if(localStorage.getItem(\"__framer_force_showing_editorbar_since\")){const n=document.createElement(\"link\");n.rel = \"modulepreload\";n.href=\"https://framer.com/edit/beta/init.mjs\";document.head.appendChild(n)}}catch(e){}</script>\r\n\t<!-- Start of headStart -->\r\n <!-- Snippet: legacy-headStart -->\r\n<!-- Aviso Inbound Avatar -->\r\n<script type=\"module\" id=\"chatbot-script\" data-kb-id=\"aba92926-c099-40e6-b858-d6d187f9fd01\" crossorigin src=\"https://inbound.aviso.com/inbound.js\"></script>\r\n<link rel=\"stylesheet\" crossorigin href=\"https://inbound.aviso.com/inbound.css\">\r\n\r\n<!-- Google Tag Manager -->\r\n<"
},
{
"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": "Not found\n"
},
{
"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": "Not found\n"
},
{
"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": "Not found\n"
}
]
},
"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 <main> landmark; missing <nav> landmark; missing <footer> landmark; invalid h1 (found 12); skipped heading levels; 12 links missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": false,
"footer": false,
"meaningfulH1": false,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a data-framer-component-type=\"SVG\" as=\"a\" data-framer-name=\"Aviso_logo_digital\" href=\"./\" data-framer-page-link-current=\"true\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-1ca53k5 framer-njc7pi\" aria-hidden=\"true\" style=\"image-rendering:pixelated;flex-shrink:0;fill:black;color:black\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\"><use href=\"#svg-1850473279_3267\"/></svg></div></a>",
"<a data-framer-component-type=\"SVG\" as=\"a\" data-framer-name=\"Aviso_logo_digital\" href=\"./\" data-framer-page-link-current=\"true\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-1ca53k5 framer-njc7pi\" aria-hidden=\"true\" style=\"image-rendering:pixelated;flex-shrink:0;fill:black;color:black\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\"><use href=\"#svg-1850473279_3267\"/></svg></div></a>",
"<a data-framer-component-type=\"SVG\" as=\"a\" data-framer-name=\"Aviso_logo_digital\" href=\"./\" data-framer-page-link-current=\"true\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-1ca53k5 framer-njc7pi\" aria-hidden=\"true\" style=\"image-rendering:pixelated;flex-shrink:0;fill:black;color:black\"><div class=\"svgContainer\" style=\"width:100%;height:100%;aspect-ratio:inherit\"><svg style=\"width:100%;height:100%;\"><use href=\"#svg-1850473279_3267\"/></svg></div></a>",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-d4niw1 framer-5l770k\" data-framer-name=\"Twitter\" href=\"https://twitter.com/avisoinc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-m",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-txgtwd framer-5l770k\" data-framer-name=\"Youtube\" href=\"https://www.youtube.com/@avisoinc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"fra",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-d4niw1 framer-5l770k\" data-framer-name=\"Twitter\" href=\"https://twitter.com/avisoinc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-m",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-txgtwd framer-5l770k\" data-framer-name=\"Youtube\" href=\"https://www.youtube.com/@avisoinc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"fra",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-d4niw1 framer-5l770k\" data-framer-name=\"Twitter\" href=\"https://twitter.com/avisoinc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"framer-m",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows",
"<a class=\"framer-SXaSW framer-d4niw1 framer-v-txgtwd framer-5l770k\" data-framer-name=\"Youtube\" href=\"https://www.youtube.com/@avisoinc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shadows class=\"fra"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/mWntgNJsl2s/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">",
"<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/mWntgNJsl2s/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">",
"<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/9ERKlbgAcRU/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">",
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=663425967344541&ev=PageView&noscript=1\">",
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=2262960697479623&ev=PageView&noscript=1\">",
"<img src=\"https://inbound.aviso.com/play-icon.svg\" class=\"ixb-play-icon\">"
],
"skippedHeadingLevels": [
"h1: Build Tomorrow's",
"h1: Build Tomorrow's",
"h1: Build Tomorrow's",
"h1: AI Workforce",
"h1: Agentic Workflows",
"h1: Agent Stack",
"h1: AI Workforce",
"h1: Today with Aviso",
"h1: Today with Aviso",
"h1: Today with Aviso",
"h2: Get back up to 20 hours per rep weekly with Agentic AI",
"h2: Consolidate Your Tech Stack& Maximize ROI with One Agentic AI Platform",
"h2: Powered by",
"h4: “Great tool to extract insights, monitor progression of the deals, run analytics.”",
"h4: “Aviso provides a detailed view of my business along with fantastic customer support.”",
"h4: “Great onboarding experience, great AI enhanced forecasting analytics, great success team”",
"h4: “Great insights, easy to customize views, and stellar team”",
"h4: “Aviso is a great forecasting platform that makes my life in RevOps/ analytics much easier!.”",
"h4: “Navigating Success: Aviso’s Role in My Deal Management”",
"h4: “Aviso helps me have a more accurate forecasting and view of my work performance.”",
"h4: “A very helpful way to gauge and keep track of my deals.”",
"h4: “Aviso provides a detailed view of my business along with fantastic customer support.”",
"h4: “Great product! Helps management and AEs for deal progression.”",
"h2: People love using Aviso",
"h4: “Great tool to extract insights, monitor progression of the deals, run analytics.”",
"h4: “Aviso provides a detailed view of my business along with fantastic customer support.”",
"h4: “Great onboarding experience, great AI enhanced forecasting analytics, great success team”",
"h4: “Great insights, easy to customize views, and stellar team”",
"h4: “Aviso is a great forecasting platform that makes my life in RevOps/ analytics much easier!.”",
"h4: “Navigating Success: Aviso’s Role in My Deal Management”",
"h4: “Aviso helps me have a more accurate forecasting and view of my work performance.”",
"h4: “A very helpful way to gauge and keep track of my deals.”",
"h4: “Aviso provides a detailed view of my business along with fantastic customer support.”",
"h4: “Great product! Helps management and AEs for deal progression.”",
"h2: People love using Aviso",
"h4: “Great tool to extract insights, monitor progression of the deals, run analytics.”",
"h4: “Aviso provides a detailed view of my business along with fantastic customer support.”",
"h4: “Great onboarding experience, great AI enhanced forecasting analytics, great success team”",
"h4: “Great insights, easy to customize views, and stellar team”",
"h4: “Aviso is a great forecasting platform that makes my life in RevOps/ analytics much easier!.”",
"h4: “Navigating Success: Aviso’s Role in My Deal Management”",
"h4: “Aviso helps me have a more accurate forecasting and view of my work performance.”",
"h4: “A very helpful way to gauge and keep track of my deals.”",
"h4: “Aviso provides a detailed view of my business along with fantastic customer support.”",
"h4: “Great product! Helps management and AEs for deal progression.”",
"h2: People love using Aviso",
"h2: Aviso helped the fastest growing software companyscale from $100m to $1b",
"h2: Aviso helped the fastest growing software companyscale from $100m to $1b",
"h1: 40%",
"h1: 70%+",
"h2: Guidance For Every Revenue Activity",
"h3: Conversation Intelligence",
"h3: Relationship Intelligence",
"h3: Coaching & Enablement",
"h3: Marketing Intelligence",
"h3: Sales Engagement",
"h3: Revenue Forecasting",
"h3: Pipeline Inspection",
"h3: Deal Acceleration",
"h2: Guidance For Every Revenue Activity",
"h2: The Ultimate AI-Powered Revenue Command Center",
"h2: What industry leaders have to say about Aviso",
"h2: What industry leaders have to say about Aviso",
"h2: What industry leaders have to say about Aviso",
"h2: What industry leaders have to say about Aviso",
"h2: \"... a Requirement not everyone could fit\"",
"h2: Aviso Customers See Improvement Across Core Revenue KPIs",
"h2: Aviso Customers See Improvement Across Core Revenue KPIs",
"h2: Aviso Customers See Improvement Across Core Revenue KPIs",
"h2: Why Aviso is Different",
"h3: Trevor A. Rodrigues-Templar",
"h2: Build Tomorrow's GTM World Today",
"h2: Build Tomorrow's GTM World Today",
"h2: Build Tomorrow's GTM World Today"
]
},
"counts": {
"h1": 12,
"headings": 74,
"links": 154,
"inaccessibleLinks": 12,
"buttons": 7,
"inaccessibleButtons": 0,
"images": 141,
"imagesWithAlt": 135,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}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 06:07:02 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"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 UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of 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": 10
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://framerusercontent.com",
"rel": "preconnect"
},
{
"url": "https://framerusercontent.com",
"rel": "preconnect"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": []
}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.aviso.com",
"probes": [
{
"name": "_index._agents.www.aviso.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.aviso.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.aviso.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "aviso.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
10 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
No JSON-LD structured data was detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 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": "https://www.linkedin.com/company/aviso-inc",
"text": "",
"html": "<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shad..."
},
{
"href": "./about",
"text": "About Us",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./about\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextContainer\"..."
},
{
"href": "https://www.linkedin.com/company/aviso-inc",
"text": "",
"html": "<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shad..."
},
{
"href": "./about",
"text": "About Us",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./about\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextContainer\"..."
},
{
"href": "https://www.linkedin.com/company/aviso-inc",
"text": "",
"html": "<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shad..."
},
{
"href": "./about",
"text": "About Us",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./about\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextContainer\"..."
}
],
"contactLinks": [],
"privacyLinks": [
{
"href": "./terms-of-service",
"text": "Terms of Service",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./terms-of-service\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTex..."
},
{
"href": "./privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./privacy-policy\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextC..."
},
{
"href": "./terms-of-service",
"text": "Terms of Service",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./terms-of-service\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTex..."
},
{
"href": "./privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./privacy-policy\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextC..."
},
{
"href": "./terms-of-service",
"text": "Terms of Service",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./terms-of-service\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTex..."
},
{
"href": "./privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./privacy-policy\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextC..."
}
],
"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": "https://www.linkedin.com/company/aviso-inc",
"text": "",
"html": "<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shad..."
},
{
"href": "./about",
"text": "About Us",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./about\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextContainer\"..."
},
{
"href": "https://www.linkedin.com/company/aviso-inc",
"text": "",
"html": "<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shad..."
},
{
"href": "./about",
"text": "About Us",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./about\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextContainer\"..."
},
{
"href": "https://www.linkedin.com/company/aviso-inc",
"text": "",
"html": "<a class=\"framer-SXaSW framer-d4niw1 framer-v-1p9kufb framer-5l770k\" data-framer-name=\"LinkedIn\" href=\"https://www.linkedin.com/company/aviso-inc\" target=\"_blank\" rel=\"noopener\" style=\"background-color:rgb(248, 248, 248);height:100%;width:100%;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top-left-radius:500px;border-top-right-radius:500px\"><div data-framer-component-type=\"SVG\" data-framer-name=\"graphic\" parentsize=\"0\" _constraints=\"[object Object]\" rotation=\"0\" shad..."
},
{
"href": "./about",
"text": "About Us",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./about\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextContainer\"..."
}
],
"contactLinks": [],
"privacyLinks": [
{
"href": "./terms-of-service",
"text": "Terms of Service",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./terms-of-service\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTex..."
},
{
"href": "./privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./privacy-policy\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextC..."
},
{
"href": "./terms-of-service",
"text": "Terms of Service",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./terms-of-service\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTex..."
},
{
"href": "./privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./privacy-policy\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextC..."
},
{
"href": "./terms-of-service",
"text": "Terms of Service",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./terms-of-service\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTex..."
},
{
"href": "./privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"framer-6WiBU framer-19aawo7 framer-v-1npj3ca framer-9q2m4w\" data-framer-name=\"No Icon\" href=\"./privacy-policy\" style=\"--border-bottom-width:0px;--border-color:rgba(0, 0, 0, 0);--border-left-width:0px;--border-right-width:0px;--border-style:solid;--border-top-width:0px;background-color:rgb(255, 255, 255);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px\"><div class=\"framer-1kk7dx1\" data-framer-component-type=\"RichTextC..."
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 75/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 75/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: table with <thead> only if the page already has tabular/comparative data, optional visible FAQ or FAQPage schema, JSON-LD structured data.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
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: Extraction-friendly structure scored 75/100 and needs improvement.
Evidence
{
"hasSummary": true,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 1,
"hasFaq": false,
"definitionPatterns": 31,
"schemaBlocks": 0,
"missingSignals": [
"table with <thead> only if the page already has tabular/comparative data",
"optional visible FAQ or FAQPage schema",
"JSON-LD structured data"
],
"score": 75,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
27 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": 32,
"passing": 5,
"failing": [
{
"heading": "Get back up to 20 hours per rep weekly with Agentic AI",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Get back up to 20 hours per rep weekly with <span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">Agentic AI</span></h2>",
"firstParagraph": "Real-Time AI Avatars",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-7yqhai\" data-styles-preset=\"BqZtfyvKK\" style=\"--framer-text-color:var(--token-468b8ca6-a88d-40b6-b403-1d9253aa5dff, rgb(21, 26, 71))\">Real-Time AI Avatars</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Consolidate Your Tech Stack& Maximize ROI with One Agentic AI Platform",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Consolidate Your Tech Stack<br class=\"framer-text\">& Maximize ROI with <br class=\"framer-text\">One Agentic AI Platform</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Powered by",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Powered by</h2>",
"firstParagraph": "Time-Series Database",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-7yqhai\" data-styles-preset=\"BqZtfyvKK\" style=\"--framer-text-alignment:center\">Time-Series Database</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "People love using Aviso",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "People love using Aviso",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "People love using Aviso",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Aviso helped the fastest growing software companyscale from $100m to $1b",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left;--framer-text-color:var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255))\">Aviso helped the fastest growing software company<br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">scale from <br class=\"framer-text\">$100m to $1b</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Aviso helped the fastest growing software companyscale from $100m to $1b",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255))\">Aviso helped the fastest growing software company<br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">scale from <br class=\"framer-text\">$100m to $1b</span></h2>",
"firstParagraph": "Increase in average win rate sellers book in for their pipeline",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Increase in average win rate sellers book in for their pipeline</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Guidance For Every Revenue Activity",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left\">Guidance For Every Revenue Activity</h2>",
"firstParagraph": "Conversation Intelligence",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtMzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:18px;--framer-font-weight:300;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, rgb(119, 119, 119))\">Conversation Intelligence</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Conversation Intelligence",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Conversation Intelligence</h3>",
"firstParagraph": "Uncover what reps do on call, how buyers respond and how each interaction impacts deal win probability",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Uncover what reps do on call, how buyers respond and how each interaction impacts deal win probability</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Relationship Intelligence",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Relationship Intelligence</h3>",
"firstParagraph": "Go beyond activities. Engage the right buyers in every account, kill single-threading and win more deals faster",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Go beyond activities. Engage the right buyers in every account, kill single-threading and win more deals faster</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Coaching & Enablement",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Coaching & Enablement</h3>",
"firstParagraph": "Connect enablement efforts to revenue outcomes for every rep and every deal",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Connect enablement efforts to revenue outcomes for every rep and every deal</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Marketing Intelligence",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Marketing Intelligence</h3>",
"firstParagraph": "Match highest-quality leads to the ideal SDR and nurture with targeted programs",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Match highest-quality leads to the ideal SDR and nurture with targeted programs</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Sales Engagement",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Sales Engagement</h3>",
"firstParagraph": "Move away from mismatched prospects, spammy outreach, and a prospecting-only mindset.",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Move away from mismatched prospects, spammy outreach, and a prospecting-only mindset.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Revenue Forecasting",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Revenue Forecasting</h3>",
"firstParagraph": "Commit with clarity. Get the flexibility to execute advanced forecasting models at your preferred cadence",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Commit with clarity. Get the flexibility to execute advanced forecasting models at your preferred cadence</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Pipeline Inspection",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Pipeline Inspection</h3>",
"firstParagraph": "Inspect early-stage and mature pipe. Know gaps and red flags. Plan ahead for future quarters",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Inspect early-stage and mature pipe. Know gaps and red flags. Plan ahead for future quarters</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Deal Acceleration",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Deal Acceleration</h3>",
"firstParagraph": "Guide reps to take the right next step for deal progression, CRM hygiene and forecasting accuracy",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Guide reps to take the right next step for deal progression, CRM hygiene and forecasting accuracy</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Guidance For Every Revenue Activity",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Guidance For Every Revenue Activity</h2>",
"firstParagraph": "Aviso Mobile App",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-ywysm8\" data-styles-preset=\"Ey8uQouWv\">Aviso Mobile App</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "The Ultimate AI-Powered Revenue Command Center",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\">The Ultimate AI-Powered Revenue Command Center</h2>",
"firstParagraph": "Aviso’s AI-powered mobile app combines predictive forecasting, pipeline management, deal guidance, conversational intelligence, and other capabilities to help revenue teams close more revenue and lower CRM burden and cost.",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Aviso’s AI-powered mobile app combines predictive forecasting, pipeline management, deal guidance, conversational intelligence, and other capabilities to help revenue teams close more revenue and lower CRM burden and cost.</p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "\"... a Requirement not everyone could fit\"",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\">"... a Requirement not everyone could fit"</h2>",
"firstParagraph": "\"We needed a platform that we could use for forecasting the consumption business as well as the ACR, the annual committed revenue. That was a requirement that not everyone could fit\"",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">"We needed a platform that we could use for forecasting the consumption business as well as the ACR, the annual committed revenue. That was a requirement that not everyone could fit"</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Aviso Customers See Improvement Across Core Revenue KPIs",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>",
"firstParagraph": "36%",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:106.46px;--framer-font-weight:700;--framer-letter-spacing:-0.06em;--framer-line-height:0.75em;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\"><span class=\"framer-text\" style=\"--framer-font-size:177.43px\">36</span><span class=\"framer-text\" style=\"--framer-letter-spacing:0em\">%</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Aviso Customers See Improvement Across Core Revenue KPIs",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>",
"firstParagraph": "36%",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:90px;--framer-font-weight:700;--framer-letter-spacing:-0.06em;--framer-line-height:0.75em;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\"><span class=\"framer-text\" style=\"--framer-font-size:160px\">36</span><span class=\"framer-text\" style=\"--framer-letter-spacing:0em\">%</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Aviso Customers See Improvement Across Core Revenue KPIs",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>",
"firstParagraph": "$204.8k",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:SW50ZXItTGlnaHQ=;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:21px;--framer-font-weight:300;--framer-letter-spacing:-0.05em;--framer-text-color:var(--extracted-r6o4lv, rgb(135, 135, 204))\">$204.8k</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Trevor A. Rodrigues-Templar",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Trevor A. Rodrigues-Templar</h3>",
"firstParagraph": "Watch full video",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-weight:700;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\">Watch full video</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Build Tomorrow's GTM World Today",
"headingHtml": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:60px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101deg,...",
"firstParagraph": "Book a Demo",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-weight:700;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\">Book a Demo</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Build Tomorrow's GTM World Today",
"headingHtml": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:48px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1.1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101de...",
"firstParagraph": "Book a Demo",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:14px;--framer-font-weight:700;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\">Book a Demo</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Build Tomorrow's GTM World Today",
"headingHtml": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:42px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101deg,...",
"firstParagraph": "Book a Demo",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:14px;--framer-font-weight:700;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\">Book a Demo</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
36 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": 37,
"citablePassages": 1,
"failingCandidateParagraphs": [
{
"index": 89,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“Aviso’s platform elements really help from an investment perspective. If CFOs ask to reduce spend, I can reduce from 20 to 10 and get an integrated functionality. When you get a partner with that kind of roadmap and mindset, that value proposition always wins and that is what helps Aviso to bring more value to customers.”",
"words": 57,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“Aviso’s platform elements really help from an investment perspective. If CFOs ask to reduce spend, I can reduce from 20 to 10 and get an integrate..."
},
{
"index": 95,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"Finally someone figured out how to build a platform that serves two masters: Reps and Managers. At Honeywell, both get tremendous value from Aviso. They are one of the few companies in the space that understand that if you can just give meaningful insights back to a seller, the seller will put more high quality input into CRM.\"",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"Finally someone figured out how to build a platform that serves two masters: Reps and Managers. At Honeywell, both get tremendous value from Aviso. They ar..."
},
{
"index": 98,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“As a three-time Aviso Al customer over Clari and BoostUp, I strongly endorse their organization. Beyond their tech, which I do believe to be the best in the business, they are a wonderful business partner. One of the happiest days of 2024 was when I got to log back into Aviso.”",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“As a three-time Aviso Al customer over Clari and BoostUp, I strongly endorse their organization. Beyond their tech, which I do believe to be the best in..."
},
{
"index": 101,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“I live in Aviso; I am in it several times a day; i have not logged into SFDC in month so much so that Ring Central’s harvesting policy controls for unused license get triggered to reassign my SFDC license.”",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“I live in Aviso; I am in it several times a day; i have not logged into SFDC in month so much so that Ring Central’s harvesting policy controls fo..."
},
{
"index": 104,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“One of our slogans is GTM is not an attitude but precise science. At any given moment, in your day and night, you know exactly where you are, you know your status of pipeline development, you know who does what, those level of insights can be fully automated with an AI engine, this is what we saw in Aviso when we decided to adopt your technology ”",
"words": 66,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (66 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“One of our slogans is GTM is not an attitude but precise science. At any given moment, in your day and night, you know exactly where you are, you know yo..."
},
{
"index": 107,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“Aviso is the only platform that can help us deliver accurate revenue forecasts for both our ACV business and usage-based pricing models. Any questions I have about my deals or my account usage, I can just ask MIKI in Aviso and it provides me with insights instantly without having to scramble through multiple software tools – Ask Anything is a huge timesaver for me.”",
"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 class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“Aviso is the only platform that can help us deliver accurate revenue forecasts for both our ACV business and usage-based pricing models. Any questions I..."
},
{
"index": 113,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "I was sold on Aviso and Trevor's vision in my first demo. There is no other platform on the market with such rich functionality. The competition tends to be point solutions that add up to a higher TCO and require separate integrations, eating up the time of your IT team.",
"words": 50,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">I was sold on Aviso and Trevor's vision in my first demo. There is no other platform on the market with such rich functionality. The competition tends to be..."
},
{
"index": 116,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "I would like to give a shout out to the super team that selected and rolled out our new company forecasting tool - Aviso! It is a massive addition to our capability, provides outstanding visibility and indeed delivers me personally more than 2 hours per week time saving!",
"words": 47,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">I would like to give a shout out to the super team that selected and rolled out our new company forecasting tool - Aviso! It is a massive addition to our capabil..."
},
{
"index": 119,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"That was really good. Very informative. I mean, just all the tools and insights that Aviso provides to you for just efficiency, effectiveness, being on top of every deal at every moment. That was good. The AI piece was the coolest part, tying it all together, all the insights. I need MIKI. I need MIKI in my life.\"",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"That was really good. Very informative. I mean, just all the tools and insights that Aviso provides to you for just efficiency, effectiveness, being on top..."
},
{
"index": 125,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“Aviso’s platform elements really help from an investment perspective. If CFOs ask to reduce spend, I can reduce from 20 to 10 and get an integrated functionality. When you get a partner with that kind of roadmap and mindset, that value proposition always wins and that is what helps Aviso to bring more value to customers.”",
"words": 57,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“Aviso’s platform elements really help from an investment perspective. If CFOs ask to reduce spend, I can reduce from 20 to 10 and get an integrate..."
},
{
"index": 131,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"Finally someone figured out how to build a platform that serves two masters: Reps and Managers. At Honeywell, both get tremendous value from Aviso. They are one of the few companies in the space that understand that if you can just give meaningful insights back to a seller, the seller will put more high quality input into CRM.\"",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"Finally someone figured out how to build a platform that serves two masters: Reps and Managers. At Honeywell, both get tremendous value from Aviso. They ar..."
},
{
"index": 134,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“As a three-time Aviso Al customer over Clari and BoostUp, I strongly endorse their organization. Beyond their tech, which I do believe to be the best in the business, they are a wonderful business partner. One of the happiest days of 2024 was when I got to log back into Aviso.”",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“As a three-time Aviso Al customer over Clari and BoostUp, I strongly endorse their organization. Beyond their tech, which I do believe to be the best in..."
},
{
"index": 137,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“I live in Aviso; I am in it several times a day; i have not logged into SFDC in month so much so that Ring Central’s harvesting policy controls for unused license get triggered to reassign my SFDC license.”",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“I live in Aviso; I am in it several times a day; i have not logged into SFDC in month so much so that Ring Central’s harvesting policy controls fo..."
},
{
"index": 140,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“One of our slogans is GTM is not an attitude but precise science. At any given moment, in your day and night, you know exactly where you are, you know your status of pipeline development, you know who does what, those level of insights can be fully automated with an AI engine, this is what we saw in Aviso when we decided to adopt your technology ”",
"words": 66,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (66 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“One of our slogans is GTM is not an attitude but precise science. At any given moment, in your day and night, you know exactly where you are, you know yo..."
},
{
"index": 143,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“Aviso is the only platform that can help us deliver accurate revenue forecasts for both our ACV business and usage-based pricing models. Any questions I have about my deals or my account usage, I can just ask MIKI in Aviso and it provides me with insights instantly without having to scramble through multiple software tools – Ask Anything is a huge timesaver for me.”",
"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 class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“Aviso is the only platform that can help us deliver accurate revenue forecasts for both our ACV business and usage-based pricing models. Any questions I..."
},
{
"index": 149,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "I was sold on Aviso and Trevor's vision in my first demo. There is no other platform on the market with such rich functionality. The competition tends to be point solutions that add up to a higher TCO and require separate integrations, eating up the time of your IT team.",
"words": 50,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">I was sold on Aviso and Trevor's vision in my first demo. There is no other platform on the market with such rich functionality. The competition tends to be..."
},
{
"index": 152,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "I would like to give a shout out to the super team that selected and rolled out our new company forecasting tool - Aviso! It is a massive addition to our capability, provides outstanding visibility and indeed delivers me personally more than 2 hours per week time saving!",
"words": 47,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">I would like to give a shout out to the super team that selected and rolled out our new company forecasting tool - Aviso! It is a massive addition to our capabil..."
},
{
"index": 155,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"That was really good. Very informative. I mean, just all the tools and insights that Aviso provides to you for just efficiency, effectiveness, being on top of every deal at every moment. That was good. The AI piece was the coolest part, tying it all together, all the insights. I need MIKI. I need MIKI in my life.\"",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"That was really good. Very informative. I mean, just all the tools and insights that Aviso provides to you for just efficiency, effectiveness, being on top..."
},
{
"index": 161,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"Finally someone figured out how to build a platform that serves two masters: Reps and Managers. At Honeywell, both get tremendous value from Aviso. They are one of the few companies in the space that understand that if you can just give meaningful insights back to a seller, the seller will put more high quality input into CRM.\"",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"Finally someone figured out how to build a platform that serves two masters: Reps and Managers. At Honeywell, both get tremendous value from Aviso. They ar..."
},
{
"index": 167,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“Aviso’s platform elements really help from an investment perspective. If CFOs ask to reduce spend, I can reduce from 20 to 10 and get an integrated functionality. When you get a partner with that kind of roadmap and mindset, that value proposition always wins and that is what helps Aviso to bring more value to customers.”",
"words": 57,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“Aviso’s platform elements really help from an investment perspective. If CFOs ask to reduce spend, I can reduce from 20 to 10 and get an integrate..."
},
{
"index": 170,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“As a three-time Aviso Al customer over Clari and BoostUp, I strongly endorse their organization. Beyond their tech, which I do believe to be the best in the business, they are a wonderful business partner. One of the happiest days of 2024 was when I got to log back into Aviso.”",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“As a three-time Aviso Al customer over Clari and BoostUp, I strongly endorse their organization. Beyond their tech, which I do believe to be the best in..."
},
{
"index": 173,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“I live in Aviso; I am in it several times a day; i have not logged into SFDC in month so much so that Ring Central’s harvesting policy controls for unused license get triggered to reassign my SFDC license.”",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“I live in Aviso; I am in it several times a day; i have not logged into SFDC in month so much so that Ring Central’s harvesting policy controls fo..."
},
{
"index": 176,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“One of our slogans is GTM is not an attitude but precise science. At any given moment, in your day and night, you know exactly where you are, you know your status of pipeline development, you know who does what, those level of insights can be fully automated with an AI engine, this is what we saw in Aviso when we decided to adopt your technology.”",
"words": 66,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (66 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“One of our slogans is GTM is not an attitude but precise science. At any given moment, in your day and night, you know exactly where you are, you know yo..."
},
{
"index": 179,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“Aviso is the only platform that can help us deliver accurate revenue forecasts for both our ACV business and usage-based pricing models. Any questions I have about my deals or my account usage, I can just ask MIKI in Aviso and it provides me with insights instantly without having to scramble through multiple software tools – Ask Anything is a huge timesaver for me.”",
"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 class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“Aviso is the only platform that can help us deliver accurate revenue forecasts for both our ACV business and usage-based pricing models. Any questions I..."
},
{
"index": 185,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"I was sold on Aviso and Trevor's vision in my first demo. There is no other platform on the market with such rich functionality. The competition tends to be point solutions that add up to a higher TCO and require separate integrations, eating up the time of your IT team.\"",
"words": 50,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"I was sold on Aviso and Trevor's vision in my first demo. There is no other platform on the market with such rich functionality. The competition tends..."
},
{
"index": 188,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "I would like to give a shout out to the super team that selected and rolled out our new company forecasting tool - Aviso! It is a massive addition to our capability, provides outstanding visibility and indeed delivers me personally more than 2 hours per week time saving!",
"words": 47,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">I would like to give a shout out to the super team that selected and rolled out our new company forecasting tool - Aviso! It is a massive addition to our capabil..."
},
{
"index": 191,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"That was really good. Very informative. I mean, just all the tools and insights that Aviso provides to you for just efficiency, effectiveness, being on top of every deal at every moment. That was good. The AI piece was the coolest part, tying it all together, all the insights. I need MIKI. I need MIKI in my life.\"",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-t1QMQUBBu-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"That was really good. Very informative. I mean, just all the tools and insights that Aviso provides to you for just efficiency, effectiveness, being on top..."
},
{
"index": 197,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"Finally someone figured out how to build a platform that serves two masters: Reps and Managers. At Honeywell, both get tremendous value from Aviso. They are one of the few companies in the space that understand that if you can just give meaningful insights back to a seller, the seller will put more high quality input into CRM.\"",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"Finally someone figured out how to build a platform that serves two masters: Reps and Managers. At Honeywell, both get tremendous value from Aviso. They ar..."
},
{
"index": 203,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“Aviso’s platform elements really help from an investment perspective. If CFOs ask to reduce spend, I can reduce from 20 to 10 and get an integrated functionality. When you get a partner with that kind of roadmap and mindset, that value proposition always wins and that is what helps Aviso to bring more value to customers.”",
"words": 57,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“Aviso’s platform elements really help from an investment perspective. If CFOs ask to reduce spend, I can reduce from 20 to 10 and get an integrate..."
},
{
"index": 206,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“As a three-time Aviso Al customer over Clari and BoostUp, I strongly endorse their organization. Beyond their tech, which I do believe to be the best in the business, they are a wonderful business partner. One of the happiest days of 2024 was when I got to log back into Aviso.”",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“As a three-time Aviso Al customer over Clari and BoostUp, I strongly endorse their organization. Beyond their tech, which I do believe to be the best in..."
},
{
"index": 209,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“I live in Aviso; I am in it several times a day; i have not logged into SFDC in month so much so that Ring Central’s harvesting policy controls for unused license get triggered to reassign my SFDC license.”",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“I live in Aviso; I am in it several times a day; i have not logged into SFDC in month so much so that Ring Central’s harvesting policy controls fo..."
},
{
"index": 212,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“One of our slogans is GTM is not an attitude but precise science. At any given moment, in your day and night, you know exactly where you are, you know your status of pipeline development, you know who does what, those level of insights can be fully automated with an AI engine, this is what we saw in Aviso when we decided to adopt your technology.”",
"words": 66,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (66 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“One of our slogans is GTM is not an attitude but precise science. At any given moment, in your day and night, you know exactly where you are, you know yo..."
},
{
"index": 215,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "“Aviso is the only platform that can help us deliver accurate revenue forecasts for both our ACV business and usage-based pricing models. Any questions I have about my deals or my account usage, I can just ask MIKI in Aviso and it provides me with insights instantly without having to scramble through multiple software tools – Ask Anything is a huge timesaver for me.”",
"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 class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">“Aviso is the only platform that can help us deliver accurate revenue forecasts for both our ACV business and usage-based pricing models. Any questions I..."
},
{
"index": 221,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"I was sold on Aviso and Trevor's vision in my first demo. There is no other platform on the market with such rich functionality. The competition tends to be point solutions that add up to a higher TCO and require separate integrations, eating up the time of your IT team.\"",
"words": 50,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (50 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"I was sold on Aviso and Trevor's vision in my first demo. There is no other platform on the market with such rich functionality. The competition tends..."
},
{
"index": 224,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "I would like to give a shout out to the super team that selected and rolled out our new company forecasting tool - Aviso! It is a massive addition to our capability, provides outstanding visibility and indeed delivers me personally more than 2 hours per week time saving!",
"words": 47,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220)."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">I would like to give a shout out to the super team that selected and rolled out our new company forecasting tool - Aviso! It is a massive addition to our capabil..."
},
{
"index": 227,
"heading": "H2: What industry leaders have to say about Aviso",
"text": "\"That was really good. Very informative. I mean, just all the tools and insights that Aviso provides to you for just efficiency, effectiveness, being on top of every deal at every moment. That was good. The AI piece was the coolest part, tying it all together, all the insights. I need MIKI. I need MIKI in my life.\"",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"framer-text\" style=\"--font-selector:R0Y7SW50ZXItMzAw;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:calc(var(--variable-reference-OpNUatusS-CdbHdSa6c) * 1px);--framer-font-weight:300;--framer-line-height:1.5em;--framer-text-color:var(--extracted-r6o4lv, rgb(32, 30, 41))\">"That was really good. Very informative. I mean, just all the tools and insights that Aviso provides to you for just efficiency, effectiveness, being on top..."
}
],
"citableParagraphs": [
{
"index": 312,
"heading": "H2: Why Aviso is Different",
"text": "\"I clocked 1400% quota in my first year of selling and I've run some of the most successful enterprise Sales teams ever at Salesforce, Oracle, and PeopleSoft. I harnessed my learnings of 25 years to build the ultimate revenue intelligence platform at Aviso, where my team's mission is to help every GTM team apply the power of AI guidance at every step of their revenue work. Sales teams need to demand more from thei...",
"words": 86,
"hasEvidence": true,
"reasons": [],
"html": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">"I clocked 1400% quota in my first year of selling and I've run some of the most successful enterprise Sales teams ever at Salesforce, Oracle, and PeopleSoft. I harnessed my learnings of 25 years to build the ultimate revenue intelligence platform at Aviso, where my team's mission is to help every GTM team apply the power of AI guidance at every step of their revenue work. Sales teams need to dem..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
27 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
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: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 23,
"questionH2s": [
{
"index": 12,
"text": "What industry leaders have to say about Aviso",
"isQuestion": true,
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"index": 13,
"text": "What industry leaders have to say about Aviso",
"isQuestion": true,
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"index": 14,
"text": "What industry leaders have to say about Aviso",
"isQuestion": true,
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"index": 15,
"text": "What industry leaders have to say about Aviso",
"isQuestion": true,
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"index": 20,
"text": "Why Aviso is Different",
"isQuestion": true,
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left\">Why Aviso is Different</h2>"
}
],
"hasFaq": false,
"score": 70,
"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
27 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": 32,
"passing": 5,
"failing": [
{
"heading": "Get back up to 20 hours per rep weekly with Agentic AI",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Get back up to 20 hours per rep weekly with <span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">Agentic AI</span></h2>",
"firstParagraph": "Real-Time AI Avatars",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-7yqhai\" data-styles-preset=\"BqZtfyvKK\" style=\"--framer-text-color:var(--token-468b8ca6-a88d-40b6-b403-1d9253aa5dff, rgb(21, 26, 71))\">Real-Time AI Avatars</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Consolidate Your Tech Stack& Maximize ROI with One Agentic AI Platform",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Consolidate Your Tech Stack<br class=\"framer-text\">& Maximize ROI with <br class=\"framer-text\">One Agentic AI Platform</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Powered by",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Powered by</h2>",
"firstParagraph": "Time-Series Database",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-7yqhai\" data-styles-preset=\"BqZtfyvKK\" style=\"--framer-text-alignment:center\">Time-Series Database</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "People love using Aviso",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "People love using Aviso",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "People love using Aviso",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Aviso helped the fastest growing software companyscale from $100m to $1b",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left;--framer-text-color:var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255))\">Aviso helped the fastest growing software company<br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">scale from <br class=\"framer-text\">$100m to $1b</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Aviso helped the fastest growing software companyscale from $100m to $1b",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255))\">Aviso helped the fastest growing software company<br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">scale from <br class=\"framer-text\">$100m to $1b</span></h2>",
"firstParagraph": "Increase in average win rate sellers book in for their pipeline",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Increase in average win rate sellers book in for their pipeline</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Guidance For Every Revenue Activity",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left\">Guidance For Every Revenue Activity</h2>",
"firstParagraph": "Conversation Intelligence",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtMzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:18px;--framer-font-weight:300;--framer-text-alignment:left;--framer-text-color:var(--extracted-r6o4lv, rgb(119, 119, 119))\">Conversation Intelligence</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Conversation Intelligence",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Conversation Intelligence</h3>",
"firstParagraph": "Uncover what reps do on call, how buyers respond and how each interaction impacts deal win probability",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Uncover what reps do on call, how buyers respond and how each interaction impacts deal win probability</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Relationship Intelligence",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Relationship Intelligence</h3>",
"firstParagraph": "Go beyond activities. Engage the right buyers in every account, kill single-threading and win more deals faster",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Go beyond activities. Engage the right buyers in every account, kill single-threading and win more deals faster</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Coaching & Enablement",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Coaching & Enablement</h3>",
"firstParagraph": "Connect enablement efforts to revenue outcomes for every rep and every deal",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Connect enablement efforts to revenue outcomes for every rep and every deal</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Marketing Intelligence",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Marketing Intelligence</h3>",
"firstParagraph": "Match highest-quality leads to the ideal SDR and nurture with targeted programs",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Match highest-quality leads to the ideal SDR and nurture with targeted programs</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Sales Engagement",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Sales Engagement</h3>",
"firstParagraph": "Move away from mismatched prospects, spammy outreach, and a prospecting-only mindset.",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Move away from mismatched prospects, spammy outreach, and a prospecting-only mindset.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Revenue Forecasting",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Revenue Forecasting</h3>",
"firstParagraph": "Commit with clarity. Get the flexibility to execute advanced forecasting models at your preferred cadence",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Commit with clarity. Get the flexibility to execute advanced forecasting models at your preferred cadence</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Pipeline Inspection",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Pipeline Inspection</h3>",
"firstParagraph": "Inspect early-stage and mature pipe. Know gaps and red flags. Plan ahead for future quarters",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Inspect early-stage and mature pipe. Know gaps and red flags. Plan ahead for future quarters</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Deal Acceleration",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Deal Acceleration</h3>",
"firstParagraph": "Guide reps to take the right next step for deal progression, CRM hygiene and forecasting accuracy",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Guide reps to take the right next step for deal progression, CRM hygiene and forecasting accuracy</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Guidance For Every Revenue Activity",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Guidance For Every Revenue Activity</h2>",
"firstParagraph": "Aviso Mobile App",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-ywysm8\" data-styles-preset=\"Ey8uQouWv\">Aviso Mobile App</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "The Ultimate AI-Powered Revenue Command Center",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\">The Ultimate AI-Powered Revenue Command Center</h2>",
"firstParagraph": "Aviso’s AI-powered mobile app combines predictive forecasting, pipeline management, deal guidance, conversational intelligence, and other capabilities to help revenue teams close more revenue and lower CRM burden and cost.",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">Aviso’s AI-powered mobile app combines predictive forecasting, pipeline management, deal guidance, conversational intelligence, and other capabilities to help revenue teams close more revenue and lower CRM burden and cost.</p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "\"... a Requirement not everyone could fit\"",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\">"... a Requirement not everyone could fit"</h2>",
"firstParagraph": "\"We needed a platform that we could use for forecasting the consumption business as well as the ACR, the annual committed revenue. That was a requirement that not everyone could fit\"",
"paragraphHtml": "<p class=\"framer-text framer-styles-preset-17mcyib\" data-styles-preset=\"aPK8xlHr3\">"We needed a platform that we could use for forecasting the consumption business as well as the ACR, the annual committed revenue. That was a requirement that not everyone could fit"</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Aviso Customers See Improvement Across Core Revenue KPIs",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>",
"firstParagraph": "36%",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:106.46px;--framer-font-weight:700;--framer-letter-spacing:-0.06em;--framer-line-height:0.75em;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\"><span class=\"framer-text\" style=\"--framer-font-size:177.43px\">36</span><span class=\"framer-text\" style=\"--framer-letter-spacing:0em\">%</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Aviso Customers See Improvement Across Core Revenue KPIs",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>",
"firstParagraph": "36%",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:90px;--framer-font-weight:700;--framer-letter-spacing:-0.06em;--framer-line-height:0.75em;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\"><span class=\"framer-text\" style=\"--framer-font-size:160px\">36</span><span class=\"framer-text\" style=\"--framer-letter-spacing:0em\">%</span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Aviso Customers See Improvement Across Core Revenue KPIs",
"headingHtml": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>",
"firstParagraph": "$204.8k",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:SW50ZXItTGlnaHQ=;--framer-font-family:"Inter", "Inter Placeholder", sans-serif;--framer-font-size:21px;--framer-font-weight:300;--framer-letter-spacing:-0.05em;--framer-text-color:var(--extracted-r6o4lv, rgb(135, 135, 204))\">$204.8k</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Trevor A. Rodrigues-Templar",
"headingHtml": "<h3 class=\"framer-text framer-styles-preset-9mpx22\" data-styles-preset=\"xU_WpCeZp\">Trevor A. Rodrigues-Templar</h3>",
"firstParagraph": "Watch full video",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-weight:700;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\">Watch full video</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Build Tomorrow's GTM World Today",
"headingHtml": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:60px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101deg,...",
"firstParagraph": "Book a Demo",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-weight:700;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\">Book a Demo</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Build Tomorrow's GTM World Today",
"headingHtml": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:48px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1.1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101de...",
"firstParagraph": "Book a Demo",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:14px;--framer-font-weight:700;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\">Book a Demo</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Build Tomorrow's GTM World Today",
"headingHtml": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:42px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101deg,...",
"firstParagraph": "Book a Demo",
"paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:14px;--framer-font-weight:700;--framer-text-color:var(--extracted-r6o4lv, rgb(255, 255, 255))\">Book a Demo</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: 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": "Get back up to 20 hours per rep weekly with Agentic AI",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Get back up to 20 hours per rep weekly with <span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">Agentic AI</span></h2>"
},
{
"text": "Consolidate Your Tech Stack& Maximize ROI with One Agentic AI Platform",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Consolidate Your Tech Stack<br class=\"framer-text\">& Maximize ROI with <br class=\"framer-text\">One Agentic AI Platform</h2>"
},
{
"text": "Powered by",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Powered by</h2>"
},
{
"text": "People love using Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>"
},
{
"text": "People love using Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>"
},
{
"text": "People love using Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>"
},
{
"text": "Aviso helped the fastest growing software companyscale from $100m to $1b",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left;--framer-text-color:var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255))\">Aviso helped the fastest growing software company<br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">scale from <br class=\"framer-text\">$100m to $1b</span></h2>"
},
{
"text": "Aviso helped the fastest growing software companyscale from $100m to $1b",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255))\">Aviso helped the fastest growing software company<br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">scale from <br class=\"framer-text\">$100m to $1b</span></h2>"
},
{
"text": "Guidance For Every Revenue Activity",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left\">Guidance For Every Revenue Activity</h2>"
},
{
"text": "Guidance For Every Revenue Activity",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Guidance For Every Revenue Activity</h2>"
},
{
"text": "The Ultimate AI-Powered Revenue Command Center",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\">The Ultimate AI-Powered Revenue Command Center</h2>"
},
{
"text": "What industry leaders have to say about Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"text": "What industry leaders have to say about Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"text": "What industry leaders have to say about Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"text": "What industry leaders have to say about Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"text": "\"... a Requirement not everyone could fit\"",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\">"... a Requirement not everyone could fit"</h2>"
},
{
"text": "Aviso Customers See Improvement Across Core Revenue KPIs",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>"
},
{
"text": "Aviso Customers See Improvement Across Core Revenue KPIs",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>"
},
{
"text": "Aviso Customers See Improvement Across Core Revenue KPIs",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>"
},
{
"text": "Why Aviso is Different",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left\">Why Aviso is Different</h2>"
},
{
"text": "Build Tomorrow's GTM World Today",
"html": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:60px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101deg,..."
},
{
"text": "Build Tomorrow's GTM World Today",
"html": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:48px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1.1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101de..."
},
{
"text": "Build Tomorrow's GTM World Today",
"html": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:42px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101deg,..."
}
],
"expected": [
{
"id": "what",
"label": "What is Aviso AI?",
"pattern": {}
},
{
"id": "how",
"label": "How does Aviso AI work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Aviso AI?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Aviso AI free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Aviso AI compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Aviso AI work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Aviso AI free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Aviso AI compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
4 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width",
"visibleWords": 4212,
"htmlBytes": 1137059,
"imagesMissingDimensions": [
{
"src": "https://i.ytimg.com/vi_webp/mWntgNJsl2s/maxresdefault.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/mWntgNJsl2s/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">"
},
{
"src": "https://i.ytimg.com/vi_webp/mWntgNJsl2s/maxresdefault.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/mWntgNJsl2s/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">"
},
{
"src": "https://i.ytimg.com/vi_webp/9ERKlbgAcRU/maxresdefault.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/9ERKlbgAcRU/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">"
},
{
"src": "https://inbound.aviso.com/play-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://inbound.aviso.com/play-icon.svg\" class=\"ixb-play-icon\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}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",
"length": 374883
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html",
"length": 374883
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html",
"length": 374883
}
]
},
"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: 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": "Get back up to 20 hours per rep weekly with Agentic AI",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Get back up to 20 hours per rep weekly with <span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">Agentic AI</span></h2>"
},
{
"text": "Consolidate Your Tech Stack& Maximize ROI with One Agentic AI Platform",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Consolidate Your Tech Stack<br class=\"framer-text\">& Maximize ROI with <br class=\"framer-text\">One Agentic AI Platform</h2>"
},
{
"text": "Powered by",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Powered by</h2>"
},
{
"text": "People love using Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>"
},
{
"text": "People love using Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>"
},
{
"text": "People love using Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">People love using Aviso</h2>"
},
{
"text": "Aviso helped the fastest growing software companyscale from $100m to $1b",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left;--framer-text-color:var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255))\">Aviso helped the fastest growing software company<br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">scale from <br class=\"framer-text\">$100m to $1b</span></h2>"
},
{
"text": "Aviso helped the fastest growing software companyscale from $100m to $1b",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255))\">Aviso helped the fastest growing software company<br class=\"framer-text\"><span style=\"--framer-text-color:var(--token-eefdec83-aa59-420a-b5d6-e47764f513c9, rgb(240, 78, 69))\" class=\"framer-text\">scale from <br class=\"framer-text\">$100m to $1b</span></h2>"
},
{
"text": "Guidance For Every Revenue Activity",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left\">Guidance For Every Revenue Activity</h2>"
},
{
"text": "Guidance For Every Revenue Activity",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">Guidance For Every Revenue Activity</h2>"
},
{
"text": "The Ultimate AI-Powered Revenue Command Center",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\">The Ultimate AI-Powered Revenue Command Center</h2>"
},
{
"text": "What industry leaders have to say about Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"text": "What industry leaders have to say about Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"text": "What industry leaders have to say about Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"text": "What industry leaders have to say about Aviso",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center\">What industry leaders have to say about Aviso</h2>"
},
{
"text": "\"... a Requirement not everyone could fit\"",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\">"... a Requirement not everyone could fit"</h2>"
},
{
"text": "Aviso Customers See Improvement Across Core Revenue KPIs",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>"
},
{
"text": "Aviso Customers See Improvement Across Core Revenue KPIs",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>"
},
{
"text": "Aviso Customers See Improvement Across Core Revenue KPIs",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:center;--framer-text-color:var(--extracted-1of0zx5, var(--token-3658c00c-db50-446a-b714-b9845ddad1ba, rgb(255, 255, 255)))\">Aviso Customers See Improvement Across Core Revenue KPIs</h2>"
},
{
"text": "Why Aviso is Different",
"html": "<h2 class=\"framer-text framer-styles-preset-1t9e73i\" data-styles-preset=\"mTO7UFQUn\" style=\"--framer-text-alignment:left\">Why Aviso is Different</h2>"
},
{
"text": "Build Tomorrow's GTM World Today",
"html": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:60px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101deg,..."
},
{
"text": "Build Tomorrow's GTM World Today",
"html": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:48px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1.1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101de..."
},
{
"text": "Build Tomorrow's GTM World Today",
"html": "<h2 class=\"framer-text\" style=\"--font-selector:R0Y7QWxiZXJ0IFNhbnMtNzAw;--framer-font-family:"Albert Sans", "Albert Sans Placeholder", sans-serif;--framer-font-size:42px;--framer-font-weight:700;--framer-letter-spacing:-0.04em;--framer-line-height:1em;--framer-text-alignment:left;--framer-text-color:var(--extracted-1of0zx5, rgb(255, 255, 255));--framer-text-transform:capitalize\"><span data-text-fill=\"true\" class=\"framer-text\" style=\"background-image:linear-gradient(101deg,..."
}
],
"expected": [
{
"id": "what",
"label": "What is Aviso AI?",
"pattern": {}
},
{
"id": "how",
"label": "How does Aviso AI work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Aviso AI?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Aviso AI free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Aviso AI compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Aviso AI work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Aviso AI free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Aviso AI 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" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential 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",
"length": 374883,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 365955,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"https://framer.com/edit/beta/init.mjs\";document.head.appendChild(n",
"/script",
"https://inbound.aviso.com/inbound.js\"></script>",
"https://inbound.aviso.com/inbound.css\">",
"https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f",
"/script",
"/title",
"https://framerusercontent.com/sites/7Kg0Ro2I0InEoTnLCrvZRZ/searchIndex-rmEyoa0b2Hip.json\">",
"https://framerusercontent.com/sites/7Kg0Ro2I0InEoTnLCrvZRZ/searchIndex-hpMY9najmtVZ.json\">",
"https://framerusercontent.com/images/yXhijumwrJ7UAEd6ttHgrIeKe4.svg\""
],
"rawExcerpt": "<!doctype html>\r\n<!-- Made in Framer · framer.com ✨ -->\r\n<!-- Published Jun 9, 2026, 6:06 AM UTC -->\r\n<html lang=\"en\" data-redirect-timezone=\"1\">\r\n<head>\r\n\t<meta charset=\"utf-8\">\r\n\t\r\n\t\r\n\t<script>try{if(localStorage.getItem(\"__framer_force_showing_editorbar_since\")){const n=document.createElement(\"link\");n.rel = \"modulepreload\";n.href=\"https://framer.com/edit/beta/init.mjs\";document.head.appendChild(n)}}catch(e){}</script>\r\n\t<!-- Start of headStart -->\r\n <!-- Snippet: legacy-headStart -->\r\n<!-- Aviso Inbound Avatar -->\r\n<script type=\"module\" id=\"chatbot-script\" data-kb-id=\"aba92926-c099-40e6-b858-d6d187f9fd01\" crossorigin src=\"https://inbound.aviso.com/inbound.js\"></script>\r\n<link rel=\"stylesheet\" crossorigin href=\"https://inbound.aviso.com/inbound.css\">\r\n\r\n<!-- Google Tag Manager -->\r\n<"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10,
"text": "Not found\n"
},
"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": 10,
"text": "Not found\n"
}
},
"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": 5,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"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": 10
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 10
}
]
},
"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": 5,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"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": "Not found\n"
},
"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.aviso.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.aviso.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.aviso.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.aviso.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 5,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
Check name
`[aria-hidden="true"]` elements contain focusable descendents
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus)."
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
33 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
33 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
5 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": "5 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 AccessibilityPerformanceBrowser audit
Network dependency tree
33 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
33 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 2,291 KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 2,291 KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
12 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
65/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": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 140 ms",
"numericValue": 135
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40 ms",
"numericValue": 44.535464999999995
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 37,
"displayValue": "5.2 s",
"numericValue": 5205.751506100352
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 79,
"displayValue": "1.1 s",
"numericValue": 1138.83190381934
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 26,
"displayValue": "530 ms",
"numericValue": 533.9999999999995
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 70,
"displayValue": "190 ms",
"numericValue": 190
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 33,
"displayValue": "2.8 s",
"numericValue": 2759.8938041495785
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 72,
"displayValue": "1.7 s",
"numericValue": 1736.0073560727528
}
]
}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 |
|---|---|---|---|
| 50/100 | Level 3, Bot-Aware | Current report |