Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 37 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 100 out of 100
- GEO, AIO and AEO 83 out of 100
- SEO 92 out of 100
- Performance and Accessibility 76 out of 100
What AI sees of your website
API Management Platform for B2B Enterprise | Boomi
Boomi API Management supports the full lifecycle of APIs in any environment. Configure APIs and expose real-time integrations effortlessly.
Next step
Turn this report into a fix workflow
24 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 37 | Priority fix | 6 | 16 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 46 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 83 | Mostly ready | 7 | 0 | 13 | |
| GEO Readiness | 88 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 83 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 78 | Mostly ready | 2 | 0 | 5 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 100 | Strong | 9 | 0 | 0 | |
| Security & Trust | 100 | Strong | 5 | 0 | 0 | |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 76 | Mostly ready | 17 | 5 | 2 | View details |
| Performance | 68 | Needs work | 10 | 5 | 2 | View details |
| Accessibility | 90 | Strong | 7 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
46 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": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
},
"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": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
}
]
},
"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 DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 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": [
"BreadcrumbList",
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 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": [
"BreadcrumbList",
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 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://boomi.com/wp-json/",
"rel": "https://api.w.org/",
"type": "application/json"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
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": 441790
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441552
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441240
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Cookie, Cookie".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, Cookie, Cookie"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Cookie, Cookie\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 29423,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441575
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 415040
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441365
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441155
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441365
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441575
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; 16 links missing accessible names; 6 buttons missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"/customer/australian-red-cross/\" class=\"mobile-menu__image-item\" style=\"background-color: #fef4f3\"> <div class=\"mobile-menu__image-wrapper\"> <img src=\"https://boomi.com/wp-content/uploads/Australian-Red-Cross-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\"> </div> </a>",
"<a href=\"/customer/smartsheet/\" class=\"mobile-menu__image-item\" style=\"background-color: #eaf3f9\"> <div class=\"mobile-menu__image-wrapper\"> <img src=\"https://boomi.com/wp-content/uploads/Smartsheet-Logo.svg\" alt loading=\"lazy\"> </div> </a>",
"<a href=\"/customer/origin-energy/\" class=\"mobile-menu__image-item\" style=\"background-color: #fcf0ea\"> <div class=\"mobile-menu__image-wrapper\"> <img src=\"https://boomi.com/wp-content/uploads/Origin-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\"> </div> </a>",
"<a href=\"/customer/american-cancer-society/\" class=\"mobile-menu__image-item\" style=\"background-color: #f4f6ff\"> <div class=\"mobile-menu__image-wrapper\"> <img src=\"https://boomi.com/wp-content/uploads/American-Cancer-Society-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\"> </div> </a>",
"<a href=\"/customer/american-student-assistance/\" class=\"mobile-menu__image-item\" style=\"background-color: #f4fff8\"> <div class=\"mobile-menu__image-wrapper\"> <img src=\"https://boomi.com/wp-content/uploads/American-Student-Assistance.svg\" alt loading=\"lazy\"> </div> </a>",
"<a href=\"/customer/artlist/\" class=\"mobile-menu__image-item\" style=\"background-color: #f2f2f2\"> <div class=\"mobile-menu__image-wrapper\"> <img src=\"https://boomi.com/wp-content/uploads/artlistlogo.png\" alt loading=\"lazy\"> </div> </a>",
"<a href=\"/customer/dropbox/\" class=\"mobile-menu__image-item\" style=\"background-color: #e8edf5\"> <div class=\"mobile-menu__image-wrapper\"> <img src=\"https://boomi.com/wp-content/uploads/Dropbox-Logo-Color.svg\" alt loading=\"lazy\"> </div> </a>",
"<a href=\"/customer/cornell-university/\" class=\"mobile-menu__image-item\" style=\"background-color: #fbf4f4\"> <div class=\"mobile-menu__image-wrapper\"> <img src=\"https://boomi.com/wp-content/uploads/Cornell-University-Logo.svg\" alt loading=\"lazy\"> </div> </a>",
"<a href=\"/customer/australian-red-cross/\" target class=\"menu-grid-item image-item\" style=\"background-color: #fef4f3\"> <div class=\"item-image\"> <img src=\"https://boomi.com/wp-content/uploads/Australian-Red-Cross-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\"> </div> <div class=\"item-label\"> </div> </a>",
"<a href=\"/customer/smartsheet/\" target class=\"menu-grid-item image-item\" style=\"background-color: #eaf3f9\"> <div class=\"item-image\"> <img src=\"https://boomi.com/wp-content/uploads/Smartsheet-Logo.svg\" alt loading=\"lazy\"> </div> <div class=\"item-label\"> </div> </a>",
"<a href=\"/customer/origin-energy/\" target class=\"menu-grid-item image-item\" style=\"background-color: #fcf0ea\"> <div class=\"item-image\"> <img src=\"https://boomi.com/wp-content/uploads/Origin-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\"> </div> <div class=\"item-label\"> </div> </a>",
"<a href=\"/customer/american-cancer-society/\" target class=\"menu-grid-item image-item\" style=\"background-color: #f4f6ff\"> <div class=\"item-image\"> <img src=\"https://boomi.com/wp-content/uploads/American-Cancer-Society-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\"> </div> <div class=\"item-label\"> </div> </a>",
"<a href=\"/customer/american-student-assistance/\" target class=\"menu-grid-item image-item\" style=\"background-color: #f4fff8\"> <div class=\"item-image\"> <img src=\"https://boomi.com/wp-content/uploads/American-Student-Assistance.svg\" alt loading=\"lazy\"> </div> <div class=\"item-label\"> </div> </a>",
"<a href=\"/customer/artlist/\" target class=\"menu-grid-item image-item\" style=\"background-color: #f2f2f2\"> <div class=\"item-image\"> <img src=\"https://boomi.com/wp-content/uploads/artlistlogo.png\" alt loading=\"lazy\"> </div> <div class=\"item-label\"> </div> </a>",
"<a href=\"/customer/dropbox/\" target class=\"menu-grid-item image-item\" style=\"background-color: #e8edf5\"> <div class=\"item-image\"> <img src=\"https://boomi.com/wp-content/uploads/Dropbox-Logo-Color.svg\" alt loading=\"lazy\"> </div> <div class=\"item-label\"> </div> </a>",
"<a href=\"/customer/cornell-university/\" target class=\"menu-grid-item image-item\" style=\"background-color: #fbf4f4\"> <div class=\"item-image\"> <img src=\"https://boomi.com/wp-content/uploads/Cornell-University-Logo.svg\" alt loading=\"lazy\"> </div> <div class=\"item-label\"> </div> </a>"
],
"inaccessibleButtons": [
"<button class=\"mobile-menu__close js-mobile-menu-close\"> <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 6L6 18M6 6L18 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> </button>",
"<button type=\"submit\" class=\"header-search-btn\"> <i class=\"icon-search-short\"></i> </button>",
"<button class=\"swiper-button-prev swiper-arrow\" id=\"prevButton\"></button>",
"<button class=\"swiper-button-next swiper-arrow\" id=\"nextButton\"></button>",
"<button class=\"swiper-button-prev swiper-arrow\"></button>",
"<button class=\"swiper-button-next swiper-arrow\"></button>"
],
"missingAutocompleteInputs": [
"<input type=\"search\" name=\"q\" id=\"search-input\" placeholder=\"Search\">",
"<input type=\"search\" name=\"q\" id=\"header_search_input\" placeholder=\"Search\">"
],
"imagesMissingAlt": [
"<img src=\"//bat.bing.com/action/0?ti=5565645&Ver=2\" height=\"0\" width=\"0\" style=\"display:none; visibility: hidden;\">",
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=760898985583018&ev=PageView&noscript=1\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 58,
"links": 454,
"inaccessibleLinks": 16,
"buttons": 34,
"inaccessibleButtons": 6,
"images": 333,
"imagesWithAlt": 331,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 2
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441813
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441206
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441155
}
]
},
"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": 441484
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441558
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441274
}
]
},
"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": 442023
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441524
}
]
},
"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": 441399
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441189
}
]
},
"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": 441416
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441206
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of 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": "boomi.com",
"probes": [
{
"name": "_index._agents.boomi.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.boomi.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": "boomi.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="q"> is missing a label.<input name="q"> is missing tool-param-description.<input name="q"> is missing a label.<input name="q"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 491,
"interactiveWithTags": 0,
"totalCount": 493,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 6,
"issues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"q\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"q\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"q\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"q\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 491,
"interactiveWithTags": 0,
"totalCount": 493,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 491,
"interactiveWithTags": 0,
"totalCount": 493,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2024-08-12T18:55:54+00:00",
"2026-05-04T18:45:04+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" class=\"mobile-menu__link\"> <span class=\"mobile-menu__link-text\">Contact Sales</span> </a>"
},
{
"href": "/responsible-ai/",
"text": "Responsible AI Learn about Boomi’s AI security and compliance standards",
"html": "<a href=\"/responsible-ai/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt=\"Responsible AI\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Responsible AI </span> <span class=\"mobile-menu__description\">Learn about Boomi’s AI security and compliance standards</span> </div> </a>"
},
{
"href": "/responsible-ai/",
"text": "Responsible AI Learn about Boomi’s AI security and compliance standards",
"html": "<a href=\"/responsible-ai/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt=\"Responsible AI\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Responsible AI </span> <span class=\"mobile-menu__description\">Learn about Boomi’s AI security and compliance standards</span> </div> </a>"
},
{
"href": "/company/events/",
"text": "Events & Webinars Learn on-demand, network in-person",
"html": "<a href=\"/company/events/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-resources-events.svg\" alt=\"Events & Webinars\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Events & Webinars </span> <span class=\"mobile-menu__description\">Learn on-demand, network in-person</span> </div> </a>"
},
{
"href": "/boomi-podcast/",
"text": "Podcast Learn about API and integration business trends",
"html": "<a href=\"/boomi-podcast/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-resources-podcast.svg\" alt=\"Podcast\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Podcast </span> <span class=\"mobile-menu__description\">Learn about API and integration business trends</span> </div> </a>"
},
{
"href": "/partners/",
"text": "Partner Ecosystem Overview Learn about our global partner network",
"html": "<a href=\"/partners/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-partner-overview.svg\" alt=\"Partner Ecosystem Overview\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Partner Ecosystem Overview </span> <span class=\"mobile-menu__description\">Learn about our global partner network</span> </div> </a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" class=\"btn _secondary mobile-menu__cta-btn\"> Contact Sales </a>"
},
{
"href": "/responsible-ai/",
"text": "Responsible AI Learn about Boomi’s AI security and compliance standards",
"html": "<a href=\"/responsible-ai/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Responsible AI </div> <div class=\"item-description\">Learn about Boomi’s AI security and compliance standards</div> </div> </a>"
},
{
"href": "/responsible-ai/",
"text": "Responsible AI Learn about Boomi’s AI security and compliance standards",
"html": "<a href=\"/responsible-ai/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Responsible AI </div> <div class=\"item-description\">Learn about Boomi’s AI security and compliance standards</div> </div> </a>"
},
{
"href": "/company/events/",
"text": "Events & Webinars Learn on-demand, network in-person",
"html": "<a href=\"/company/events/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-resources-events.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Events & Webinars </div> <div class=\"item-description\">Learn on-demand, network in-person</div> </div> </a>"
},
{
"href": "/boomi-podcast/",
"text": "Podcast Learn about API and integration business trends",
"html": "<a href=\"/boomi-podcast/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-resources-podcast.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Podcast </div> <div class=\"item-description\">Learn about API and integration business trends</div> </div> </a>"
},
{
"href": "/partners/",
"text": "Partner Ecosystem Overview Learn about our global partner network",
"html": "<a href=\"/partners/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-partner-overview.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Partner Ecosystem Overview </div> <div class=\"item-description\">Learn about our global partner network</div> </div> </a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" target class=\"menu-item-link\"> Contact Sales </a>"
},
{
"href": "#",
"text": "Company",
"html": "<a href=\"#\" class=\"menu-label\">Company</a>"
},
{
"href": "/company/",
"text": "About",
"html": "<a href=\"/company/\">About</a>"
},
{
"href": "/company/careers/",
"text": "Careers We're Hiring!",
"html": "<a href=\"/company/careers/\">Careers <span class=\"new-tag tag-green\">We're Hiring!</span></a>"
},
{
"href": "/company/leadership-team/",
"text": "Team",
"html": "<a href=\"/company/leadership-team/\">Team</a>"
},
{
"href": "/company/contact/",
"text": "Contact us",
"html": "<a href=\"/company/contact/\">Contact us</a>"
},
{
"href": "/company/events/",
"text": "Events & Webinars",
"html": "<a href=\"/company/events/\">Events & Webinars</a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\">Contact Sales</a>"
},
{
"href": "https://www.linkedin.com/company/boomi-inc",
"text": "linkedin",
"html": "<a href=\"https://www.linkedin.com/company/boomi-inc\" target=\"_blank\" class=\"icon-linkedin\">linkedin</a>"
}
],
"contactLinks": [
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" class=\"mobile-menu__link\"> <span class=\"mobile-menu__link-text\">Contact Sales</span> </a>"
},
{
"href": "/solutions/function/support/",
"text": "Support Activate experience data to unlock customer retention",
"html": "<a href=\"/solutions/function/support/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-support.svg\" alt=\"Support\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Support </span> <span class=\"mobile-menu__description\">Activate experience data to unlock customer retention</span> </div> </a>"
},
{
"href": "https://help.boomi.com/",
"text": "Help Docs Find detailed product guides and technical references",
"html": "<a href=\"https://help.boomi.com/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Help Docs </span> <span class=\"mobile-menu__description\">Find detailed product guides and technical references</span> </div> </a>"
},
{
"href": "https://community.boomi.com/s/support",
"text": "File Support Ticket Submit and track technical assistance requests",
"html": "<a href=\"https://community.boomi.com/s/support\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> File Support Ticket </span> <span class=\"mobile-menu__description\">Submit and track technical assistance requests</span> </div> </a>"
},
{
"href": "/services/support/",
"text": "Customer Success Maximize platform value with expert-led guidance",
"html": "<a href=\"/services/support/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Customer Success </span> <span class=\"mobile-menu__description\">Maximize platform value with expert-led guidance</span> </div> </a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" class=\"btn _secondary mobile-menu__cta-btn\"> Contact Sales </a>"
},
{
"href": "/solutions/function/support/",
"text": "Support Activate experience data to unlock customer retention",
"html": "<a href=\"/solutions/function/support/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-support.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Support </div> <div class=\"item-description\">Activate experience data to unlock customer retention</div> </div> </a>"
},
{
"href": "https://help.boomi.com/",
"text": "Help Docs Find detailed product guides and technical references",
"html": "<a href=\"https://help.boomi.com/\" target class=\"menu-grid-item link-item\"> <div class=\"item-content\"> <div class=\"item-title\"> Help Docs </div> <div class=\"item-description\">Find detailed product guides and technical references</div> </div> </a>"
},
{
"href": "https://community.boomi.com/s/support",
"text": "File Support Ticket Submit and track technical assistance requests",
"html": "<a href=\"https://community.boomi.com/s/support\" target class=\"menu-grid-item link-item\"> <div class=\"item-content\"> <div class=\"item-title\"> File Support Ticket </div> <div class=\"item-description\">Submit and track technical assistance requests</div> </div> </a>"
},
{
"href": "/services/support/",
"text": "Customer Success Maximize platform value with expert-led guidance",
"html": "<a href=\"/services/support/\" target class=\"menu-grid-item link-item\"> <div class=\"item-content\"> <div class=\"item-title\"> Customer Success </div> <div class=\"item-description\">Maximize platform value with expert-led guidance</div> </div> </a>"
},
{
"href": "https://boomi.com/resources/resources-library/top-10-considerations-ipaas-partner/",
"text": "Infographic Infographic | Top 10 Considerations When Choosing an iPaaS Partner Choose wisely – with a little help from Boomi.",
"html": "<a href=\"https://boomi.com/resources/resources-library/top-10-considerations-ipaas-partner/\"> <div class=\"rc-img\"> <img loading=\"lazy\" width=\"1000\" height=\"667\" src=\"https://boomi.com/wp-content/uploads/TN-InfographicTop10iPaaSPartner.png\" class=\"attachment-large size-large wp-post-image\" alt decoding=\"async\"> </div> <div class=\"rc-content\"> <div class=\"rc-tag\"> <span class=\"post-type\" data-content=\"Infographic\">Infographic</span> </div> <div class=\"rc-desc\"> <h2 class=\"rc-title\">Infographic..."
},
{
"href": "https://boomi.com/content/ebook/api-led-innovations-osi/",
"text": "eBook Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty An ebook from Boomi and OSI Digital delves into ways API management can help service-oriented companies open new revenue streams and trim internal costs.",
"html": "<a href=\"https://boomi.com/content/ebook/api-led-innovations-osi/\"> <div class=\"rc-img\"> <img loading=\"lazy\" width=\"1000\" height=\"667\" src=\"https://boomi.com/wp-content/uploads/TN-eBookAPILedInnovationsOSI.jpg\" class=\"attachment-large size-large wp-post-image\" alt decoding=\"async\"> </div> <div class=\"rc-content\"> <div class=\"rc-tag\"> <span class=\"post-type\" data-content=\"eBook\">eBook</span> </div> <div class=\"rc-desc\"> <h2 class=\"rc-title\">Capitalize on API-Led Innovations to Grow Revenue and..."
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" target class=\"menu-item-link\"> Contact Sales </a>"
},
{
"href": "https://help.boomi.com/docs/atomsphere/api%20management/topics/api-metrics_0e0f3adb-2fcb-4af5-bbd1-aee58d2e713f",
"text": "Explore API metrics",
"html": "<a class=\"button\" href=\"https://help.boomi.com/docs/atomsphere/api%20management/topics/api-metrics_0e0f3adb-2fcb-4af5-bbd1-aee58d2e713f\" target> Explore API metrics </a>"
},
{
"href": "/company/contact/",
"text": "Contact us",
"html": "<a href=\"/company/contact/\">Contact us</a>"
},
{
"href": "#",
"text": "Support",
"html": "<a href=\"#\" class=\"menu-label\">Support</a>"
},
{
"href": "https://help.boomi.com/",
"text": "Help Documentation",
"html": "<a href=\"https://help.boomi.com/\" target=\"_blank\">Help Documentation</a>"
},
{
"href": "https://community.boomi.com/s/contactsupport",
"text": "Support Ticket",
"html": "<a href=\"https://community.boomi.com/s/contactsupport\" target=\"_blank\">Support Ticket</a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\">Contact Sales</a>"
}
],
"privacyLinks": [
{
"href": "https://boomi.com/privacy/",
"text": "Privacy",
"html": "<a rel=\"privacy-policy\" href=\"https://boomi.com/privacy/\">Privacy</a>"
},
{
"href": "https://boomi.com/legal/service/",
"text": "Terms",
"html": "<a href=\"https://boomi.com/legal/service/\">Terms</a>"
}
],
"score": 60,
"weight": 20
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
6 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header.
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
75/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": null,
"schemaDates": [
"2026-05-04T18:45:04+00:00",
"2024-08-12T18:55:54+00:00"
],
"metaDateCount": 2,
"timeDateCount": 0
}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
51 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": 57,
"passing": 6,
"failing": [
{
"heading": "Boomi Innovations May 2026",
"headingHtml": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>",
"firstParagraph": "Explore the standout innovations shaping this release.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Explore the standout innovations shaping this release.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Boomi Innovations May 2026",
"headingHtml": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>",
"firstParagraph": "Explore the standout innovations shaping this release.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Explore the standout innovations shaping this release.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Boomi Named a Leader in the 2026 Gartner® Magic Quadrant™ for iPaaS",
"headingHtml": "<h2 class=\"rc-title\">Boomi Named a Leader in the 2026 Gartner® Magic Quadrant™ for iPaaS</h2>",
"firstParagraph": "Read the Gartner Magic Quadrant for Integration Platform as a Service (iPaaS), courtesy of Boomi.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Read the Gartner Magic Quadrant for Integration Platform as a Service (iPaaS), courtesy of Boomi.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management",
"headingHtml": "<h2 class=\"rc-title\">Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management</h2>",
"firstParagraph": "Gartner® positioned Boomi as a Leader in the Magic Quadrant™ for API Management published in October 2025.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Gartner® positioned Boomi as a Leader in the Magic Quadrant™ for API Management published in October 2025.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Boomi Innovations May 2026",
"headingHtml": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>",
"firstParagraph": "Explore the standout innovations shaping this release.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Explore the standout innovations shaping this release.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Agentic Transformation Playbook",
"headingHtml": "<h2 class=\"rc-title\">Agentic Transformation Playbook</h2>",
"firstParagraph": "AI agents have changed everything. Here’s how your business can adapt and win.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">AI agents have changed everything. Here’s how your business can adapt and win.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Nucleus Research | ROI Case Study: Boomi at a Regional Bank",
"headingHtml": "<h2 class=\"rc-title\">Nucleus Research | ROI Case Study: Boomi at a Regional Bank</h2>",
"firstParagraph": "Discover how Boomi delivers 97% ROI and payback in less than 10 months for one regional bank in this Nucleus Research case study.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Discover how Boomi delivers 97% ROI and payback in less than 10 months for one regional bank in this Nucleus Research case study.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Nucleus Research iPaaS Technology Value Matrix 2026",
"headingHtml": "<h2 class=\"rc-title\">Nucleus Research iPaaS Technology Value Matrix 2026</h2>",
"firstParagraph": "Boomi was named a leader in the 2026 Nucleus Research iPaaS Technology Value Matrix. Get your free copy of the report here.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Boomi was named a leader in the 2026 Nucleus Research iPaaS Technology Value Matrix. Get your free copy of the report here.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Customer Appreciation",
"headingHtml": "<h2 class=\"rc-title\">Customer Appreciation</h2>",
"firstParagraph": "Celebrating customers transforming what's possible with Boomi.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Celebrating customers transforming what's possible with Boomi.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "The Real-World Impact of Taming Complexity: Customer Innovation Stories",
"headingHtml": "<h2 class=\"rc-title\">The Real-World Impact of Taming Complexity: Customer Innovation Stories</h2>",
"firstParagraph": "Learn how organizations are using Boomi to leave complexity behind, through the power of connection.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Learn how organizations are using Boomi to leave complexity behind, through the power of connection.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Infographic | Top 10 Considerations When Choosing an iPaaS Partner",
"headingHtml": "<h2 class=\"rc-title\">Infographic | Top 10 Considerations When Choosing an iPaaS Partner</h2>",
"firstParagraph": "Choose wisely – with a little help from Boomi.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Choose wisely – with a little help from Boomi.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Deliver Seamless Integrations With Boomi",
"headingHtml": "<h2 class=\"rc-title\">Deliver Seamless Integrations With Boomi</h2>",
"firstParagraph": "Digital transformation has led to a complex and fragmented landscape of applications for your customers to manage. It’s no wonder that 70-95% of organizations fail to realize the expected benefits of these projects.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Digital transformation has led to a complex and fragmented landscape of applications for your customers to manage. It’s no wonder that 70-95% of organizations fail to realize the expected benefits of these projects.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty",
"headingHtml": "<h2 class=\"rc-title\">Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty</h2>",
"firstParagraph": "An ebook from Boomi and OSI Digital delves into ways API management can help service-oriented companies open new revenue streams and trim internal costs.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">An ebook from Boomi and OSI Digital delves into ways API management can help service-oriented companies open new revenue streams and trim internal costs.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Powerful API Management. Total Control. Trusted AI.",
"headingHtml": "<h2>Powerful API Management. Total Control. Trusted AI. </h2>",
"firstParagraph": "Transform fragmented APIs into a governed foundation for AI. Secure, control, and monitor every API to fuel agentic workflows that move your business at machine speed.",
"paragraphHtml": "<p>Transform fragmented APIs into a governed foundation for AI. Secure, control, and monitor every API to fuel agentic workflows that move your business at machine speed. </p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Govern any API",
"headingHtml": "<h2>Govern any API</h2>",
"firstParagraph": "Automatically discover, standardize, and unify APIs across distributed gateways, creating one trusted inventory that accelerates digital and AI innovation. Gain executive-level API observability to drive smarter API investment decisions and enable responsible AI.",
"paragraphHtml": "<p>Automatically discover, standardize, and unify APIs across distributed gateways, creating one trusted inventory that accelerates digital and AI innovation. Gain executive-level API observability to drive smarter API investment decisions and enable responsible AI. </p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Secure your API landscape",
"headingHtml": "<h2>Secure your API landscape</h2>",
"firstParagraph": "Protect every integration and API with native compliance and fine-grained, policy-driven controls that enforce access, validate data, and manage usage. Create new business and AI value by securely unlocking legacy systems and trapped data.",
"paragraphHtml": "<p>Protect every integration and API with native compliance and fine-grained, policy-driven controls that enforce access, validate data, and manage usage. Create new business and AI value by securely unlocking legacy systems and trapped data.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Fuel agentic workflows",
"headingHtml": "<h2>Fuel agentic workflows</h2>",
"firstParagraph": "Turn integrations and APIs into governed, MCP-enabled tools for AI-driven business models. Package assets around key use cases—unlocking new revenue streams and customer experiences externally, while driving internal reuse and cutting time-to-value.",
"paragraphHtml": "<p>Turn integrations and APIs into governed, MCP-enabled tools for AI-driven business models. Package assets around key use cases—unlocking new revenue streams and customer experiences externally, while driving internal reuse and cutting time-to-value.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Boomi API Management features",
"headingHtml": "<h2 class=\"main-heading\">Boomi API Management features</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI-assisted API Workflows",
"headingHtml": "<h3 class=\"card-title\">AI-assisted API Workflows</h3>",
"firstParagraph": "Autonomously generate OpenAPI specifications and both technical and business documentation from natural language.",
"paragraphHtml": "<p>Autonomously generate OpenAPI specifications and both technical and business documentation from natural language.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "API Discovery",
"headingHtml": "<h3 class=\"card-title\">API Discovery</h3>",
"firstParagraph": "Automatically discover APIs across gateways, including “shadow” or “zombie” APIs.",
"paragraphHtml": "<p>Automatically discover APIs across gateways, including “shadow” or “zombie” APIs.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Developer Portals",
"headingHtml": "<h3 class=\"card-title\">Developer Portals</h3>",
"firstParagraph": "Drive API discovery and usage across your enterprise.",
"paragraphHtml": "<p>Drive API discovery and usage across your enterprise.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Security & Quality Scoring",
"headingHtml": "<h3 class=\"card-title\">Security & Quality Scoring</h3>",
"firstParagraph": "Protect APIs from threats and vulnerabilities based on standards and best practices.",
"paragraphHtml": "<p>Protect APIs from threats and vulnerabilities based on standards and best practices.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Policy Management",
"headingHtml": "<h3 class=\"card-title\">Policy Management</h3>",
"firstParagraph": "Establish clear contracts with quota and rate limits.",
"paragraphHtml": "<p>Establish clear contracts with quota and rate limits.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "API Gateway",
"headingHtml": "<h3 class=\"card-title\">API Gateway</h3>",
"firstParagraph": "Ensure efficient and secure routing of API traffic.",
"paragraphHtml": "<p>Ensure efficient and secure routing of API traffic.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Business Analytics",
"headingHtml": "<h3 class=\"card-title\">Business Analytics</h3>",
"firstParagraph": "Monitor API performance, usage, and health in real-time for proactive decision making.",
"paragraphHtml": "<p>Monitor API performance, usage, and health in real-time for proactive decision making.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "API Products",
"headingHtml": "<h3 class=\"card-title\">API Products</h3>",
"firstParagraph": "Manage APIs as products to increase business value.",
"paragraphHtml": "<p>Manage APIs as products to increase business value.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Model Context Protocol",
"headingHtml": "<h3 class=\"card-title\">Model Context Protocol</h3>",
"firstParagraph": "Curate and expose integrations and APIs as MCP servers with built-in governance.",
"paragraphHtml": "<p>Curate and expose integrations and APIs as MCP servers with built-in governance.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Why Boomi for API Management?",
"headingHtml": "<h2 class=\"main-heading\">Why Boomi for API Management?</h2>",
"firstParagraph": "For leaders turning API complexity into an AI advantage",
"paragraphHtml": "<p>For leaders turning API complexity into an AI advantage</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Universal Governance",
"headingHtml": "<h3 class=\"card-title\">Universal Governance</h3>",
"firstParagraph": "Establish a single source of API truth with full observability across every gateway and provider.",
"paragraphHtml": "<p>Establish a single source of API truth with full observability across every gateway and provider.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Business-Driven APIs",
"headingHtml": "<h3 class=\"card-title\">Business-Driven APIs</h3>",
"firstParagraph": "Curate APIs around business use cases and workflows to speed delivery and drive measurable outcomes.",
"paragraphHtml": "<p>Curate APIs around business use cases and workflows to speed delivery and drive measurable outcomes.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Complete Agent Orchestration",
"headingHtml": "<h3 class=\"card-title\">Complete Agent Orchestration</h3>",
"firstParagraph": "Build, manage, and govern AI agents on the same platform that powers the APIs, integrations, and data they depend on.",
"paragraphHtml": "<p>Build, manage, and govern AI agents on the same platform that powers the APIs, integrations, and data they depend on.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Secure MCP",
"headingHtml": "<h3 class=\"card-title\">Secure MCP</h3>",
"firstParagraph": "Unlock your entire stack — legacy and cloud — for MCP with unified policies and full visibility. Centralize every server in one vendor-agnostic registry.",
"paragraphHtml": "<p>Unlock your entire stack — legacy and cloud — for MCP with unified policies and full visibility. Centralize every server in one vendor-agnostic registry.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Conquer API Sprawl to Succeed With AI",
"headingHtml": "<h2 class=\"h2\">Conquer API Sprawl to Succeed With AI</h2>",
"firstParagraph": "Achieve visibility across your total API landscape to enhance AI business value.",
"paragraphHtml": "<p>Achieve visibility across your total API landscape to enhance AI business value.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Power of the platform",
"headingHtml": "<h2 class=\"main-heading\">Power of the platform</h2>",
"firstParagraph": "Leverage the power of the Boomi Enterprise platform.",
"paragraphHtml": "<p>Leverage the power of the Boomi Enterprise platform.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Comprehensive API Tools",
"headingHtml": "<h3 class=\"card-title\">Comprehensive API Tools</h3>",
"firstParagraph": "Manage and report on API usage with robust built-in APIs.",
"paragraphHtml": "<p>Manage and report on API usage with robust built-in APIs.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Flexible cloud deployment",
"headingHtml": "<h3 class=\"card-title\">Flexible cloud deployment</h3>",
"firstParagraph": "Built on Boomi’s flexible, multi-cloud, autonomous runtime.",
"paragraphHtml": "<p>Built on Boomi’s flexible, multi-cloud, autonomous runtime.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Manage agent lifecycle",
"headingHtml": "<h3 class=\"card-title\">Manage agent lifecycle</h3>",
"firstParagraph": "Design, govern, and orchestrate all AI agents at scale.",
"paragraphHtml": "<p>Design, govern, and orchestrate all AI agents at scale.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Seamless platform integration",
"headingHtml": "<h3 class=\"card-title\">Seamless platform integration</h3>",
"firstParagraph": "Integrate seamlessly with other Boomi Enterprise Platform services.",
"paragraphHtml": "<p>Integrate seamlessly with other Boomi Enterprise Platform services.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Explore pricing plans built to scale with your business.",
"headingHtml": "<h2>Explore pricing plans built to scale with your business.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "API Management resources",
"headingHtml": "<h2>API Management resources</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management",
"headingHtml": "<h2 class=\"rc-title\">Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Agentic Transformation Playbook",
"headingHtml": "<h2 class=\"rc-title\">Agentic Transformation Playbook</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "IDC Video | Conquer API Sprawl to Succeed with AI",
"headingHtml": "<h2 class=\"rc-title\">IDC Video | Conquer API Sprawl to Succeed with AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "S&P Global Market Intelligence | Boomi Expands API Management Portfolio",
"headingHtml": "<h2 class=\"rc-title\">S&P Global Market Intelligence | Boomi Expands API Management Portfolio</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boomi Unveils Comprehensive API Management to Combat API Sprawl and Power Agentic AI",
"headingHtml": "<h2 class=\"rc-title\">Boomi Unveils Comprehensive API Management to Combat API Sprawl and Power Agentic AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The State of API Management: Challenges and Opportunities",
"headingHtml": "<h2 class=\"rc-title\">The State of API Management: Challenges and Opportunities</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boomi API Management: Conquer API Chaos and Accelerate AI Adoption",
"headingHtml": "<h2 class=\"rc-title\">Boomi API Management: Conquer API Chaos and Accelerate AI Adoption</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boomi Cloud API Management",
"headingHtml": "<h2 class=\"rc-title\">Boomi Cloud API Management</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "IDC Infographic | Conquer API Sprawl to Succeed With AI",
"headingHtml": "<h2 class=\"rc-title\">IDC Infographic | Conquer API Sprawl to Succeed With AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "API Trends Highlight the Importance of AI, Federated Governance, and Scalability",
"headingHtml": "<h2 class=\"rc-title\">API Trends Highlight the Importance of AI, Federated Governance, and Scalability</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get started with intelligent integration and automation",
"headingHtml": "<h2>Get started with intelligent integration and automation</h2>",
"firstParagraph": "The Data Activation Company",
"paragraphHtml": "<p>The Data Activation Company</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2024-08-12T18:55:54+00:00",
"2026-05-04T18:45:04+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" class=\"mobile-menu__link\"> <span class=\"mobile-menu__link-text\">Contact Sales</span> </a>"
},
{
"href": "/responsible-ai/",
"text": "Responsible AI Learn about Boomi’s AI security and compliance standards",
"html": "<a href=\"/responsible-ai/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt=\"Responsible AI\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Responsible AI </span> <span class=\"mobile-menu__description\">Learn about Boomi’s AI security and compliance standards</span> </div> </a>"
},
{
"href": "/responsible-ai/",
"text": "Responsible AI Learn about Boomi’s AI security and compliance standards",
"html": "<a href=\"/responsible-ai/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt=\"Responsible AI\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Responsible AI </span> <span class=\"mobile-menu__description\">Learn about Boomi’s AI security and compliance standards</span> </div> </a>"
},
{
"href": "/company/events/",
"text": "Events & Webinars Learn on-demand, network in-person",
"html": "<a href=\"/company/events/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-resources-events.svg\" alt=\"Events & Webinars\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Events & Webinars </span> <span class=\"mobile-menu__description\">Learn on-demand, network in-person</span> </div> </a>"
},
{
"href": "/boomi-podcast/",
"text": "Podcast Learn about API and integration business trends",
"html": "<a href=\"/boomi-podcast/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-resources-podcast.svg\" alt=\"Podcast\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Podcast </span> <span class=\"mobile-menu__description\">Learn about API and integration business trends</span> </div> </a>"
},
{
"href": "/partners/",
"text": "Partner Ecosystem Overview Learn about our global partner network",
"html": "<a href=\"/partners/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-partner-overview.svg\" alt=\"Partner Ecosystem Overview\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Partner Ecosystem Overview </span> <span class=\"mobile-menu__description\">Learn about our global partner network</span> </div> </a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" class=\"btn _secondary mobile-menu__cta-btn\"> Contact Sales </a>"
},
{
"href": "/responsible-ai/",
"text": "Responsible AI Learn about Boomi’s AI security and compliance standards",
"html": "<a href=\"/responsible-ai/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Responsible AI </div> <div class=\"item-description\">Learn about Boomi’s AI security and compliance standards</div> </div> </a>"
},
{
"href": "/responsible-ai/",
"text": "Responsible AI Learn about Boomi’s AI security and compliance standards",
"html": "<a href=\"/responsible-ai/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Responsible AI </div> <div class=\"item-description\">Learn about Boomi’s AI security and compliance standards</div> </div> </a>"
},
{
"href": "/company/events/",
"text": "Events & Webinars Learn on-demand, network in-person",
"html": "<a href=\"/company/events/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-resources-events.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Events & Webinars </div> <div class=\"item-description\">Learn on-demand, network in-person</div> </div> </a>"
},
{
"href": "/boomi-podcast/",
"text": "Podcast Learn about API and integration business trends",
"html": "<a href=\"/boomi-podcast/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-resources-podcast.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Podcast </div> <div class=\"item-description\">Learn about API and integration business trends</div> </div> </a>"
},
{
"href": "/partners/",
"text": "Partner Ecosystem Overview Learn about our global partner network",
"html": "<a href=\"/partners/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-partner-overview.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Partner Ecosystem Overview </div> <div class=\"item-description\">Learn about our global partner network</div> </div> </a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" target class=\"menu-item-link\"> Contact Sales </a>"
},
{
"href": "#",
"text": "Company",
"html": "<a href=\"#\" class=\"menu-label\">Company</a>"
},
{
"href": "/company/",
"text": "About",
"html": "<a href=\"/company/\">About</a>"
},
{
"href": "/company/careers/",
"text": "Careers We're Hiring!",
"html": "<a href=\"/company/careers/\">Careers <span class=\"new-tag tag-green\">We're Hiring!</span></a>"
},
{
"href": "/company/leadership-team/",
"text": "Team",
"html": "<a href=\"/company/leadership-team/\">Team</a>"
},
{
"href": "/company/contact/",
"text": "Contact us",
"html": "<a href=\"/company/contact/\">Contact us</a>"
},
{
"href": "/company/events/",
"text": "Events & Webinars",
"html": "<a href=\"/company/events/\">Events & Webinars</a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\">Contact Sales</a>"
},
{
"href": "https://www.linkedin.com/company/boomi-inc",
"text": "linkedin",
"html": "<a href=\"https://www.linkedin.com/company/boomi-inc\" target=\"_blank\" class=\"icon-linkedin\">linkedin</a>"
}
],
"contactLinks": [
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" class=\"mobile-menu__link\"> <span class=\"mobile-menu__link-text\">Contact Sales</span> </a>"
},
{
"href": "/solutions/function/support/",
"text": "Support Activate experience data to unlock customer retention",
"html": "<a href=\"/solutions/function/support/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-support.svg\" alt=\"Support\" width=\"24\" height=\"24\" loading=\"lazy\"> </div> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Support </span> <span class=\"mobile-menu__description\">Activate experience data to unlock customer retention</span> </div> </a>"
},
{
"href": "https://help.boomi.com/",
"text": "Help Docs Find detailed product guides and technical references",
"html": "<a href=\"https://help.boomi.com/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Help Docs </span> <span class=\"mobile-menu__description\">Find detailed product guides and technical references</span> </div> </a>"
},
{
"href": "https://community.boomi.com/s/support",
"text": "File Support Ticket Submit and track technical assistance requests",
"html": "<a href=\"https://community.boomi.com/s/support\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> File Support Ticket </span> <span class=\"mobile-menu__description\">Submit and track technical assistance requests</span> </div> </a>"
},
{
"href": "/services/support/",
"text": "Customer Success Maximize platform value with expert-led guidance",
"html": "<a href=\"/services/support/\" class=\"mobile-menu__link\"> <div class=\"mobile-menu__content-wrap\"> <span class=\"mobile-menu__link-text\"> Customer Success </span> <span class=\"mobile-menu__description\">Maximize platform value with expert-led guidance</span> </div> </a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" class=\"btn _secondary mobile-menu__cta-btn\"> Contact Sales </a>"
},
{
"href": "/solutions/function/support/",
"text": "Support Activate experience data to unlock customer retention",
"html": "<a href=\"/solutions/function/support/\" target class=\"menu-grid-item link-item\"> <div class=\"item-icon\"> <img src=\"https://boomi.com/wp-content/uploads/nav-support.svg\" alt loading=\"lazy\"> </div> <div class=\"item-content\"> <div class=\"item-title\"> Support </div> <div class=\"item-description\">Activate experience data to unlock customer retention</div> </div> </a>"
},
{
"href": "https://help.boomi.com/",
"text": "Help Docs Find detailed product guides and technical references",
"html": "<a href=\"https://help.boomi.com/\" target class=\"menu-grid-item link-item\"> <div class=\"item-content\"> <div class=\"item-title\"> Help Docs </div> <div class=\"item-description\">Find detailed product guides and technical references</div> </div> </a>"
},
{
"href": "https://community.boomi.com/s/support",
"text": "File Support Ticket Submit and track technical assistance requests",
"html": "<a href=\"https://community.boomi.com/s/support\" target class=\"menu-grid-item link-item\"> <div class=\"item-content\"> <div class=\"item-title\"> File Support Ticket </div> <div class=\"item-description\">Submit and track technical assistance requests</div> </div> </a>"
},
{
"href": "/services/support/",
"text": "Customer Success Maximize platform value with expert-led guidance",
"html": "<a href=\"/services/support/\" target class=\"menu-grid-item link-item\"> <div class=\"item-content\"> <div class=\"item-title\"> Customer Success </div> <div class=\"item-description\">Maximize platform value with expert-led guidance</div> </div> </a>"
},
{
"href": "https://boomi.com/resources/resources-library/top-10-considerations-ipaas-partner/",
"text": "Infographic Infographic | Top 10 Considerations When Choosing an iPaaS Partner Choose wisely – with a little help from Boomi.",
"html": "<a href=\"https://boomi.com/resources/resources-library/top-10-considerations-ipaas-partner/\"> <div class=\"rc-img\"> <img loading=\"lazy\" width=\"1000\" height=\"667\" src=\"https://boomi.com/wp-content/uploads/TN-InfographicTop10iPaaSPartner.png\" class=\"attachment-large size-large wp-post-image\" alt decoding=\"async\"> </div> <div class=\"rc-content\"> <div class=\"rc-tag\"> <span class=\"post-type\" data-content=\"Infographic\">Infographic</span> </div> <div class=\"rc-desc\"> <h2 class=\"rc-title\">Infographic..."
},
{
"href": "https://boomi.com/content/ebook/api-led-innovations-osi/",
"text": "eBook Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty An ebook from Boomi and OSI Digital delves into ways API management can help service-oriented companies open new revenue streams and trim internal costs.",
"html": "<a href=\"https://boomi.com/content/ebook/api-led-innovations-osi/\"> <div class=\"rc-img\"> <img loading=\"lazy\" width=\"1000\" height=\"667\" src=\"https://boomi.com/wp-content/uploads/TN-eBookAPILedInnovationsOSI.jpg\" class=\"attachment-large size-large wp-post-image\" alt decoding=\"async\"> </div> <div class=\"rc-content\"> <div class=\"rc-tag\"> <span class=\"post-type\" data-content=\"eBook\">eBook</span> </div> <div class=\"rc-desc\"> <h2 class=\"rc-title\">Capitalize on API-Led Innovations to Grow Revenue and..."
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\" target class=\"menu-item-link\"> Contact Sales </a>"
},
{
"href": "https://help.boomi.com/docs/atomsphere/api%20management/topics/api-metrics_0e0f3adb-2fcb-4af5-bbd1-aee58d2e713f",
"text": "Explore API metrics",
"html": "<a class=\"button\" href=\"https://help.boomi.com/docs/atomsphere/api%20management/topics/api-metrics_0e0f3adb-2fcb-4af5-bbd1-aee58d2e713f\" target> Explore API metrics </a>"
},
{
"href": "/company/contact/",
"text": "Contact us",
"html": "<a href=\"/company/contact/\">Contact us</a>"
},
{
"href": "#",
"text": "Support",
"html": "<a href=\"#\" class=\"menu-label\">Support</a>"
},
{
"href": "https://help.boomi.com/",
"text": "Help Documentation",
"html": "<a href=\"https://help.boomi.com/\" target=\"_blank\">Help Documentation</a>"
},
{
"href": "https://community.boomi.com/s/contactsupport",
"text": "Support Ticket",
"html": "<a href=\"https://community.boomi.com/s/contactsupport\" target=\"_blank\">Support Ticket</a>"
},
{
"href": "/company/contact-sales/",
"text": "Contact Sales",
"html": "<a href=\"/company/contact-sales/\">Contact Sales</a>"
}
],
"privacyLinks": [
{
"href": "https://boomi.com/privacy/",
"text": "Privacy",
"html": "<a rel=\"privacy-policy\" href=\"https://boomi.com/privacy/\">Privacy</a>"
},
{
"href": "https://boomi.com/legal/service/",
"text": "Terms",
"html": "<a href=\"https://boomi.com/legal/service/\">Terms</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
2 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": 2,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 20,
"heading": "H2: How it works",
"text": "Design and manage APIs with absolute consistency, ensuring every asset is secure, compliant, and reusable. Power billions of critical transactions at global scale with zero overhead. Govern and curate your integrations and APIs as business-ready products, built for MCP enablement and seamless agentic orchestration.",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Design and manage APIs with absolute consistency, ensuring every asset is secure, compliant, and reusable. Power billions of critical transactions at global scale with zero overhead. Govern and curate your integrations and APIs as business-ready products, built for MCP enablement and seamless agentic orchestration.</p>"
},
{
"index": 46,
"heading": "H2: What our customers are saying",
"text": "Boomi’s integration is not just an IT project but a blueprint for our future. By modernizing our API platform with robust governance and security, we have positioned the business for faster innovations and quicker rollouts of innovative products for customers.",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Boomi’s integration is not just an IT project but a blueprint for our future. By modernizing our API platform with robust governance and security, we have positioned the business for faster innovations and quicker rollouts of innovative products for customers.</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
51 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": 57,
"passing": 6,
"failing": [
{
"heading": "Boomi Innovations May 2026",
"headingHtml": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>",
"firstParagraph": "Explore the standout innovations shaping this release.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Explore the standout innovations shaping this release.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Boomi Innovations May 2026",
"headingHtml": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>",
"firstParagraph": "Explore the standout innovations shaping this release.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Explore the standout innovations shaping this release.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Boomi Named a Leader in the 2026 Gartner® Magic Quadrant™ for iPaaS",
"headingHtml": "<h2 class=\"rc-title\">Boomi Named a Leader in the 2026 Gartner® Magic Quadrant™ for iPaaS</h2>",
"firstParagraph": "Read the Gartner Magic Quadrant for Integration Platform as a Service (iPaaS), courtesy of Boomi.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Read the Gartner Magic Quadrant for Integration Platform as a Service (iPaaS), courtesy of Boomi.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management",
"headingHtml": "<h2 class=\"rc-title\">Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management</h2>",
"firstParagraph": "Gartner® positioned Boomi as a Leader in the Magic Quadrant™ for API Management published in October 2025.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Gartner® positioned Boomi as a Leader in the Magic Quadrant™ for API Management published in October 2025.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Boomi Innovations May 2026",
"headingHtml": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>",
"firstParagraph": "Explore the standout innovations shaping this release.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Explore the standout innovations shaping this release.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Agentic Transformation Playbook",
"headingHtml": "<h2 class=\"rc-title\">Agentic Transformation Playbook</h2>",
"firstParagraph": "AI agents have changed everything. Here’s how your business can adapt and win.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">AI agents have changed everything. Here’s how your business can adapt and win.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Nucleus Research | ROI Case Study: Boomi at a Regional Bank",
"headingHtml": "<h2 class=\"rc-title\">Nucleus Research | ROI Case Study: Boomi at a Regional Bank</h2>",
"firstParagraph": "Discover how Boomi delivers 97% ROI and payback in less than 10 months for one regional bank in this Nucleus Research case study.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Discover how Boomi delivers 97% ROI and payback in less than 10 months for one regional bank in this Nucleus Research case study.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Nucleus Research iPaaS Technology Value Matrix 2026",
"headingHtml": "<h2 class=\"rc-title\">Nucleus Research iPaaS Technology Value Matrix 2026</h2>",
"firstParagraph": "Boomi was named a leader in the 2026 Nucleus Research iPaaS Technology Value Matrix. Get your free copy of the report here.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Boomi was named a leader in the 2026 Nucleus Research iPaaS Technology Value Matrix. Get your free copy of the report here.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Customer Appreciation",
"headingHtml": "<h2 class=\"rc-title\">Customer Appreciation</h2>",
"firstParagraph": "Celebrating customers transforming what's possible with Boomi.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Celebrating customers transforming what's possible with Boomi.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "The Real-World Impact of Taming Complexity: Customer Innovation Stories",
"headingHtml": "<h2 class=\"rc-title\">The Real-World Impact of Taming Complexity: Customer Innovation Stories</h2>",
"firstParagraph": "Learn how organizations are using Boomi to leave complexity behind, through the power of connection.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Learn how organizations are using Boomi to leave complexity behind, through the power of connection.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Infographic | Top 10 Considerations When Choosing an iPaaS Partner",
"headingHtml": "<h2 class=\"rc-title\">Infographic | Top 10 Considerations When Choosing an iPaaS Partner</h2>",
"firstParagraph": "Choose wisely – with a little help from Boomi.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Choose wisely – with a little help from Boomi.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Deliver Seamless Integrations With Boomi",
"headingHtml": "<h2 class=\"rc-title\">Deliver Seamless Integrations With Boomi</h2>",
"firstParagraph": "Digital transformation has led to a complex and fragmented landscape of applications for your customers to manage. It’s no wonder that 70-95% of organizations fail to realize the expected benefits of these projects.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">Digital transformation has led to a complex and fragmented landscape of applications for your customers to manage. It’s no wonder that 70-95% of organizations fail to realize the expected benefits of these projects.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty",
"headingHtml": "<h2 class=\"rc-title\">Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty</h2>",
"firstParagraph": "An ebook from Boomi and OSI Digital delves into ways API management can help service-oriented companies open new revenue streams and trim internal costs.",
"paragraphHtml": "<p class=\"rc-summary show-rc-description\">An ebook from Boomi and OSI Digital delves into ways API management can help service-oriented companies open new revenue streams and trim internal costs.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Powerful API Management. Total Control. Trusted AI.",
"headingHtml": "<h2>Powerful API Management. Total Control. Trusted AI. </h2>",
"firstParagraph": "Transform fragmented APIs into a governed foundation for AI. Secure, control, and monitor every API to fuel agentic workflows that move your business at machine speed.",
"paragraphHtml": "<p>Transform fragmented APIs into a governed foundation for AI. Secure, control, and monitor every API to fuel agentic workflows that move your business at machine speed. </p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Govern any API",
"headingHtml": "<h2>Govern any API</h2>",
"firstParagraph": "Automatically discover, standardize, and unify APIs across distributed gateways, creating one trusted inventory that accelerates digital and AI innovation. Gain executive-level API observability to drive smarter API investment decisions and enable responsible AI.",
"paragraphHtml": "<p>Automatically discover, standardize, and unify APIs across distributed gateways, creating one trusted inventory that accelerates digital and AI innovation. Gain executive-level API observability to drive smarter API investment decisions and enable responsible AI. </p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Secure your API landscape",
"headingHtml": "<h2>Secure your API landscape</h2>",
"firstParagraph": "Protect every integration and API with native compliance and fine-grained, policy-driven controls that enforce access, validate data, and manage usage. Create new business and AI value by securely unlocking legacy systems and trapped data.",
"paragraphHtml": "<p>Protect every integration and API with native compliance and fine-grained, policy-driven controls that enforce access, validate data, and manage usage. Create new business and AI value by securely unlocking legacy systems and trapped data.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Fuel agentic workflows",
"headingHtml": "<h2>Fuel agentic workflows</h2>",
"firstParagraph": "Turn integrations and APIs into governed, MCP-enabled tools for AI-driven business models. Package assets around key use cases—unlocking new revenue streams and customer experiences externally, while driving internal reuse and cutting time-to-value.",
"paragraphHtml": "<p>Turn integrations and APIs into governed, MCP-enabled tools for AI-driven business models. Package assets around key use cases—unlocking new revenue streams and customer experiences externally, while driving internal reuse and cutting time-to-value.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Boomi API Management features",
"headingHtml": "<h2 class=\"main-heading\">Boomi API Management features</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI-assisted API Workflows",
"headingHtml": "<h3 class=\"card-title\">AI-assisted API Workflows</h3>",
"firstParagraph": "Autonomously generate OpenAPI specifications and both technical and business documentation from natural language.",
"paragraphHtml": "<p>Autonomously generate OpenAPI specifications and both technical and business documentation from natural language.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "API Discovery",
"headingHtml": "<h3 class=\"card-title\">API Discovery</h3>",
"firstParagraph": "Automatically discover APIs across gateways, including “shadow” or “zombie” APIs.",
"paragraphHtml": "<p>Automatically discover APIs across gateways, including “shadow” or “zombie” APIs.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Developer Portals",
"headingHtml": "<h3 class=\"card-title\">Developer Portals</h3>",
"firstParagraph": "Drive API discovery and usage across your enterprise.",
"paragraphHtml": "<p>Drive API discovery and usage across your enterprise.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Security & Quality Scoring",
"headingHtml": "<h3 class=\"card-title\">Security & Quality Scoring</h3>",
"firstParagraph": "Protect APIs from threats and vulnerabilities based on standards and best practices.",
"paragraphHtml": "<p>Protect APIs from threats and vulnerabilities based on standards and best practices.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Policy Management",
"headingHtml": "<h3 class=\"card-title\">Policy Management</h3>",
"firstParagraph": "Establish clear contracts with quota and rate limits.",
"paragraphHtml": "<p>Establish clear contracts with quota and rate limits.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "API Gateway",
"headingHtml": "<h3 class=\"card-title\">API Gateway</h3>",
"firstParagraph": "Ensure efficient and secure routing of API traffic.",
"paragraphHtml": "<p>Ensure efficient and secure routing of API traffic.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Business Analytics",
"headingHtml": "<h3 class=\"card-title\">Business Analytics</h3>",
"firstParagraph": "Monitor API performance, usage, and health in real-time for proactive decision making.",
"paragraphHtml": "<p>Monitor API performance, usage, and health in real-time for proactive decision making.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "API Products",
"headingHtml": "<h3 class=\"card-title\">API Products</h3>",
"firstParagraph": "Manage APIs as products to increase business value.",
"paragraphHtml": "<p>Manage APIs as products to increase business value.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Model Context Protocol",
"headingHtml": "<h3 class=\"card-title\">Model Context Protocol</h3>",
"firstParagraph": "Curate and expose integrations and APIs as MCP servers with built-in governance.",
"paragraphHtml": "<p>Curate and expose integrations and APIs as MCP servers with built-in governance.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Why Boomi for API Management?",
"headingHtml": "<h2 class=\"main-heading\">Why Boomi for API Management?</h2>",
"firstParagraph": "For leaders turning API complexity into an AI advantage",
"paragraphHtml": "<p>For leaders turning API complexity into an AI advantage</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Universal Governance",
"headingHtml": "<h3 class=\"card-title\">Universal Governance</h3>",
"firstParagraph": "Establish a single source of API truth with full observability across every gateway and provider.",
"paragraphHtml": "<p>Establish a single source of API truth with full observability across every gateway and provider.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Business-Driven APIs",
"headingHtml": "<h3 class=\"card-title\">Business-Driven APIs</h3>",
"firstParagraph": "Curate APIs around business use cases and workflows to speed delivery and drive measurable outcomes.",
"paragraphHtml": "<p>Curate APIs around business use cases and workflows to speed delivery and drive measurable outcomes.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Complete Agent Orchestration",
"headingHtml": "<h3 class=\"card-title\">Complete Agent Orchestration</h3>",
"firstParagraph": "Build, manage, and govern AI agents on the same platform that powers the APIs, integrations, and data they depend on.",
"paragraphHtml": "<p>Build, manage, and govern AI agents on the same platform that powers the APIs, integrations, and data they depend on.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Secure MCP",
"headingHtml": "<h3 class=\"card-title\">Secure MCP</h3>",
"firstParagraph": "Unlock your entire stack — legacy and cloud — for MCP with unified policies and full visibility. Centralize every server in one vendor-agnostic registry.",
"paragraphHtml": "<p>Unlock your entire stack — legacy and cloud — for MCP with unified policies and full visibility. Centralize every server in one vendor-agnostic registry.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Conquer API Sprawl to Succeed With AI",
"headingHtml": "<h2 class=\"h2\">Conquer API Sprawl to Succeed With AI</h2>",
"firstParagraph": "Achieve visibility across your total API landscape to enhance AI business value.",
"paragraphHtml": "<p>Achieve visibility across your total API landscape to enhance AI business value.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Power of the platform",
"headingHtml": "<h2 class=\"main-heading\">Power of the platform</h2>",
"firstParagraph": "Leverage the power of the Boomi Enterprise platform.",
"paragraphHtml": "<p>Leverage the power of the Boomi Enterprise platform.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Comprehensive API Tools",
"headingHtml": "<h3 class=\"card-title\">Comprehensive API Tools</h3>",
"firstParagraph": "Manage and report on API usage with robust built-in APIs.",
"paragraphHtml": "<p>Manage and report on API usage with robust built-in APIs.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Flexible cloud deployment",
"headingHtml": "<h3 class=\"card-title\">Flexible cloud deployment</h3>",
"firstParagraph": "Built on Boomi’s flexible, multi-cloud, autonomous runtime.",
"paragraphHtml": "<p>Built on Boomi’s flexible, multi-cloud, autonomous runtime.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Manage agent lifecycle",
"headingHtml": "<h3 class=\"card-title\">Manage agent lifecycle</h3>",
"firstParagraph": "Design, govern, and orchestrate all AI agents at scale.",
"paragraphHtml": "<p>Design, govern, and orchestrate all AI agents at scale.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Seamless platform integration",
"headingHtml": "<h3 class=\"card-title\">Seamless platform integration</h3>",
"firstParagraph": "Integrate seamlessly with other Boomi Enterprise Platform services.",
"paragraphHtml": "<p>Integrate seamlessly with other Boomi Enterprise Platform services.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Explore pricing plans built to scale with your business.",
"headingHtml": "<h2>Explore pricing plans built to scale with your business.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "API Management resources",
"headingHtml": "<h2>API Management resources</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management",
"headingHtml": "<h2 class=\"rc-title\">Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Agentic Transformation Playbook",
"headingHtml": "<h2 class=\"rc-title\">Agentic Transformation Playbook</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "IDC Video | Conquer API Sprawl to Succeed with AI",
"headingHtml": "<h2 class=\"rc-title\">IDC Video | Conquer API Sprawl to Succeed with AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "S&P Global Market Intelligence | Boomi Expands API Management Portfolio",
"headingHtml": "<h2 class=\"rc-title\">S&P Global Market Intelligence | Boomi Expands API Management Portfolio</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boomi Unveils Comprehensive API Management to Combat API Sprawl and Power Agentic AI",
"headingHtml": "<h2 class=\"rc-title\">Boomi Unveils Comprehensive API Management to Combat API Sprawl and Power Agentic AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The State of API Management: Challenges and Opportunities",
"headingHtml": "<h2 class=\"rc-title\">The State of API Management: Challenges and Opportunities</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boomi API Management: Conquer API Chaos and Accelerate AI Adoption",
"headingHtml": "<h2 class=\"rc-title\">Boomi API Management: Conquer API Chaos and Accelerate AI Adoption</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Boomi Cloud API Management",
"headingHtml": "<h2 class=\"rc-title\">Boomi Cloud API Management</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "IDC Infographic | Conquer API Sprawl to Succeed With AI",
"headingHtml": "<h2 class=\"rc-title\">IDC Infographic | Conquer API Sprawl to Succeed With AI</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "API Trends Highlight the Importance of AI, Federated Governance, and Scalability",
"headingHtml": "<h2 class=\"rc-title\">API Trends Highlight the Importance of AI, Federated Governance, and Scalability</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get started with intelligent integration and automation",
"headingHtml": "<h2>Get started with intelligent integration and automation</h2>",
"firstParagraph": "The Data Activation Company",
"paragraphHtml": "<p>The Data Activation Company</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 85/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: platform, b2b, enterprise.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 85/100 and needs improvement.
Evidence
{
"title": "API Management Platform for B2B Enterprise | Boomi",
"h1": "Boomi API Management",
"description": "Boomi API Management supports the full lifecycle of APIs in any environment. Configure APIs and expose real-time integrations effortlessly.",
"topicOverlap": 0.5,
"topicTerms": [
"api",
"management",
"platform",
"b2b",
"enterprise",
"boomi"
],
"descriptionTerms": [
"boomi",
"api",
"management",
"supports",
"full",
"lifecycle",
"apis",
"any",
"environment",
"configure",
"expose",
"real",
"time",
"integrations",
"effortlessly"
],
"missingFromDescription": [
"platform",
"b2b",
"enterprise"
],
"score": 85,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 75/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
216 image(s) are missing width/height attributes. 1 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
75/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 75/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0",
"visibleWords": 3407,
"htmlBytes": 1053373,
"imagesMissingDimensions": [
{
"src": "https://boomi.com/wp-content/uploads/PlugsConnected-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/PlugsConnected-1.svg\" alt=\"MCP Connectors\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/SAP-Menu-Connector-Cards-Logo-Mark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/SAP-Menu-Connector-Cards-Logo-Mark.svg\" alt=\"Boomi for SAP\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-aws.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-aws.svg\" alt=\"AWS\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Salesforce-Menu-Connector-Cards-Logo-Mark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Salesforce-Menu-Connector-Cards-Logo-Mark.svg\" alt=\"Salesforce\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/servicenow-wordmark-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/servicenow-wordmark-logo.svg\" alt=\"ServiceNow\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/oracle-netsuite-logo-new.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/oracle-netsuite-logo-new.svg\" alt=\"Oracle NetSuite\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Homepage-Slack-Card-Logomark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Homepage-Slack-Card-Logomark.svg\" alt=\"Slack\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Workday-Menu-Connector-Cards-Logo-Mark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Workday-Menu-Connector-Cards-Logo-Mark.svg\" alt=\"Workday\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/marketplace-purple-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/marketplace-purple-icon.svg\" alt=\"Explore Boomi Marketplace\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/PlugsConnected.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/PlugsConnected.svg\" alt=\"Connect Any Application\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/oracle-netsuite-logo-new.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/oracle-netsuite-logo-new.svg\" alt=\"Connect with NetSuite\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/snowflake.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/snowflake.svg\" alt=\"Connect with Snowflake\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/ChatGPT-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/ChatGPT-Logo.svg\" alt=\"Connect with ChatGPT\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/servicenow-icon-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/servicenow-icon-logo.svg\" alt=\"Connect with ServiceNow\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Homepage-Shopify-Card-Logomark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Homepage-Shopify-Card-Logomark.svg\" alt=\"Connect with Shopify\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/google-drive-tech-preview.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/google-drive-tech-preview.svg\" alt=\"Connect with Google Drive\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/pinecone-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/pinecone-logo.svg\" alt=\"Retrieval-Augmented Generation with Boomi\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Australian-Red-Cross-Menu-Case-Study-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Australian-Red-Cross-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Smartsheet-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Smartsheet-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Origin-Menu-Case-Study-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Origin-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/American-Cancer-Society-Menu-Case-Study-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/American-Cancer-Society-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/American-Student-Assistance.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/American-Student-Assistance.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/artlistlogo.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/artlistlogo.png\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Dropbox-Logo-Color.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Dropbox-Logo-Color.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Cornell-University-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Cornell-University-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/2024/06/brand.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/2024/06/brand.svg\" alt=\"Boomi\">"
},
{
"src": "https://boomi.com/wp-content/uploads/BoomiMenuLogoIcon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/BoomiMenuLogoIcon.svg\" alt=\"Boomi\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-platform.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-platform.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-why-boomi.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-why-boomi.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-pricing.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-pricing.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-security-compliance.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-security-compliance.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-innovation.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-innovation.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-orchestrate.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-orchestrate.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/IconCompanion-.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/IconCompanion-.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-boomi-embed.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-boomi-embed.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-boomi-runtime.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-boomi-runtime.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-ai-controltower.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-ai-controltower.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-ai-studio.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-ai-studio.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-ai-agent.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-ai-agent.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-Icon-Connect.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-Icon-Connect.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/PlugsConnected-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/PlugsConnected-1.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-boomi-mcp.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-boomi-mcp.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Bank.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Path-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Path-1.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-data-hub.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-data-hub.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-data-hub.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-data-hub.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Boomi-Data-Integration-Menu-Icon-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Boomi-Data-Integration-Menu-Icon-1.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-metahub.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-metahub.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-integration.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-integration.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-flow.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-flow.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-event-streams.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-event-streams.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-b2b-edi.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-b2b-edi.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-task-automation.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-task-automation.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/mft-nav-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/mft-nav-icon.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-apim-iocn.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-apim-iocn.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-security-compliance.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-security-compliance.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/lock-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/lock-icon.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/cube-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/cube-icon.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-ai-controltower.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-ai-controltower.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-ai-studio.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-ai-studio.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-ai-agent.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-ai-agent.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-Icon-Connect.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-Icon-Connect.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/PlugsConnected-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/PlugsConnected-1.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-boomi-mcp.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-boomi-mcp.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Bank.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Bank.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Path-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Path-1.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/PlugsConnected-1.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/PlugsConnected-1.svg\" alt=\"MCP Connectors\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/SAP-Menu-Connector-Cards-Logo-Mark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/SAP-Menu-Connector-Cards-Logo-Mark.svg\" alt=\"Boomi for SAP\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-aws.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-aws.svg\" alt=\"AWS\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Salesforce-Menu-Connector-Cards-Logo-Mark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Salesforce-Menu-Connector-Cards-Logo-Mark.svg\" alt=\"Salesforce\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/servicenow-wordmark-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/servicenow-wordmark-logo.svg\" alt=\"ServiceNow\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/oracle-netsuite-logo-new.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/oracle-netsuite-logo-new.svg\" alt=\"Oracle NetSuite\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Homepage-Slack-Card-Logomark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Homepage-Slack-Card-Logomark.svg\" alt=\"Slack\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Workday-Menu-Connector-Cards-Logo-Mark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Workday-Menu-Connector-Cards-Logo-Mark.svg\" alt=\"Workday\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/marketplace-purple-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/marketplace-purple-icon.svg\" alt=\"Explore Boomi Marketplace\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/PlugsConnected.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/PlugsConnected.svg\" alt=\"Connect Any Application\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/oracle-netsuite-logo-new.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/oracle-netsuite-logo-new.svg\" alt=\"Connect with NetSuite\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/snowflake.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/snowflake.svg\" alt=\"Connect with Snowflake\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/ChatGPT-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/ChatGPT-Logo.svg\" alt=\"Connect with ChatGPT\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/servicenow-icon-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/servicenow-icon-logo.svg\" alt=\"Connect with ServiceNow\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Homepage-Shopify-Card-Logomark.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Homepage-Shopify-Card-Logomark.svg\" alt=\"Connect with Shopify\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/google-drive-tech-preview.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/google-drive-tech-preview.svg\" alt=\"Connect with Google Drive\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/pinecone-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/pinecone-logo.svg\" alt=\"Retrieval-Augmented Generation with Boomi\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-manufacturing.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-manufacturing.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-healthcare.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-healthcare.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-retail.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-retail.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-financial.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-financial.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-education.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-education.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-public-sector.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-public-sector.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-dots-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-dots-icon.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-it.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-it.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-finance.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-finance.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-hr.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-hr.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-marketing.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-marketing.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-sales.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-sales.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-supply-chain.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-supply-chain.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-analytics.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-analytics.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-support.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-support.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-dots-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-dots-icon.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/CurrencyCircleDollar-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/CurrencyCircleDollar-Menu-Icon-Quick-links.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-credit-card-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-credit-card-icon.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-user-focus-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-user-focus-icon.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-data-Sovereignty.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-data-Sovereignty.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icoe.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icoe.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-customer-360.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-customer-360.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-ma.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-ma.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-erp.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-erp.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-innovation.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-innovation.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-dots-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-dots-icon.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Australian-Red-Cross-Menu-Case-Study-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Australian-Red-Cross-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Smartsheet-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Smartsheet-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Origin-Menu-Case-Study-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Origin-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/American-Cancer-Society-Menu-Case-Study-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/American-Cancer-Society-Menu-Case-Study-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/American-Student-Assistance.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/American-Student-Assistance.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/artlistlogo.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/artlistlogo.png\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Dropbox-Logo-Color.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Dropbox-Logo-Color.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Cornell-University-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Cornell-University-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-resource-center.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-resource-center.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-resources-blogs.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-resources-blogs.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-resources-events.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-resources-events.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-resources-ebooks-reports.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-resources-ebooks-reports.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-resources-podcast.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-resources-podcast.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-resources-training.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-resources-training.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-resources-community.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-resources-community.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-videos.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-videos.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-partner-overview.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-partner-overview.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-find-partner.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-find-partner.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-become-partner.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-become-partner.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-partner-login.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-partner-login.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-icon-boomi-embed.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-icon-boomi-embed.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-system-integrator.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-system-integrator.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-tpp.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-tpp.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/nav-aws.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/nav-aws.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/servicenow-icon-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/servicenow-icon-logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Snowflake-Logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Snowflake-Logo.svg\" alt loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Video-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Sparkle-Menu-Icon-Quick-links.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/uploads/discover-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/discover-icon.svg\" alt>"
},
{
"src": "https://boomi.com/wp-content/themes/boomi/assets/images/en.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lang-menu-flag\" src=\"https://boomi.com/wp-content/themes/boomi/assets/images/en.svg\" alt=\"icon\">"
},
{
"src": "https://boomi.com/wp-content/themes/boomi/assets/images/de.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lang-menu-flag\" src=\"https://boomi.com/wp-content/themes/boomi/assets/images/de.svg\" alt=\"icon\">"
},
{
"src": "https://boomi.com/wp-content/themes/boomi/assets/images/fr.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lang-menu-flag\" src=\"https://boomi.com/wp-content/themes/boomi/assets/images/fr.svg\" alt=\"icon\">"
},
{
"src": "https://boomi.com/wp-content/themes/boomi/assets/images/it.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lang-menu-flag\" src=\"https://boomi.com/wp-content/themes/boomi/assets/images/it.svg\" alt=\"icon\">"
},
{
"src": "https://boomi.com/wp-content/themes/boomi/assets/images/ja.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lang-menu-flag\" src=\"https://boomi.com/wp-content/themes/boomi/assets/images/ja.svg\" alt=\"icon\">"
},
{
"src": "https://boomi.com/wp-content/uploads/boomi-apim-vid-thmb.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"vc-thumb\" src=\"https://boomi.com/wp-content/uploads/boomi-apim-vid-thmb.png\" alt fetchpriority=\"high\">"
},
{
"src": "https://boomi.com/wp-content/uploads/apim-prod-mar.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/apim-prod-mar.svg\" alt=\"apim-prod-mar\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/CTA-Module-APIM-Maturity-Assessment.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/CTA-Module-APIM-Maturity-Assessment.png\" alt=\"CTA Module - APIM Maturity Assessment\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/APIM-Product-Page-Governance.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/APIM-Product-Page-Governance.jpg\" alt=\"APIM Product Page Governance\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/APIM-Product-Page-Security.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/APIM-Product-Page-Security.jpg\" alt=\"APIM Product Page Security\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/APIM-Product-Page-AI.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/APIM-Product-Page-AI.jpg\" alt=\"APIM Product Page AI\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/apim-cycle-img.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/apim-cycle-img.svg\" alt=\"apim-cycle-img\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/control-tower.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/control-tower.svg\" alt=\"control-tower\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Path.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Path.svg\" alt=\"Path\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Robot.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Robot.svg\" alt=\"Robot\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/boomi-mcp-coral.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://boomi.com/wp-content/uploads/boomi-mcp-coral.svg\" alt=\"boomi-mcp-coral\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Digital-Transformation-2-2.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/Digital-Transformation-2-2.svg\" alt=\"Digital Transformation 2 2\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/De_Volksbank_logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/De_Volksbank_logo.svg\" alt=\"De_Volksbank_logo\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/arm-logo-black-2.8b50123d.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/arm-logo-black-2.8b50123d.png\" alt=\"arm-logo-black-2.8b50123d\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Dropbox-Logo-Color.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/Dropbox-Logo-Color.svg\" alt=\"Dropbox Logo Color\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/Boomi-Logo-White-Footer.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://boomi.com/wp-content/uploads/Boomi-Logo-White-Footer.svg\" alt=\"Boomi\">"
},
{
"src": "https://boomi.com/wp-content/uploads/irap-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/irap-logo.svg\" alt=\"irap-logo\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/SOC2-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/SOC2-logo.svg\" alt=\"SOC2-logo\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/iso-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/iso-logo.svg\" alt=\"iso-logo\" loading=\"lazy\">"
},
{
"src": "https://boomi.com/wp-content/uploads/GDPR-logo.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class src=\"https://boomi.com/wp-content/uploads/GDPR-logo.svg\" alt=\"GDPR-logo\" loading=\"lazy\">"
},
{
"src": "https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=59f3a99def8e46ac9f51fc09e5f99252&_biz_l=https%3A%2F%2Fboomi.com%2Fplatform%2Fapi-management%2F&_biz_t=1781123415303&_biz_i=API%20Management%20Platform%20for%20B2B%20Enterprise%20%7C%20Boomi&_biz_n=0&rnd=110893&cdn_o=a&_biz_z=1781123416319",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=59f3a99def8e46ac9f51fc09e5f99252&_biz_l=https%3A%2F%2Fboomi.com%2Fplatform%2Fapi-management%2F&_biz_t=1781123415303&_biz_i=API%20Management%20Platform%20for%20B2B%20Enterprise%20%7C%20Boomi&_biz_n=0&rnd=110893&cdn_o=a&_biz_z=1781123416319\" style=\"display: none;\">"
},
{
"src": "https://cdn.bizibly.com/u?_biz_u=59f3a99def8e46ac9f51fc09e5f99252&_biz_l=https%3A%2F%2Fboomi.com%2Fplatform%2Fapi-management%2F&_biz_t=1781123416329&_biz_i=API%20Management%20Platform%20for%20B2B%20Enterprise%20%7C%20Boomi&rnd=834023&cdn_o=a&_biz_z=1781123416329",
"width": "",
"height": "",
"loading": "",
"html": "<img alt src=\"https://cdn.bizibly.com/u?_biz_u=59f3a99def8e46ac9f51fc09e5f99252&_biz_l=https%3A%2F%2Fboomi.com%2Fplatform%2Fapi-management%2F&_biz_t=1781123416329&_biz_i=API%20Management%20Platform%20for%20B2B%20Enterprise%20%7C%20Boomi&rnd=834023&cdn_o=a&_biz_z=1781123416329\" style=\"display: none;\">"
}
],
"possibleDialogs": [
"<div class=\"ot-sdk-container\" role=\"dialog\" aria-label=\"Privacy\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-twelve ot-sdk-columns\"><div id=\"onetrust-policy\"><div class=\"banner-header\"><div class=\"banner_logo\"></div></div><div id=\"onetrust-policy-text\">We are using optional cookies to improve the quality of our website and products. If you don’t agree to optional cookies, we limit our cookies to the cookies necessary to offer our website and its related ser..."
],
"score": 75,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 13,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: platform, b2b, enterprise.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
88/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 88/100 and needs improvement.
Evidence
{
"title": "API Management Platform for B2B Enterprise | Boomi",
"h1": "Boomi API Management",
"description": "Boomi API Management supports the full lifecycle of APIs in any environment. Configure APIs and expose real-time integrations effortlessly.",
"topicOverlap": 0.5,
"definitionCount": 13,
"topicTerms": [
"api",
"management",
"platform",
"b2b",
"enterprise",
"boomi"
],
"descriptionTerms": [
"boomi",
"api",
"management",
"supports",
"full",
"lifecycle",
"apis",
"any",
"environment",
"configure",
"expose",
"real",
"time",
"integrations",
"effortlessly"
],
"missingFromDescription": [
"platform",
"b2b",
"enterprise"
],
"score": 88,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 80/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: 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
80/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 80/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Boomi Innovations May 2026",
"html": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>"
},
{
"text": "Boomi Innovations May 2026",
"html": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>"
},
{
"text": "Boomi Named Exemplary in Data Integration & Master Data Management | ISG Buyers Guides",
"html": "<h2 class=\"rc-title\">Boomi Named Exemplary in Data Integration & Master Data Management | ISG Buyers Guides</h2>"
},
{
"text": "Boomi Named a Leader in the 2026 Gartner® Magic Quadrant™ for iPaaS",
"html": "<h2 class=\"rc-title\">Boomi Named a Leader in the 2026 Gartner® Magic Quadrant™ for iPaaS</h2>"
},
{
"text": "Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management",
"html": "<h2 class=\"rc-title\">Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management</h2>"
},
{
"text": "Boomi Innovations May 2026",
"html": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>"
},
{
"text": "Agentic Transformation Playbook",
"html": "<h2 class=\"rc-title\">Agentic Transformation Playbook</h2>"
},
{
"text": "Nucleus Research | ROI Case Study: Boomi at a Regional Bank",
"html": "<h2 class=\"rc-title\">Nucleus Research | ROI Case Study: Boomi at a Regional Bank</h2>"
},
{
"text": "Nucleus Research iPaaS Technology Value Matrix 2026",
"html": "<h2 class=\"rc-title\">Nucleus Research iPaaS Technology Value Matrix 2026</h2>"
},
{
"text": "Customer Appreciation",
"html": "<h2 class=\"rc-title\">Customer Appreciation</h2>"
},
{
"text": "Boomi Named a Leader in the 2025 Forrester Wave™ for iPaaS",
"html": "<h2 class=\"rc-title\">Boomi Named a Leader in the 2025 Forrester Wave™ for iPaaS</h2>"
},
{
"text": "The Real-World Impact of Taming Complexity: Customer Innovation Stories",
"html": "<h2 class=\"rc-title\">The Real-World Impact of Taming Complexity: Customer Innovation Stories</h2>"
},
{
"text": "Infographic | Top 10 Considerations When Choosing an iPaaS Partner",
"html": "<h2 class=\"rc-title\">Infographic | Top 10 Considerations When Choosing an iPaaS Partner</h2>"
},
{
"text": "Deliver Seamless Integrations With Boomi",
"html": "<h2 class=\"rc-title\">Deliver Seamless Integrations With Boomi</h2>"
},
{
"text": "Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty",
"html": "<h2 class=\"rc-title\">Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty</h2>"
},
{
"text": "Powerful API Management. Total Control. Trusted AI.",
"html": "<h2>Powerful API Management. Total Control. Trusted AI. </h2>"
},
{
"text": "Boomi named a Leader in the 2025 Gartner® Magic Quadrant™ for API Management",
"html": "<h2 class=\"h2\">Boomi named a Leader in the 2025 Gartner® Magic Quadrant™ for API Management</h2>"
},
{
"text": "How it works",
"html": "<h2 class=\"h2\">How it works</h2>"
},
{
"text": "Govern any API",
"html": "<h2>Govern any API</h2>"
},
{
"text": "Secure your API landscape",
"html": "<h2>Secure your API landscape</h2>"
},
{
"text": "Fuel agentic workflows",
"html": "<h2>Fuel agentic workflows</h2>"
},
{
"text": "One Control Plane, Full Flexibility",
"html": "<h2>One Control Plane, Full Flexibility</h2>"
},
{
"text": "Boomi API Management features",
"html": "<h2 class=\"main-heading\">Boomi API Management features</h2>"
},
{
"text": "Why Boomi for API Management?",
"html": "<h2 class=\"main-heading\">Why Boomi for API Management?</h2>"
},
{
"text": "Conquer API Sprawl to Succeed With AI",
"html": "<h2 class=\"h2\">Conquer API Sprawl to Succeed With AI</h2>"
},
{
"text": "Power of the platform",
"html": "<h2 class=\"main-heading\">Power of the platform</h2>"
},
{
"text": "What our customers are saying",
"html": "<h2 class=\"h2\">What our customers are saying</h2>"
},
{
"text": "Explore pricing plans built to scale with your business.",
"html": "<h2>Explore pricing plans built to scale with your business.</h2>"
},
{
"text": "API Management resources",
"html": "<h2>API Management resources</h2>"
},
{
"text": "Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management",
"html": "<h2 class=\"rc-title\">Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management</h2>"
},
{
"text": "Agentic Transformation Playbook",
"html": "<h2 class=\"rc-title\">Agentic Transformation Playbook</h2>"
},
{
"text": "IDC Video | Conquer API Sprawl to Succeed with AI",
"html": "<h2 class=\"rc-title\">IDC Video | Conquer API Sprawl to Succeed with AI</h2>"
},
{
"text": "S&P Global Market Intelligence | Boomi Expands API Management Portfolio",
"html": "<h2 class=\"rc-title\">S&P Global Market Intelligence | Boomi Expands API Management Portfolio</h2>"
},
{
"text": "Boomi Unveils Comprehensive API Management to Combat API Sprawl and Power Agentic AI",
"html": "<h2 class=\"rc-title\">Boomi Unveils Comprehensive API Management to Combat API Sprawl and Power Agentic AI</h2>"
},
{
"text": "The State of API Management: Challenges and Opportunities",
"html": "<h2 class=\"rc-title\">The State of API Management: Challenges and Opportunities</h2>"
},
{
"text": "Boomi API Management: Conquer API Chaos and Accelerate AI Adoption",
"html": "<h2 class=\"rc-title\">Boomi API Management: Conquer API Chaos and Accelerate AI Adoption</h2>"
},
{
"text": "Boomi Cloud API Management",
"html": "<h2 class=\"rc-title\">Boomi Cloud API Management</h2>"
},
{
"text": "IDC Infographic | Conquer API Sprawl to Succeed With AI",
"html": "<h2 class=\"rc-title\">IDC Infographic | Conquer API Sprawl to Succeed With AI</h2>"
},
{
"text": "API Trends Highlight the Importance of AI, Federated Governance, and Scalability",
"html": "<h2 class=\"rc-title\">API Trends Highlight the Importance of AI, Federated Governance, and Scalability</h2>"
},
{
"text": "Get started with intelligent integration and automation",
"html": "<h2>Get started with intelligent integration and automation</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is API Management Platform for B2B Enterprise?",
"pattern": {}
},
{
"id": "how",
"label": "How does API Management Platform for B2B Enterprise work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use API Management Platform for B2B Enterprise?",
"pattern": {}
},
{
"id": "cost",
"label": "Is API Management Platform for B2B Enterprise free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does API Management Platform for B2B Enterprise compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does API Management Platform for B2B Enterprise compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441269
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441609
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441138
}
]
},
"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: 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
80/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": "Boomi Innovations May 2026",
"html": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>"
},
{
"text": "Boomi Innovations May 2026",
"html": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>"
},
{
"text": "Boomi Named Exemplary in Data Integration & Master Data Management | ISG Buyers Guides",
"html": "<h2 class=\"rc-title\">Boomi Named Exemplary in Data Integration & Master Data Management | ISG Buyers Guides</h2>"
},
{
"text": "Boomi Named a Leader in the 2026 Gartner® Magic Quadrant™ for iPaaS",
"html": "<h2 class=\"rc-title\">Boomi Named a Leader in the 2026 Gartner® Magic Quadrant™ for iPaaS</h2>"
},
{
"text": "Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management",
"html": "<h2 class=\"rc-title\">Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management</h2>"
},
{
"text": "Boomi Innovations May 2026",
"html": "<h2 class=\"rc-title\">Boomi Innovations May 2026</h2>"
},
{
"text": "Agentic Transformation Playbook",
"html": "<h2 class=\"rc-title\">Agentic Transformation Playbook</h2>"
},
{
"text": "Nucleus Research | ROI Case Study: Boomi at a Regional Bank",
"html": "<h2 class=\"rc-title\">Nucleus Research | ROI Case Study: Boomi at a Regional Bank</h2>"
},
{
"text": "Nucleus Research iPaaS Technology Value Matrix 2026",
"html": "<h2 class=\"rc-title\">Nucleus Research iPaaS Technology Value Matrix 2026</h2>"
},
{
"text": "Customer Appreciation",
"html": "<h2 class=\"rc-title\">Customer Appreciation</h2>"
},
{
"text": "Boomi Named a Leader in the 2025 Forrester Wave™ for iPaaS",
"html": "<h2 class=\"rc-title\">Boomi Named a Leader in the 2025 Forrester Wave™ for iPaaS</h2>"
},
{
"text": "The Real-World Impact of Taming Complexity: Customer Innovation Stories",
"html": "<h2 class=\"rc-title\">The Real-World Impact of Taming Complexity: Customer Innovation Stories</h2>"
},
{
"text": "Infographic | Top 10 Considerations When Choosing an iPaaS Partner",
"html": "<h2 class=\"rc-title\">Infographic | Top 10 Considerations When Choosing an iPaaS Partner</h2>"
},
{
"text": "Deliver Seamless Integrations With Boomi",
"html": "<h2 class=\"rc-title\">Deliver Seamless Integrations With Boomi</h2>"
},
{
"text": "Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty",
"html": "<h2 class=\"rc-title\">Capitalize on API-Led Innovations to Grow Revenue and Customer Loyalty</h2>"
},
{
"text": "Powerful API Management. Total Control. Trusted AI.",
"html": "<h2>Powerful API Management. Total Control. Trusted AI. </h2>"
},
{
"text": "Boomi named a Leader in the 2025 Gartner® Magic Quadrant™ for API Management",
"html": "<h2 class=\"h2\">Boomi named a Leader in the 2025 Gartner® Magic Quadrant™ for API Management</h2>"
},
{
"text": "How it works",
"html": "<h2 class=\"h2\">How it works</h2>"
},
{
"text": "Govern any API",
"html": "<h2>Govern any API</h2>"
},
{
"text": "Secure your API landscape",
"html": "<h2>Secure your API landscape</h2>"
},
{
"text": "Fuel agentic workflows",
"html": "<h2>Fuel agentic workflows</h2>"
},
{
"text": "One Control Plane, Full Flexibility",
"html": "<h2>One Control Plane, Full Flexibility</h2>"
},
{
"text": "Boomi API Management features",
"html": "<h2 class=\"main-heading\">Boomi API Management features</h2>"
},
{
"text": "Why Boomi for API Management?",
"html": "<h2 class=\"main-heading\">Why Boomi for API Management?</h2>"
},
{
"text": "Conquer API Sprawl to Succeed With AI",
"html": "<h2 class=\"h2\">Conquer API Sprawl to Succeed With AI</h2>"
},
{
"text": "Power of the platform",
"html": "<h2 class=\"main-heading\">Power of the platform</h2>"
},
{
"text": "What our customers are saying",
"html": "<h2 class=\"h2\">What our customers are saying</h2>"
},
{
"text": "Explore pricing plans built to scale with your business.",
"html": "<h2>Explore pricing plans built to scale with your business.</h2>"
},
{
"text": "API Management resources",
"html": "<h2>API Management resources</h2>"
},
{
"text": "Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management",
"html": "<h2 class=\"rc-title\">Boomi Named a Leader in 2025 Gartner® Magic Quadrant™ for API Management</h2>"
},
{
"text": "Agentic Transformation Playbook",
"html": "<h2 class=\"rc-title\">Agentic Transformation Playbook</h2>"
},
{
"text": "IDC Video | Conquer API Sprawl to Succeed with AI",
"html": "<h2 class=\"rc-title\">IDC Video | Conquer API Sprawl to Succeed with AI</h2>"
},
{
"text": "S&P Global Market Intelligence | Boomi Expands API Management Portfolio",
"html": "<h2 class=\"rc-title\">S&P Global Market Intelligence | Boomi Expands API Management Portfolio</h2>"
},
{
"text": "Boomi Unveils Comprehensive API Management to Combat API Sprawl and Power Agentic AI",
"html": "<h2 class=\"rc-title\">Boomi Unveils Comprehensive API Management to Combat API Sprawl and Power Agentic AI</h2>"
},
{
"text": "The State of API Management: Challenges and Opportunities",
"html": "<h2 class=\"rc-title\">The State of API Management: Challenges and Opportunities</h2>"
},
{
"text": "Boomi API Management: Conquer API Chaos and Accelerate AI Adoption",
"html": "<h2 class=\"rc-title\">Boomi API Management: Conquer API Chaos and Accelerate AI Adoption</h2>"
},
{
"text": "Boomi Cloud API Management",
"html": "<h2 class=\"rc-title\">Boomi Cloud API Management</h2>"
},
{
"text": "IDC Infographic | Conquer API Sprawl to Succeed With AI",
"html": "<h2 class=\"rc-title\">IDC Infographic | Conquer API Sprawl to Succeed With AI</h2>"
},
{
"text": "API Trends Highlight the Importance of AI, Federated Governance, and Scalability",
"html": "<h2 class=\"rc-title\">API Trends Highlight the Importance of AI, Federated Governance, and Scalability</h2>"
},
{
"text": "Get started with intelligent integration and automation",
"html": "<h2>Get started with intelligent integration and automation</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is API Management Platform for B2B Enterprise?",
"pattern": {}
},
{
"id": "how",
"label": "How does API Management Platform for B2B Enterprise work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use API Management Platform for B2B Enterprise?",
"pattern": {}
},
{
"id": "cost",
"label": "Is API Management Platform for B2B Enterprise free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does API Management Platform for B2B Enterprise compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does API Management Platform for B2B Enterprise compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441138,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"compatibleContentType": false,
"contentLength": 222773,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": true,
"links": [
"/javascript",
"/*!",
"/iPad",
"/.test(o.navigator",
"/Firefox",
"/);Array.isArray(e)&&e.length",
"/called",
"/blobs",
"/logs",
"https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e"
],
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 442034,
"text": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArray(t[o])?r[o]=Array.from(new Set([...e[o],...t[o]])):e[o]instanceof Map||e[o]instanceof Set||e[o]instanceof Date||e[o]instanceof RegExp?r[o]=e[o]:\"object\"==typeof e[o]&&\"object\"==typeof t[o]?r[o]=i(e[o],t[o]):r[o]=e[o]}catch(e){r[o]||(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},154:(e,t,r)=>{\"use strict\";r.d(t,{OF:()=>u,RI:()=>i,WN:()=>l,bv:()=>s,gm:()=>o,m:()=>c,mw:()=>a,sb:()=>d,zk:()=>f});var n=r(863);const i=\"undefined\"!=typeof window&&!!window.document,s=\"undefined\"!=typeof WorkerGlobalScope&&(\"undefined\"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||\"undefined\"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),o=i?window:\"undefined\"!=typeof WorkerGlobalScope&&(\"undefined\"!=typeof self&&self instanceof WorkerGlobalScope&&self||\"undefined\"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),a=Boolean(\"hidden\"===o?.document?.visibilityState),c=\"\"+o?.location,u=/iPad|iPhone|iPod/.test(o.navigator?.userAgent),d=u&&\"undefined\"==typeof SharedWorker,l=((()=>{const e=o.navigator?.userAgent?.match(/Firefox[/\\s](\\d+\\.\\d+)/);Array.isArray(e)&&e.length>=2&&e[1]})(),Date.now()-(0,n.t)()),f=()=>{const e=o?.performance?.getEntriesByType?.(\"navigation\")?.[0];if(e&&e.responseStart>0&&e.responseStart<o.performance.now())return e}},234:(e,t,r)=>{\"use strict\";r.d(t,{W:()=>i});var n=r(687);class i{constructor(e,t){this.agentRef=e,this.ee=e?.ee,this.featureName=t,this.blocked=!1}deregisterDrain(){(0,n.x3)(this.agentRef,this.featureName)}}},241:(e,t,r)=>{\"use strict\";r.d(t,{W:()=>s});var n=r(154);const i=\"newrelic\";function s(e={}){try{n.gm.dispatchEvent(new CustomEvent(i,{detail:e}))}catch(e){}}},261:(e,t,r)=>{\"use strict\";r.d(t,{$9:()=>u,BL:()=>a,CH:()=>g,Dl:()=>_,Fw:()=>y,PA:()=>h,Pl:()=>n,Pv:()=>k,Tb:()=>l,U2:()=>s,V1:()=>R,Wb:()=>x,bt:()=>b,cD:()=>v,d3:()=>w,dT:()=>c,eY:()=>p,fF:()=>f,hG:()=>i,k6:()=>o,nb:()=>m,o5:()=>d});const n=\"api-\",i=\"addPageAction\",s=\"addToTrace\",o=\"addRelease\",a=\"finished\",c=\"interaction\",u=\"log\",d=\"noticeError\",l=\"pauseReplay\",f=\"recordCustomEvent\",g=\"recordReplay\",p=\"register\",m=\"setApplicationVersion\",h=\"setCurrentRouteName\",v=\"setCustomAttribute\",b=\"setErrorHandler\",y=\"setPageViewName\",_=\"setUserId\",w=\"start\",x=\"wrapLogger\",R=\"measure\",k=\"consent\"},289:(e,t,r)=>{\"use strict\";r.d(t,{GG:()=>o,Qr:()=>c,sB:()=>a});var n=r(878),i=r(389);function s(){return\"undefined\"==typeof document||\"complete\"===document.readyState}function o(e,t){if(s())return e();const r=(0,i.J)(e),o=setInterval(()=>{s()&&(clearInterval(o),r())},500);(0,n.sp)(\"load\",r,t)}function a(e){if(s())return e();(0,n.DD)(\"DOMContentLoaded\",e)}function c(e){if(s())return e();(0,n.sp)(\"popstate\",e)}},324:(e,t,r)=>{\"use strict\";r.d(t,{F3:()=>i,Xs:()=>s,xv:()=>n});const n=\"1.316.0\",i=\"PROD\",s=\"CDN\"},362:(e,t,r)=>{\"use strict\";r.d(t,{d:()=>s});var n=r(566),i=r(741);class s extends i.W{agentIdentifier=(0,n.LA)(16)}},374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return\"\"})()},384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>d,dV:()=>u,pV:()=>l});var n=r(154),i=r(863),s=r(944),o=r(910);const a={beacon:\"b"
},
"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": 441671,
"text": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArray(t[o])?r[o]=Array.from(new Set([...e[o],...t[o]])):e[o]instanceof Map||e[o]instanceof Set||e[o]instanceof Date||e[o]instanceof RegExp?r[o]=e[o]:\"object\"==typeof e[o]&&\"object\"==typeof t[o]?r[o]=i(e[o],t[o]):r[o]=e[o]}catch(e){r[o]||(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},154:(e,t,r)=>{\"use strict\";r.d(t,{OF:()=>u,RI:()=>i,WN:()=>l,bv:()=>s,gm:()=>o,m:()=>c,mw:()=>a,sb:()=>d,zk:()=>f});var n=r(863);const i=\"undefined\"!=typeof window&&!!window.document,s=\"undefined\"!=typeof WorkerGlobalScope&&(\"undefined\"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||\"undefined\"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),o=i?window:\"undefined\"!=typeof WorkerGlobalScope&&(\"undefined\"!=typeof self&&self instanceof WorkerGlobalScope&&self||\"undefined\"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),a=Boolean(\"hidden\"===o?.document?.visibilityState),c=\"\"+o?.location,u=/iPad|iPhone|iPod/.test(o.navigator?.userAgent),d=u&&\"undefined\"==typeof SharedWorker,l=((()=>{const e=o.navigator?.userAgent?.match(/Firefox[/\\s](\\d+\\.\\d+)/);Array.isArray(e)&&e.length>=2&&e[1]})(),Date.now()-(0,n.t)()),f=()=>{const e=o?.performance?.getEntriesByType?.(\"navigation\")?.[0];if(e&&e.responseStart>0&&e.responseStart<o.performance.now())return e}},234:(e,t,r)=>{\"use strict\";r.d(t,{W:()=>i});var n=r(687);class i{constructor(e,t){this.agentRef=e,this.ee=e?.ee,this.featureName=t,this.blocked=!1}deregisterDrain(){(0,n.x3)(this.agentRef,this.featureName)}}},241:(e,t,r)=>{\"use strict\";r.d(t,{W:()=>s});var n=r(154);const i=\"newrelic\";function s(e={}){try{n.gm.dispatchEvent(new CustomEvent(i,{detail:e}))}catch(e){}}},261:(e,t,r)=>{\"use strict\";r.d(t,{$9:()=>u,BL:()=>a,CH:()=>g,Dl:()=>_,Fw:()=>y,PA:()=>h,Pl:()=>n,Pv:()=>k,Tb:()=>l,U2:()=>s,V1:()=>R,Wb:()=>x,bt:()=>b,cD:()=>v,d3:()=>w,dT:()=>c,eY:()=>p,fF:()=>f,hG:()=>i,k6:()=>o,nb:()=>m,o5:()=>d});const n=\"api-\",i=\"addPageAction\",s=\"addToTrace\",o=\"addRelease\",a=\"finished\",c=\"interaction\",u=\"log\",d=\"noticeError\",l=\"pauseReplay\",f=\"recordCustomEvent\",g=\"recordReplay\",p=\"register\",m=\"setApplicationVersion\",h=\"setCurrentRouteName\",v=\"setCustomAttribute\",b=\"setErrorHandler\",y=\"setPageViewName\",_=\"setUserId\",w=\"start\",x=\"wrapLogger\",R=\"measure\",k=\"consent\"},289:(e,t,r)=>{\"use strict\";r.d(t,{GG:()=>o,Qr:()=>c,sB:()=>a});var n=r(878),i=r(389);function s(){return\"undefined\"==typeof document||\"complete\"===document.readyState}function o(e,t){if(s())return e();const r=(0,i.J)(e),o=setInterval(()=>{s()&&(clearInterval(o),r())},500);(0,n.sp)(\"load\",r,t)}function a(e){if(s())return e();(0,n.DD)(\"DOMContentLoaded\",e)}function c(e){if(s())return e();(0,n.sp)(\"popstate\",e)}},324:(e,t,r)=>{\"use strict\";r.d(t,{F3:()=>i,Xs:()=>s,xv:()=>n});const n=\"1.316.0\",i=\"PROD\",s=\"CDN\"},362:(e,t,r)=>{\"use strict\";r.d(t,{d:()=>s});var n=r(566),i=r(741);class s extends i.W{agentIdentifier=(0,n.LA)(16)}},374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return\"\"})()},384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>d,dV:()=>u,pV:()=>l});var n=r(154),i=r(863),s=r(944),o=r(910);const a={beacon:\"b"
}
},
"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": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"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": 441569
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 441671
}
]
},
"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": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n\n<head>\n <meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"ad15d94312\",applicationID:\"26069099\",browserID:\"26069164\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Ar"
},
"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://boomi.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://boomi.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://boomi.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://boomi.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": 3,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
}
]
},
"resourceFetchSucceeded": false
}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
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
3 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": "3 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
Links do not have a discernible name
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Check name
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list).
References
https://web.dev/learn/performance/Evidence
{
"description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list)."
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
14 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
Render-blocking requests
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 440 ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 440 ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
Check name
Minify JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 4 KiB
Fix guidance
Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 4 KiB",
"description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
5 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
68/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "speed-index",
"title": "Speed Index",
"score": 31,
"displayValue": "2.8 s",
"numericValue": 2832.849478363925
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 66,
"displayValue": "1.9 s",
"numericValue": 1898.0215316399663
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 98,
"displayValue": "0.7 s",
"numericValue": 681.007177213322
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 44,
"displayValue": "380 ms",
"numericValue": 383.1717715498635
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40 ms",
"numericValue": 36.69804
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 26,
"displayValue": "6.1 s",
"numericValue": 6073.68492935839
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 76,
"displayValue": "170 ms",
"numericValue": 174
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 30 ms",
"numericValue": 25
}
]
}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 |
|---|---|---|---|
| 59/100 | Level 3, Bot-Aware | Current report |