Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 60 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 73 out of 100
- SEO 77 out of 100
- Performance and Accessibility 59 out of 100
What AI sees of your website
Digital Engineering and Enterprise Solution Company | Xoriant
US-based software development, technology services company helping ISVs, large enterprises with digital engineering service, professional & managed services to accelerate technology initiatives
Next step
Turn this report into a fix workflow
20 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 | 60 | Needs work | 12 | 11 | 1 | View details |
| Discoverability | 86 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 54 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 15 | 22 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 11 | 0 | 0 | |
| 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 | 73 | Needs work | 6 | 2 | 12 | View details |
| GEO Readiness | 81 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 78 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 60 | Needs work | 1 | 1 | 5 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 59 | Needs work | 15 | 9 | 1 | View details |
| Performance | 47 | Priority fix | 11 | 6 | 1 | View details |
| Accessibility | 80 | Mostly ready | 4 | 3 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
49 items need attention
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
100 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://www.xoriant.com/",
"rel": "shortlink"
},
{
"url": "https://www.xoriant.com/",
"rel": "canonical"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
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": 403,
"contentType": "text/html"
},
"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": "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \">\n\n\t<head>\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/cdn/ff/F71b10FRNa0RU2jATbQpCPM8vDUBGt8N8AkCT1IeuVg/1692609954/public/Xoriant-Logo_0.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/sites/default/files/logo/Xoriant-Logo-Scroll.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"dns-prefetch\" href=\"https://use.fontawesome.com\">\n\t<link"
},
{
"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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \">\n\n\t<head>\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/cdn/ff/F71b10FRNa0RU2jATbQpCPM8vDUBGt8N8AkCT1IeuVg/1692609954/public/Xoriant-Logo_0.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/sites/default/files/logo/Xoriant-Logo-Scroll.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"dns-prefetch\" href=\"https://use.fontawesome.com\">\n\t<link"
},
{
"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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \">\n\n\t<head>\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/cdn/ff/F71b10FRNa0RU2jATbQpCPM8vDUBGt8N8AkCT1IeuVg/1692609954/public/Xoriant-Logo_0.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/sites/default/files/logo/Xoriant-Logo-Scroll.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"dns-prefetch\" href=\"https://use.fontawesome.com\">\n\t<link"
},
{
"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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \">\n\n\t<head>\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/cdn/ff/F71b10FRNa0RU2jATbQpCPM8vDUBGt8N8AkCT1IeuVg/1692609954/public/Xoriant-Logo_0.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/sites/default/files/logo/Xoriant-Logo-Scroll.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"dns-prefetch\" href=\"https://use.fontawesome.com\">\n\t<link"
},
{
"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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \">\n\n\t<head>\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/cdn/ff/F71b10FRNa0RU2jATbQpCPM8vDUBGt8N8AkCT1IeuVg/1692609954/public/Xoriant-Logo_0.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/sites/default/files/logo/Xoriant-Logo-Scroll.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"dns-prefetch\" href=\"https://use.fontawesome.com\">\n\t<link"
},
{
"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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \">\n\n\t<head>\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/cdn/ff/F71b10FRNa0RU2jATbQpCPM8vDUBGt8N8AkCT1IeuVg/1692609954/public/Xoriant-Logo_0.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/sites/default/files/logo/Xoriant-Logo-Scroll.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"dns-prefetch\" href=\"https://use.fontawesome.com\">\n\t<link"
},
{
"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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \">\n\n\t<head>\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/cdn/ff/F71b10FRNa0RU2jATbQpCPM8vDUBGt8N8AkCT1IeuVg/1692609954/public/Xoriant-Logo_0.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"preload\" href=\"https://www.xoriant.com/sites/default/files/logo/Xoriant-Logo-Scroll.png\" as=\"image\" fetchpriority=\"high\">\n\t<link rel=\"dns-prefetch\" href=\"https://use.fontawesome.com\">\n\t<link"
}
]
},
"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 ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 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": 403,
"contentType": "text/html",
"length": 146
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": "SAMEORIGIN DENY",
"validXFrame": false,
"contentSecurityPolicy": "default-src 'self'; frame-src 'self' https://www.googletagmanager.com https://x.adroll.com https://td.doubleclick.net https://match.adsrvr.org https://insight.adsrvr.org https://www.facebook.com https://html5-player.libsyn.com https://d.adroll.com https://s.adroll.com https://255-ekd-002.mktoresp.com https://va.tawk.to https://bid.g.doubleclick.net https://static-v.tawk.to https://www.youtube.com https://player.vimeo.com https://app.getcharla.com https://app.charla.com https://cdn.userway.org https://collectcdn.com https://api.collect.chat https://app-discovery-frontend.wonderfulsky-0f14cc1b.westus2.azurecontainerapps.io; connect-src 'self' https://*.clarity.ms/ https://js.zi-scripts.com/ https://privacyportal.onetrust.com/ https://www.google.com https://geolocation.onetrust.com https://cdn.cookielaw.org https://analytics.google.com https://d.adroll.com https://segments.company-target.com https://www.facebook.com/tr/ https://www.facebook.com https://go.xoriant.com https://255-ekd-002.mktoutil.com https://script.crazyegg.com https://www.google-analytics.com https://tracking.crazyegg.com https://api.company-target.com https://stats.g.doubleclick.net https://255-ekd-002.mktoresp.com https://app-na2.hubspot.com/ https://app.getcharla.com wss://app.getcharla.com https://app.charla.com wss://app.charla.com https://cdnjs.cloudflare.com https://cdn.userway.org https://api.userway.org https://ws.zoominfo.com https://forms-na2.hscollectedforms.net https://collectcdn.com https://api.collect.chat wss://collectcdn.com; script-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://bat.bing.com https://maxcdn.bootstrapcdn.com/ https://js.adsrvr.org/ https://js.zi-scripts.com/ https://a.usbrowserspeed.com/ https://www.youtube.com/ https://www.google-analytics.com/ https://munchkin.marketo.net/ https://ml314.com/ https://code.visitor-track.com/ https://connect.facebook.net/ https://s.adroll.com https://www.clarity.ms/ https://cdn.cookielaw.org/ https://d.adroll.com https://www.googletagmanager.com https://www.xoriant.com https://static-v.tawk.to https://ajax.googleapis.com https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com https://use.fontawesome.com https://cdn.jsdelivr.net https://js-na2.hs-scripts.com/243013611.js https://app.getcharla.com https://collectcdn.com https://api.collect.chat https://app.charla.com https://cdn.userway.org https://s3-us-west-2.amazonaws.com https://js-na2.hs-banner.com https://js-na2.hs-analytics.net https://js-na2.hscollectedforms.net https://scripts.clarity.ms https://googleads.g.doubleclick.net; img-src 'self' data: * https://cdn.cookielaw.org/ https://d.adroll.com/ https://segment.prod.bidr.io https://ssl.google-analytics.com https://app.getcharla.com https://collectcdn.com https://api.collect.chat https://app.charla.com https://cdn.userway.org; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://use.fontawesome.com https://static-v.tawk.to https://stackpath.bootstrapcdn.com https://maxcdn.bootstrapcdn.com https://fonts.googleapis.com https://cdnjs.cloudflare.com https://app.getcharla.com https://app.charla.com https://collectcdn.com https://api.collect.chat https://cdn.userway.org; font-src 'self' https://static-v.tawk.to https://use.fontawesome.com https://fonts.gstatic.com https://maxcdn.bootstrapcdn.com https://cdnjs.cloudflare.com https://app.getcharla.com https://collectcdn.com https://api.collect.chat https://app.charla.com https://cdn.userway.org; object-src 'self' data: https://www.xoriant.com; media-src 'self' https://www.xoriant.com;",
"cspFrameAncestors": false
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 24307,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema",
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 0); 6 links missing accessible names; 13/25 applicable form inputs have autocomplete attributes (12 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a id=\"webform-submission-header-contact-popup-node-10175-form-ajax-content\" tabindex=\"-1\" aria-hidden=\"true\"></a>",
"<a class=\"success-stories-link\" href=\"/case-study/eabs-zero-incident-deployments-with-xoriant\" tabindex=\"-1\"> </a>",
"<a class=\"success-stories-link\" href=\"/case-study/eabs-zero-incident-deployments-with-xoriant\" tabindex=\"-1\"> </a>",
"<a id=\"webform-submission-home-business-node-10175-form-ajax-content\" tabindex=\"-1\" aria-hidden=\"true\"></a>",
"<a id=\"webform-submission-home-career-node-10175-form-ajax-content\" tabindex=\"-1\" aria-hidden=\"true\"></a>",
"<a id=\"webform-submission-home-everything-else-node-10175-form-ajax-content\" tabindex=\"-1\" aria-hidden=\"true\"></a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input class=\"form-search\" id=\"search\" name=\"keys\" placeholder=\"Type to search\" type=\"text\" value>",
"<input class=\"form-search\" id=\"search\" name=\"keys\" placeholder=\"Type to search\" type=\"text\" value>",
"<input class=\"popup-name form-text required form-control\" data-webform-required-error=\"Please fill your name.\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z\\s]{3,30}\" data-webform-pattern-error=\"Min 3 alphabets required(Only Alphabets)\" data-drupal-selector=\"edit-first-name\" data-msg-maxlength=\"Name* field has a maximum length of 30.\" data-msg-required=\"Please fill your name.\" data-msg-pattern=\"Min 3 alphabets required(Only Alphabets)\" type=\"text\" id=\"edit-first-name\" name=\"first_name\" value size=\"255\" ma",
"<input class=\"popup-company form-text form-control\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z0-9\\s]*$\" data-webform-pattern-error=\"Company name should be valid\" data-drupal-selector=\"edit-company-name\" data-msg-maxlength=\"Company field has a maximum length of 255.\" data-msg-pattern=\"Company name should be valid\" type=\"text\" id=\"edit-company-name\" name=\"company_name\" value size=\"60\" maxlength=\"255\">",
"<input class=\"business_name form-text required form-control\" data-webform-required-error=\"Please fill Name.\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z\\s]{3,30}\" data-webform-pattern-error=\"Min 3 alphabets required(Only Alphabets)\" data-drupal-selector=\"edit-first-name\" data-msg-maxlength=\"Name field has a maximum length of 30.\" data-msg-required=\"Please fill Name.\" data-msg-pattern=\"Min 3 alphabets required(Only Alphabets)\" type=\"text\" id=\"edit-first-name--2\" name=\"first_name\" value size=\"255\" maxleng",
"<input class=\"business_company form-text required form-control\" data-webform-required-error=\"Please fill Company Name.\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z0-9\\s]*$\" data-webform-pattern-error=\"Company name should be valid\" data-drupal-selector=\"edit-company-name\" data-msg-maxlength=\"Company field has a maximum length of 255.\" data-msg-required=\"Please fill Company Name.\" data-msg-pattern=\"Company name should be valid\" type=\"text\" id=\"edit-company-name--2\" name=\"company_name\" value size=\"60\"",
"<input class=\"career_name form-text required form-control\" data-webform-required-error=\"Please fill Name.\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z\\s]{3,20}\" data-webform-pattern-error=\"Min 3 alphabets required(Only Alphabets)\" data-drupal-selector=\"edit-first-name\" data-msg-maxlength=\"Name field has a maximum length of 255.\" data-msg-required=\"Please fill Name.\" data-msg-pattern=\"Min 3 alphabets required(Only Alphabets)\" type=\"text\" id=\"edit-first-name--3\" name=\"first_name\" value size=\"255\" maxlengt",
"<input class=\"career_company form-text required form-control\" data-webform-required-error=\"Please fill Company Name.\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z0-9\\s]*$\" data-webform-pattern-error=\"Company name should be valid\" data-drupal-selector=\"edit-company-name\" data-msg-maxlength=\"Company field has a maximum length of 255.\" data-msg-required=\"Please fill Company Name.\" data-msg-pattern=\"Company name should be valid\" type=\"text\" id=\"edit-company-name--3\" name=\"company_name\" value size=\"60\" m",
"<input class=\"everything_else_name form-text required form-control\" data-webform-required-error=\"Please fill Name.\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z\\s]{3,20}\" data-webform-pattern-error=\"Min 3 alphabets required(Only Alphabets)\" data-drupal-selector=\"edit-first-name\" data-msg-maxlength=\"Name field has a maximum length of 255.\" data-msg-required=\"Please fill Name.\" data-msg-pattern=\"Min 3 alphabets required(Only Alphabets)\" type=\"text\" id=\"edit-first-name--4\" name=\"first_name\" value size=\"255\"",
"<input class=\"everything_else_company form-text required form-control\" data-webform-required-error=\"Please fill Company Name.\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z0-9\\s]*$\" data-webform-pattern-error=\"Company name should be valid\" data-drupal-selector=\"edit-company-name\" data-msg-maxlength=\"Company field has a maximum length of 255.\" data-msg-required=\"Please fill Company Name.\" data-msg-pattern=\"Company name should be valid\" type=\"text\" id=\"edit-company-name--4\" name=\"company_name\" value si",
"<input data-drupal-selector=\"edit-email\" pattern=\"(?i)^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,}$\" data-msg-maxlength=\"Email field has a maximum length of 254.\" data-msg-required=\"Email field is required.\" data-msg-email=\"Email does not contain a valid email.\" data-msg-pattern=\"Invalid Email\" type=\"email\" id=\"edit-email--5\" name=\"email\" value size=\"60\" maxlength=\"254\" placeholder=\"Enter Your Email\" class=\"form-email required form-control\" required=\"required\" aria-required=\"true\">",
"<input data-drupal-selector=\"edit-user-prompt\" data-msg-maxlength=\"This field field has a maximum length of 2048.\" data-msg-required=\"This field field is required.\" type=\"text\" id=\"edit-user-prompt\" name=\"user_prompt\" value size=\"60\" maxlength=\"2048\" class=\"form-text required form-control\" required=\"required\" aria-required=\"true\">"
],
"imagesMissingAlt": [
"<img class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg\">",
"<img src=\"/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg\">",
"<img src=\"/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg\">",
"<img src=\"/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg\">",
"<img src=\"/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg\">",
"<img src=\"/sites/all/modules/custom/ai_search_bot/assets/star-ai-icon.png\" width=\"16px\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 0,
"headings": 109,
"links": 366,
"inaccessibleLinks": 6,
"buttons": 42,
"inaccessibleButtons": 0,
"images": 234,
"imagesWithAlt": 228,
"autocompleteInputs": 25,
"inputsWithAutocomplete": 13,
"missingAutocompleteInputs": 12
}
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": "nosniff nosniff"
}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": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 146
}
]
},
"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": 74601
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 146
}
]
},
"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."
}
]
}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": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 74609
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 74599
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
25 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 1,
"timeDateCount": 0
}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": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 74621
}
]
},
"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": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "text/html",
"length": 146
}
]
},
"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": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 74606
}
]
},
"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": 403,
"contentType": "text/html",
"length": 146
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 74609
}
]
},
"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": "www.xoriant.com",
"probes": [
{
"name": "_index._agents.www.xoriant.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.xoriant.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.xoriant.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "xoriant.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="keys"> is missing a label.<input name="keys"> is missing tool-param-description.<input name="op"> is missing a label.<input name="op"> is missing tool-param-description.<input name="keys"> is missing a label.<input name="keys"> is missing tool-param-description.<input name="op"> is missing a label.<input name="op"> is missing tool-param-description.<input name="first_name"> is missing tool-param-description.<input name="email"> is missing tool-param-description.<input name="phone"> is missing tool-param-description.<input name="company_name"> is missing tool-param-description.<select name="we_are_looking_for_"> is missing tool-param-description.<textarea name="message"> is missing tool-param-description.<input name="privacy_text"> is missing tool-param-description.<input name="captcha_response"> is missing tool-param-description.<input name="field_content_target_id"> is missing tool-param-description.<input name="field_content_target_id"> is missing tool-param-description.<input name="field_content_target_id"> is missing tool-param-description.<input name="field_content_target_id"> is missing tool-param-description.<input name="field_content_target_id"> is missing tool-param-description.<input name="field_content_target_id"> is missing tool-param-description.<input name="field_content_target_id"> is missing tool-param-description.<input name="field_content_target_id"> is missing tool-param-description.<input name="field_content_target_id"> 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": 9,
"formsWithTags": 0,
"totalInteractive": 455,
"interactiveWithTags": 0,
"totalCount": 464,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"keys\"> is missing a label.",
"<input name=\"keys\"> is missing tool-param-description.",
"<input name=\"op\"> is missing a label.",
"<input name=\"op\"> is missing tool-param-description.",
"<input name=\"keys\"> is missing a label.",
"<input name=\"keys\"> is missing tool-param-description.",
"<input name=\"op\"> is missing a label.",
"<input name=\"op\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<select name=\"we_are_looking_for_\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<select name=\"we_are_looking_for\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"user_prompt\"> is missing a label.",
"<input name=\"user_prompt\"> 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": 56,
"issues": [
"<input name=\"keys\"> is missing a label.",
"<input name=\"keys\"> is missing tool-param-description.",
"<input name=\"op\"> is missing a label.",
"<input name=\"op\"> is missing tool-param-description.",
"<input name=\"keys\"> is missing a label.",
"<input name=\"keys\"> is missing tool-param-description.",
"<input name=\"op\"> is missing a label.",
"<input name=\"op\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<select name=\"we_are_looking_for_\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"keys\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"keys\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"op\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"op\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"keys\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"keys\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"op\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"op\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"first_name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"phone\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"company_name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"we_are_looking_for_\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<textarea name=\"message\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"privacy_text\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"captcha_response\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"field_content_target_id\"> 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": 9,
"formsWithTags": 0,
"totalInteractive": 455,
"interactiveWithTags": 0,
"totalCount": 464,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"keys\"> is missing a label.",
"<input name=\"keys\"> is missing tool-param-description.",
"<input name=\"op\"> is missing a label.",
"<input name=\"op\"> is missing tool-param-description.",
"<input name=\"keys\"> is missing a label.",
"<input name=\"keys\"> is missing tool-param-description.",
"<input name=\"op\"> is missing a label.",
"<input name=\"op\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<select name=\"we_are_looking_for_\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<select name=\"we_are_looking_for\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"user_prompt\"> is missing a label.",
"<input name=\"user_prompt\"> 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": 9,
"formsWithTags": 0,
"totalInteractive": 455,
"interactiveWithTags": 0,
"totalCount": 464,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"keys\"> is missing a label.",
"<input name=\"keys\"> is missing tool-param-description.",
"<input name=\"op\"> is missing a label.",
"<input name=\"op\"> is missing tool-param-description.",
"<input name=\"keys\"> is missing a label.",
"<input name=\"keys\"> is missing tool-param-description.",
"<input name=\"op\"> is missing a label.",
"<input name=\"op\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<select name=\"we_are_looking_for_\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_content_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"field_blog_category_target_id\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<select name=\"we_are_looking_for\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"first_name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"company_name\"> is missing tool-param-description.",
"<textarea name=\"message\"> is missing tool-param-description.",
"<input name=\"privacy_text\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"captcha_response\"> is missing tool-param-description.",
"<input name=\"user_prompt\"> is missing a label.",
"<input name=\"user_prompt\"> 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 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about-xoriant",
"text": "Our Story",
"html": "<a href=\"/about-xoriant\">Our Story</a>"
},
{
"href": "/about-xoriant/team",
"text": "Leadership Team",
"html": "<a href=\"/about-xoriant/team\">Leadership Team</a>"
},
{
"href": "/about-xoriant/awards",
"text": "Awards",
"html": "<a href=\"/about-xoriant/awards\">Awards</a>"
},
{
"href": "/about-xoriant/corporate-social-responsibility",
"text": "Social Responsibility",
"html": "<a href=\"/about-xoriant/corporate-social-responsibility\">Social Responsibility</a>"
},
{
"href": "/about-xoriant/careers",
"text": "Careers",
"html": "<a href=\"/about-xoriant/careers\">Careers</a>"
},
{
"href": "/about-xoriant/careers",
"text": "Careers",
"html": "<a href=\"/about-xoriant/careers\">Careers</a>"
},
{
"href": "/about-xoriant",
"text": "Our Story",
"html": "<a title=\"Our Story\" href=\"/about-xoriant\">Our Story</a>"
},
{
"href": "/about-xoriant/team",
"text": "Leadership Team",
"html": "<a title=\"Leadership Team\" href=\"/about-xoriant/team\">Leadership Team</a>"
},
{
"href": "/about-xoriant/awards",
"text": "Awards",
"html": "<a title=\"Awards\" href=\"/about-xoriant/awards \">Awards</a>"
},
{
"href": "/about-xoriant/corporate-social-responsibility",
"text": "Social Responsibility",
"html": "<a title=\"Social Resonsibility\" href=\"/about-xoriant/corporate-social-responsibility\">Social Responsibility</a>"
},
{
"href": "https://www.linkedin.com/company/xoriant",
"text": "LinkedIn",
"html": "<a class=\"linkenin\" href=\"https://www.linkedin.com/company/xoriant\" style=\"text-indent:100%;overflow:hidden;\" target=\"_blank\" title=\"LinkedIn\">LinkedIn</a>"
},
{
"href": "/about-xoriant",
"text": "Know More",
"html": "<a href=\"/about-xoriant\">Know More  <img alt=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\"></a>"
},
{
"href": "/about-xoriant/careers",
"text": "Join the team",
"html": "<a href=\"/about-xoriant/careers\">Join the team<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/careers-icon.svg\"></a>"
},
{
"href": "/about-xoriant/corporate-social-responsibility",
"text": "Know More",
"html": "<a class=\"csr-link\" href=\"/about-xoriant/corporate-social-responsibility\">Know More<img class=\"arrow\" alt=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\"></a>"
},
{
"href": "/about-xoriant",
"text": "Company",
"html": "<a href=\"/about-xoriant\" title=\"Company\">Company</a>"
},
{
"href": "/about-xoriant/careers",
"text": "Careers",
"html": "<a href=\"/about-xoriant/careers\" title=\"Careers\">Careers</a>"
},
{
"href": "https://www.linkedin.com/company/xoriant",
"text": "linkenin",
"html": "<a class=\"linkenin\" href=\"https://www.linkedin.com/company/xoriant\" style=\"text-indent:100%;overflow:hidden;\" target=\"_blank\" title=\"LinkedIn\">linkenin</a>"
}
],
"contactLinks": [
{
"href": "/digital-engineering-services/sustenance-support-gen-ai",
"text": "Sustenance and Support Services",
"html": "<a href=\"/digital-engineering-services/sustenance-support-gen-ai\">Sustenance and Support Services</a>"
},
{
"href": "/partners#contact",
"text": "ServiceNow",
"html": "<a href=\"/partners#contact\">ServiceNow</a>"
},
{
"href": "/partners#contact",
"text": "Matilda Cloud",
"html": "<a href=\"/partners#contact\">Matilda Cloud</a>"
},
{
"href": "/digital-engineering-services/sustenance-support-gen-ai",
"text": "Sustenance and Support Services",
"html": "<a href=\"/digital-engineering-services/sustenance-support-gen-ai\">Sustenance and Support Services</a>"
},
{
"href": "/partners#contact",
"text": "ServiceNow",
"html": "<a href=\"/partners#contact\">ServiceNow</a>"
},
{
"href": "/partners#contact",
"text": "Matilda Cloud",
"html": "<a href=\"/partners#contact\">Matilda Cloud</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a href=\"/contact-us\">Contact Us</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a href=\"/contact-us\">Contact Us</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a href=\"/contact-us\" title=\"Contact Us\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/cyber-security-services",
"text": "Security & Privacy",
"html": "<a href=\"/cyber-security-services\">Security & Privacy</a>"
},
{
"href": "/privacy-policy",
"text": "privacy",
"html": "<a class=\"privacy-label-link\" href=\"/privacy-policy\" target=\"_blank\">privacy </a>"
},
{
"href": "/privacy-policy",
"text": "privacy",
"html": "<a class=\"privacy-label-link\" href=\"/privacy-policy\" target=\"_blank\">privacy </a>"
},
{
"href": "/privacy-policy",
"text": "privacy",
"html": "<a class=\"privacy-label-link\" href=\"/privacy-policy\" target=\"_blank\">privacy </a>"
},
{
"href": "/terms-use",
"text": "TERMS OF USE",
"html": "<a href=\"/terms-use\" target=\"_blank\" title=\"Terms of Use\">TERMS OF USE</a>"
},
{
"href": "/privacy-policy",
"text": "PRIVACY POLICY",
"html": "<a href=\"/privacy-policy\" target=\"_blank\" title=\"Read Privacy Policy\">PRIVACY POLICY</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 60/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: enterprise, solution, xoriant.
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
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 60/100 and needs improvement.
Evidence
{
"title": "Digital Engineering and Enterprise Solution Company | Xoriant",
"h1": "",
"description": "US-based software development, technology services company helping ISVs, large enterprises with digital engineering service, professional & managed services to accelerate technology initiatives",
"topicOverlap": 0.5,
"topicTerms": [
"digital",
"engineering",
"enterprise",
"solution",
"company",
"xoriant"
],
"descriptionTerms": [
"based",
"software",
"development",
"technology",
"services",
"company",
"helping",
"isvs",
"large",
"enterprises",
"digital",
"engineering",
"service",
"professional",
"managed",
"accelerate",
"initiatives"
],
"missingFromDescription": [
"enterprise",
"solution",
"xoriant"
],
"score": 60,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/about-xoriant",
"text": "Our Story",
"html": "<a href=\"/about-xoriant\">Our Story</a>"
},
{
"href": "/about-xoriant/team",
"text": "Leadership Team",
"html": "<a href=\"/about-xoriant/team\">Leadership Team</a>"
},
{
"href": "/about-xoriant/awards",
"text": "Awards",
"html": "<a href=\"/about-xoriant/awards\">Awards</a>"
},
{
"href": "/about-xoriant/corporate-social-responsibility",
"text": "Social Responsibility",
"html": "<a href=\"/about-xoriant/corporate-social-responsibility\">Social Responsibility</a>"
},
{
"href": "/about-xoriant/careers",
"text": "Careers",
"html": "<a href=\"/about-xoriant/careers\">Careers</a>"
},
{
"href": "/about-xoriant/careers",
"text": "Careers",
"html": "<a href=\"/about-xoriant/careers\">Careers</a>"
},
{
"href": "/about-xoriant",
"text": "Our Story",
"html": "<a title=\"Our Story\" href=\"/about-xoriant\">Our Story</a>"
},
{
"href": "/about-xoriant/team",
"text": "Leadership Team",
"html": "<a title=\"Leadership Team\" href=\"/about-xoriant/team\">Leadership Team</a>"
},
{
"href": "/about-xoriant/awards",
"text": "Awards",
"html": "<a title=\"Awards\" href=\"/about-xoriant/awards \">Awards</a>"
},
{
"href": "/about-xoriant/corporate-social-responsibility",
"text": "Social Responsibility",
"html": "<a title=\"Social Resonsibility\" href=\"/about-xoriant/corporate-social-responsibility\">Social Responsibility</a>"
},
{
"href": "https://www.linkedin.com/company/xoriant",
"text": "LinkedIn",
"html": "<a class=\"linkenin\" href=\"https://www.linkedin.com/company/xoriant\" style=\"text-indent:100%;overflow:hidden;\" target=\"_blank\" title=\"LinkedIn\">LinkedIn</a>"
},
{
"href": "/about-xoriant",
"text": "Know More",
"html": "<a href=\"/about-xoriant\">Know More  <img alt=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\"></a>"
},
{
"href": "/about-xoriant/careers",
"text": "Join the team",
"html": "<a href=\"/about-xoriant/careers\">Join the team<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/careers-icon.svg\"></a>"
},
{
"href": "/about-xoriant/corporate-social-responsibility",
"text": "Know More",
"html": "<a class=\"csr-link\" href=\"/about-xoriant/corporate-social-responsibility\">Know More<img class=\"arrow\" alt=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\"></a>"
},
{
"href": "/about-xoriant",
"text": "Company",
"html": "<a href=\"/about-xoriant\" title=\"Company\">Company</a>"
},
{
"href": "/about-xoriant/careers",
"text": "Careers",
"html": "<a href=\"/about-xoriant/careers\" title=\"Careers\">Careers</a>"
},
{
"href": "https://www.linkedin.com/company/xoriant",
"text": "linkenin",
"html": "<a class=\"linkenin\" href=\"https://www.linkedin.com/company/xoriant\" style=\"text-indent:100%;overflow:hidden;\" target=\"_blank\" title=\"LinkedIn\">linkenin</a>"
}
],
"contactLinks": [
{
"href": "/digital-engineering-services/sustenance-support-gen-ai",
"text": "Sustenance and Support Services",
"html": "<a href=\"/digital-engineering-services/sustenance-support-gen-ai\">Sustenance and Support Services</a>"
},
{
"href": "/partners#contact",
"text": "ServiceNow",
"html": "<a href=\"/partners#contact\">ServiceNow</a>"
},
{
"href": "/partners#contact",
"text": "Matilda Cloud",
"html": "<a href=\"/partners#contact\">Matilda Cloud</a>"
},
{
"href": "/digital-engineering-services/sustenance-support-gen-ai",
"text": "Sustenance and Support Services",
"html": "<a href=\"/digital-engineering-services/sustenance-support-gen-ai\">Sustenance and Support Services</a>"
},
{
"href": "/partners#contact",
"text": "ServiceNow",
"html": "<a href=\"/partners#contact\">ServiceNow</a>"
},
{
"href": "/partners#contact",
"text": "Matilda Cloud",
"html": "<a href=\"/partners#contact\">Matilda Cloud</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a href=\"/contact-us\">Contact Us</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a href=\"/contact-us\">Contact Us</a>"
},
{
"href": "/contact-us",
"text": "Contact Us",
"html": "<a href=\"/contact-us\" title=\"Contact Us\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "/cyber-security-services",
"text": "Security & Privacy",
"html": "<a href=\"/cyber-security-services\">Security & Privacy</a>"
},
{
"href": "/privacy-policy",
"text": "privacy",
"html": "<a class=\"privacy-label-link\" href=\"/privacy-policy\" target=\"_blank\">privacy </a>"
},
{
"href": "/privacy-policy",
"text": "privacy",
"html": "<a class=\"privacy-label-link\" href=\"/privacy-policy\" target=\"_blank\">privacy </a>"
},
{
"href": "/privacy-policy",
"text": "privacy",
"html": "<a class=\"privacy-label-link\" href=\"/privacy-policy\" target=\"_blank\">privacy </a>"
},
{
"href": "/terms-use",
"text": "TERMS OF USE",
"html": "<a href=\"/terms-use\" target=\"_blank\" title=\"Terms of Use\">TERMS OF USE</a>"
},
{
"href": "/privacy-policy",
"text": "PRIVACY POLICY",
"html": "<a href=\"/privacy-policy\" target=\"_blank\" title=\"Read Privacy Policy\">PRIVACY POLICY</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 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
70 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": 75,
"passing": 5,
"failing": [
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Digital Engineering",
"headingHtml": "<h2>Digital Engineering</h2>",
"firstParagraph": "From digital possibilities to an agile cycle of digital solution development - explore how everything connects under our robust technology DNA, product engineering footprint, and dependable partner network.",
"paragraphHtml": "<p>From digital possibilities to an agile cycle of digital solution development - explore how everything connects under our robust technology DNA, product engineering footprint, and dependable partner network.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Industries",
"headingHtml": "<h2>Industries</h2>",
"firstParagraph": "From D.R.E.A.M to decisive outcomes and client success - explore our proven impact in driving this through services and solutions across multiple sectors and business functions - tailored to specific needs.",
"paragraphHtml": "<p>From D.R.E.A.M to decisive outcomes and client success - explore our proven impact in driving this through services and solutions across multiple sectors and business functions - tailored to specific needs.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Insights",
"headingHtml": "<h2>Insights</h2>",
"firstParagraph": "Actionable ideas, customer success stories, and expert-led perspectives that translate emerging technologies into measurable business outcomes.",
"paragraphHtml": "<p>Actionable ideas, customer success stories, and expert-led perspectives that translate emerging technologies into measurable business outcomes.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Your Information",
"headingHtml": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>",
"firstParagraph": "This is a desktop device.",
"paragraphHtml": "<p style=\"display:none;\">This is a desktop device.</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Stay vigilant aboutfake job offers",
"headingHtml": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We communicate only [email protected]",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p></h3>",
"firstParagraph": "We communicate only [email protected]",
"paragraphHtml": "<p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Define",
"headingHtml": "<h2 class=\"hero-hover-title\">D<span>efine</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tomorrow",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Tomorrow</h2>",
"firstParagraph": "Defining the blueprint of the intelligent enterprise",
"paragraphHtml": "<p class=\"hero-hover-body\">Defining the blueprint of the intelligent enterprise</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Revitalize",
"headingHtml": "<h2 class=\"hero-hover-title\">R<span>evitalize</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Today",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Today</h2>",
"firstParagraph": "Revitalizing systems with AI and data readiness",
"paragraphHtml": "<p class=\"hero-hover-body\">Revitalizing systems with AI and data readiness</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Engineer",
"headingHtml": "<h2 class=\"hero-hover-title\">E<span>ngineer</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Next",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Next</h2>",
"firstParagraph": "Engineering the future using Applied Intelligence",
"paragraphHtml": "<p class=\"hero-hover-body\">Engineering the future using Applied Intelligence</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Accelerate",
"headingHtml": "<h2 class=\"hero-hover-title\">A<span>ccelerate</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">AI</h2>",
"firstParagraph": "Accelerating time-to-value with Xoriant accelerators",
"paragraphHtml": "<p class=\"hero-hover-body\">Accelerating time-to-value with Xoriant accelerators</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Manage",
"headingHtml": "<h2 class=\"hero-hover-title\">M<span>anage</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Change",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Change</h2>",
"firstParagraph": "Managing evolution through predictive ops and governance",
"paragraphHtml": "<p class=\"hero-hover-body\">Managing evolution through predictive ops and governance</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Veteran Tech Executive Scott Van Vliet Joins Xoriant’s Board",
"headingHtml": "<h2 class=\"hero-banner-title\">Veteran Tech Executive<br> Scott Van Vliet Joins<br> Xoriant’s Board </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meet Us At",
"headingHtml": "<h2 class=\"hero-banner-title\">Meet Us At</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Databricks Data + AI SummitJUNE 15–18 | San Francisco",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\"><span style=\"font-weight:600;\">Databricks Data <span style=\"font-weight: 600;color:#00b23b;\"> + </span> AI Summit</span><br><span style=\"font-size: 25px; font-weight: 600;color:#00b23b;\">JUNE 15–18 | San Francisco</span></p> </h3>",
"firstParagraph": "Databricks Data + AI SummitJUNE 15–18 | San Francisco",
"paragraphHtml": "<p class=\"banner-subtitle\"><span style=\"font-weight:600;\">Databricks Data <span style=\"font-weight: 600;color:#00b23b;\"> + </span> AI Summit</span><br><span style=\"font-size: 25px; font-weight: 600;color:#00b23b;\">JUNE 15–18 | San Francisco</span></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "We’re now Advanced Specialized in AI Apps on Azure",
"headingHtml": "<h2 class=\"hero-banner-title\">We’re now Advanced Specialized in AI Apps on Azure</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stay vigilant aboutfake job offers",
"headingHtml": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We communicate only [email protected]",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p></h3>",
"firstParagraph": "We communicate only [email protected]",
"paragraphHtml": "<p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Define",
"headingHtml": "<h2 class=\"hero-hover-title\">D<span>efine</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tomorrow",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Tomorrow</h2>",
"firstParagraph": "Defining the blueprint of the intelligent enterprise",
"paragraphHtml": "<p class=\"hero-hover-body\">Defining the blueprint of the intelligent enterprise</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Revitalize",
"headingHtml": "<h2 class=\"hero-hover-title\">R<span>evitalize</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Today",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Today</h2>",
"firstParagraph": "Revitalizing systems with AI and data readiness",
"paragraphHtml": "<p class=\"hero-hover-body\">Revitalizing systems with AI and data readiness</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Engineer",
"headingHtml": "<h2 class=\"hero-hover-title\">E<span>ngineer</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Next",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Next</h2>",
"firstParagraph": "Engineering the future using Applied Intelligence",
"paragraphHtml": "<p class=\"hero-hover-body\">Engineering the future using Applied Intelligence</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Accelerate",
"headingHtml": "<h2 class=\"hero-hover-title\">A<span>ccelerate</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">AI</h2>",
"firstParagraph": "Accelerating time-to-value with Xoriant accelerators",
"paragraphHtml": "<p class=\"hero-hover-body\">Accelerating time-to-value with Xoriant accelerators</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Manage",
"headingHtml": "<h2 class=\"hero-hover-title\">M<span>anage</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Change",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Change</h2>",
"firstParagraph": "Managing evolution through predictive ops and governance",
"paragraphHtml": "<p class=\"hero-hover-body\">Managing evolution through predictive ops and governance</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Veteran Tech Executive Scott Van Vliet Joins Xoriant’s Board",
"headingHtml": "<h2 class=\"hero-banner-title\">Veteran Tech Executive<br> Scott Van Vliet Joins<br> Xoriant’s Board </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meet Us At",
"headingHtml": "<h2 class=\"hero-banner-title\">Meet Us At</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Databricks Data + AI SummitJUNE 15–18 | San Francisco",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\"><span style=\"font-weight:600;\">Databricks Data <span style=\"font-weight: 600;color:#00b23b;\"> + </span> AI Summit</span><br><span style=\"font-size: 25px; font-weight: 600;color:#00b23b;\">JUNE 15–18 | San Francisco</span></p> </h3>",
"firstParagraph": "Databricks Data + AI SummitJUNE 15–18 | San Francisco",
"paragraphHtml": "<p class=\"banner-subtitle\"><span style=\"font-weight:600;\">Databricks Data <span style=\"font-weight: 600;color:#00b23b;\"> + </span> AI Summit</span><br><span style=\"font-size: 25px; font-weight: 600;color:#00b23b;\">JUNE 15–18 | San Francisco</span></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "We’re now Advanced Specialized in AI Apps on Azure",
"headingHtml": "<h2 class=\"hero-banner-title\">We’re now Advanced Specialized in AI Apps on Azure</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stay vigilant aboutfake job offers",
"headingHtml": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We communicate only [email protected]",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p></h3>",
"firstParagraph": "We communicate only [email protected]",
"paragraphHtml": "<p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "About Xoriant",
"headingHtml": "<h2>About <span>Xoriant</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We engineer the convergence of applied intelligence and business ambition, accelerating value realization and shaping the AI-native enterprise",
"headingHtml": "<h3>We engineer the convergence of applied intelligence and business ambition, accelerating value realization and shaping the AI-native enterprise</h3>",
"firstParagraph": "Your browser does not support the video tag.",
"paragraphHtml": "<p> <video controls id=\"iframePlayer\" playsinline style=\"display:none;\"><source src=\"https://www.xoriant.com/themes/custom/bootstrap_xoriant/images/Sleep Number Main Video - Home Page.mp4\" type=\"video/mp4\">Your browser does not support the video tag.</video> </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Define",
"headingHtml": "<h3 class=\"hero-word-title\">Define</h3>",
"firstParagraph": "We translate your vision into an intelligent roadmap, engineering adaptive, AI-native platforms built for measurable outcomes.",
"paragraphHtml": "<p class=\"hero-word-body\">We translate your vision into an intelligent roadmap, engineering adaptive, AI-native platforms built for measurable outcomes.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Engineering For The Intelligent Enterprise",
"headingHtml": "<h3 class=\"r-title\">Engineering For The Intelligent Enterprise</h3>",
"firstParagraph": "Leverage AI and cloud to seamlessly modernize enterprise systems, accelerating innovation and growth with minimal disruption.",
"paragraphHtml": "<p class=\"r-body\">Leverage AI and cloud to seamlessly modernize enterprise systems, accelerating innovation and growth with minimal disruption.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Process & AI Consulting",
"headingHtml": "<h3 class=\"r-title\">Process & AI Consulting</h3>",
"firstParagraph": "Reimagine processes for an AI-first era by combining domain expertise, workflow intelligence, automation, and modern engineering.",
"paragraphHtml": "<p class=\"r-body\">Reimagine processes for an AI-first era by combining domain expertise, workflow intelligence, automation, and modern engineering.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Partners in our Digital Engineering Footsteps",
"headingHtml": "<h3 class=\"partners-title\">Partners in our Digital Engineering Footsteps</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All Partners",
"headingHtml": "<h3 class=\"arrow-block\"> <a href=\"/partners\" title=\"Partners\">All Partners</a> <img class=\"green-arrow black-f\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/f-insights-black.svg\" alt=\"green\"> <img class=\"green-arrow green-f\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/f-insights-green.svg\" alt=\"green\"> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Revitalize",
"headingHtml": "<h3 class=\"hero-word-title\">Revitalize</h3>",
"firstParagraph": "Catapult to your desired future state as we revitalize systems and legacy infrastructures through the power of AI, automation, and public cloud.",
"paragraphHtml": "<p class=\"hero-word-body\">Catapult to your desired future state as we revitalize systems and legacy infrastructures through the power of AI, automation, and public cloud.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Legacy Modernization",
"headingHtml": "<h3 class=\"r-title\">Legacy Modernization</h3>",
"firstParagraph": "A smarter approach to legacy modernization and cloud-driven growth awaits. Embrace transformation without business disruption slowing you down.",
"paragraphHtml": "<p class=\"r-body\">A smarter approach to legacy modernization and cloud-driven growth awaits. Embrace transformation without business disruption slowing you down.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Intelligent Experiences",
"headingHtml": "<h3 class=\"r-title\">Intelligent Experiences</h3>",
"firstParagraph": "We engineer possibilities into real outcomes, creating intelligent experiences that help businesses deliver exceptional results.",
"paragraphHtml": "<p class=\"r-body\">We engineer possibilities into real outcomes, creating intelligent experiences that help businesses deliver exceptional results.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Engineer",
"headingHtml": "<h3 class=\"hero-word-title\">Engineer</h3>",
"firstParagraph": "A complete spectrum of modern engineering services built on a strong foundation of AI and deep technology expertise.",
"paragraphHtml": "<p class=\"hero-word-body\">A complete spectrum of modern engineering services built on a strong foundation of AI and deep technology expertise.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Accelerate",
"headingHtml": "<h3 class=\"hero-word-title\">Accelerate</h3>",
"firstParagraph": "Fast-tracking innovation and business transformation through artificial intelligence",
"paragraphHtml": "<p class=\"hero-word-body\">Fast-tracking innovation and business transformation through artificial intelligence</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Banking &Financial Services",
"headingHtml": "<h3 class=\"m-icon-title\">Banking &<br>Financial Services</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hi-Tech",
"headingHtml": "<h3 class=\"m-icon-title\">Hi-Tech</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Healthcare &Life Sciences",
"headingHtml": "<h3 class=\"m-icon-title\">Healthcare &<br>Life Sciences</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Retail & CPG",
"headingHtml": "<h3 class=\"m-icon-title\">Retail & CPG</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Manufacturing",
"headingHtml": "<h3 class=\"m-icon-title\">Manufacturing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "D.R.E.A.M. Realized",
"headingHtml": "<h2 class=\"success-stories-title\"> <span class=\"success-stories-title-green\">D.R.E.A.M.</span> Realized</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Success Stories",
"headingHtml": "<h3 class=\"success-stories-subtitle\">Success Stories</h3>",
"firstParagraph": "Strengthening Salesforce Performance, Security, and Scalability for a Leading Manufacturer Xoriant helped a leading manufacturer optimize Salesforce performance, strengthen security, modernize integrations, and build a scalable platform for future growth.",
"paragraphHtml": "<p class=\"success-stories-body\"> <a class=\"success-stories-link\" href=\"/case-study/salesforce-health-check-and-modernization-for-a-leading-manufacturer\" tabindex=\"0\"> Strengthening Salesforce Performance, Security, and Scalability for a Leading Manufacturer </a> <span class=\"short-desc\">Xoriant helped a leading manufacturer optimize Salesforce performance, strengthen security, modernize integrations, and build a scalable platform for future growth.<br> </span> </p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "D.R.E.A.M. AccomplishedFor Global Brands",
"headingHtml": "<h3 class=\"success-stories-logos-carousel-title\">D.R.E.A.M. Accomplished<br>For Global Brands</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Driven by Purpose &Committed to Responsibility",
"headingHtml": "<h2 class=\"csr-title\">Driven by Purpose &<br>Committed to Responsibility</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Doing our bit for Sustainability, Diversity & Inclusion and Social Impact",
"headingHtml": "<h3 class=\"csr-subtitle\">Doing our bit for Sustainability, Diversity & Inclusion and Social Impact</h3>",
"firstParagraph": "Preserving and Cherishing Nature’s Abundance",
"paragraphHtml": "<p class=\"csr-body\">Preserving and Cherishing Nature’s Abundance </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Your Information",
"headingHtml": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Information",
"headingHtml": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Information",
"headingHtml": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>",
"firstParagraph": "TERMS OF USE | COOKIE POLICY | PRIVACY POLICY | SITEMAP | ETHICS | BRAND POLICY © 2026 - All Rights Reserved",
"paragraphHtml": "<p><a href=\"/terms-use\" target=\"_blank\" title=\"Terms of Use\">TERMS OF USE</a> | <a href=\"/cookie-policy\" target=\"_blank\" title=\"Read Cookie Policy\">COOKIE POLICY</a> | <a href=\"/privacy-policy\" target=\"_blank\" title=\"Read Privacy Policy\">PRIVACY POLICY</a> | <a href=\"/sitemap\" target=\"_blank\" title=\"Sitemap\">SITEMAP</a> | <a href=\"/whistleblower-policy\" target=\"_blank\" title=\"ETHICS\">ETHICS </a> | <a href=\"https://www.xoriant.com/cdn/ff/CZhI_vHnxgjEpW3cahchUw29QZhP_X7J5sQ7YGCbuRw/1708088531/p...",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
70 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 50,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
196 image(s) are missing width/height attributes. 17 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
"visibleWords": 4830,
"htmlBytes": 301458,
"imagesMissingDimensions": [
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"triangle-arrow-white\" class=\"triangle-arrow-white\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"triangle-arrow-white\" class=\"hover-section-icon\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"triangle-arrow-white\" class=\"triangle-arrow-white\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"triangle-arrow-white\" class=\"hover-section-icon\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-mobile-icon.svg\" alt=\"hover-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"arrow-icon\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/dot-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload dot-1\" src=\"/themes/custom/bootstrap_xoriant/images/dot-1.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/dot-2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload dot-2\" src=\"/themes/custom/bootstrap_xoriant/images/dot-2.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/dot-3.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload dot-3\" src=\"/themes/custom/bootstrap_xoriant/images/dot-3.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/dot-4.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload dot-4\" src=\"/themes/custom/bootstrap_xoriant/images/dot-4.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/dot-5.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload dot-5\" src=\"/themes/custom/bootstrap_xoriant/images/dot-5.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/dot-6.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload dot-6\" src=\"/themes/custom/bootstrap_xoriant/images/dot-6.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/dot-7.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload dot-7\" src=\"/themes/custom/bootstrap_xoriant/images/dot-7.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/home-desktop-top-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload triangle-1 desktop\" src=\"/themes/custom/bootstrap_xoriant/images/home-desktop-top-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/home-desktop-bottom-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload triangle-2 desktop\" src=\"/themes/custom/bootstrap_xoriant/images/home-desktop-bottom-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/home-desktop-bottom-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload triangle-3 desktop\" src=\"/themes/custom/bootstrap_xoriant/images/home-desktop-bottom-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/home-desktop-bottom-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload triangle-4 desktop\" src=\"/themes/custom/bootstrap_xoriant/images/home-desktop-bottom-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/arrow-round.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"play-button\" src=\"/themes/custom/bootstrap_xoriant/images/arrow-round.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/green-close.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"green-close\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/green-close.png\">"
},
{
"src": "/cdn/ff/gE9tPr_IUEzh1ukeJLsbg4Qvgvwjw-cZenhioFZNiIE/1713163685/public/styles/webp/public/2023-08/Define.png.webp?itok=A0k-Fg_O",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload hero-word-icon\" src=\"/cdn/ff/gE9tPr_IUEzh1ukeJLsbg4Qvgvwjw-cZenhioFZNiIE/1713163685/public/styles/webp/public/2023-08/Define.png.webp?itok=A0k-Fg_O\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/green-play.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"green-play\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/green-play.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"white-arrow\" src=\"/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg\">"
},
{
"src": "/cdn/ff/AbfRZX6i7bC-PksAIh_O2MH1TXRxK33ZPvVAZYhDxlc/1729592619/public/styles/webp/public/2024-10/servicenow-header-logo%20%281%29.png.webp?itok=tj514f65",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/AbfRZX6i7bC-PksAIh_O2MH1TXRxK33ZPvVAZYhDxlc/1729592619/public/styles/webp/public/2024-10/servicenow-header-logo%20%281%29.png.webp?itok=tj514f65\">"
},
{
"src": "/cdn/ff/BV8RCmAL3xVfSC7qmhG7ejYL_wqlDqLCIRJwjG4ZDeM/1713163685/public/styles/webp/public/2023-11/Data%20Bricks.png.webp?itok=CN1n-C3T",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/BV8RCmAL3xVfSC7qmhG7ejYL_wqlDqLCIRJwjG4ZDeM/1713163685/public/styles/webp/public/2023-11/Data%20Bricks.png.webp?itok=CN1n-C3T\">"
},
{
"src": "/cdn/ff/UqjI4fdDTBWthSEa1RbWMEIGvVkRRYJZRV9__nu0Aao/1713163685/public/styles/webp/public/2023-11/AWS.png.webp?itok=g77NSrFC",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/UqjI4fdDTBWthSEa1RbWMEIGvVkRRYJZRV9__nu0Aao/1713163685/public/styles/webp/public/2023-11/AWS.png.webp?itok=g77NSrFC\">"
},
{
"src": "/cdn/ff/3jlE6C6zmtXKheWgCPaJdEghrYrOyWRFdOGgCQyJPBw/1713163685/public/styles/webp/public/2023-11/GCP.png.webp?itok=u15L5EMm",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/3jlE6C6zmtXKheWgCPaJdEghrYrOyWRFdOGgCQyJPBw/1713163685/public/styles/webp/public/2023-11/GCP.png.webp?itok=u15L5EMm\">"
},
{
"src": "/cdn/ff/FqllCl6Y0SnFlpLu2_dTbC2jLdUAAauE0K_jmGB_9xs/1713163686/public/styles/webp/public/2023-11/Microsoft%20Solution%20Partner.png.webp?itok=ahnpQTcD",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/FqllCl6Y0SnFlpLu2_dTbC2jLdUAAauE0K_jmGB_9xs/1713163686/public/styles/webp/public/2023-11/Microsoft%20Solution%20Partner.png.webp?itok=ahnpQTcD\">"
},
{
"src": "/cdn/ff/yit8tLPYh1B_IvrMc8LynZ0qrK4X8sXhPPmMNh5566A/1729592827/public/styles/webp/public/2024-10/Group%20%2815%29.png.webp?itok=UCH2Sakt",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/yit8tLPYh1B_IvrMc8LynZ0qrK4X8sXhPPmMNh5566A/1729592827/public/styles/webp/public/2024-10/Group%20%2815%29.png.webp?itok=UCH2Sakt\">"
},
{
"src": "/cdn/ff/fttdce7X62rIOLEXdazPGaYUO8nXbT4VK01ElacWmH0/1729592792/public/styles/webp/public/2024-10/Matilda-Cloud%201%20%282%29.png.webp?itok=hhe-YhBL",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/fttdce7X62rIOLEXdazPGaYUO8nXbT4VK01ElacWmH0/1729592792/public/styles/webp/public/2024-10/Matilda-Cloud%201%20%282%29.png.webp?itok=hhe-YhBL\">"
},
{
"src": "/cdn/ff/iYSXA-0LQbeXYHwY6zsHZMIUjmNYYKE8PE2QuYRMOwY/1729592886/public/styles/webp/public/2024-10/Group%20%2813%29.png.webp?itok=FhTI_cQC",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/iYSXA-0LQbeXYHwY6zsHZMIUjmNYYKE8PE2QuYRMOwY/1729592886/public/styles/webp/public/2024-10/Group%20%2813%29.png.webp?itok=FhTI_cQC\">"
},
{
"src": "/cdn/ff/hKHb4SFnf4rOflAHKElOIxH36bZ07QbH-ya0oXI3CU8/1729592886/public/styles/webp/public/2024-10/digitalex.png.webp?itok=DY3sZjEz",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/hKHb4SFnf4rOflAHKElOIxH36bZ07QbH-ya0oXI3CU8/1729592886/public/styles/webp/public/2024-10/digitalex.png.webp?itok=DY3sZjEz\">"
},
{
"src": "/cdn/ff/Bruo6Zb72EvmbhvMoBaMqBHlnSgrstfUid2otNDGOu8/1713163685/public/styles/webp/public/2023-11/Snowflake.png.webp?itok=bOnVSyGb",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/Bruo6Zb72EvmbhvMoBaMqBHlnSgrstfUid2otNDGOu8/1713163685/public/styles/webp/public/2023-11/Snowflake.png.webp?itok=bOnVSyGb\">"
},
{
"src": "/cdn/ff/AbfRZX6i7bC-PksAIh_O2MH1TXRxK33ZPvVAZYhDxlc/1729592619/public/styles/webp/public/2024-10/servicenow-header-logo%20%281%29.png.webp?itok=tj514f65",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/AbfRZX6i7bC-PksAIh_O2MH1TXRxK33ZPvVAZYhDxlc/1729592619/public/styles/webp/public/2024-10/servicenow-header-logo%20%281%29.png.webp?itok=tj514f65\">"
},
{
"src": "/cdn/ff/BV8RCmAL3xVfSC7qmhG7ejYL_wqlDqLCIRJwjG4ZDeM/1713163685/public/styles/webp/public/2023-11/Data%20Bricks.png.webp?itok=CN1n-C3T",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/BV8RCmAL3xVfSC7qmhG7ejYL_wqlDqLCIRJwjG4ZDeM/1713163685/public/styles/webp/public/2023-11/Data%20Bricks.png.webp?itok=CN1n-C3T\">"
},
{
"src": "/cdn/ff/UqjI4fdDTBWthSEa1RbWMEIGvVkRRYJZRV9__nu0Aao/1713163685/public/styles/webp/public/2023-11/AWS.png.webp?itok=g77NSrFC",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/UqjI4fdDTBWthSEa1RbWMEIGvVkRRYJZRV9__nu0Aao/1713163685/public/styles/webp/public/2023-11/AWS.png.webp?itok=g77NSrFC\">"
},
{
"src": "/cdn/ff/3jlE6C6zmtXKheWgCPaJdEghrYrOyWRFdOGgCQyJPBw/1713163685/public/styles/webp/public/2023-11/GCP.png.webp?itok=u15L5EMm",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/3jlE6C6zmtXKheWgCPaJdEghrYrOyWRFdOGgCQyJPBw/1713163685/public/styles/webp/public/2023-11/GCP.png.webp?itok=u15L5EMm\">"
},
{
"src": "/cdn/ff/FqllCl6Y0SnFlpLu2_dTbC2jLdUAAauE0K_jmGB_9xs/1713163686/public/styles/webp/public/2023-11/Microsoft%20Solution%20Partner.png.webp?itok=ahnpQTcD",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/FqllCl6Y0SnFlpLu2_dTbC2jLdUAAauE0K_jmGB_9xs/1713163686/public/styles/webp/public/2023-11/Microsoft%20Solution%20Partner.png.webp?itok=ahnpQTcD\">"
},
{
"src": "/cdn/ff/yit8tLPYh1B_IvrMc8LynZ0qrK4X8sXhPPmMNh5566A/1729592827/public/styles/webp/public/2024-10/Group%20%2815%29.png.webp?itok=UCH2Sakt",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/yit8tLPYh1B_IvrMc8LynZ0qrK4X8sXhPPmMNh5566A/1729592827/public/styles/webp/public/2024-10/Group%20%2815%29.png.webp?itok=UCH2Sakt\">"
},
{
"src": "/cdn/ff/fttdce7X62rIOLEXdazPGaYUO8nXbT4VK01ElacWmH0/1729592792/public/styles/webp/public/2024-10/Matilda-Cloud%201%20%282%29.png.webp?itok=hhe-YhBL",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/fttdce7X62rIOLEXdazPGaYUO8nXbT4VK01ElacWmH0/1729592792/public/styles/webp/public/2024-10/Matilda-Cloud%201%20%282%29.png.webp?itok=hhe-YhBL\">"
},
{
"src": "/cdn/ff/iYSXA-0LQbeXYHwY6zsHZMIUjmNYYKE8PE2QuYRMOwY/1729592886/public/styles/webp/public/2024-10/Group%20%2813%29.png.webp?itok=FhTI_cQC",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/iYSXA-0LQbeXYHwY6zsHZMIUjmNYYKE8PE2QuYRMOwY/1729592886/public/styles/webp/public/2024-10/Group%20%2813%29.png.webp?itok=FhTI_cQC\">"
},
{
"src": "/cdn/ff/hKHb4SFnf4rOflAHKElOIxH36bZ07QbH-ya0oXI3CU8/1729592886/public/styles/webp/public/2024-10/digitalex.png.webp?itok=DY3sZjEz",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/hKHb4SFnf4rOflAHKElOIxH36bZ07QbH-ya0oXI3CU8/1729592886/public/styles/webp/public/2024-10/digitalex.png.webp?itok=DY3sZjEz\">"
},
{
"src": "/cdn/ff/Bruo6Zb72EvmbhvMoBaMqBHlnSgrstfUid2otNDGOu8/1713163685/public/styles/webp/public/2023-11/Snowflake.png.webp?itok=bOnVSyGb",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/Bruo6Zb72EvmbhvMoBaMqBHlnSgrstfUid2otNDGOu8/1713163685/public/styles/webp/public/2023-11/Snowflake.png.webp?itok=bOnVSyGb\">"
},
{
"src": "/cdn/ff/AbfRZX6i7bC-PksAIh_O2MH1TXRxK33ZPvVAZYhDxlc/1729592619/public/styles/webp/public/2024-10/servicenow-header-logo%20%281%29.png.webp?itok=tj514f65",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/AbfRZX6i7bC-PksAIh_O2MH1TXRxK33ZPvVAZYhDxlc/1729592619/public/styles/webp/public/2024-10/servicenow-header-logo%20%281%29.png.webp?itok=tj514f65\">"
},
{
"src": "/cdn/ff/BV8RCmAL3xVfSC7qmhG7ejYL_wqlDqLCIRJwjG4ZDeM/1713163685/public/styles/webp/public/2023-11/Data%20Bricks.png.webp?itok=CN1n-C3T",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/BV8RCmAL3xVfSC7qmhG7ejYL_wqlDqLCIRJwjG4ZDeM/1713163685/public/styles/webp/public/2023-11/Data%20Bricks.png.webp?itok=CN1n-C3T\">"
},
{
"src": "/cdn/ff/UqjI4fdDTBWthSEa1RbWMEIGvVkRRYJZRV9__nu0Aao/1713163685/public/styles/webp/public/2023-11/AWS.png.webp?itok=g77NSrFC",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/UqjI4fdDTBWthSEa1RbWMEIGvVkRRYJZRV9__nu0Aao/1713163685/public/styles/webp/public/2023-11/AWS.png.webp?itok=g77NSrFC\">"
},
{
"src": "/cdn/ff/3jlE6C6zmtXKheWgCPaJdEghrYrOyWRFdOGgCQyJPBw/1713163685/public/styles/webp/public/2023-11/GCP.png.webp?itok=u15L5EMm",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/3jlE6C6zmtXKheWgCPaJdEghrYrOyWRFdOGgCQyJPBw/1713163685/public/styles/webp/public/2023-11/GCP.png.webp?itok=u15L5EMm\">"
},
{
"src": "/cdn/ff/FqllCl6Y0SnFlpLu2_dTbC2jLdUAAauE0K_jmGB_9xs/1713163686/public/styles/webp/public/2023-11/Microsoft%20Solution%20Partner.png.webp?itok=ahnpQTcD",
"width": "",
"height": "auto",
"loading": "lazy",
"html": "<img alt=\"brand-logo\" loading=\"lazy\" class=\"a-logo-image\" height=\"auto\" src=\"/cdn/ff/FqllCl6Y0SnFlpLu2_dTbC2jLdUAAauE0K_jmGB_9xs/1713163686/public/styles/webp/public/2023-11/Microsoft%20Solution%20Partner.png.webp?itok=ahnpQTcD\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/f-insights-black.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"green-arrow black-f\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/f-insights-black.svg\" alt=\"green\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/f-insights-green.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"green-arrow green-f\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/f-insights-green.svg\" alt=\"green\">"
},
{
"src": "/cdn/ff/MBckN4irHaOHbiRHmJ3gMmnLJZR0fnmdqPBztBeFjWM/1713163685/public/styles/webp/public/2023-08/Reinvent.png.webp?itok=z-tOe2nr",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload hero-word-icon\" src=\"/cdn/ff/MBckN4irHaOHbiRHmJ3gMmnLJZR0fnmdqPBztBeFjWM/1713163685/public/styles/webp/public/2023-08/Reinvent.png.webp?itok=z-tOe2nr\">"
},
{
"src": "/cdn/ff/IBaihfLF9XoGuj_7E2oc6l1UoFgIqz9bvLjw9G7y_Gs/1713163685/public/styles/webp/public/2023-08/Engineer.png.webp?itok=78AOXBli",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload hero-word-icon\" src=\"/cdn/ff/IBaihfLF9XoGuj_7E2oc6l1UoFgIqz9bvLjw9G7y_Gs/1713163685/public/styles/webp/public/2023-08/Engineer.png.webp?itok=78AOXBli\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-icon-mobile.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/eng-icon-mobile.svg\" alt=\"caret\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-icon-mobile.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/eng-icon-mobile.svg\" alt=\"caret\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-icon-mobile.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/eng-icon-mobile.svg\" alt=\"caret\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-icon-mobile.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/eng-icon-mobile.svg\" alt=\"caret\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"icon\" src=\"/themes/custom/bootstrap_xoriant/images/eng-content-icon.svg\">"
},
{
"src": "/cdn/ff/SL6nQdXwmtfkg2iwOpZH1xKxe2H_pmK9YxVdAHLZ4gI/1713163685/public/styles/webp/public/2023-08/Accelerate.png.webp?itok=Mv8NvHZO",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload hero-word-icon\" src=\"/cdn/ff/SL6nQdXwmtfkg2iwOpZH1xKxe2H_pmK9YxVdAHLZ4gI/1713163685/public/styles/webp/public/2023-08/Accelerate.png.webp?itok=Mv8NvHZO\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"hover-icon\" loading=\"lazy\" class=\"hover-section-icon\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\" loading=\"lazy\" alt=\"hover-section-icon\">"
},
{
"src": "/cdn/ff/BNJwPY3mIExG4Z3aOV-Y6CEOgt0KnGyP1vsqvx0GjCw/1713163686/public/styles/webp/public/2023-08/Manage.png.webp?itok=1opxsEBS",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"brand-elements\" loading=\"lazy\" class=\"lazyload hero-word-icon\" src=\"/cdn/ff/BNJwPY3mIExG4Z3aOV-Y6CEOgt0KnGyP1vsqvx0GjCw/1713163686/public/styles/webp/public/2023-08/Manage.png.webp?itok=1opxsEBS\">"
},
{
"src": "/cdn/ff/tlqYyJgxr3a4lXYh7nEVetV8h1n1_yAa4uQXMaxxJ44/1713163686/public/styles/webp/public/2023-08/Banking%20and%20Financial%20Services_0.png.webp?itok=Huizcbpo",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"m-icon\" alt=\"manage-icon\" src=\"/cdn/ff/tlqYyJgxr3a4lXYh7nEVetV8h1n1_yAa4uQXMaxxJ44/1713163686/public/styles/webp/public/2023-08/Banking%20and%20Financial%20Services_0.png.webp?itok=Huizcbpo\">"
},
{
"src": "/cdn/ff/FSn_4JEQYe2OssW-IGvjgF9aJcPw8T83S4xRK0Y4-bw/1713163686/public/styles/webp/public/2023-08/Hi%20Tech%20and%20Software.png.webp?itok=K55bRVZq",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"m-icon\" alt=\"manage-icon\" src=\"/cdn/ff/FSn_4JEQYe2OssW-IGvjgF9aJcPw8T83S4xRK0Y4-bw/1713163686/public/styles/webp/public/2023-08/Hi%20Tech%20and%20Software.png.webp?itok=K55bRVZq\">"
},
{
"src": "/cdn/ff/c6oiQD7SyuRchWUyBmPNZXKj7SwUqJs2X0g5IzYonY4/1713163686/public/styles/webp/public/2023-08/Healthcare%20and%20Life%20Sciences_1.png.webp?itok=LojWF6Sn",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"m-icon\" alt=\"manage-icon\" src=\"/cdn/ff/c6oiQD7SyuRchWUyBmPNZXKj7SwUqJs2X0g5IzYonY4/1713163686/public/styles/webp/public/2023-08/Healthcare%20and%20Life%20Sciences_1.png.webp?itok=LojWF6Sn\">"
},
{
"src": "/cdn/ff/TVgC2SG72NMH-q5mn-lBIEqQi0OvpDjUd4Wl7m_Z7jk/1713163686/public/styles/webp/public/2023-08/Retial%20and%20CPG.png.webp?itok=xYEBqVY6",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"m-icon\" alt=\"manage-icon\" src=\"/cdn/ff/TVgC2SG72NMH-q5mn-lBIEqQi0OvpDjUd4Wl7m_Z7jk/1713163686/public/styles/webp/public/2023-08/Retial%20and%20CPG.png.webp?itok=xYEBqVY6\">"
},
{
"src": "/cdn/ff/wWkXh6NZWAbmFUBcD26KTilXKUrac3zHPIaEArmXMNk/1713163686/public/styles/webp/public/2023-08/Manufacturing_0.png.webp?itok=Lgr8JOya",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"m-icon\" alt=\"manage-icon\" src=\"/cdn/ff/wWkXh6NZWAbmFUBcD26KTilXKUrac3zHPIaEArmXMNk/1713163686/public/styles/webp/public/2023-08/Manufacturing_0.png.webp?itok=Lgr8JOya\">"
},
{
"src": "/cdn/ff/OoNccrjw7MiCPm7-NoOPUD6JXfT3d4Avp3-tHcadxIo/1780908283/public/styles/webp/public/Strengthening%20Salesforce%20Performance%20case%20study%20Banner.jpg.webp?itok=sFzzaYWy",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"lazyload success-stories-image\" loading=\"lazy\" alt=\"Strengthening Salesforce Performance, Security, and Scalability for a Leading Manufacturer \" src=\"/cdn/ff/OoNccrjw7MiCPm7-NoOPUD6JXfT3d4Avp3-tHcadxIo/1780908283/public/styles/webp/public/Strengthening%20Salesforce%20Performance%20case%20study%20Banner.jpg.webp?itok=sFzzaYWy\">"
},
{
"src": "/cdn/ff/YrI2WHnqSOhYEbFhz21vZMa0xEnPsyX5mcq0d3SF3rg/1778590222/public/styles/webp/public/Desktop%20case.png.webp?itok=TLsrxzu1",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"lazyload success-stories-image\" loading=\"lazy\" alt=\"Scaling Smarter: How a Real Estate Leader Reinvented Tableau in the Cloud\" src=\"/cdn/ff/YrI2WHnqSOhYEbFhz21vZMa0xEnPsyX5mcq0d3SF3rg/1778590222/public/styles/webp/public/Desktop%20case.png.webp?itok=TLsrxzu1\">"
},
{
"src": "/cdn/ff/-2qLmJEtO-PWBEugFSiyGu2bLkNx2KE9wfDt6PgDtdM/1777460163/public/styles/webp/public/Desktop-Deepening-Regulatory-Reporting-Excellence-.jpg.webp?itok=HJzki1bG",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"lazyload success-stories-image\" loading=\"lazy\" alt=\"Regulatory Reporting Excellence: How a Global Bank Improved FR Y-14 Compliance\" src=\"/cdn/ff/-2qLmJEtO-PWBEugFSiyGu2bLkNx2KE9wfDt6PgDtdM/1777460163/public/styles/webp/public/Desktop-Deepening-Regulatory-Reporting-Excellence-.jpg.webp?itok=HJzki1bG\">"
},
{
"src": "/cdn/ff/wzb0lG3aNn7WqfJl5zLCyWD1VkeLAPIrP8UG5EtAt_0/1776867571/public/styles/webp/public/Webpage%20Banner%20desktop%20%282%29_3.png.webp?itok=DwlPuYPe",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"lazyload success-stories-image\" loading=\"lazy\" alt=\"EAB’s Zero-Incident Deployments with Xoriant\" src=\"/cdn/ff/wzb0lG3aNn7WqfJl5zLCyWD1VkeLAPIrP8UG5EtAt_0/1776867571/public/styles/webp/public/Webpage%20Banner%20desktop%20%282%29_3.png.webp?itok=DwlPuYPe\">"
},
{
"src": "/cdn/ff/GBMRCYZLKjts640LOvl9e_nY-c99bLCbOZ5GKJKTxi8/1771474708/public/styles/webp/public/Desktop-Modernizing%20financial%20systems%20for%20a%20leading%20global%20bank%20.jpg.webp?itok=xJAFcqae",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"lazyload success-stories-image\" loading=\"lazy\" alt=\"Modernizing Financial Systems for a Global Bank\" src=\"/cdn/ff/GBMRCYZLKjts640LOvl9e_nY-c99bLCbOZ5GKJKTxi8/1771474708/public/styles/webp/public/Desktop-Modernizing%20financial%20systems%20for%20a%20leading%20global%20bank%20.jpg.webp?itok=xJAFcqae\">"
},
{
"src": "/cdn/ff/1zhAw7aw95A5P3a9Ovjpo3qVxHvN4gTJeC3OrThyET8/1766488464/public/styles/webp/public/Citi%20RSRU%20Case%20Study.png.webp?itok=Lm1MgZvF",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"lazyload success-stories-image\" loading=\"lazy\" alt=\"Accelerating Basel III Compliance with First Time Right Regulatory Submissions\" src=\"/cdn/ff/1zhAw7aw95A5P3a9Ovjpo3qVxHvN4gTJeC3OrThyET8/1766488464/public/styles/webp/public/Citi%20RSRU%20Case%20Study.png.webp?itok=Lm1MgZvF\">"
},
{
"src": "/cdn/ff/AVprbd5QfK0OOmpR7KVkbQEfM0POPyf87_0V_0wEPZU/1713163686/public/styles/webp/public/2023-08/EllieMae.png.webp?itok=NoUt56By",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/AVprbd5QfK0OOmpR7KVkbQEfM0POPyf87_0V_0wEPZU/1713163686/public/styles/webp/public/2023-08/EllieMae.png.webp?itok=NoUt56By\">"
},
{
"src": "/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG\">"
},
{
"src": "/cdn/ff/pmfLYQX-SdGmMl7ZNzOf9m3mugJG4PdYfj8LXB-knS0/1713163686/public/styles/webp/public/2023-08/GetInsured.png.webp?itok=r8sqmHGF",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/pmfLYQX-SdGmMl7ZNzOf9m3mugJG4PdYfj8LXB-knS0/1713163686/public/styles/webp/public/2023-08/GetInsured.png.webp?itok=r8sqmHGF\">"
},
{
"src": "/cdn/ff/QFjzP5EsizaxDT81GqtY16oN1JgNNttL25RYCFEKugE/1713163686/public/styles/webp/public/2023-08/Microsoft_0.png.webp?itok=nrPbPDQ2",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/QFjzP5EsizaxDT81GqtY16oN1JgNNttL25RYCFEKugE/1713163686/public/styles/webp/public/2023-08/Microsoft_0.png.webp?itok=nrPbPDQ2\">"
},
{
"src": "/cdn/ff/KQyi-5rYrC9kfw4eWozbIpykPJaLKKhPtvF_thUWP0U/1713163686/public/styles/webp/public/2023-08/Pennymac.png.webp?itok=1VTZ_11V",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/KQyi-5rYrC9kfw4eWozbIpykPJaLKKhPtvF_thUWP0U/1713163686/public/styles/webp/public/2023-08/Pennymac.png.webp?itok=1VTZ_11V\">"
},
{
"src": "/cdn/ff/yQIgJhwAuO-p9lKYwX9YKaUI7z4bq8TwQV29uhK1ZJY/1713163686/public/styles/webp/public/2023-08/Acord.png.webp?itok=JhwLXVUE",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/yQIgJhwAuO-p9lKYwX9YKaUI7z4bq8TwQV29uhK1ZJY/1713163686/public/styles/webp/public/2023-08/Acord.png.webp?itok=JhwLXVUE\">"
},
{
"src": "/cdn/ff/lQ-Axh3Eyr0BbKSJO2icdf9J9XcA6MPrcL0SzV-iiBY/1713163686/public/styles/webp/public/2023-08/Blackberry.png.webp?itok=NRdVwMcc",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/lQ-Axh3Eyr0BbKSJO2icdf9J9XcA6MPrcL0SzV-iiBY/1713163686/public/styles/webp/public/2023-08/Blackberry.png.webp?itok=NRdVwMcc\">"
},
{
"src": "/cdn/ff/1oDGLaCVb1SAhKo0oyB-NxAPAbjOMiZCMYoCsvt3yGw/1713163686/public/styles/webp/public/2023-08/Nutanix.png.webp?itok=g8AnxUtd",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/1oDGLaCVb1SAhKo0oyB-NxAPAbjOMiZCMYoCsvt3yGw/1713163686/public/styles/webp/public/2023-08/Nutanix.png.webp?itok=g8AnxUtd\">"
},
{
"src": "/cdn/ff/TlJJca-Kq7MJfH4Jk2MPwELRHjaGs0g4MuClfvt4hf4/1713163686/public/styles/webp/public/2023-08/Borse%20Stuttgart.png.webp?itok=pTFkxr4g",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/TlJJca-Kq7MJfH4Jk2MPwELRHjaGs0g4MuClfvt4hf4/1713163686/public/styles/webp/public/2023-08/Borse%20Stuttgart.png.webp?itok=pTFkxr4g\">"
},
{
"src": "/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG\">"
},
{
"src": "/cdn/ff/Ew2MhTL38Nv4dmeYefW4egFrQURdBu4SI7VgdMsEMbU/1713163686/public/styles/webp/public/2023-08/SafetyChain.png.webp?itok=7Ap7Wi0B",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/Ew2MhTL38Nv4dmeYefW4egFrQURdBu4SI7VgdMsEMbU/1713163686/public/styles/webp/public/2023-08/SafetyChain.png.webp?itok=7Ap7Wi0B\">"
},
{
"src": "/cdn/ff/6DgQYP6fHt5Y3ww_SFJyyUdWzKZ9VRnopRATuLO_YaY/1713163686/public/styles/webp/public/2023-08/Egnyte.png.webp?itok=wFlztS0x",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/6DgQYP6fHt5Y3ww_SFJyyUdWzKZ9VRnopRATuLO_YaY/1713163686/public/styles/webp/public/2023-08/Egnyte.png.webp?itok=wFlztS0x\">"
},
{
"src": "/cdn/ff/AVprbd5QfK0OOmpR7KVkbQEfM0POPyf87_0V_0wEPZU/1713163686/public/styles/webp/public/2023-08/EllieMae.png.webp?itok=NoUt56By",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/AVprbd5QfK0OOmpR7KVkbQEfM0POPyf87_0V_0wEPZU/1713163686/public/styles/webp/public/2023-08/EllieMae.png.webp?itok=NoUt56By\">"
},
{
"src": "/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG\">"
},
{
"src": "/cdn/ff/pmfLYQX-SdGmMl7ZNzOf9m3mugJG4PdYfj8LXB-knS0/1713163686/public/styles/webp/public/2023-08/GetInsured.png.webp?itok=r8sqmHGF",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/pmfLYQX-SdGmMl7ZNzOf9m3mugJG4PdYfj8LXB-knS0/1713163686/public/styles/webp/public/2023-08/GetInsured.png.webp?itok=r8sqmHGF\">"
},
{
"src": "/cdn/ff/QFjzP5EsizaxDT81GqtY16oN1JgNNttL25RYCFEKugE/1713163686/public/styles/webp/public/2023-08/Microsoft_0.png.webp?itok=nrPbPDQ2",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/QFjzP5EsizaxDT81GqtY16oN1JgNNttL25RYCFEKugE/1713163686/public/styles/webp/public/2023-08/Microsoft_0.png.webp?itok=nrPbPDQ2\">"
},
{
"src": "/cdn/ff/KQyi-5rYrC9kfw4eWozbIpykPJaLKKhPtvF_thUWP0U/1713163686/public/styles/webp/public/2023-08/Pennymac.png.webp?itok=1VTZ_11V",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/KQyi-5rYrC9kfw4eWozbIpykPJaLKKhPtvF_thUWP0U/1713163686/public/styles/webp/public/2023-08/Pennymac.png.webp?itok=1VTZ_11V\">"
},
{
"src": "/cdn/ff/yQIgJhwAuO-p9lKYwX9YKaUI7z4bq8TwQV29uhK1ZJY/1713163686/public/styles/webp/public/2023-08/Acord.png.webp?itok=JhwLXVUE",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/yQIgJhwAuO-p9lKYwX9YKaUI7z4bq8TwQV29uhK1ZJY/1713163686/public/styles/webp/public/2023-08/Acord.png.webp?itok=JhwLXVUE\">"
},
{
"src": "/cdn/ff/lQ-Axh3Eyr0BbKSJO2icdf9J9XcA6MPrcL0SzV-iiBY/1713163686/public/styles/webp/public/2023-08/Blackberry.png.webp?itok=NRdVwMcc",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/lQ-Axh3Eyr0BbKSJO2icdf9J9XcA6MPrcL0SzV-iiBY/1713163686/public/styles/webp/public/2023-08/Blackberry.png.webp?itok=NRdVwMcc\">"
},
{
"src": "/cdn/ff/1oDGLaCVb1SAhKo0oyB-NxAPAbjOMiZCMYoCsvt3yGw/1713163686/public/styles/webp/public/2023-08/Nutanix.png.webp?itok=g8AnxUtd",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/1oDGLaCVb1SAhKo0oyB-NxAPAbjOMiZCMYoCsvt3yGw/1713163686/public/styles/webp/public/2023-08/Nutanix.png.webp?itok=g8AnxUtd\">"
},
{
"src": "/cdn/ff/TlJJca-Kq7MJfH4Jk2MPwELRHjaGs0g4MuClfvt4hf4/1713163686/public/styles/webp/public/2023-08/Borse%20Stuttgart.png.webp?itok=pTFkxr4g",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/TlJJca-Kq7MJfH4Jk2MPwELRHjaGs0g4MuClfvt4hf4/1713163686/public/styles/webp/public/2023-08/Borse%20Stuttgart.png.webp?itok=pTFkxr4g\">"
},
{
"src": "/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG\">"
},
{
"src": "/cdn/ff/Ew2MhTL38Nv4dmeYefW4egFrQURdBu4SI7VgdMsEMbU/1713163686/public/styles/webp/public/2023-08/SafetyChain.png.webp?itok=7Ap7Wi0B",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/Ew2MhTL38Nv4dmeYefW4egFrQURdBu4SI7VgdMsEMbU/1713163686/public/styles/webp/public/2023-08/SafetyChain.png.webp?itok=7Ap7Wi0B\">"
},
{
"src": "/cdn/ff/6DgQYP6fHt5Y3ww_SFJyyUdWzKZ9VRnopRATuLO_YaY/1713163686/public/styles/webp/public/2023-08/Egnyte.png.webp?itok=wFlztS0x",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/6DgQYP6fHt5Y3ww_SFJyyUdWzKZ9VRnopRATuLO_YaY/1713163686/public/styles/webp/public/2023-08/Egnyte.png.webp?itok=wFlztS0x\">"
},
{
"src": "/cdn/ff/AVprbd5QfK0OOmpR7KVkbQEfM0POPyf87_0V_0wEPZU/1713163686/public/styles/webp/public/2023-08/EllieMae.png.webp?itok=NoUt56By",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/AVprbd5QfK0OOmpR7KVkbQEfM0POPyf87_0V_0wEPZU/1713163686/public/styles/webp/public/2023-08/EllieMae.png.webp?itok=NoUt56By\">"
},
{
"src": "/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/8mSTehI1jEkV5IORvlDD3seWdPH1caZWHg0gIskb_UY/1713163686/public/styles/webp/public/2023-08/CXLoyalty.png.webp?itok=DGwdZ2rG\">"
},
{
"src": "/cdn/ff/pmfLYQX-SdGmMl7ZNzOf9m3mugJG4PdYfj8LXB-knS0/1713163686/public/styles/webp/public/2023-08/GetInsured.png.webp?itok=r8sqmHGF",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/pmfLYQX-SdGmMl7ZNzOf9m3mugJG4PdYfj8LXB-knS0/1713163686/public/styles/webp/public/2023-08/GetInsured.png.webp?itok=r8sqmHGF\">"
},
{
"src": "/cdn/ff/QFjzP5EsizaxDT81GqtY16oN1JgNNttL25RYCFEKugE/1713163686/public/styles/webp/public/2023-08/Microsoft_0.png.webp?itok=nrPbPDQ2",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/QFjzP5EsizaxDT81GqtY16oN1JgNNttL25RYCFEKugE/1713163686/public/styles/webp/public/2023-08/Microsoft_0.png.webp?itok=nrPbPDQ2\">"
},
{
"src": "/cdn/ff/KQyi-5rYrC9kfw4eWozbIpykPJaLKKhPtvF_thUWP0U/1713163686/public/styles/webp/public/2023-08/Pennymac.png.webp?itok=1VTZ_11V",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-success\" class=\"success-stories-logo-image\" src=\"/cdn/ff/KQyi-5rYrC9kfw4eWozbIpykPJaLKKhPtvF_thUWP0U/1713163686/public/styles/webp/public/2023-08/Pennymac.png.webp?itok=1VTZ_11V\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/careers-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"arrow\" class=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/careers-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"arrow\" alt=\"arrow\" src=\"/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/global_map.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/global_map.png\" alt=\"global-map\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/asia_map.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/asia_map.png\" alt=\"asia-map\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/europe_map.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/europe_map.png\" alt=\"europe-map\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/north_america_map.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/north_america_map.png\" alt=\"north-america-map\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/global_map.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/global_map.png\" alt=\"global-map\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/asia_map.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/asia_map.png\" alt=\"asia-map\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/europe_map.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/europe_map.png\" alt=\"europe-map\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/plus-circle-comp.svg\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/north_america_map.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/themes/custom/bootstrap_xoriant/images/north_america_map.png\" alt=\"north-america-map\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/themes/custom/bootstrap_xoriant/images/map_pin.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"map-pin\" src=\"/themes/custom/bootstrap_xoriant/images/map_pin.png\">"
},
{
"src": "/sites/all/modules/custom/ai_search_bot/assets/star-ai-icon.png",
"width": "16px",
"height": "",
"loading": "",
"html": "<img src=\"/sites/all/modules/custom/ai_search_bot/assets/star-ai-icon.png\" width=\"16px\">"
}
],
"possibleDialogs": [
"<div class=\"dialog-off-canvas-main-canvas\" data-off-canvas-main-canvas> <div id=\"page-wrapper\"> <div id=\"page\"> <header id=\"header\" class=\"header bg-white\" role=\"banner\" aria-label=\"Site header\"> <nav class=\"navbar navbar-dark bg-secondary hide\" id=\"navbar-top\"> <section class=\"row region region-top-header\"> <div class=\"views-element-container block block-views block-views-blockheader-flash-block-1\" id=\"block-views-block-header-flash-block-1\"> <div class=\"content\"> <div><div class=\"view view-...",
"<div class=\"popup-contact-form-overlay\"></div>",
"<div class=\"popup-contact-form\"> <a id=\"webform-submission-header-contact-popup-node-10175-form-ajax-content\" tabindex=\"-1\" aria-hidden=\"true\"></a><div id=\"webform-submission-header-contact-popup-node-10175-form-ajax\" class=\"webform-ajax-form-wrapper\" data-effect=\"none\" data-progress-type=\"fullscreen\"><form class=\"webform-submission-form webform-submission-add-form webform-submission-header-contact-popup-form webform-submission-header-contact-popup-add-form webform-submission-header-contact-p...",
"<a id=\"webform-submission-header-contact-popup-node-10175-form-ajax-content\" tabindex=\"-1\" aria-hidden=\"true\"></a>",
"<div id=\"webform-submission-header-contact-popup-node-10175-form-ajax\" class=\"webform-ajax-form-wrapper\" data-effect=\"none\" data-progress-type=\"fullscreen\"><form class=\"webform-submission-form webform-submission-add-form webform-submission-header-contact-popup-form webform-submission-header-contact-popup-add-form webform-submission-header-contact-popup-node-10175-form webform-submission-header-contact-popup-node-10175-add-form js-webform-details-toggle webform-details-toggle\" data-drupal-sele...",
"<form class=\"webform-submission-form webform-submission-add-form webform-submission-header-contact-popup-form webform-submission-header-contact-popup-add-form webform-submission-header-contact-popup-node-10175-form webform-submission-header-contact-popup-node-10175-add-form js-webform-details-toggle webform-details-toggle\" data-drupal-selector=\"webform-submission-header-contact-popup-node-10175-add-form\" action=\"/\" method=\"post\" id=\"webform-submission-header-contact-popup-node-10175-add-form\"...",
"<input class=\"popup-name form-text required form-control\" data-webform-required-error=\"Please fill your name.\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z\\s]{3,30}\" data-webform-pattern-error=\"Min 3 alphabets required(Only Alphabets)\" data-drupal-selector=\"edit-first-name\" data-msg-maxlength=\"Name* field has a maximum length of 30.\" data-msg-required=\"Please fill your name.\" data-msg-pattern=\"Min 3 alphabets required(Only Alphabets)\" type=\"text\" id=\"edit-first-name\" name=\"first_name\" value size=\"255\"...",
"<input class=\"popup-email form-email required form-control\" autocomplete=\"off\" data-webform-required-error=\"Please fill your email.\" pattern=\"^\\w+[-\\.\\w]*@(?!(?:apple|icloud|mail|mac|gmail|yahoo|outlook|hotmail|aim|msl|aol|msn|msl|rediff)\\.(com|co|ru|in)$)\\w+[-\\.\\w]*?\\.\\w{2,4}$\" data-webform-pattern-error=\"Invalid Email\" data-drupal-selector=\"edit-email\" data-msg-maxlength=\"Email* field has a maximum length of 254.\" data-msg-required=\"Please fill your email.\" data-msg-email=\"Email*...",
"<input class=\"popup-phone form-tel form-control\" autocomplete=\"off\" pattern=\"^(?!0+$)(\\+\\d{1,3}[- ]?)?(?!0+$)\\d{10,12}$\" data-webform-pattern-error=\"Please enter correct phone number.\" data-drupal-selector=\"edit-phone\" data-msg-maxlength=\"Phone field has a maximum length of 11.\" data-msg-pattern=\"Please enter correct phone number.\" type=\"tel\" id=\"edit-phone\" name=\"phone\" value size=\"128\" maxlength=\"11\">",
"<input class=\"popup-company form-text form-control\" pattern=\"(?!\\s)(?!\\s+$)[A-Za-z0-9\\s]*$\" data-webform-pattern-error=\"Company name should be valid\" data-drupal-selector=\"edit-company-name\" data-msg-maxlength=\"Company field has a maximum length of 255.\" data-msg-pattern=\"Company name should be valid\" type=\"text\" id=\"edit-company-name\" name=\"company_name\" value size=\"60\" maxlength=\"255\">",
"<select class=\"popup-option form-select required custom-select\" data-webform-required-error=\"Please select at least one option.\" data-drupal-selector=\"edit-we-are-looking-for-\" data-msg-required=\"Please select at least one option.\" id=\"edit-we-are-looking-for-\" name=\"we_are_looking_for_\" required=\"required\" aria-required=\"true\"><option value selected=\"selected\">We are looking for</option><option value=\"Services & Solutions\">Services & Solutions</option><option value=\"Partnership\">Part...",
"<textarea class=\"popup-message form-textarea required form-control resize-vertical\" data-webform-required-error=\"Please write a message.\" pattern=\"^.{0,50000}$\" data-webform-pattern-error=\"Message longer than 50000 characters.\" data-drupal-selector=\"edit-message\" data-msg-maxlength=\"Message* field has a maximum length of 50000.\" data-msg-required=\"Please write a message.\" data-msg-pattern=\"Message longer than 50000 characters.\" id=\"edit-message\" name=\"message\" rows=\"5\" cols=\"60\" maxlengt...",
"<input class=\"popup-privacy-policy form-checkbox required custom-control-input\" data-webform-required-error=\"Please accept privacy agreement.\" data-drupal-selector=\"edit-privacy-text\" data-msg-required=\"Please accept privacy agreement.\" type=\"checkbox\" id=\"edit-privacy-text\" name=\"privacy_text\" value=\"1\" required=\"required\" aria-required=\"true\">",
"<div class=\"popup-submit form-actions webform-actions js-form-wrapper form-group\" data-drupal-selector=\"edit-actions\" id=\"edit-actions--2\"><button class=\"webform-button--submit button button--primary js-form-submit form-submit btn btn-primary cv-validate-before-ajax\" data-drupal-selector=\"edit-actions-submit\" data-disable-refocus=\"true\" type=\"submit\" id=\"edit-actions-submit\" name=\"op\" value=\"Submit\">Submit</button> </div>",
"<div class=\"d-video-popup-box\"> <div class=\"d-video-popup\"> <button class=\"d-video-close-button\"> <img alt=\"green-close\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/green-close.png\"> </button> <video class=\"d-video\" controls playsinline> <source src=\"https://www.xoriant.com/themes/custom/bootstrap_xoriant/images/Xoriant-Enterprises-Video.mp4\" type=\"video/mp4\"> <source src=\"https://www.xoriant.com/themes/custom/bootstrap_xoriant/images/Xoriant-Enterprises-Video.mp4\" type=\"video...",
"<div class=\"d-video-popup\"> <button class=\"d-video-close-button\"> <img alt=\"green-close\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/green-close.png\"> </button> <video class=\"d-video\" controls playsinline> <source src=\"https://www.xoriant.com/themes/custom/bootstrap_xoriant/images/Xoriant-Enterprises-Video.mp4\" type=\"video/mp4\"> <source src=\"https://www.xoriant.com/themes/custom/bootstrap_xoriant/images/Xoriant-Enterprises-Video.mp4\" type=\"video/ogg\"> Your browser does not sup...",
"<div id=\"drupal-modal\" class=\"ui-front\" style=\"display: none;\"></div>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
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": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"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
70 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": 75,
"passing": 5,
"failing": [
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Digital Engineering",
"headingHtml": "<h2>Digital Engineering</h2>",
"firstParagraph": "From digital possibilities to an agile cycle of digital solution development - explore how everything connects under our robust technology DNA, product engineering footprint, and dependable partner network.",
"paragraphHtml": "<p>From digital possibilities to an agile cycle of digital solution development - explore how everything connects under our robust technology DNA, product engineering footprint, and dependable partner network.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Industries",
"headingHtml": "<h2>Industries</h2>",
"firstParagraph": "From D.R.E.A.M to decisive outcomes and client success - explore our proven impact in driving this through services and solutions across multiple sectors and business functions - tailored to specific needs.",
"paragraphHtml": "<p>From D.R.E.A.M to decisive outcomes and client success - explore our proven impact in driving this through services and solutions across multiple sectors and business functions - tailored to specific needs.</p>",
"words": 33,
"direct": false,
"issue": "First paragraph is 33 words and does not look like a concise direct answer."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Featured Insights",
"headingHtml": "<h2 class=\"heading\">Featured Insights</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Insights",
"headingHtml": "<h2>Insights</h2>",
"firstParagraph": "Actionable ideas, customer success stories, and expert-led perspectives that translate emerging technologies into measurable business outcomes.",
"paragraphHtml": "<p>Actionable ideas, customer success stories, and expert-led perspectives that translate emerging technologies into measurable business outcomes.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Your Information",
"headingHtml": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>",
"firstParagraph": "This is a desktop device.",
"paragraphHtml": "<p style=\"display:none;\">This is a desktop device.</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Stay vigilant aboutfake job offers",
"headingHtml": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We communicate only [email protected]",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p></h3>",
"firstParagraph": "We communicate only [email protected]",
"paragraphHtml": "<p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Define",
"headingHtml": "<h2 class=\"hero-hover-title\">D<span>efine</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tomorrow",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Tomorrow</h2>",
"firstParagraph": "Defining the blueprint of the intelligent enterprise",
"paragraphHtml": "<p class=\"hero-hover-body\">Defining the blueprint of the intelligent enterprise</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Revitalize",
"headingHtml": "<h2 class=\"hero-hover-title\">R<span>evitalize</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Today",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Today</h2>",
"firstParagraph": "Revitalizing systems with AI and data readiness",
"paragraphHtml": "<p class=\"hero-hover-body\">Revitalizing systems with AI and data readiness</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Engineer",
"headingHtml": "<h2 class=\"hero-hover-title\">E<span>ngineer</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Next",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Next</h2>",
"firstParagraph": "Engineering the future using Applied Intelligence",
"paragraphHtml": "<p class=\"hero-hover-body\">Engineering the future using Applied Intelligence</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Accelerate",
"headingHtml": "<h2 class=\"hero-hover-title\">A<span>ccelerate</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">AI</h2>",
"firstParagraph": "Accelerating time-to-value with Xoriant accelerators",
"paragraphHtml": "<p class=\"hero-hover-body\">Accelerating time-to-value with Xoriant accelerators</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Manage",
"headingHtml": "<h2 class=\"hero-hover-title\">M<span>anage</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Change",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Change</h2>",
"firstParagraph": "Managing evolution through predictive ops and governance",
"paragraphHtml": "<p class=\"hero-hover-body\">Managing evolution through predictive ops and governance</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Veteran Tech Executive Scott Van Vliet Joins Xoriant’s Board",
"headingHtml": "<h2 class=\"hero-banner-title\">Veteran Tech Executive<br> Scott Van Vliet Joins<br> Xoriant’s Board </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meet Us At",
"headingHtml": "<h2 class=\"hero-banner-title\">Meet Us At</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Databricks Data + AI SummitJUNE 15–18 | San Francisco",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\"><span style=\"font-weight:600;\">Databricks Data <span style=\"font-weight: 600;color:#00b23b;\"> + </span> AI Summit</span><br><span style=\"font-size: 25px; font-weight: 600;color:#00b23b;\">JUNE 15–18 | San Francisco</span></p> </h3>",
"firstParagraph": "Databricks Data + AI SummitJUNE 15–18 | San Francisco",
"paragraphHtml": "<p class=\"banner-subtitle\"><span style=\"font-weight:600;\">Databricks Data <span style=\"font-weight: 600;color:#00b23b;\"> + </span> AI Summit</span><br><span style=\"font-size: 25px; font-weight: 600;color:#00b23b;\">JUNE 15–18 | San Francisco</span></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "We’re now Advanced Specialized in AI Apps on Azure",
"headingHtml": "<h2 class=\"hero-banner-title\">We’re now Advanced Specialized in AI Apps on Azure</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stay vigilant aboutfake job offers",
"headingHtml": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We communicate only [email protected]",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p></h3>",
"firstParagraph": "We communicate only [email protected]",
"paragraphHtml": "<p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Define",
"headingHtml": "<h2 class=\"hero-hover-title\">D<span>efine</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Tomorrow",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Tomorrow</h2>",
"firstParagraph": "Defining the blueprint of the intelligent enterprise",
"paragraphHtml": "<p class=\"hero-hover-body\">Defining the blueprint of the intelligent enterprise</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Revitalize",
"headingHtml": "<h2 class=\"hero-hover-title\">R<span>evitalize</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Today",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Today</h2>",
"firstParagraph": "Revitalizing systems with AI and data readiness",
"paragraphHtml": "<p class=\"hero-hover-body\">Revitalizing systems with AI and data readiness</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Engineer",
"headingHtml": "<h2 class=\"hero-hover-title\">E<span>ngineer</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Next",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Next</h2>",
"firstParagraph": "Engineering the future using Applied Intelligence",
"paragraphHtml": "<p class=\"hero-hover-body\">Engineering the future using Applied Intelligence</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Accelerate",
"headingHtml": "<h2 class=\"hero-hover-title\">A<span>ccelerate</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">AI</h2>",
"firstParagraph": "Accelerating time-to-value with Xoriant accelerators",
"paragraphHtml": "<p class=\"hero-hover-body\">Accelerating time-to-value with Xoriant accelerators</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Manage",
"headingHtml": "<h2 class=\"hero-hover-title\">M<span>anage</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Change",
"headingHtml": "<h2 class=\"hero-hover-subtitle\">Change</h2>",
"firstParagraph": "Managing evolution through predictive ops and governance",
"paragraphHtml": "<p class=\"hero-hover-body\">Managing evolution through predictive ops and governance</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Veteran Tech Executive Scott Van Vliet Joins Xoriant’s Board",
"headingHtml": "<h2 class=\"hero-banner-title\">Veteran Tech Executive<br> Scott Van Vliet Joins<br> Xoriant’s Board </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Meet Us At",
"headingHtml": "<h2 class=\"hero-banner-title\">Meet Us At</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Databricks Data + AI SummitJUNE 15–18 | San Francisco",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\"><span style=\"font-weight:600;\">Databricks Data <span style=\"font-weight: 600;color:#00b23b;\"> + </span> AI Summit</span><br><span style=\"font-size: 25px; font-weight: 600;color:#00b23b;\">JUNE 15–18 | San Francisco</span></p> </h3>",
"firstParagraph": "Databricks Data + AI SummitJUNE 15–18 | San Francisco",
"paragraphHtml": "<p class=\"banner-subtitle\"><span style=\"font-weight:600;\">Databricks Data <span style=\"font-weight: 600;color:#00b23b;\"> + </span> AI Summit</span><br><span style=\"font-size: 25px; font-weight: 600;color:#00b23b;\">JUNE 15–18 | San Francisco</span></p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "We’re now Advanced Specialized in AI Apps on Azure",
"headingHtml": "<h2 class=\"hero-banner-title\">We’re now Advanced Specialized in AI Apps on Azure</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Stay vigilant aboutfake job offers",
"headingHtml": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We communicate only [email protected]",
"headingHtml": "<h3 class=\"hero-banner-subtitle\"><p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p></h3>",
"firstParagraph": "We communicate only [email protected]",
"paragraphHtml": "<p class=\"banner-subtitle\" style=\"font-family:'Mona Sans Medium';font-weight:600;\"><span style=\"font-size:25px;\">We communicate only via</span><br><span style=\"font-size: 30px;color: #00b23b;\">[email protected]</span></p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "About Xoriant",
"headingHtml": "<h2>About <span>Xoriant</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We engineer the convergence of applied intelligence and business ambition, accelerating value realization and shaping the AI-native enterprise",
"headingHtml": "<h3>We engineer the convergence of applied intelligence and business ambition, accelerating value realization and shaping the AI-native enterprise</h3>",
"firstParagraph": "Your browser does not support the video tag.",
"paragraphHtml": "<p> <video controls id=\"iframePlayer\" playsinline style=\"display:none;\"><source src=\"https://www.xoriant.com/themes/custom/bootstrap_xoriant/images/Sleep Number Main Video - Home Page.mp4\" type=\"video/mp4\">Your browser does not support the video tag.</video> </p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Define",
"headingHtml": "<h3 class=\"hero-word-title\">Define</h3>",
"firstParagraph": "We translate your vision into an intelligent roadmap, engineering adaptive, AI-native platforms built for measurable outcomes.",
"paragraphHtml": "<p class=\"hero-word-body\">We translate your vision into an intelligent roadmap, engineering adaptive, AI-native platforms built for measurable outcomes.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Engineering For The Intelligent Enterprise",
"headingHtml": "<h3 class=\"r-title\">Engineering For The Intelligent Enterprise</h3>",
"firstParagraph": "Leverage AI and cloud to seamlessly modernize enterprise systems, accelerating innovation and growth with minimal disruption.",
"paragraphHtml": "<p class=\"r-body\">Leverage AI and cloud to seamlessly modernize enterprise systems, accelerating innovation and growth with minimal disruption.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Process & AI Consulting",
"headingHtml": "<h3 class=\"r-title\">Process & AI Consulting</h3>",
"firstParagraph": "Reimagine processes for an AI-first era by combining domain expertise, workflow intelligence, automation, and modern engineering.",
"paragraphHtml": "<p class=\"r-body\">Reimagine processes for an AI-first era by combining domain expertise, workflow intelligence, automation, and modern engineering.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Partners in our Digital Engineering Footsteps",
"headingHtml": "<h3 class=\"partners-title\">Partners in our Digital Engineering Footsteps</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "All Partners",
"headingHtml": "<h3 class=\"arrow-block\"> <a href=\"/partners\" title=\"Partners\">All Partners</a> <img class=\"green-arrow black-f\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/f-insights-black.svg\" alt=\"green\"> <img class=\"green-arrow green-f\" loading=\"lazy\" src=\"/themes/custom/bootstrap_xoriant/images/f-insights-green.svg\" alt=\"green\"> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Revitalize",
"headingHtml": "<h3 class=\"hero-word-title\">Revitalize</h3>",
"firstParagraph": "Catapult to your desired future state as we revitalize systems and legacy infrastructures through the power of AI, automation, and public cloud.",
"paragraphHtml": "<p class=\"hero-word-body\">Catapult to your desired future state as we revitalize systems and legacy infrastructures through the power of AI, automation, and public cloud.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Legacy Modernization",
"headingHtml": "<h3 class=\"r-title\">Legacy Modernization</h3>",
"firstParagraph": "A smarter approach to legacy modernization and cloud-driven growth awaits. Embrace transformation without business disruption slowing you down.",
"paragraphHtml": "<p class=\"r-body\">A smarter approach to legacy modernization and cloud-driven growth awaits. Embrace transformation without business disruption slowing you down.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Intelligent Experiences",
"headingHtml": "<h3 class=\"r-title\">Intelligent Experiences</h3>",
"firstParagraph": "We engineer possibilities into real outcomes, creating intelligent experiences that help businesses deliver exceptional results.",
"paragraphHtml": "<p class=\"r-body\">We engineer possibilities into real outcomes, creating intelligent experiences that help businesses deliver exceptional results.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Engineer",
"headingHtml": "<h3 class=\"hero-word-title\">Engineer</h3>",
"firstParagraph": "A complete spectrum of modern engineering services built on a strong foundation of AI and deep technology expertise.",
"paragraphHtml": "<p class=\"hero-word-body\">A complete spectrum of modern engineering services built on a strong foundation of AI and deep technology expertise.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Accelerate",
"headingHtml": "<h3 class=\"hero-word-title\">Accelerate</h3>",
"firstParagraph": "Fast-tracking innovation and business transformation through artificial intelligence",
"paragraphHtml": "<p class=\"hero-word-body\">Fast-tracking innovation and business transformation through artificial intelligence</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Banking &Financial Services",
"headingHtml": "<h3 class=\"m-icon-title\">Banking &<br>Financial Services</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Hi-Tech",
"headingHtml": "<h3 class=\"m-icon-title\">Hi-Tech</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Healthcare &Life Sciences",
"headingHtml": "<h3 class=\"m-icon-title\">Healthcare &<br>Life Sciences</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Retail & CPG",
"headingHtml": "<h3 class=\"m-icon-title\">Retail & CPG</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Manufacturing",
"headingHtml": "<h3 class=\"m-icon-title\">Manufacturing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "D.R.E.A.M. Realized",
"headingHtml": "<h2 class=\"success-stories-title\"> <span class=\"success-stories-title-green\">D.R.E.A.M.</span> Realized</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Success Stories",
"headingHtml": "<h3 class=\"success-stories-subtitle\">Success Stories</h3>",
"firstParagraph": "Strengthening Salesforce Performance, Security, and Scalability for a Leading Manufacturer Xoriant helped a leading manufacturer optimize Salesforce performance, strengthen security, modernize integrations, and build a scalable platform for future growth.",
"paragraphHtml": "<p class=\"success-stories-body\"> <a class=\"success-stories-link\" href=\"/case-study/salesforce-health-check-and-modernization-for-a-leading-manufacturer\" tabindex=\"0\"> Strengthening Salesforce Performance, Security, and Scalability for a Leading Manufacturer </a> <span class=\"short-desc\">Xoriant helped a leading manufacturer optimize Salesforce performance, strengthen security, modernize integrations, and build a scalable platform for future growth.<br> </span> </p>",
"words": 30,
"direct": false,
"issue": "First paragraph is 30 words and does not look like a concise direct answer."
},
{
"heading": "D.R.E.A.M. AccomplishedFor Global Brands",
"headingHtml": "<h3 class=\"success-stories-logos-carousel-title\">D.R.E.A.M. Accomplished<br>For Global Brands</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Driven by Purpose &Committed to Responsibility",
"headingHtml": "<h2 class=\"csr-title\">Driven by Purpose &<br>Committed to Responsibility</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Doing our bit for Sustainability, Diversity & Inclusion and Social Impact",
"headingHtml": "<h3 class=\"csr-subtitle\">Doing our bit for Sustainability, Diversity & Inclusion and Social Impact</h3>",
"firstParagraph": "Preserving and Cherishing Nature’s Abundance",
"paragraphHtml": "<p class=\"csr-body\">Preserving and Cherishing Nature’s Abundance </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Your Information",
"headingHtml": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Information",
"headingHtml": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your Information",
"headingHtml": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>",
"firstParagraph": "TERMS OF USE | COOKIE POLICY | PRIVACY POLICY | SITEMAP | ETHICS | BRAND POLICY © 2026 - All Rights Reserved",
"paragraphHtml": "<p><a href=\"/terms-use\" target=\"_blank\" title=\"Terms of Use\">TERMS OF USE</a> | <a href=\"/cookie-policy\" target=\"_blank\" title=\"Read Cookie Policy\">COOKIE POLICY</a> | <a href=\"/privacy-policy\" target=\"_blank\" title=\"Read Privacy Policy\">PRIVACY POLICY</a> | <a href=\"/sitemap\" target=\"_blank\" title=\"Sitemap\">SITEMAP</a> | <a href=\"/whistleblower-policy\" target=\"_blank\" title=\"ETHICS\">ETHICS </a> | <a href=\"https://www.xoriant.com/cdn/ff/CZhI_vHnxgjEpW3cahchUw29QZhP_X7J5sQ7YGCbuRw/1708088531/p...",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 68/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 68/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: enterprise, solution, xoriant.
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
68/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 68/100 and needs improvement.
Evidence
{
"title": "Digital Engineering and Enterprise Solution Company | Xoriant",
"h1": "",
"description": "US-based software development, technology services company helping ISVs, large enterprises with digital engineering service, professional & managed services to accelerate technology initiatives",
"topicOverlap": 0.5,
"definitionCount": 17,
"topicTerms": [
"digital",
"engineering",
"enterprise",
"solution",
"company",
"xoriant"
],
"descriptionTerms": [
"based",
"software",
"development",
"technology",
"services",
"company",
"helping",
"isvs",
"large",
"enterprises",
"digital",
"engineering",
"service",
"professional",
"managed",
"accelerate",
"initiatives"
],
"missingFromDescription": [
"enterprise",
"solution",
"xoriant"
],
"score": 68,
"weight": 18
}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": 17,
"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: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Digital Engineering",
"html": "<h2>Digital Engineering</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Cloud and Infrastructure",
"html": "<h2>Cloud and Infrastructure</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Data and AI",
"html": "<h2>Data and AI</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Cyber Security",
"html": "<h2>Cyber Security</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Industries",
"html": "<h2>Industries</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Partner Ecosystem",
"html": "<h2>Partner Ecosystem</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Insights",
"html": "<h2>Insights</h2>"
},
{
"text": "Your Information",
"html": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>"
},
{
"text": "Stay vigilant aboutfake job offers",
"html": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>"
},
{
"text": "Define",
"html": "<h2 class=\"hero-hover-title\">D<span>efine</span> </h2>"
},
{
"text": "Tomorrow",
"html": "<h2 class=\"hero-hover-subtitle\">Tomorrow</h2>"
},
{
"text": "Revitalize",
"html": "<h2 class=\"hero-hover-title\">R<span>evitalize</span> </h2>"
},
{
"text": "Today",
"html": "<h2 class=\"hero-hover-subtitle\">Today</h2>"
},
{
"text": "Engineer",
"html": "<h2 class=\"hero-hover-title\">E<span>ngineer</span> </h2>"
},
{
"text": "Next",
"html": "<h2 class=\"hero-hover-subtitle\">Next</h2>"
},
{
"text": "Accelerate",
"html": "<h2 class=\"hero-hover-title\">A<span>ccelerate</span> </h2>"
},
{
"text": "AI",
"html": "<h2 class=\"hero-hover-subtitle\">AI</h2>"
},
{
"text": "Manage",
"html": "<h2 class=\"hero-hover-title\">M<span>anage</span> </h2>"
},
{
"text": "Change",
"html": "<h2 class=\"hero-hover-subtitle\">Change</h2>"
},
{
"text": "Veteran Tech Executive Scott Van Vliet Joins Xoriant’s Board",
"html": "<h2 class=\"hero-banner-title\">Veteran Tech Executive<br> Scott Van Vliet Joins<br> Xoriant’s Board </h2>"
},
{
"text": "Meet Us At",
"html": "<h2 class=\"hero-banner-title\">Meet Us At</h2>"
},
{
"text": "We’re now Advanced Specialized in AI Apps on Azure",
"html": "<h2 class=\"hero-banner-title\">We’re now Advanced Specialized in AI Apps on Azure</h2>"
},
{
"text": "Stay vigilant aboutfake job offers",
"html": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>"
},
{
"text": "Define",
"html": "<h2 class=\"hero-hover-title\">D<span>efine</span> </h2>"
},
{
"text": "Tomorrow",
"html": "<h2 class=\"hero-hover-subtitle\">Tomorrow</h2>"
},
{
"text": "Revitalize",
"html": "<h2 class=\"hero-hover-title\">R<span>evitalize</span> </h2>"
},
{
"text": "Today",
"html": "<h2 class=\"hero-hover-subtitle\">Today</h2>"
},
{
"text": "Engineer",
"html": "<h2 class=\"hero-hover-title\">E<span>ngineer</span> </h2>"
},
{
"text": "Next",
"html": "<h2 class=\"hero-hover-subtitle\">Next</h2>"
},
{
"text": "Accelerate",
"html": "<h2 class=\"hero-hover-title\">A<span>ccelerate</span> </h2>"
},
{
"text": "AI",
"html": "<h2 class=\"hero-hover-subtitle\">AI</h2>"
},
{
"text": "Manage",
"html": "<h2 class=\"hero-hover-title\">M<span>anage</span> </h2>"
},
{
"text": "Change",
"html": "<h2 class=\"hero-hover-subtitle\">Change</h2>"
},
{
"text": "Veteran Tech Executive Scott Van Vliet Joins Xoriant’s Board",
"html": "<h2 class=\"hero-banner-title\">Veteran Tech Executive<br> Scott Van Vliet Joins<br> Xoriant’s Board </h2>"
},
{
"text": "Meet Us At",
"html": "<h2 class=\"hero-banner-title\">Meet Us At</h2>"
},
{
"text": "We’re now Advanced Specialized in AI Apps on Azure",
"html": "<h2 class=\"hero-banner-title\">We’re now Advanced Specialized in AI Apps on Azure</h2>"
},
{
"text": "Stay vigilant aboutfake job offers",
"html": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>"
},
{
"text": "About Xoriant",
"html": "<h2>About <span>Xoriant</span></h2>"
},
{
"text": "D.R.E.A.M. Realized",
"html": "<h2 class=\"success-stories-title\"> <span class=\"success-stories-title-green\">D.R.E.A.M.</span> Realized</h2>"
},
{
"text": "Driven by Purpose &Committed to Responsibility",
"html": "<h2 class=\"csr-title\">Driven by Purpose &<br>Committed to Responsibility</h2>"
},
{
"text": "Your Information",
"html": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>"
},
{
"text": "Your Information",
"html": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>"
},
{
"text": "Your Information",
"html": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Digital Engineering and Enterprise Solution C...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Engineering and Enterprise Solution C... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Engineering and Enterprise Solution C...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Engineering and Enterprise Solution C... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Engineering and Enterprise Solution C... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Digital Engineering and Enterprise Solution C...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Engineering and Enterprise Solution C... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Engineering and Enterprise Solution C...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Engineering and Enterprise Solution C... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Engineering and Enterprise Solution C... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 74608
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 74600
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 74598
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Digital Engineering",
"html": "<h2>Digital Engineering</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Cloud and Infrastructure",
"html": "<h2>Cloud and Infrastructure</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Data and AI",
"html": "<h2>Data and AI</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Cyber Security",
"html": "<h2>Cyber Security</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Industries",
"html": "<h2>Industries</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Partner Ecosystem",
"html": "<h2>Partner Ecosystem</h2>"
},
{
"text": "Featured Insights",
"html": "<h2 class=\"heading\">Featured Insights</h2>"
},
{
"text": "Insights",
"html": "<h2>Insights</h2>"
},
{
"text": "Your Information",
"html": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>"
},
{
"text": "Stay vigilant aboutfake job offers",
"html": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>"
},
{
"text": "Define",
"html": "<h2 class=\"hero-hover-title\">D<span>efine</span> </h2>"
},
{
"text": "Tomorrow",
"html": "<h2 class=\"hero-hover-subtitle\">Tomorrow</h2>"
},
{
"text": "Revitalize",
"html": "<h2 class=\"hero-hover-title\">R<span>evitalize</span> </h2>"
},
{
"text": "Today",
"html": "<h2 class=\"hero-hover-subtitle\">Today</h2>"
},
{
"text": "Engineer",
"html": "<h2 class=\"hero-hover-title\">E<span>ngineer</span> </h2>"
},
{
"text": "Next",
"html": "<h2 class=\"hero-hover-subtitle\">Next</h2>"
},
{
"text": "Accelerate",
"html": "<h2 class=\"hero-hover-title\">A<span>ccelerate</span> </h2>"
},
{
"text": "AI",
"html": "<h2 class=\"hero-hover-subtitle\">AI</h2>"
},
{
"text": "Manage",
"html": "<h2 class=\"hero-hover-title\">M<span>anage</span> </h2>"
},
{
"text": "Change",
"html": "<h2 class=\"hero-hover-subtitle\">Change</h2>"
},
{
"text": "Veteran Tech Executive Scott Van Vliet Joins Xoriant’s Board",
"html": "<h2 class=\"hero-banner-title\">Veteran Tech Executive<br> Scott Van Vliet Joins<br> Xoriant’s Board </h2>"
},
{
"text": "Meet Us At",
"html": "<h2 class=\"hero-banner-title\">Meet Us At</h2>"
},
{
"text": "We’re now Advanced Specialized in AI Apps on Azure",
"html": "<h2 class=\"hero-banner-title\">We’re now Advanced Specialized in AI Apps on Azure</h2>"
},
{
"text": "Stay vigilant aboutfake job offers",
"html": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>"
},
{
"text": "Define",
"html": "<h2 class=\"hero-hover-title\">D<span>efine</span> </h2>"
},
{
"text": "Tomorrow",
"html": "<h2 class=\"hero-hover-subtitle\">Tomorrow</h2>"
},
{
"text": "Revitalize",
"html": "<h2 class=\"hero-hover-title\">R<span>evitalize</span> </h2>"
},
{
"text": "Today",
"html": "<h2 class=\"hero-hover-subtitle\">Today</h2>"
},
{
"text": "Engineer",
"html": "<h2 class=\"hero-hover-title\">E<span>ngineer</span> </h2>"
},
{
"text": "Next",
"html": "<h2 class=\"hero-hover-subtitle\">Next</h2>"
},
{
"text": "Accelerate",
"html": "<h2 class=\"hero-hover-title\">A<span>ccelerate</span> </h2>"
},
{
"text": "AI",
"html": "<h2 class=\"hero-hover-subtitle\">AI</h2>"
},
{
"text": "Manage",
"html": "<h2 class=\"hero-hover-title\">M<span>anage</span> </h2>"
},
{
"text": "Change",
"html": "<h2 class=\"hero-hover-subtitle\">Change</h2>"
},
{
"text": "Veteran Tech Executive Scott Van Vliet Joins Xoriant’s Board",
"html": "<h2 class=\"hero-banner-title\">Veteran Tech Executive<br> Scott Van Vliet Joins<br> Xoriant’s Board </h2>"
},
{
"text": "Meet Us At",
"html": "<h2 class=\"hero-banner-title\">Meet Us At</h2>"
},
{
"text": "We’re now Advanced Specialized in AI Apps on Azure",
"html": "<h2 class=\"hero-banner-title\">We’re now Advanced Specialized in AI Apps on Azure</h2>"
},
{
"text": "Stay vigilant aboutfake job offers",
"html": "<h2 class=\"hero-banner-title\">Stay vigilant about<br>fake job offers</h2>"
},
{
"text": "About Xoriant",
"html": "<h2>About <span>Xoriant</span></h2>"
},
{
"text": "D.R.E.A.M. Realized",
"html": "<h2 class=\"success-stories-title\"> <span class=\"success-stories-title-green\">D.R.E.A.M.</span> Realized</h2>"
},
{
"text": "Driven by Purpose &Committed to Responsibility",
"html": "<h2 class=\"csr-title\">Driven by Purpose &<br>Committed to Responsibility</h2>"
},
{
"text": "Your Information",
"html": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>"
},
{
"text": "Your Information",
"html": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>"
},
{
"text": "Your Information",
"html": "<h2 class=\"visually-hidden webform-section-title\">Your Information</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Digital Engineering and Enterprise Solution C...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Engineering and Enterprise Solution C... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Engineering and Enterprise Solution C...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Engineering and Enterprise Solution C... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Engineering and Enterprise Solution C... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Digital Engineering and Enterprise Solution C...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Engineering and Enterprise Solution C... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Engineering and Enterprise Solution C...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Engineering and Enterprise Solution C... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Engineering and Enterprise Solution C... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
Check name
Elements with visible text labels do not have matching accessible names.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}Performance and AccessibilityAccessibilityBrowser audit
Form elements do not have associated labels
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
Form elements do not have associated labels
Check name
Form elements do not have associated labels
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.11/label).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.11/label)."
}Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
33 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
33 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
14 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": "14 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
Font display
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 240Â ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 240Â ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
14 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}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
Prevents users from pasting into input fields
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Prevents users from pasting into input fields
Check name
Prevents users from pasting into input fields
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/).
References
https://web.dev/learn/performance/Evidence
{
"description": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/)."
}Performance and AccessibilityPerformanceBrowser audit
Select elements do not have associated label elements.
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Select elements do not have associated label elements.
Check name
Select elements do not have associated label elements.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.11/select-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.11/select-name)."
}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
Loading performance
6 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
56/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": 8,
"displayValue": "4.2Â s",
"numericValue": 4219.789300066897
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 51,
"displayValue": "2.3Â s",
"numericValue": 2341.0414687787916
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 93,
"displayValue": "0.9Â s",
"numericValue": 851.0139452530453
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 9,
"displayValue": "820Â ms",
"numericValue": 817.9999999999975
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 48,
"displayValue": "250Â ms",
"numericValue": 254
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 38,
"displayValue": "5.1Â s",
"numericValue": 5143.027665403779
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40Â ms",
"numericValue": 37.72494
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 140Â ms",
"numericValue": 137
}
]
}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 |
|---|---|---|---|
| 53/100 | Level 3, Bot-Aware | Current report |