Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 25 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 77 out of 100
- SEO 92 out of 100
- Performance and Accessibility 84 out of 100
What AI sees of your website
Digital Engineering, Platforms & AI: Innovate with Intelliswift
Intelliswift is a top IT service provider delivering award-winning professional service across global delivery centers that solves complex challenges and deliver valuable insights & technology solutions that drive greater business value.
Next step
Turn this report into a fix workflow
25 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 | 25 | Priority fix | 5 | 18 | 0 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 0 | View details |
| Content Readiness | 39 | Priority fix | 3 | 7 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 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 | 77 | Mostly ready | 5 | 0 | 14 | |
| GEO Readiness | 83 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 84 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 66 | Needs work | 1 | 0 | 6 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 84 | Mostly ready | 19 | 3 | 0 | View details |
| Performance | 91 | Strong | 11 | 1 | 0 | View details |
| Accessibility | 70 | Needs work | 8 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
43 items need attention
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
100 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 UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "*/*; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n <meta name=\"author\" content=\"Haroon\">\n\n\n <meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"z1rig0onvRt2JY4TW_bf3EW3dzD3mowqQ8LsIVRGJqJwwqM2uAiJgcHGnm8XkRtGa-P2nsuuXy05hBdVZFvSXA\" />\n\n\n <title>\n \n \n Api-catalog | Intelliswift \n </title> \n\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n <meta name=\"title\" content=\"\">\n <meta property=\"og:title\" content=\"\">\n\n\n <meta name=\"description\" conten"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n <meta name=\"author\" content=\"Haroon\">\n\n\n <meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"9gFs30zAz9SAlEl0H-H3SfK0CFGq6_tkgjfeJ3AWJnQWJA-r84k2iOJo9R-S_n_gee5u7MzBuWygqVxwy6xnrg\" />\n\n\n <title>\n \n \n Openapi.json | Intelliswift \n </title> \n\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n <meta name=\"title\" content=\"\">\n <meta property=\"og:title\" content=\"\">\n\n\n <meta name=\"description\" conte"
},
{
"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": "\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n <meta name=\"author\" content=\"Haroon\">\n\n\n <meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"ypX7khdzVsP1EIUJNwMNJqH5hRlboVaoislYf8aKzaO_mKgCOPa5VnftiSN_b-XjdDfSJMvSwkMotMH1128iqw\" />\n\n\n <title>\n \n \n Openapi.yaml | Intelliswift \n </title> \n\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n <meta name=\"title\" content=\"\">\n <meta property=\"og:title\" content=\"\">\n\n\n <meta name=\"description\" conte"
},
{
"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": "\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n <meta name=\"author\" content=\"Haroon\">\n\n\n <meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"MNXD2FOFgHzz7S5_wLh8KkxB9-UvLegzTueEvCpdawmOEgJc1v55Pbw9zudtRO5Hv_knEYYu5YR2nXrx8IK7Mw\" />\n\n\n <title>\n \n \n Swagger.json | Intelliswift \n </title> \n\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n <meta name=\"title\" content=\"\">\n <meta property=\"og:title\" content=\"\">\n\n\n <meta name=\"description\" conte"
},
{
"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": "\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n <meta name=\"author\" content=\"Haroon\">\n\n\n <meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"4WsjHauQ8xD7JKirrurq1QQA4Ty7C-XGfrJ_Mwq2mEh_suhvG2605YqPU93XZNqbr3U-AfbGuvTVFvVK1MVasQ\" />\n\n\n <title>\n \n \n Swagger.yaml | Intelliswift \n </title> \n\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n <meta name=\"title\" content=\"\">\n <meta property=\"og:title\" content=\"\">\n\n\n <meta name=\"description\" conte"
},
{
"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": "\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n <meta name=\"author\" content=\"Haroon\">\n\n\n <meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"AVryQThP9FHCnpFjcIwLlCfE89hSvOrDoAGfuTQ6XL7B6Fy5Pacmcnq40X8eTpUtGNpLGcUbP6TRVyvEYzVS6A\" />\n\n\n <title>\n \n \n Openapi.json | Intelliswift \n </title> \n\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n <meta name=\"title\" content=\"\">\n <meta property=\"og:title\" content=\"\">\n\n\n <meta name=\"description\" conte"
},
{
"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": "\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n <meta name=\"author\" content=\"Haroon\">\n\n\n <meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"9jdZ4FCI74FRneuyRzVb02ffGL2GThgu9-bdqa6ZC0dsuQ7nS-k54yXkHKuwk1aSUZeBiDyX22YKCMRAxm-95w\" />\n\n\n <title>\n \n \n Swagger.json | Intelliswift \n </title> \n\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n <meta name=\"title\" content=\"\">\n <meta property=\"og:title\" content=\"\">\n\n\n <meta name=\"description\" conte"
},
{
"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": "\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n <meta name=\"author\" content=\"Haroon\">\n\n\n <meta name=\"csrf-param\" content=\"authenticity_token\" />\n<meta name=\"csrf-token\" content=\"wfZV1rQdNPePf0285cgcs00gN-cW-M5V47Tus2cPT6-qzId9YaAombkPfogXbkf6pkaQL23z17EJgdpc5IXw-w\" />\n\n\n <title>\n \n \n Openapi.json | Intelliswift \n </title> \n\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n <meta name=\"title\" content=\"\">\n <meta property=\"og:title\" content=\"\">\n\n\n <meta name=\"description\" conte"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "*/*; charset=utf-8",
"length": 514379
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514317
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514327
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514349
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514351
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514329
}
]
},
"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": 514317
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514329
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514349
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; skipped heading levels; 3 links missing accessible names; 2 buttons missing accessible names; 0/13 applicable form inputs have autocomplete attributes (13 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a class=\"left carousel-control\" href=\"#myCarousel\" role=\"button\" data-slide=\"prev\" rel=\"noreferrer\"> <svg id=\"arrow-up\"> <use xlink:href=\"#icon-arrow\"/> </svg> </a>",
"<a class=\"prev\" data-href=\"javascript:void(0);\" rel=\"noreferrer\"> <svg id=\"arrow-up1\"> <use xlink:href=\"#icon-arrow\"/> </svg> </a>",
"<a class=\"next\" data-href=\"javascript:void(0);\" rel=\"noreferrer\"> <svg id=\"arrow-down2\"> <use xlink:href=\"#icon-arrow\"/> </svg> </a>"
],
"inaccessibleButtons": [
"<button class=\"close-search\"> <i class=\"fa fa-arrow-up\" aria-hidden=\"true\"></i> </button>",
"<button type=\"submit\" name=\"button\" class=\"glob-search\"><i class=\"fa fa-search\" aria-hidden=\"true\"></i></button>"
],
"missingAutocompleteInputs": [
"<input type=\"text\" name=\"q\" id=\"q\" class placeholder=\"Type or dictate to search\" autofocus>",
"<input type=\"text\" name=\"q\" id=\"q\" class placeholder=\"Search Here\">",
"<input class=\"form-control\" id=\"name_dpe\" type=\"text\" name=\"name\" placeholder=\"Your Name\">",
"<input class=\"form-control\" id=\"email_dpe\" type=\"text\" name=\"email\" placeholder=\"Email ID\">",
"<input class=\"form-control\" id=\"name_dma\" type=\"text\" name=\"name\" placeholder=\"Your Name\">",
"<input class=\"form-control\" id=\"email_dma\" type=\"text\" name=\"email\" placeholder=\"Email ID\">",
"<input class=\"form-control\" id=\"name_de\" type=\"text\" name=\"name\" placeholder=\"Your Name\">",
"<input class=\"form-control\" id=\"email_de\" type=\"text\" name=\"email\" placeholder=\"Email ID\">",
"<input class=\"form-control\" id=\"name_on\" type=\"text\" name=\"name\" placeholder=\"Your Name\">",
"<input class=\"form-control\" id=\"email_on\" type=\"text\" name=\"email\" placeholder=\"Email ID\">",
"<input class=\"form-control\" id=\"name_ap\" type=\"text\" name=\"name\" placeholder=\"Your Name\">",
"<input class=\"form-control\" id=\"email_ap\" type=\"text\" name=\"email\" placeholder=\"Email ID\">",
"<input name=\"inputtext\" aria-label=\"Write a message…\" enterkeyhint=\"send\" class=\"inputbox lc-11tlbvx e1m92qam0\" placeholder=\"Write a message…\" style=\"height: 57px !important;\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h5: Intelliswift's Data & Artificial Intelligence Solutions form strategic alliances to deliver unmatched digital excellence. By unlocking the power of Data and AI in the cloud, we help accelerate the next wave of product and market growth.",
"h5: Interview",
"h5: Case study",
"h5: Blog",
"h5: Our Agentic AI solutions help organizations automate complex tasks, make faster decisions, and improve efficiency with minimal oversight. Our intelligent systems can learn continuously and deliver measurable business outcomes.",
"h5: Discover a new era of innovation and efficiency with our advanced technology solutions. Utilizing the latest models like Gemini and GPT-4, our machine learning and artificial intelligence services enable your business to fully leverage pre-trained models through prompts or Q&A using Retrieval Augmented Generation (RAG) and LangChain.",
"h5: Blog",
"h5: Interview",
"h5: Our Data Engineering solutions help enterprises create scalable AI/ML platforms, enhancing insights and driving business success through innovation. Our approach ensures a profound digital transformation, aligning your data infrastructure with current and future needs.",
"h5: Intelliswift’s Data Governance solutions ensure data consistency, transparency, quality, and compliance. Our comprehensive solutions include robust data handling frameworks, elevated data quality, and navigation through regulatory compliance, empowering your organization to discover the true potential of data.",
"h5: Blog",
"h5: Blog",
"h5: Intelliswift's Business Intelligence & Analytics solutions transform data into intelligent decisions, empowering businesses with real-time insights and a scalable growth model. Our robust services convert complex data into actionable insights through compelling visuals and AI-powered analytics.",
"h5: Our Data Testing solutions offer a comprehensive suite of services designed to ensure the integrity and accuracy of your data. Recognizing the critical role that data plays in your organization, our meticulous testing methods are crafted to detect and eliminate errors before they impact your operations.",
"h5: Elevate your enterprise with our Digital Enterprise solutions. Smoothly integrate people, processes, and advanced technologies for modernization across mobile, web, cloud, social, and analytics.",
"h5: Blog",
"h5: Case Study",
"h5: Datasheet",
"h5: Cloud and Infrastructure constitute the backbone of digital operations, facilitating data storage, computation, and networking. Within this framework, our services excel in shaping this foundation, offering scalable resources, flexible solutions, and optimized Technology infrastructure for modern businesses.",
"h5: Case Study",
"h5: Blog",
"h5: Cybersecurity is crucial in modern business. We prioritize securing your business value chain and protecting digital and physical perimeters, internal processes, human resources, applications, data, and networks.",
"h5: Case Study",
"h5: Case Study",
"h5: Navigate the evolving business landscape with our customer-centric enterprise solutions. From ERP and CRM to CMS and ITSM, we empower growth with efficient and cost-effective solutions.",
"h5: Experience the transformative impact on your business with our Salesforce Center of Excellence, a hub of innovation and expertise poised to elevate your operations to new heights. Our highly certified team ensures exceptional results across industries, delivering quick wins and lasting value.",
"h5: Blog",
"h5: Blog",
"h5: Effective project management is critical for Technology PMOs, especially with today's distributed teams and numerous business applications. Intelliswift's specialized Smartsheet services help bridge gaps in people and process management.",
"h5: Datasheet",
"h5: Webinar",
"h5: Simplify Technology infrastructure with our Digital Integration - tailored solutions in API management, Google Cloud Platform, Enterprise Integration, and Microservices. Achieve efficient cloud-enabled integration, cutting-edge services, and robust governance.",
"h5: Blog",
"h5: Blog",
"h5: Datasheet",
"h5: Intelliswift's API Management services empower organizations to unlock the full potential of their APIs, ensuring seamless integration, high performance, and secure operations. With expertise across leading platforms like Apigee, MuleSoft, AWS API Gateway, and Azure API Management, we offer end-to-end solutions from strategy and architecture to migration and optimization",
"h5: Intelliswift's Enterprise Integration Solutions connect systems and applications to enable seamless data flow and streamlined operations. Using tools like ESB, iPaaS, and cloud integration, we help modernize legacy systems and boost business agility.",
"h5: As a certified Google Cloud Partner, we help businesses maximize the value of GCP through cloud modernization, data analytics, and AI/ML solutions. With a focus on scalability, security, and seamless integration, we enable faster innovation and smarter digital transformation.",
"h5: Discover Digital Product Engineering with us, leveraging advanced technologies like Blockchain, AI, and IoT. Accelerate your roadmap through extended engineering centers, Microservices, and agile models, embracing innovation with tailored solutions.",
"h5: Blog",
"h5: Case Study",
"h5: Datasheet",
"h5: Strategize and innovate with our product development experts. From conceptualization to technology and architecture, we guide your journey for scalable, future-proof solutions tailored to your needs.",
"h5: Embrace the future with our agile solutions—from product conceptualization to modernization. We offer industry-leading development, UX/UI design, and applied AI services seamlessly integrated through our comprehensive in-built framework.",
"h5: Navigate the complexities of product engineering with our integrated Product Lifecycle Services. Explore our Performance Engineering, DevOps Solutions, and Sustenance Engineering services for holistic and effective outcomes.",
"h5: From navigating the evolving technology landscape to addressing skills gaps, explore our technology solutions. Redefine your digital processes with innovation-led engineering, analytics-driven platforms, and people-centric solutions.",
"h5: Blog",
"h5: Datasheet",
"h5: Blog",
"h5: Elevate your position in the dynamic financial landscape with customized solutions that streamline operations, integrate customer data visibility, enhance security, and incorporate cutting-edge fraud detection and digital transformation tools.",
"h5: Blog",
"h5: Case Study",
"h5: Datasheet",
"h5: Explore Intelliswift's MedTech capabilities, which are designed to revolutionize patient care. Our solutions encompass the entire healthcare journey, from innovative R&D to advanced customer and technical services. We drive efficiency and enhance health outcomes by focusing on quality, regulatory support, and cutting-edge IT infrastructure.",
"h5: Blog",
"h5: Case Study",
"h5: Intelliswift's healthcare services revolutionize operations, elevate patient care, and ensure regulatory compliance, giving healthcare businesses a transformative edge. Our holistic Technology solutions empower seamless, patient-centric services.",
"h5: Case Study",
"h5: Blog",
"h5: Case Study",
"h5: Explore Intelliswift's solutions for the dynamic pharmaceutical sector, spanning DMA Advisory, Data Science & Analytics, Data Management & Engineering, and Veeva CRM Management & Engineering for optimized operations.",
"h5: Case Study",
"h5: Case Study",
"h5: Blog",
"h5: Intelliswift redefines retail success through digital transformation, focusing on enhanced customer experiences, compelling marketing insights, and agile business transformation in the dynamic retail landscape.",
"h5: Blog",
"h5: Case Study",
"h5: Blog",
"h5: As a global leader in Digital Product Engineering, Data Management, Analytics & AI, and Digital Enterprise Solutions, we are led by a team of passionate and technology-driven innovators who infuse a commitment to embracing innovation into everything we do.",
"h5: At Intelliswift, our vibrant culture, defined by innovation and passion, encourages Intellians to explore their full potential, contribute authentically, and collectively shape a better world through inclusive and empowering teamwork.",
"h5: Discover visionary leadership at Intelliswift—industry experts embodying a Love for New. Our global executive team, comprised of thought leaders driving progress, ensures client success with expertise and motivation.",
"h5: Embark on a journey through our collective triumphs. Uncover the awards and accolades that showcase our unwavering commitment to excellence, advancement, and the success of our clients.",
"h5: We are taking the lead to make a serious impact on our communities by supporting both local and national charities, nonprofits, and organizations. Intelliswift provides and encourages all employees to volunteer for opportunities and organizations that are important to them.",
"h5: Explore a resilient future through Intelliswift's Events and Webinars. Elevate your knowledge with thought leadership, fostering meaningful conversations and actionable decisions for organizational growth.",
"h5: Inspiring stories and insights from women shaping the future of leadership. Tune in to gain insights and be inspired.",
"h5: Get a comprehensive view of our journey that underscores our steadfast commitment to excellence. Dive into the latest updates showcasing our evolution, achievements, and strategic executions.",
"h5: At Intelliswift, we prioritize Diversity, Equity, and Inclusion (DEI), fostering an inclusive workplace by attracting diverse talent, promoting gender diversity, and ensuring equitable practices globally.",
"h5: The Intelliswift Alumni Network aims to foster connection and inspiration within the worldwide Intelliswift community, encouraging members to enhance their professional networks and stay connected with fellow Intelliswift alums.",
"h5: Navigate your professional journey with us. Join our community of like-minded professionals, where collaboration and continuous learning propel you toward unparalleled career growth and fulfillment.",
"h5: Join us to work on challenging projects, embrace new technologies, and collaborate with global brands. Discover an environment that fosters creativity, values diversity, and offers continuous learning opportunities, empowering you to thrive in your professional journey.",
"h5: iNurture is a focused initiative where we seek young professionals from a non-engineering background with a passion for coding. The program provides the perfect gateway into the Technology industry.",
"h5: Intelliswift's Data & Artificial Intelligence Solutions form strategic alliances to deliver unmatched digital excellence. By unlocking the power of Data and AI in the cloud, we help accelerate the next wave of product and market growth.",
"h5: Interview",
"h5: Case study",
"h5: Blog",
"h5: Our Agentic AI solutions help organizations automate complex tasks, make faster decisions, and improve efficiency with minimal oversight. Our intelligent systems can learn continuously and deliver measurable business outcomes.",
"h5: Discover a new era of innovation and efficiency with our advanced technology solutions. Utilizing the latest models like Gemini and GPT-4, our machine learning and artificial intelligence services enable your business to fully leverage pre-trained models through prompts or Q&A using Retrieval Augmented Generation (RAG) and LangChain.",
"h5: Blog",
"h5: Interview",
"h5: Our Data Engineering solutions help enterprises create scalable AI/ML platforms, enhancing insights and driving business success through innovation. Our approach ensures a profound digital transformation, aligning your data infrastructure with current and future needs.",
"h5: Intelliswift’s Data Governance solutions ensure data consistency, transparency, quality, and compliance. Our comprehensive solutions include robust data handling frameworks, elevated data quality, and navigation through regulatory compliance, empowering your organization to discover the true potential of data.",
"h5: Blog",
"h5: Blog",
"h5: Intelliswift's Business Intelligence & Analytics solutions transform data into intelligent decisions, empowering businesses with real-time insights and a scalable growth model. Our robust services convert complex data into actionable insights through compelling visuals and AI-powered analytics.",
"h5: Our Data Testing solutions offer a comprehensive suite of services designed to ensure the integrity and accuracy of your data. Recognizing the critical role that data plays in your organization, our meticulous testing methods are crafted to detect and eliminate errors before they impact your operations.",
"h5: Elevate your enterprise with our Digital Enterprise solutions. Smoothly integrate people, processes, and advanced technologies for modernization across mobile, web, cloud, social, and analytics.",
"h5: Blog",
"h5: Case Study",
"h5: Datasheet",
"h5: Cloud and Infrastructure constitute the backbone of digital operations, facilitating data storage, computation, and networking. Within this framework, our services excel in shaping this foundation, offering scalable resources, flexible solutions, and optimized Technology infrastructure for modern businesses.",
"h5: Case Study",
"h5: Blog",
"h5: Cybersecurity is crucial in modern business. We prioritize securing your business value chain and protecting digital and physical perimeters, internal processes, human resources, applications, data, and networks.",
"h5: Case Study",
"h5: Case Study",
"h5: Navigate the evolving business landscape with our customer-centric enterprise solutions. From ERP and CRM to CMS and ITSM, we empower growth with efficient and cost-effective solutions.",
"h5: Experience the transformative impact on your business with our Salesforce Center of Excellence, a hub of innovation and expertise poised to elevate your operations to new heights. Our highly certified team ensures exceptional results across industries, delivering quick wins and lasting value.",
"h5: Blog",
"h5: Blog",
"h5: Effective project management is critical for Technology PMOs, especially with today's distributed teams and numerous business applications. Intelliswift's specialized Smartsheet services help bridge gaps in people and process management.",
"h5: Datasheet",
"h5: Webinar",
"h5: Simplify Technology infrastructure with our Digital Integration - tailored solutions in API management, Google Cloud Platform, Enterprise Integration, and Microservices. Achieve efficient cloud-enabled integration, cutting-edge services, and robust governance.",
"h5: Blog",
"h5: Blog",
"h5: Datasheet",
"h5: Intelliswift's API Management services empower organizations to unlock the full potential of their APIs, ensuring seamless integration, high performance, and secure operations. With expertise across leading platforms like Apigee, MuleSoft, AWS API Gateway, and Azure API Management, we offer end-to-end solutions from strategy and architecture to migration and optimization",
"h5: Intelliswift's Enterprise Integration Solutions connect systems and applications to enable seamless data flow and streamlined operations. Using tools like ESB, iPaaS, and cloud integration, we help modernize legacy systems and boost business agility.",
"h5: As a certified Google Cloud Partner, we help businesses maximize the value of GCP through cloud modernization, data analytics, and AI/ML solutions. With a focus on scalability, security, and seamless integration, we enable faster innovation and smarter digital transformation.",
"h5: Discover Digital Product Engineering with us, leveraging advanced technologies like Blockchain, AI, and IoT. Accelerate your roadmap through extended engineering centers, Microservices, and agile models, embracing innovation with tailored solutions.",
"h5: Blog",
"h5: Case Study",
"h5: Datasheet",
"h5: Strategize and innovate with our product development experts. From conceptualization to technology and architecture, we guide your journey for scalable, future-proof solutions tailored to your needs.",
"h5: Embrace the future with our agile solutions—from product conceptualization to modernization. We offer industry-leading development, UX/UI design, and applied AI services seamlessly integrated through our comprehensive in-built framework.",
"h5: Navigate the complexities of product engineering with our integrated Product Lifecycle Services. Explore our Performance Engineering, DevOps Solutions, and Sustenance Engineering services for holistic and effective outcomes.",
"h5: From navigating the evolving technology landscape to addressing skills gaps, explore our technology solutions. Redefine your digital processes with innovation-led engineering, analytics-driven platforms, and people-centric solutions.",
"h5: Blog",
"h5: Datasheet",
"h5: Blog",
"h5: Elevate your position in the dynamic financial landscape with customized solutions that streamline operations, integrate customer data visibility, enhance security, and incorporate cutting-edge fraud detection and digital transformation tools.",
"h5: Blog",
"h5: Case Study",
"h5: Datasheet",
"h5: Explore Intelliswift's MedTech capabilities, which are designed to revolutionize patient care. Our solutions encompass the entire healthcare journey, from innovative R&D to advanced customer and technical services. We drive efficiency and enhance health outcomes by focusing on quality, regulatory support, and cutting-edge IT infrastructure.",
"h5: Blog",
"h5: Case Study",
"h5: Intelliswift's healthcare services revolutionize operations, elevate patient care, and ensure regulatory compliance, giving healthcare businesses a transformative edge. Our holistic Technology solutions empower seamless, patient-centric services.",
"h5: Case Study",
"h5: Blog",
"h5: Case Study",
"h5: Explore Intelliswift's solutions for the dynamic pharmaceutical sector, spanning DMA Advisory, Data Science & Analytics, Data Management & Engineering, and Veeva CRM Management & Engineering for optimized operations.",
"h5: Case Study",
"h5: Case Study",
"h5: Blog",
"h5: Intelliswift redefines retail success through digital transformation, focusing on enhanced customer experiences, compelling marketing insights, and agile business transformation in the dynamic retail landscape.",
"h5: Blog",
"h5: Case Study",
"h5: Blog",
"h5: As a global leader in Digital Product Engineering, Data Management, Analytics & AI, and Digital Enterprise Solutions, we are led by a team of passionate and technology-driven innovators who infuse a commitment to embracing innovation into everything we do.",
"h5: At Intelliswift, our vibrant culture, defined by innovation and passion, encourages Intellians to explore their full potential, contribute authentically, and collectively shape a better world through inclusive and empowering teamwork.",
"h5: Discover visionary leadership at Intelliswift—industry experts embodying a Love for New. Our global executive team, comprised of thought leaders driving progress, ensures client success with expertise and motivation.",
"h5: Embark on a journey through our collective triumphs. Uncover the awards and accolades that showcase our unwavering commitment to excellence, advancement, and the success of our clients.",
"h5: We are taking the lead to make a serious impact on our communities by supporting both local and national charities, nonprofits, and organizations. Intelliswift provides and encourages all employees to volunteer for opportunities and organizations that are important to them.",
"h5: Explore a resilient future through Intelliswift's Events and Webinars. Elevate your knowledge with thought leadership, fostering meaningful conversations and actionable decisions for organizational growth.",
"h5: We are taking the lead to make a serious impact on our communities by supporting both local and national charities, nonprofits, and organizations. Intelliswift provides and encourages all employees to volunteer for opportunities and organizations that are important to them.",
"h5: Get a comprehensive view of our journey that underscores our steadfast commitment to excellence. Dive into the latest updates showcasing our evolution, achievements, and strategic executions.",
"h5: At Intelliswift, we prioritize Diversity, Equity, and Inclusion (DEI), fostering an inclusive workplace by attracting diverse talent, promoting gender diversity, and ensuring equitable practices globally.",
"h5: The Intelliswift Alumni Network aims to foster connection and inspiration within the worldwide Intelliswift community, encouraging members to enhance their professional networks and stay connected with fellow Intelliswift alums.",
"h5: Navigate your professional journey with us. Join our community of like-minded professionals, where collaboration and continuous learning propel you toward unparalleled career growth and fulfillment.",
"h5: Join us to work on challenging projects, embrace new technologies, and collaborate with global brands. Discover an environment that fosters creativity, values diversity, and offers continuous learning opportunities, empowering you to thrive in your professional journey.",
"h5: iNurture is a focused initiative where we seek young professionals from a non-engineering background with a passion for coding. The program provides the perfect gateway into the Technology industry.",
"h2: TECHNOLOGY",
"h3: TECHNOLOGY",
"h2: PEOPLE",
"h3: PEOPLE",
"h2: CUSTOMERS",
"h3: CUSTOMERS",
"h2: PARTNERS",
"h3: PARTNERS",
"h2: Intelliswift's Journey of Innovation",
"h2: Key Offerings",
"h5: Digital Product Engineering",
"h5: Data and Artificial Intelligence",
"h5: Digital Enterprise",
"h5: Digital Integration",
"h4: 0",
"h4: Fortune 50 Clients",
"h4: 0",
"h4: Global Locations",
"h4: 0",
"h4: Solutions Competencies",
"h4: 0",
"h4: Awards and Recognitions",
"h2: Key Industries",
"h2: Fintech",
"h2: Pharma and Healthcare",
"h2: Retail",
"h2: Software & Internet Platforms",
"h2: Our Success Stories",
"h2: Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer",
"h2: Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System",
"h2: Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm",
"h2: Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30%",
"h1: Our user base expanded by almost 30X thanks to the apps engineered by Intelliswift.",
"h4: Welcome to Intelliswift Bot",
"h3: IntelliBot",
"h3: We respect your privacy",
"h6: About",
"h6: Services",
"h6: Industries",
"h6: Quick Links",
"h6: Support"
]
},
"counts": {
"h1": 1,
"headings": 203,
"links": 424,
"inaccessibleLinks": 3,
"buttons": 45,
"inaccessibleButtons": 2,
"images": 17,
"imagesWithAlt": 17,
"autocompleteInputs": 13,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 13
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514335
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514323
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514317
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514343
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514347
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514331
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514346
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514340
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514333
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514321
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514335
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 514323
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://assets.intelliswift.com/assets/application-d46294671cbc8a0904d6090774074ecc46a1be9df0751c4dd4e65d8c9c97f3ee.css",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/fontawesome-e9d5b2f41c00ddfe68a7fff9f300392831da29daf21f5c793703a6ab30a29ab4.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/jquery-3.4.1.min-5cadab5f901f14075485a49a5e43da911f6b51d7e1f2dd17efd4f78073010985.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/jquery_ujs-2f30aab14285d5b78b272a2bdb19ec8d8346b0c831e45a16a88546c9969e0330.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/application-4a0a4bf301e6246079547702d3eda03dd0ab2564bbe500e6d77a1ddb733c5c4d.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/nav-menu-new-jquery.min-f4c73d25d27981075b2a184a0494a16edae33b85f9868086a9eb57e57a46b7c2.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/successstoryhome-a3a4f1489f2cd3ac4f6f5b3368564c70feac3580c079637fe2bfcce4bbe64200.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/jquery-7ee715ee3f73b3fb2f6b3107a4f4aa67bebc05b366aef81d2d164ce30044c7c6.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/popper.min-af0b2f8fcf1c4a0dac31473e44fb854d0b24a869ccff36db889e6278a4f69e9d.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/bootstrap.min-80f15bbfa07dea1350c12c30c4095541ed019bf5e7ecfef289f021a3fd1df525.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/jquery.mCustomScrollbar.concat.min-8e0ee46530af4b4c1b1331ca32fb483b89bb1ec96b0aba77389ffb8593396f3d.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/owl-dbef709188c06b64ae689e5d669280dcd21893ead0468e264cfa5bf79594f1f5.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/wow-f2f51feebd3d583128566410b250610da1e3169bab50f51dcf289857989d1db9.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/aos-b045dc2b4cf0aada1a63e7c9f8ac3d2c78d8b4922d1f8b79fa9c036f98f6e709.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/custom-main-9cb48476d8e24f7121145890d8c27bad7bf1ca62a28db65c66f230fddb154169.js",
"rel": "preload"
},
{
"url": "https://assets.intelliswift.com/assets/bottom-6f6cebca3cdc731359849d23c46e28ae9cb000bc40f224c3eec72fae0fb32cf8.js",
"rel": "preload"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
robots.txt
robots.txt is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
robots.txt
robots.txt is missing or incomplete.
Needs attention
robots.txt
Issue
robots.txt was found but could not be parsed as valid.
Why it matters
robots.txt gives crawlers and agents a standard place to read crawl permissions, disallowed paths, and sitemap locations before requesting site content.
Check name
robots.txt
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish /robots.txt with clear crawl rules.
Result
robots.txt is missing or incomplete.
Evidence
{
"statusCode": 200,
"contentType": "text/plain",
"parsedUserAgents": [],
"sitemapDirectives": [],
"rawExcerpt": "# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file\n\n"
}AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
Sitemap
Sitemap is missing or incomplete.
Needs attention
Sitemap
Issue
No valid XML sitemap found at checked locations: https://www.intelliswift.com/sitemap.xml, https://www.intelliswift.com/sitemap_index.xml, https://www.intelliswift.com/sitemap-index.xml.
Why it matters
Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.
Check name
Sitemap
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Publish a sitemap and reference it from robots.txt.
Result
Sitemap is missing or incomplete.
Evidence
{
"checked": [
"https://www.intelliswift.com/sitemap.xml",
"https://www.intelliswift.com/sitemap_index.xml",
"https://www.intelliswift.com/sitemap-index.xml"
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
17 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
33/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.
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": "pass",
"evidence": {
"vary": "Accept-Encoding,Accept"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding,Accept\".",
"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": 62976,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">\n ",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of 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.intelliswift.com",
"probes": [
{
"name": "_index._agents.www.intelliswift.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.intelliswift.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.intelliswift.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "intelliswift.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="q"> is missing a label.<input name="q"> is missing tool-param-description.<input name="q"> is missing a label.<input name="q"> is missing tool-param-description.<input name="name"> is missing a label.<input name="name"> is missing tool-param-description.<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="name"> is missing a label.<input name="name"> is missing tool-param-description.<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="name"> is missing a label.<input name="name"> is missing tool-param-description.<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="name"> is missing a label.<input name="name"> is missing tool-param-description.<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="name"> is missing a label.<input name="name"> is missing tool-param-description.<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="inputtext"> 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": 7,
"formsWithTags": 0,
"totalInteractive": 480,
"interactiveWithTags": 0,
"totalCount": 487,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"inputtext\"> 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": 25,
"issues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"inputtext\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"q\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"q\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"q\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"q\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"inputtext\"> 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": 7,
"formsWithTags": 0,
"totalInteractive": 480,
"interactiveWithTags": 0,
"totalCount": 487,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"inputtext\"> 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": 7,
"formsWithTags": 0,
"totalInteractive": 480,
"interactiveWithTags": 0,
"totalCount": 487,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"q\"> is missing a label.",
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"name\"> is missing a label.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"inputtext\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Haroon",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company",
"text": "Secure & Fast Cloud Migration for a Large Pharma Company",
"html": "<a href=\"/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company\" class=\"linkinsigt\" rel=\"noreferrer\"> Secure & Fast Cloud Migration for a Large Pharma Company </a>"
},
{
"href": "/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company",
"text": "Secure & Fast Cloud Migration for a Large Pharma Company",
"html": "<a href=\"/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company\" class=\"linkinsigt\" rel=\"noreferrer\"> Secure & Fast Cloud Migration for a Large Pharma Company </a>"
},
{
"href": "/about-us",
"text": "About",
"html": "<a href=\"/about-us\" rel=\"noreferrer\">About</a>"
},
{
"href": "/about-us",
"text": "About Us",
"html": "<a href=\"/about-us\" class=\"active-mega-menu\" rel=\"noreferrer\">About Us</a>"
},
{
"href": "/about-us",
"text": "Know More",
"html": "<a href=\"/about-us\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Life at Intelliswift",
"html": "<a href=\"/about-us/life-at-intelliswift\" rel=\"noreferrer\">Life at Intelliswift</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Overview",
"html": "<a href=\"/about-us/life-at-intelliswift\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Know More",
"html": "<a href=\"/about-us/life-at-intelliswift\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/leadership",
"text": "Leadership",
"html": "<a href=\"/about-us/leadership\" rel=\"noreferrer\">Leadership</a>"
},
{
"href": "/about-us/leadership",
"text": "Know More",
"html": "<a href=\"/about-us/leadership\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Awards & Recognition",
"html": "<a href=\"/about-us/awards-and-recognition\" rel=\"noreferrer\">Awards & Recognition</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Overview",
"html": "<a href=\"/about-us/awards-and-recognition\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Know More",
"html": "<a href=\"/about-us/awards-and-recognition\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Corporate Social Responsibility",
"html": "<a href=\"/about-us/corporate-social-responsibility\" rel=\"noreferrer\">Corporate Social Responsibility</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Overview",
"html": "<a href=\"/about-us/corporate-social-responsibility\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Know More",
"html": "<a href=\"/about-us/corporate-social-responsibility\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Events and Webinars",
"html": "<a href=\"/about-us/events-and-webinars\" rel=\"noreferrer\">Events and Webinars</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Overview",
"html": "<a href=\"/about-us/events-and-webinars\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Know More",
"html": "<a href=\"/about-us/events-and-webinars\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Women in Leadership Podcast",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" rel=\"noreferrer\">Women in Leadership Podcast</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Overview",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Watch Now",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Watch Now <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Diversity, Equity and Inclusion",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" rel=\"noreferrer\">Diversity, Equity and Inclusion</a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Know More",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company",
"text": "Secure & Fast Cloud Migration for a Large Pharma Company",
"html": "<a href=\"/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company\" class=\"linkinsigt\" rel=\"noreferrer\"> Secure & Fast Cloud Migration for a Large Pharma Company </a>"
},
{
"href": "/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company",
"text": "Secure & Fast Cloud Migration for a Large Pharma Company",
"html": "<a href=\"/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company\" class=\"linkinsigt\" rel=\"noreferrer\"> Secure & Fast Cloud Migration for a Large Pharma Company </a>"
},
{
"href": "/about-us",
"text": "About",
"html": "<a href=\"/about-us\" rel=\"noreferrer\">About</a>"
},
{
"href": "/about-us",
"text": "About Us",
"html": "<a href=\"/about-us\" rel=\"noreferrer\">About Us</a>"
},
{
"href": "/about-us",
"text": "Know More",
"html": "<a href=\"/about-us\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Life at Intelliswift",
"html": "<a href=\"/about-us/life-at-intelliswift\" rel=\"noreferrer\">Life at Intelliswift</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Overview",
"html": "<a href=\"/about-us/life-at-intelliswift\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Know More",
"html": "<a href=\"/about-us/life-at-intelliswift\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/leadership",
"text": "Leadership",
"html": "<a href=\"/about-us/leadership\" rel=\"noreferrer\">Leadership</a>"
},
{
"href": "/about-us/leadership",
"text": "Know More",
"html": "<a href=\"/about-us/leadership\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Awards & Recognition",
"html": "<a href=\"/about-us/awards-and-recognition\" rel=\"noreferrer\">Awards & Recognition</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Overview",
"html": "<a href=\"/about-us/awards-and-recognition\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Know More",
"html": "<a href=\"/about-us/awards-and-recognition\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Corporate Social Responsibility",
"html": "<a href=\"/about-us/corporate-social-responsibility\" rel=\"noreferrer\">Corporate Social Responsibility</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Overview",
"html": "<a href=\"/about-us/corporate-social-responsibility\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Know More",
"html": "<a href=\"/about-us/corporate-social-responsibility\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Events and Webinars",
"html": "<a href=\"/about-us/events-and-webinars\" rel=\"noreferrer\">Events and Webinars</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Overview",
"html": "<a href=\"/about-us/events-and-webinars\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Know More",
"html": "<a href=\"/about-us/events-and-webinars\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Women in Leadership Podcast",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" rel=\"noreferrer\">Women in Leadership Podcast</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Overview",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Watch Now",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Watch Now <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Diversity, Equity and Inclusion",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" rel=\"noreferrer\">Diversity, Equity and Inclusion</a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Know More",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/lovethenew#people",
"text": "PEOPLE We are passionate about empowering people, be it our customers, their customers or our employees. Get a glimpse of the vibrant community at Intelliswift! Know More",
"html": "<a href=\"/lovethenew#people\" class=\"fullclick\" rel=\"noreferrer noopener\" target=\"_blank\"> <div class=\"innerbind\"> <h3>PEOPLE</h3> <p> We are passionate about empowering people, be it our customers, their customers or our employees. Get a glimpse of the vibrant community at Intelliswift! </p> <button class=\"itmloveexplor\"> <span class=\"flaticon-arrow-pointing-to-right\"></span>Know More </button> </div> </a>"
},
{
"href": "/lovethenew#partners",
"text": "PARTNERS Collaboration fuels progress, and at Intelliswift, we value our partnerships immensely. Discover the synergies that drive our success and learn about our esteemed collaborators. Know More",
"html": "<a href=\"/lovethenew#partners\" class=\"fullclick\" rel=\"noreferrer noopener\" target=\"_blank\"> <div class=\"innerbind\"> <h3>PARTNERS</h3> <p> Collaboration fuels progress, and at Intelliswift, we value our partnerships immensely. Discover the synergies that drive our success and learn about our esteemed collaborators. </p> <button class=\"itmloveexplor\"> <span class=\"flaticon-arrow-pointing-to-right\"></span>Know More </button> </div> </a>"
},
{
"href": "https://www.linkedin.com/company/intelliswift",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/intelliswift\" target=\"_blank\" data-placement=\"bottom\" title=\"Linkedin\" data-original-title=\"Linkedin\" rel=\"noreferrer noopener\"> <i class=\"fa fa-linkedin\" aria-hidden=\"true\"></i> </a>"
},
{
"href": "/about-us",
"text": "About Us",
"html": "<a href=\"/about-us\" rel=\"noreferrer\">About Us</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Life at Intelliswift",
"html": "<a href=\"/about-us/life-at-intelliswift\" rel=\"noreferrer\">Life at Intelliswift</a>"
},
{
"href": "/about-us/leadership",
"text": "Leadership",
"html": "<a href=\"/about-us/leadership\" rel=\"noreferrer\">Leadership</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Awards & Recognition",
"html": "<a href=\"/about-us/awards-and-recognition\" rel=\"noreferrer\">Awards & Recognition</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Corporate Social Responsibility",
"html": "<a href=\"/about-us/corporate-social-responsibility\" rel=\"noreferrer\">Corporate Social Responsibility</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Events & Webinars",
"html": "<a href=\"/about-us/events-and-webinars\" rel=\"noreferrer\">Events & Webinars</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Women in Leadership Podcast",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" rel=\"noreferrer\">Women in Leadership Podcast</a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Diversity, Equity and Inclusion",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" rel=\"noreferrer\">Diversity, Equity and Inclusion</a>"
}
],
"contactLinks": [
{
"href": "/services/application-support-and-management",
"text": "App Support & Management",
"html": "<a href=\"/services/application-support-and-management\" class=\"mainl4link\" rel=\"noreferrer\">App Support & Management </a>"
},
{
"href": "/rpa-solution-helps-home-networking-retailer-increase-annual-revenue-by-30-percent",
"text": "Intelliswift's Business Process Automation Solution Helps USA's Largest Home Networking Retailer Increase Annual Revenue by 30%",
"html": "<a href=\"/rpa-solution-helps-home-networking-retailer-increase-annual-revenue-by-30-percent\" class=\"linkinsigt\" rel=\"noreferrer\"> Intelliswift's Business Process Automation Solution Helps USA's Largest Home Networking Retailer Increase Annual Revenue by 30% </a>"
},
{
"href": "/contact-us",
"text": "Contact",
"html": "<a class=\"contactmenu\" href=\"/contact-us\" rel=\"noreferrer\"><span style=\"color:#23dce1\">Contact</span></a>"
},
{
"href": "/services/application-support-and-management",
"text": "App Support & Management",
"html": "<a href=\"/services/application-support-and-management\" class=\"mainl4link\" rel=\"noreferrer\">App Support & Management</a>"
},
{
"href": "/rpa-solution-helps-home-networking-retailer-increase-annual-revenue-by-30-percent",
"text": "Intelliswift's Business Process Automation Solution Helps USA's Largest Home Networking Retailer Increase Annual Revenue by 30%",
"html": "<a href=\"/rpa-solution-helps-home-networking-retailer-increase-annual-revenue-by-30-percent\" class=\"linkinsigt\" rel=\"noreferrer\"> Intelliswift's Business Process Automation Solution Helps USA's Largest Home Networking Retailer Increase Annual Revenue by 30% </a>"
},
{
"href": "/contact-us",
"text": "Contact",
"html": "<a class=\"contactmenu\" href=\"/contact-us\" rel=\"noreferrer\">Contact</a>"
},
{
"href": "/insights/case-studies/intelliswift-s-advisory-services-help-shape-the-maturity-of-api-ecosystem-for-a-leading-retirement-services-firm",
"text": "Explore",
"html": "<a class=\"slides__caption-link\" href=\"/insights/case-studies/intelliswift-s-advisory-services-help-shape-the-maturity-of-api-ecosystem-for-a-leading-retirement-services-firm\" rel=\"noreferrer\">Explore <span class=\"flaticon-arrow-pointing-to-right\"></span> </a>"
},
{
"href": "/contact-us",
"text": "Contact",
"html": "<a href=\"/contact-us\" rel=\"noreferrer\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "/ccpa-privacy-policy",
"text": "CCPA Privacy Policy",
"html": "<a alt=\"CCPA Privacy Policy\" href=\"/ccpa-privacy-policy\" rel=\"noreferrer\">CCPA Privacy Policy</a>"
},
{
"href": "/privacy",
"text": "Privacy Policy",
"html": "<a alt=\"Privacy Policy\" href=\"/privacy\" rel=\"noreferrer\">Privacy Policy</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 72/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 72/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: digital, engineering, platforms, innovate, user, base, expanded, almost, 30x, thanks, apps, engineered.
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
72/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 72/100 and needs improvement.
Evidence
{
"title": "Digital Engineering, Platforms & AI: Innovate with Intelliswift",
"h1": "Our user base expanded by almost 30X thanks to the apps engineered by Intelliswift.",
"description": "Intelliswift is a top IT service provider delivering award-winning professional service across global delivery centers that solves complex challenges and deliver valuable insights & technology solutions that drive greater business value.",
"topicOverlap": 0.07692307692307693,
"topicTerms": [
"digital",
"engineering",
"platforms",
"innovate",
"intelliswift",
"user",
"base",
"expanded",
"almost",
"30x",
"thanks",
"apps",
"engineered"
],
"descriptionTerms": [
"intelliswift",
"top",
"service",
"provider",
"delivering",
"award",
"winning",
"professional",
"across",
"global",
"delivery",
"centers",
"solves",
"complex",
"challenges",
"deliver",
"valuable",
"insights",
"technology"
],
"missingFromDescription": [
"digital",
"engineering",
"platforms",
"innovate",
"user",
"base",
"expanded",
"almost",
"30x",
"thanks",
"apps",
"engineered"
],
"score": 72,
"weight": 28
}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
14 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": 22,
"passing": 8,
"failing": [
{
"heading": "TECHNOLOGY",
"headingHtml": "<h2>TECHNOLOGY</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "TECHNOLOGY",
"headingHtml": "<h3>TECHNOLOGY</h3>",
"firstParagraph": "Welcome to the heart of innovation! Dive into our cutting-edge technology offerings that redefine the future.",
"paragraphHtml": "<p> Welcome to the heart of innovation! Dive into our cutting-edge technology offerings that redefine the future. </p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "PEOPLE",
"headingHtml": "<h2>PEOPLE</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CUSTOMERS",
"headingHtml": "<h2>CUSTOMERS</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PARTNERS",
"headingHtml": "<h2>PARTNERS</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PARTNERS",
"headingHtml": "<h3>PARTNERS</h3>",
"firstParagraph": "Collaboration fuels progress, and at Intelliswift, we value our partnerships immensely. Discover the synergies that drive our success and learn about our esteemed collaborators.",
"paragraphHtml": "<p> Collaboration fuels progress, and at Intelliswift, we value our partnerships immensely. Discover the synergies that drive our success and learn about our esteemed collaborators. </p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Key Offerings",
"headingHtml": "<h2 class=\"commmain-title\">Key Offerings</h2>",
"firstParagraph": "Delivering new experiences with reliable engineering.",
"paragraphHtml": "<p>Delivering new experiences with reliable engineering.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Key Industries",
"headingHtml": "<h2 class=\"commmain-title\">Key Industries</h2>",
"firstParagraph": "Reinventing stellar industries with new technology.",
"paragraphHtml": "<p class=\"offering-info\"> Reinventing stellar industries with new technology. </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Our Success Stories",
"headingHtml": "<h2 class=\"commmain-title\">Our Success Stories</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer",
"headingHtml": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer </span> </span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System",
"headingHtml": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System </span> </span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm",
"headingHtml": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm </span></span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30%",
"headingHtml": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30% </span></span> </h2>",
"firstParagraph": "– Bob Power, President, ParkSmart",
"paragraphHtml": "<p class=\"parksmartclint\"> – Bob Power, President, ParkSmart </p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "We respect your privacy",
"headingHtml": "<h3 class=\"cookieConsent__popup--title\">We respect your privacy</h3>",
"firstParagraph": "By continuing to browse or by clicking ‘Accept’, you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes.",
"paragraphHtml": "<p>By continuing to browse or by clicking ‘Accept’, you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 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
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 16,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Haroon",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company",
"text": "Secure & Fast Cloud Migration for a Large Pharma Company",
"html": "<a href=\"/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company\" class=\"linkinsigt\" rel=\"noreferrer\"> Secure & Fast Cloud Migration for a Large Pharma Company </a>"
},
{
"href": "/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company",
"text": "Secure & Fast Cloud Migration for a Large Pharma Company",
"html": "<a href=\"/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company\" class=\"linkinsigt\" rel=\"noreferrer\"> Secure & Fast Cloud Migration for a Large Pharma Company </a>"
},
{
"href": "/about-us",
"text": "About",
"html": "<a href=\"/about-us\" rel=\"noreferrer\">About</a>"
},
{
"href": "/about-us",
"text": "About Us",
"html": "<a href=\"/about-us\" class=\"active-mega-menu\" rel=\"noreferrer\">About Us</a>"
},
{
"href": "/about-us",
"text": "Know More",
"html": "<a href=\"/about-us\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Life at Intelliswift",
"html": "<a href=\"/about-us/life-at-intelliswift\" rel=\"noreferrer\">Life at Intelliswift</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Overview",
"html": "<a href=\"/about-us/life-at-intelliswift\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Know More",
"html": "<a href=\"/about-us/life-at-intelliswift\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/leadership",
"text": "Leadership",
"html": "<a href=\"/about-us/leadership\" rel=\"noreferrer\">Leadership</a>"
},
{
"href": "/about-us/leadership",
"text": "Know More",
"html": "<a href=\"/about-us/leadership\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Awards & Recognition",
"html": "<a href=\"/about-us/awards-and-recognition\" rel=\"noreferrer\">Awards & Recognition</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Overview",
"html": "<a href=\"/about-us/awards-and-recognition\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Know More",
"html": "<a href=\"/about-us/awards-and-recognition\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Corporate Social Responsibility",
"html": "<a href=\"/about-us/corporate-social-responsibility\" rel=\"noreferrer\">Corporate Social Responsibility</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Overview",
"html": "<a href=\"/about-us/corporate-social-responsibility\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Know More",
"html": "<a href=\"/about-us/corporate-social-responsibility\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Events and Webinars",
"html": "<a href=\"/about-us/events-and-webinars\" rel=\"noreferrer\">Events and Webinars</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Overview",
"html": "<a href=\"/about-us/events-and-webinars\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Know More",
"html": "<a href=\"/about-us/events-and-webinars\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Women in Leadership Podcast",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" rel=\"noreferrer\">Women in Leadership Podcast</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Overview",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" class=\"active-mega-menu\" rel=\"noreferrer\">Overview</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Watch Now",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Watch Now <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Diversity, Equity and Inclusion",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" rel=\"noreferrer\">Diversity, Equity and Inclusion</a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Know More",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company",
"text": "Secure & Fast Cloud Migration for a Large Pharma Company",
"html": "<a href=\"/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company\" class=\"linkinsigt\" rel=\"noreferrer\"> Secure & Fast Cloud Migration for a Large Pharma Company </a>"
},
{
"href": "/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company",
"text": "Secure & Fast Cloud Migration for a Large Pharma Company",
"html": "<a href=\"/insights/case-studies/secure-fast-cloud-migration-for-a-large-pharma-company\" class=\"linkinsigt\" rel=\"noreferrer\"> Secure & Fast Cloud Migration for a Large Pharma Company </a>"
},
{
"href": "/about-us",
"text": "About",
"html": "<a href=\"/about-us\" rel=\"noreferrer\">About</a>"
},
{
"href": "/about-us",
"text": "About Us",
"html": "<a href=\"/about-us\" rel=\"noreferrer\">About Us</a>"
},
{
"href": "/about-us",
"text": "Know More",
"html": "<a href=\"/about-us\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Life at Intelliswift",
"html": "<a href=\"/about-us/life-at-intelliswift\" rel=\"noreferrer\">Life at Intelliswift</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Overview",
"html": "<a href=\"/about-us/life-at-intelliswift\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Know More",
"html": "<a href=\"/about-us/life-at-intelliswift\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/leadership",
"text": "Leadership",
"html": "<a href=\"/about-us/leadership\" rel=\"noreferrer\">Leadership</a>"
},
{
"href": "/about-us/leadership",
"text": "Know More",
"html": "<a href=\"/about-us/leadership\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Awards & Recognition",
"html": "<a href=\"/about-us/awards-and-recognition\" rel=\"noreferrer\">Awards & Recognition</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Overview",
"html": "<a href=\"/about-us/awards-and-recognition\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Know More",
"html": "<a href=\"/about-us/awards-and-recognition\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Corporate Social Responsibility",
"html": "<a href=\"/about-us/corporate-social-responsibility\" rel=\"noreferrer\">Corporate Social Responsibility</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Overview",
"html": "<a href=\"/about-us/corporate-social-responsibility\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Know More",
"html": "<a href=\"/about-us/corporate-social-responsibility\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Events and Webinars",
"html": "<a href=\"/about-us/events-and-webinars\" rel=\"noreferrer\">Events and Webinars</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Overview",
"html": "<a href=\"/about-us/events-and-webinars\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Know More",
"html": "<a href=\"/about-us/events-and-webinars\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Women in Leadership Podcast",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" rel=\"noreferrer\">Women in Leadership Podcast</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Overview",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" rel=\"noreferrer\" style=\"padding-left: 15px;\">Overview</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Watch Now",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Watch Now <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Diversity, Equity and Inclusion",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" rel=\"noreferrer\">Diversity, Equity and Inclusion</a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Know More",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" title=\"Know More\" class=\"comnlink\" rel=\"noreferrer\">Know More <span class=\"flaticon-arrow-pointing-to-right\"></span></a>"
},
{
"href": "/lovethenew#people",
"text": "PEOPLE We are passionate about empowering people, be it our customers, their customers or our employees. Get a glimpse of the vibrant community at Intelliswift! Know More",
"html": "<a href=\"/lovethenew#people\" class=\"fullclick\" rel=\"noreferrer noopener\" target=\"_blank\"> <div class=\"innerbind\"> <h3>PEOPLE</h3> <p> We are passionate about empowering people, be it our customers, their customers or our employees. Get a glimpse of the vibrant community at Intelliswift! </p> <button class=\"itmloveexplor\"> <span class=\"flaticon-arrow-pointing-to-right\"></span>Know More </button> </div> </a>"
},
{
"href": "/lovethenew#partners",
"text": "PARTNERS Collaboration fuels progress, and at Intelliswift, we value our partnerships immensely. Discover the synergies that drive our success and learn about our esteemed collaborators. Know More",
"html": "<a href=\"/lovethenew#partners\" class=\"fullclick\" rel=\"noreferrer noopener\" target=\"_blank\"> <div class=\"innerbind\"> <h3>PARTNERS</h3> <p> Collaboration fuels progress, and at Intelliswift, we value our partnerships immensely. Discover the synergies that drive our success and learn about our esteemed collaborators. </p> <button class=\"itmloveexplor\"> <span class=\"flaticon-arrow-pointing-to-right\"></span>Know More </button> </div> </a>"
},
{
"href": "https://www.linkedin.com/company/intelliswift",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/intelliswift\" target=\"_blank\" data-placement=\"bottom\" title=\"Linkedin\" data-original-title=\"Linkedin\" rel=\"noreferrer noopener\"> <i class=\"fa fa-linkedin\" aria-hidden=\"true\"></i> </a>"
},
{
"href": "/about-us",
"text": "About Us",
"html": "<a href=\"/about-us\" rel=\"noreferrer\">About Us</a>"
},
{
"href": "/about-us/life-at-intelliswift",
"text": "Life at Intelliswift",
"html": "<a href=\"/about-us/life-at-intelliswift\" rel=\"noreferrer\">Life at Intelliswift</a>"
},
{
"href": "/about-us/leadership",
"text": "Leadership",
"html": "<a href=\"/about-us/leadership\" rel=\"noreferrer\">Leadership</a>"
},
{
"href": "/about-us/awards-and-recognition",
"text": "Awards & Recognition",
"html": "<a href=\"/about-us/awards-and-recognition\" rel=\"noreferrer\">Awards & Recognition</a>"
},
{
"href": "/about-us/corporate-social-responsibility",
"text": "Corporate Social Responsibility",
"html": "<a href=\"/about-us/corporate-social-responsibility\" rel=\"noreferrer\">Corporate Social Responsibility</a>"
},
{
"href": "/about-us/events-and-webinars",
"text": "Events & Webinars",
"html": "<a href=\"/about-us/events-and-webinars\" rel=\"noreferrer\">Events & Webinars</a>"
},
{
"href": "/about-us/women-in-leadership-podcast",
"text": "Women in Leadership Podcast",
"html": "<a href=\"/about-us/women-in-leadership-podcast\" rel=\"noreferrer\">Women in Leadership Podcast</a>"
},
{
"href": "/about-us/diversity-equity-and-inclusion",
"text": "Diversity, Equity and Inclusion",
"html": "<a href=\"/about-us/diversity-equity-and-inclusion\" rel=\"noreferrer\">Diversity, Equity and Inclusion</a>"
}
],
"contactLinks": [
{
"href": "/services/application-support-and-management",
"text": "App Support & Management",
"html": "<a href=\"/services/application-support-and-management\" class=\"mainl4link\" rel=\"noreferrer\">App Support & Management </a>"
},
{
"href": "/rpa-solution-helps-home-networking-retailer-increase-annual-revenue-by-30-percent",
"text": "Intelliswift's Business Process Automation Solution Helps USA's Largest Home Networking Retailer Increase Annual Revenue by 30%",
"html": "<a href=\"/rpa-solution-helps-home-networking-retailer-increase-annual-revenue-by-30-percent\" class=\"linkinsigt\" rel=\"noreferrer\"> Intelliswift's Business Process Automation Solution Helps USA's Largest Home Networking Retailer Increase Annual Revenue by 30% </a>"
},
{
"href": "/contact-us",
"text": "Contact",
"html": "<a class=\"contactmenu\" href=\"/contact-us\" rel=\"noreferrer\"><span style=\"color:#23dce1\">Contact</span></a>"
},
{
"href": "/services/application-support-and-management",
"text": "App Support & Management",
"html": "<a href=\"/services/application-support-and-management\" class=\"mainl4link\" rel=\"noreferrer\">App Support & Management</a>"
},
{
"href": "/rpa-solution-helps-home-networking-retailer-increase-annual-revenue-by-30-percent",
"text": "Intelliswift's Business Process Automation Solution Helps USA's Largest Home Networking Retailer Increase Annual Revenue by 30%",
"html": "<a href=\"/rpa-solution-helps-home-networking-retailer-increase-annual-revenue-by-30-percent\" class=\"linkinsigt\" rel=\"noreferrer\"> Intelliswift's Business Process Automation Solution Helps USA's Largest Home Networking Retailer Increase Annual Revenue by 30% </a>"
},
{
"href": "/contact-us",
"text": "Contact",
"html": "<a class=\"contactmenu\" href=\"/contact-us\" rel=\"noreferrer\">Contact</a>"
},
{
"href": "/insights/case-studies/intelliswift-s-advisory-services-help-shape-the-maturity-of-api-ecosystem-for-a-leading-retirement-services-firm",
"text": "Explore",
"html": "<a class=\"slides__caption-link\" href=\"/insights/case-studies/intelliswift-s-advisory-services-help-shape-the-maturity-of-api-ecosystem-for-a-leading-retirement-services-firm\" rel=\"noreferrer\">Explore <span class=\"flaticon-arrow-pointing-to-right\"></span> </a>"
},
{
"href": "/contact-us",
"text": "Contact",
"html": "<a href=\"/contact-us\" rel=\"noreferrer\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "/ccpa-privacy-policy",
"text": "CCPA Privacy Policy",
"html": "<a alt=\"CCPA Privacy Policy\" href=\"/ccpa-privacy-policy\" rel=\"noreferrer\">CCPA Privacy Policy</a>"
},
{
"href": "/privacy",
"text": "Privacy Policy",
"html": "<a alt=\"Privacy Policy\" href=\"/privacy\" rel=\"noreferrer\">Privacy Policy</a>"
}
],
"score": 60,
"weight": 22
}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
16 image(s) are missing width/height attributes. 14 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.0, maximum-scale=1.0, user-scalable=0",
"visibleWords": 5447,
"htmlBytes": 771499,
"imagesMissingDimensions": [
{
"src": "https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp\" class=\"navclosbtn\" alt=\"close image\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp\" class=\"navclosbtn\" alt=\"close image\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp\" class=\"navclosbtn\" alt=\"close image\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" src=\"https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp\" class=\"navclosbtn\" alt=\"close image\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/lovethenew-banner-img-01-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/home/lovethenew-banner-img-01-1.jpg\" alt=\"Lovethenew image\" class=\"techimage responsive-img\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/lovethenew-banner-img-02.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/home/lovethenew-banner-img-02.jpg\" alt=\"Lovethenew image\" class=\"techimage responsive-img\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/lovethenew-banner-img-03.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/home/lovethenew-banner-img-03.jpg\" alt=\"Lovethenew image\" class=\"techimage responsive-img\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/lovethenew-banner-img-04.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/home/lovethenew-banner-img-04.jpg\" alt=\"Lovethenew image\" class=\"techimage responsive-img\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/key-indus-img-slide2.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/home/key-indus-img-slide2.webp\" class=\"responsive-img\" alt=\"Slide img\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/key-indus-img-slide5.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/home/key-indus-img-slide5.webp\" class=\"responsive-img\" alt=\"Slide img\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/key-indus-img-slide4.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/home/key-indus-img-slide4.webp\" class=\"responsive-img\" alt=\"Slide img\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/key-indus-img-slide3.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/home/key-indus-img-slide3.webp\" class=\"responsive-img\" alt=\"Slide img\">"
},
{
"src": "https://www.intelliswift.com/cms_images/microsite-pages-img/chatbot-img-new.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Chat Image\" src=\"https://www.intelliswift.com/cms_images/microsite-pages-img/chatbot-img-new.gif\" class=\"chat-icon\">"
},
{
"src": "https://www.intelliswift.com/cms_images/chatbot-agent-img.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Agent Image\" src=\"https://www.intelliswift.com/cms_images/chatbot-agent-img.gif\" class=\"agent-pic-icon\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/home/Intelliswift-Ltts-Logo-img5.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Intelliswift\" class=\"intclor\" src=\"https://assets.intelliswift.com/cms_images/home/Intelliswift-Ltts-Logo-img5.png\">"
},
{
"src": "https://assets.intelliswift.com/cms_images/x-twitter-icon.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://assets.intelliswift.com/cms_images/x-twitter-icon.png\" class=\"social-icon-footer\" alt=\"Twitter\">"
}
],
"possibleDialogs": [
"<div class=\"search-popup\"> <button type=\"submit\" name=\"button\" class=\"close-search style-two\"> <a href=\"javascript:void(0);\" class=\"close-side-widget\" rel=\"noreferrer\"> <img loading=\"lazy\" src=\"https://assets.intelliswift.com/cms_images/navbar-img/navclose-icon.webp\" class=\"navclosbtn\" alt=\"close image\"> </a> </button> <button class=\"close-search\"> <i class=\"fa fa-arrow-up\" aria-hidden=\"true\"></i> </button> <form class=\"intelli-search\" action=\"/home/search\" accept-charset=\"UTF-8\" method=\"get\"...",
"<div class=\"search-popup\"> <button type=\"submit\" name=\"button\" class=\"close-search style-two\"><a href=\"#\" class=\"close-side-widget\" rel=\"noreferrer\"> X </a></button> <form class=\"intelli-search\" action=\"/home/search\" accept-charset=\"UTF-8\" method=\"get\"> <div class=\"form-group\"> <input type=\"text\" name=\"q\" id=\"q\" class placeholder=\"Search Here\"> <button type=\"submit\" name=\"button\" class=\"glob-search\"><i class=\"fa fa-search\" aria-hidden=\"true\"></i></button> </div> </form> </div>",
"<div id=\"livechatmodal\"> <div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"> × </button> <h4 class=\"modal-title\"> Welcome to Intelliswift Bot </h4> </div> <div class=\"modal-body\"> <div class=\"fixtop-sect\"> <div class=\"lftagntpic\"> <img alt=\"Agent Image\" src=\"https://www.intelliswift.com/cms_images/chatbot-agent-img.gif\" class=\"agent-pic-icon\"> <p class=\"online\"></p> </div> <div clas...",
"<div class=\"modal-dialog\"> <div class=\"modal-content\"> <div class=\"modal-header\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"> × </button> <h4 class=\"modal-title\"> Welcome to Intelliswift Bot </h4> </div> <div class=\"modal-body\"> <div class=\"fixtop-sect\"> <div class=\"lftagntpic\"> <img alt=\"Agent Image\" src=\"https://www.intelliswift.com/cms_images/chatbot-agent-img.gif\" class=\"agent-pic-icon\"> <p class=\"online\"></p> </div> <div class=\"botintli\"> <h3>Intelli...",
"<div class=\"modal-content\"> <div class=\"modal-header\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"> × </button> <h4 class=\"modal-title\"> Welcome to Intelliswift Bot </h4> </div> <div class=\"modal-body\"> <div class=\"fixtop-sect\"> <div class=\"lftagntpic\"> <img alt=\"Agent Image\" src=\"https://www.intelliswift.com/cms_images/chatbot-agent-img.gif\" class=\"agent-pic-icon\"> <p class=\"online\"></p> </div> <div class=\"botintli\"> <h3>IntelliBot</h3> <span>Support Agen...",
"<div class=\"modal-header\"> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"> × </button> <h4 class=\"modal-title\"> Welcome to Intelliswift Bot </h4> </div>",
"<h4 class=\"modal-title\"> Welcome to Intelliswift Bot </h4>",
"<div class=\"modal-body\"> <div class=\"fixtop-sect\"> <div class=\"lftagntpic\"> <img alt=\"Agent Image\" src=\"https://www.intelliswift.com/cms_images/chatbot-agent-img.gif\" class=\"agent-pic-icon\"> <p class=\"online\"></p> </div> <div class=\"botintli\"> <h3>IntelliBot</h3> <span>Support Agent</span> </div> </div> <!-- Live chat first screen start here --> <div class=\"firstscreen\"> <div class=\"first-info\"> <p class=\"intmssg intellimsg\"> <!-- How may I help you? <br>Want to speak to Agent or leave a mess...",
"<div class=\"cookieConsent__popup \" id=\"popup-cookieConsent\" style=\"display: block;\"> <div class=\"container\"> <h3 class=\"cookieConsent__popup--title\">We respect your privacy</h3> <div class=\"row\"> <div class=\"cookieConsent__popup--text col-12 col-lg-8\"> <p>By continuing to browse or by clicking ‘Accept’, you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes.</p> <p>To learn more about how we use the cookies, please see our...",
"<h3 class=\"cookieConsent__popup--title\">We respect your privacy</h3>",
"<div class=\"cookieConsent__popup--text col-12 col-lg-8\"> <p>By continuing to browse or by clicking ‘Accept’, you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes.</p> <p>To learn more about how we use the cookies, please see our <a href=\"/cookie-policy\" rel=\"noreferrer\">cookies policy</a>.</p> </div>",
"<div class=\"cookieConsent__popup--buttons col-12 col-lg-4\"> <a class=\"macs_cookies_accept_all cookieConsent__popup--buttons_button\" href=\"javascript:void(0)\" id=\"macs_cookies_accept_all\" onclick=\"acceptPolicy();\" target=\"_self\" rel=\"noreferrer\">Accept</a> <a class=\"macs_cookies_decline_all cookieConsent__popup--buttons_button\" href=\"javascript:void(0)\" id=\"macs_cookies_accept_all\" onclick=\"declinePolicy();\" target=\"_self\" rel=\"noreferrer\">Decline</a> </div>",
"<a class=\"macs_cookies_accept_all cookieConsent__popup--buttons_button\" href=\"javascript:void(0)\" id=\"macs_cookies_accept_all\" onclick=\"acceptPolicy();\" target=\"_self\" rel=\"noreferrer\">Accept</a>",
"<a class=\"macs_cookies_decline_all cookieConsent__popup--buttons_button\" href=\"javascript:void(0)\" id=\"macs_cookies_accept_all\" onclick=\"declinePolicy();\" target=\"_self\" rel=\"noreferrer\">Decline</a>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
6 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 6,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 206,
"heading": "H2: Fintech",
"text": "The Fintech domain is fast moving towards extremely personalized offerings for its set of customers. Our advanced AI/ML-based tools enrich standard and non-standard data in real-time while providing relevant and JIT insights to various business functions leading to a great customer experience.",
"words": 43,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220)."
],
"html": "<p>The Fintech domain is fast moving towards extremely personalized offerings for its set of customers. Our advanced AI/ML-based tools enrich standard and non-standard data in real-time while providing relevant and JIT insights to various business functions leading to a great customer experience.</p>"
},
{
"index": 207,
"heading": "H2: Pharma and Healthcare",
"text": "The healthcare and pharmaceutical industries are being transformed by technology and data. With massive volumes of life sciences and pharmaceutical data being generated, Intelliswift’s AI/ML-based data analytics and insights platform provides a 360-degree real-time view of key business indicators. Our healthcare technology services enable organizations to leverage IT for improved efficiency, insights, and outcomes.",
"words": 56,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (56 words; target 80-220)."
],
"html": "<p>The healthcare and pharmaceutical industries are being transformed by technology and data. With massive volumes of life sciences and pharmaceutical data being generated, Intelliswift’s AI/ML-based data analytics and insights platform provides a 360-degree real-time view of key business indicators. Our healthcare technology services enable organizations to leverage IT for improved efficiency, insights, and outcomes. </p>"
},
{
"index": 215,
"heading": "H3: IntelliBot",
"text": "To learn about the business benefits and Intelliswift’s services offerings for Digital Product Engineering, please go to Digital Product Engineering. Or we could connect with you in case you would like to discuss in detail. For that, please share the following:",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"intmssg intellimsg\"> To learn about the business benefits and Intelliswift’s services offerings for Digital Product Engineering, please go to <a target=\"blank\" href=\"/services/digital-product-engineering\" rel=\"noreferrer\">Digital Product Engineering</a>. <br> Or we could connect with you in case you would like to discuss in detail. For that, please share the following:</p>"
},
{
"index": 218,
"heading": "H3: IntelliBot",
"text": "To learn about the business benefits and Intelliswift’s services offerings for Data & AI, please go to Data & AI. Or we could connect with you in case you would like to discuss in detail. For that, please share the following:",
"words": 40,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220)."
],
"html": "<p class=\"intmssg intellimsg\"> To learn about the business benefits and Intelliswift’s services offerings for Data & AI, please go to <a target=\"blank\" href=\"/services/data-and-artificial-intelligence\" rel=\"noreferrer\">Data & AI</a>. <br> Or we could connect with you in case you would like to discuss in detail. For that, please share the following:</p>"
},
{
"index": 221,
"heading": "H3: IntelliBot",
"text": "To learn about the business benefits and Intelliswift’s services offerings for Digital Enterprise, please go to Digital Enterprise. Or we could connect with you in case you would like to discuss in detail. For that, please share the following:",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"intmssg intellimsg\"> To learn about the business benefits and Intelliswift’s services offerings for Digital Enterprise, please go to <a target=\"blank\" href=\"/services/digital-enterprise\" rel=\"noreferrer\">Digital Enterprise</a>. <br> Or we could connect with you in case you would like to discuss in detail. For that, please share the following:</p>"
},
{
"index": 224,
"heading": "H3: IntelliBot",
"text": "To learn about the business benefits and Intelliswift’s services offerings for Oracle NetSuite, please go to Oracle NetSuite. Or we could connect with you in case you would like to discuss in detail. For that, please share the following:",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"intmssg intellimsg\"> To learn about the business benefits and Intelliswift’s services offerings for Oracle NetSuite, please go to <a target=\"blank\" href=\"/services/netsuite-services\" rel=\"noreferrer\">Oracle NetSuite</a>. <br> Or we could connect with you in case you would like to discuss in detail. For that, please share the following:</p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
14 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": 22,
"passing": 8,
"failing": [
{
"heading": "TECHNOLOGY",
"headingHtml": "<h2>TECHNOLOGY</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "TECHNOLOGY",
"headingHtml": "<h3>TECHNOLOGY</h3>",
"firstParagraph": "Welcome to the heart of innovation! Dive into our cutting-edge technology offerings that redefine the future.",
"paragraphHtml": "<p> Welcome to the heart of innovation! Dive into our cutting-edge technology offerings that redefine the future. </p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "PEOPLE",
"headingHtml": "<h2>PEOPLE</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "CUSTOMERS",
"headingHtml": "<h2>CUSTOMERS</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PARTNERS",
"headingHtml": "<h2>PARTNERS</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "PARTNERS",
"headingHtml": "<h3>PARTNERS</h3>",
"firstParagraph": "Collaboration fuels progress, and at Intelliswift, we value our partnerships immensely. Discover the synergies that drive our success and learn about our esteemed collaborators.",
"paragraphHtml": "<p> Collaboration fuels progress, and at Intelliswift, we value our partnerships immensely. Discover the synergies that drive our success and learn about our esteemed collaborators. </p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Key Offerings",
"headingHtml": "<h2 class=\"commmain-title\">Key Offerings</h2>",
"firstParagraph": "Delivering new experiences with reliable engineering.",
"paragraphHtml": "<p>Delivering new experiences with reliable engineering.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Key Industries",
"headingHtml": "<h2 class=\"commmain-title\">Key Industries</h2>",
"firstParagraph": "Reinventing stellar industries with new technology.",
"paragraphHtml": "<p class=\"offering-info\"> Reinventing stellar industries with new technology. </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Our Success Stories",
"headingHtml": "<h2 class=\"commmain-title\">Our Success Stories</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer",
"headingHtml": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer </span> </span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System",
"headingHtml": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System </span> </span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm",
"headingHtml": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm </span></span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30%",
"headingHtml": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30% </span></span> </h2>",
"firstParagraph": "– Bob Power, President, ParkSmart",
"paragraphHtml": "<p class=\"parksmartclint\"> – Bob Power, President, ParkSmart </p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "We respect your privacy",
"headingHtml": "<h3 class=\"cookieConsent__popup--title\">We respect your privacy</h3>",
"firstParagraph": "By continuing to browse or by clicking ‘Accept’, you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes.",
"paragraphHtml": "<p>By continuing to browse or by clicking ‘Accept’, you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
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": false,
"definitionPatterns": 18,
"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",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 77/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 77/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: digital, engineering, platforms, innovate, user, base, expanded, almost, 30x, thanks, apps, engineered.
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
77/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 77/100 and needs improvement.
Evidence
{
"title": "Digital Engineering, Platforms & AI: Innovate with Intelliswift",
"h1": "Our user base expanded by almost 30X thanks to the apps engineered by Intelliswift.",
"description": "Intelliswift is a top IT service provider delivering award-winning professional service across global delivery centers that solves complex challenges and deliver valuable insights & technology solutions that drive greater business value.",
"topicOverlap": 0.07692307692307693,
"definitionCount": 18,
"topicTerms": [
"digital",
"engineering",
"platforms",
"innovate",
"intelliswift",
"user",
"base",
"expanded",
"almost",
"30x",
"thanks",
"apps",
"engineered"
],
"descriptionTerms": [
"intelliswift",
"top",
"service",
"provider",
"delivering",
"award",
"winning",
"professional",
"across",
"global",
"delivery",
"centers",
"solves",
"complex",
"challenges",
"deliver",
"valuable",
"insights",
"technology"
],
"missingFromDescription": [
"digital",
"engineering",
"platforms",
"innovate",
"user",
"base",
"expanded",
"almost",
"30x",
"thanks",
"apps",
"engineered"
],
"score": 77,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, 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": "TECHNOLOGY",
"html": "<h2>TECHNOLOGY</h2>"
},
{
"text": "PEOPLE",
"html": "<h2>PEOPLE</h2>"
},
{
"text": "CUSTOMERS",
"html": "<h2>CUSTOMERS</h2>"
},
{
"text": "PARTNERS",
"html": "<h2>PARTNERS</h2>"
},
{
"text": "Intelliswift's Journey of Innovation",
"html": "<h2>Intelliswift's Journey of<br> <span class=\"gridntlove\">Innovation</span></h2>"
},
{
"text": "Key Offerings",
"html": "<h2 class=\"commmain-title\">Key Offerings</h2>"
},
{
"text": "Key Industries",
"html": "<h2 class=\"commmain-title\">Key Industries</h2>"
},
{
"text": "Fintech",
"html": "<h2>Fintech </h2>"
},
{
"text": "Pharma and Healthcare",
"html": "<h2>Pharma and Healthcare</h2>"
},
{
"text": "Retail",
"html": "<h2>Retail</h2>"
},
{
"text": "Software & Internet Platforms",
"html": "<h2>Software & Internet Platforms</h2>"
},
{
"text": "Our Success Stories",
"html": "<h2 class=\"commmain-title\">Our Success Stories</h2>"
},
{
"text": "Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer",
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer </span> </span> </h2>"
},
{
"text": "Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System",
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System </span> </span> </h2>"
},
{
"text": "Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm",
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm </span></span> </h2>"
},
{
"text": "Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30%",
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30% </span></span> </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Digital Engineering, Platforms & AI: Innovate...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Engineering, Platforms & AI: Innovate... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Engineering, Platforms & AI: Innovate...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Engineering, Platforms & AI: Innovate... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Engineering, Platforms & AI: Innovate... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Digital Engineering, Platforms & AI: Innovate...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Engineering, Platforms & AI: Innovate... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Engineering, Platforms & AI: Innovate...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Engineering, Platforms & AI: Innovate... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Engineering, Platforms & AI: Innovate... 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": "*/*; charset=utf-8",
"length": 514322
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "*/*; charset=utf-8",
"length": 514319
},
{
"path": "/context",
"statusCode": 404,
"contentType": "*/*; charset=utf-8",
"length": 514315
}
]
},
"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": "TECHNOLOGY",
"html": "<h2>TECHNOLOGY</h2>"
},
{
"text": "PEOPLE",
"html": "<h2>PEOPLE</h2>"
},
{
"text": "CUSTOMERS",
"html": "<h2>CUSTOMERS</h2>"
},
{
"text": "PARTNERS",
"html": "<h2>PARTNERS</h2>"
},
{
"text": "Intelliswift's Journey of Innovation",
"html": "<h2>Intelliswift's Journey of<br> <span class=\"gridntlove\">Innovation</span></h2>"
},
{
"text": "Key Offerings",
"html": "<h2 class=\"commmain-title\">Key Offerings</h2>"
},
{
"text": "Key Industries",
"html": "<h2 class=\"commmain-title\">Key Industries</h2>"
},
{
"text": "Fintech",
"html": "<h2>Fintech </h2>"
},
{
"text": "Pharma and Healthcare",
"html": "<h2>Pharma and Healthcare</h2>"
},
{
"text": "Retail",
"html": "<h2>Retail</h2>"
},
{
"text": "Software & Internet Platforms",
"html": "<h2>Software & Internet Platforms</h2>"
},
{
"text": "Our Success Stories",
"html": "<h2 class=\"commmain-title\">Our Success Stories</h2>"
},
{
"text": "Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer",
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer </span> </span> </h2>"
},
{
"text": "Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System",
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System </span> </span> </h2>"
},
{
"text": "Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm",
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm </span></span> </h2>"
},
{
"text": "Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30%",
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30% </span></span> </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Digital Engineering, Platforms & AI: Innovate...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Engineering, Platforms & AI: Innovate... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Engineering, Platforms & AI: Innovate...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Engineering, Platforms & AI: Innovate... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Engineering, Platforms & AI: Innovate... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Digital Engineering, Platforms & AI: Innovate...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Digital Engineering, Platforms & AI: Innovate... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Digital Engineering, Platforms & AI: Innovate...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Digital Engineering, Platforms & AI: Innovate... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Digital Engineering, Platforms & AI: Innovate... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
16 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 16,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "TECHNOLOGY",
"isQuestion": false,
"html": "<h2>TECHNOLOGY</h2>"
},
{
"index": 2,
"text": "PEOPLE",
"isQuestion": false,
"html": "<h2>PEOPLE</h2>"
},
{
"index": 3,
"text": "CUSTOMERS",
"isQuestion": false,
"html": "<h2>CUSTOMERS</h2>"
},
{
"index": 4,
"text": "PARTNERS",
"isQuestion": false,
"html": "<h2>PARTNERS</h2>"
},
{
"index": 5,
"text": "Intelliswift's Journey of Innovation",
"isQuestion": false,
"html": "<h2>Intelliswift's Journey of<br> <span class=\"gridntlove\">Innovation</span></h2>"
},
{
"index": 6,
"text": "Key Offerings",
"isQuestion": false,
"html": "<h2 class=\"commmain-title\">Key Offerings</h2>"
},
{
"index": 7,
"text": "Key Industries",
"isQuestion": false,
"html": "<h2 class=\"commmain-title\">Key Industries</h2>"
},
{
"index": 8,
"text": "Fintech",
"isQuestion": false,
"html": "<h2>Fintech </h2>"
},
{
"index": 9,
"text": "Pharma and Healthcare",
"isQuestion": false,
"html": "<h2>Pharma and Healthcare</h2>"
},
{
"index": 10,
"text": "Retail",
"isQuestion": false,
"html": "<h2>Retail</h2>"
},
{
"index": 11,
"text": "Software & Internet Platforms",
"isQuestion": false,
"html": "<h2>Software & Internet Platforms</h2>"
},
{
"index": 12,
"text": "Our Success Stories",
"isQuestion": false,
"html": "<h2 class=\"commmain-title\">Our Success Stories</h2>"
},
{
"index": 13,
"text": "Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer",
"isQuestion": false,
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift’s Managed Security Service Mitigates Risks and Strengthens Security Posture for a Japanese Semiconductor Manufacturer </span> </span> </h2>"
},
{
"index": 14,
"text": "Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System",
"isQuestion": false,
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"> <span> Intelliswift Enhances Technology Governance and Regulatory Compliance for a Leading US Hospital System </span> </span> </h2>"
},
{
"index": 15,
"text": "Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm",
"isQuestion": false,
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s Advisory Services Help Shape the Maturity of API Ecosystem for a Leading Retirement Services Firm </span></span> </h2>"
},
{
"index": 16,
"text": "Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30%",
"isQuestion": false,
"html": "<h2 class=\"slides__caption-headline\"> <span class=\"text-row\"><span> Intelliswift’s App Modernization for a Loyalty Rewards Platform Elevates Application Performance by 30% </span></span> </h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}SEOSEOBrowser audit
Links are not crawlable
100 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}Performance and AccessibilityAccessibilityBrowser audit
ARIA input fields do not have accessible names
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
ARIA input fields do not have accessible names
Check name
ARIA input fields do not have accessible names
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name)."
}Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
Buttons do not have an accessible name
Check name
Buttons do not have an accessible name
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
23 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
77/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": 63,
"displayValue": "2.0Â s",
"numericValue": 1984.3015416290527
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 99,
"displayValue": "70Â ms",
"numericValue": 68
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 84,
"displayValue": "1.4Â s",
"numericValue": 1398.0018540612803
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 91,
"displayValue": "130Â ms",
"numericValue": 126
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 88,
"displayValue": "1.0Â s",
"numericValue": 958.0009834269949
},
{
"id": "server-response-time",
"title": "Reduce initial server response time",
"score": 0,
"displayValue": "Root document took 840Â ms",
"numericValue": 838
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "30Â ms",
"numericValue": 34.417395
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 94,
"displayValue": "2.2Â s",
"numericValue": 2174.0028335248517
}
]
}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 |
|---|---|---|---|
| 56/100 | Level 3, Bot-Aware | Current report |