Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
55/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability35%Agent Easeof Use6%Security& Trust80%GEO, AIO, AEO72%SEO85%Performance& Accessibility74%
  • AI Discoverability 35 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 72 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 74 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Tata Consultancy Services: Building Perpetually Adaptive Enterprises favicon

Tata Consultancy Services: Building Perpetually Adaptive Enterprises

TCS, a global leader in IT services, consulting, and business solutions, leverages technology for business transformation and helps catalyze change. Learn more.

Next step

Turn this report into a fix workflow

22 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.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
35
Priority fix8151View details
Discoverability
43
Priority fix360View details
Content Readiness
54
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix15223View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable1100
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
72
Needs work5312View details
GEO Readiness
78
Mostly ready213View details
AIO Readiness
75
Mostly ready214View details
AEO Readiness
62
Needs work115View details
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
74
Needs work1862View details
Performance
62
Needs work962View details
Accessibility
97
Strong900

Prioritized recommendations

Issues ranked by score impact

48 items need attention

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

100 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

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

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 403,
        "contentType": "text/html"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;&#46;well&#45;known&#47;api&#45;catalog\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210968&#46;d48e768\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;26ad4d68&#46;1781210968&#46;d48e768</P>\n</BODY>\n</HTML>\n"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

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

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 403,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;openapi&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210968&#46;d48e772\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;26ad4d68&#46;1781210968&#46;d48e772</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 403,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;openapi&#46;yaml\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210968&#46;d48e776\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;26ad4d68&#46;1781210968&#46;d48e776</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/swagger.json",
            "statusCode": 403,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;swagger&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210968&#46;d48e77a\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;26ad4d68&#46;1781210968&#46;d48e77a</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 403,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;swagger&#46;yaml\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210969&#46;d48e77e\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;26ad4d68&#46;1781210969&#46;d48e77e</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 403,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;api&#47;openapi&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210969&#46;d48e780\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;26ad4d68&#46;1781210969&#46;d48e780</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 403,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;api&#47;swagger&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210969&#46;d48e784\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;26ad4d68&#46;1781210969&#46;d48e784</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 403,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;docs&#47;openapi&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210969&#46;d48e788\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;26ad4d68&#46;1781210969&#46;d48e788</P>\n</BODY>\n</HTML>\n"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "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

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

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

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

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 DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".

  3. 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": 403,
        "contentType": "text/html"
      },
      "issue": "Content-Type \"text/html\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": ""
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
      "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": 45,
        "excerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;tcs&#46;com&#47;\" on this server.<P>\nReference&#32;&#35;18&#46;26ad4d68&#46;1781210965&#46;d48e",
        "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; invalid h1 (found 0); skipped heading levels; 8 links missing accessible names; 3 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

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": false,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"nav-link dropdown-toggle analytics-cta-label-class\" href=\"#\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-controls=\"global-menu\"> <span class=\"globe-icon-map\"></span> <span class=\"dropdown-text analytics-cta-label-child-class\"></span> <span class=\"header-dropdown-icon dropdown-icon\"></span> </a>",
      "<a class=\"l3-li-link analytics-cta-label-class\"></a>",
      "<a data-nav-id=\"subHeader5\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\"></span></a>",
      "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\"></a>",
      "<a class=\"l3-li-link analytics-cta-label-class\"></a>",
      "<a data-nav-id=\"subHeader5\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\"></span></a>",
      "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\"></a>",
      "<a class=\"nav-link dropdown-toggle analytics-cta-label-class\" href=\"#\"> <span class=\"globe-icon-map\"></span> <span class=\"dropdown-text analytics-cta-label-child-class\"></span> <span class=\"header-dropdown-icon dropdown-icon\"></span> </a>"
    ],
    "inaccessibleButtons": [
      "<button class=\"close-icon-div overlay-close-btn d-flex justify-content-center align-items-center\" tabindex=\"0\"> <span class=\"close-icon\" title=\"Close Button\"></span> </button>",
      "<button class=\"close-icon-div overlay-close-btn d-flex justify-content-center align-items-center\" tabindex=\"0\"> <span class=\"close-icon\" title=\"Close Button\"></span> </button>",
      "<button class=\"close-icon-div overlay-close-btn d-flex justify-content-center align-items-center\" tabindex=\"0\"> <span class=\"close-icon\" title=\"Close Button\"></span> </button>"
    ],
    "missingAutocompleteInputs": [
      "<input type=\"text\" placeholder=\"What are you looking for?\" pattern=\"[a-zA-Z\\d]{2,3}\" aria-controls=\"search-inputautocomplete-list\" aria-autocomplete=\"list\" class=\"search-input d-block\" aria-owns=\"search-inputautocomplete-list\" id=\"search-input\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h3: Perpetually Adaptive Enterprise",
      "h3: About Us",
      "h3: TCS Insights",
      "h4: Upcoming events",
      "h4: Recent recognitions",
      "h3: Want to be a global change-maker? Join our team.",
      "h3: Find the latest news about TCS",
      "h4: Recent Press Releases",
      "h4: Recent News",
      "h3: Perpetually Adaptive Enterprise",
      "h3: About Us",
      "h3: TCS Insights",
      "h4: Upcoming events",
      "h4: Recent recognitions",
      "h3: Want to be a global change-maker? Join our team.",
      "h3: Find the latest news about TCS",
      "h4: Recent Press Releases",
      "h4: Recent News",
      "h5: Top Results",
      "h2: What's new",
      "h2: Cutting edge solutions to power up your business",
      "h3: Industries Industries",
      "h3: Industries",
      "h3: Services Services",
      "h3: Services",
      "h3: Products and Platforms Products and Platforms",
      "h3: Products and Platforms",
      "h2: Cutting edge solutions to power up your business",
      "h2: Customer Stories",
      "h3: Zions Bancorporation",
      "h3: Liquid Intelligent Technologies",
      "h3: Astro",
      "h3: Alinta Energy",
      "h3: Equifax UK",
      "h3: Colruyt Group",
      "h3: Leroy Merlin",
      "h2: Meet us here",
      "h3: Orchestrate GridOS®",
      "h4: Orchestrate GridOS®",
      "h5: June 9-12, 2026 | Atlanta, USA",
      "h3: SCP Conference 2026",
      "h4: SCP Conference 2026",
      "h5: June 15–16, 2026 | Dammam, Saudi Arabia",
      "h3: ZenithLive 2026",
      "h4: ZenithLive 2026",
      "h5: June 15-18, 2026 | Vienna, Austria",
      "h3: TM Forum DTW Ignite 2026",
      "h4: TM Forum DTW Ignite 2026",
      "h5: June 23–25, 2026 | Copenhagen, Denmark",
      "h3: Farnborough Airshow",
      "h4: Farnborough Airshow",
      "h5: July 20-24, 2026 | Farnborough, UK",
      "h2: News and Insights",
      "h3: Newsroom",
      "h3: TCS Insights",
      "h3: Analyst Recognitions",
      "h3: Global Studies",
      "h2: CAREERS",
      "h3: Seize the future Our teams are leading change on every front. From deploying the most advanced and complex technologies for the world’s most iconic companies, to building a greener, more inclusive and healthier world for our communities. Come join us about Seize the future",
      "h2: With you for the long run",
      "h5: Accessibility Adjustments"
    ]
  },
  "counts": {
    "h1": 0,
    "headings": 61,
    "links": 748,
    "inaccessibleLinks": 8,
    "buttons": 34,
    "inaccessibleButtons": 3,
    "images": 35,
    "imagesWithAlt": 35,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

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

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 432
          }
        ]
      },
      "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 DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

25 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

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.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

No high-value schema types (e.g. Article, Product, Service) were found.

02

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".

25 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

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

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

    Link headers did not expose any same-origin targets to validate.

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": []
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Fetch to find resource".

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

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

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 419
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 420
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 399
          }
        ]
      },
      "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

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

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

  1. 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": 403,
            "contentType": "text/html",
            "length": 375
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 399
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 419
          }
        ]
      },
      "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 DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

25 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://www.tcs.com/sitemap.xml, https://www.tcs.com/sitemap.xml, https://www.tcs.com/sitemap_index.xml, https://www.tcs.com/sitemap-index.xml.

02

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.tcs.com/sitemap.xml",
    "https://www.tcs.com/sitemap.xml",
    "https://www.tcs.com/sitemap_index.xml",
    "https://www.tcs.com/sitemap-index.xml"
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

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

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 402
          },
          {
            "path": "/webmcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 378
          },
          {
            "path": "/mcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 375
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Thu, 11 Jun 2026 07:57:01 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Fetch to find resource".

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

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

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 410
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 418
          },
          {
            "path": "/agent-card.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 386
          }
        ]
      },
      "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

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

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

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 422
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 412
          }
        ]
      },
      "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

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

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

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 401
          },
          {
            "path": "/agent.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 377
          }
        ]
      },
      "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

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

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

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 402
          },
          {
            "path": "/agents.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 378
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

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

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

    Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.

  3. 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.tcs.com",
        "probes": [
          {
            "name": "_index._agents.www.tcs.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.tcs.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.tcs.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "tcs.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

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

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

  1. Detect data-mcp-tool annotations

    No data-mcp-tool attributes were found on interactive elements.

  2. Detect WebMCP declarative tags

    No elements found with tool-name or tool-description attributes.

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

    navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.

  5. Detect WebMCP browser navigator injection

    navigator.modelContext was not detected in the rendered browser page.

  6. 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": 0,
        "formsWithTags": 0,
        "totalInteractive": 772,
        "interactiveWithTags": 0,
        "totalCount": 772,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 2,
        "issues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 0,
        "formsWithTags": 0,
        "totalInteractive": 772,
        "interactiveWithTags": 0,
        "totalCount": 772,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 0,
    "formsWithTags": 0,
    "totalInteractive": 772,
    "interactiveWithTags": 0,
    "totalCount": 772,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 49/100 and needs a fix.

7 Fail

Needs attention

GEO: Entity clarity

Failed check
01

Issue

Title/H1 terms missing from description: tata, consultancy, building, perpetually, adaptive, enterprises.

Details

02

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

49/100

Status

fail

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 49/100 and needs a fix.

Evidence
{
  "title": "Tata Consultancy Services: Building Perpetually Adaptive Enterprises",
  "h1": "",
  "description": "TCS, a global leader in IT services, consulting, and business solutions, leverages technology for business transformation and helps catalyze change. Learn more.",
  "topicOverlap": 0.14285714285714285,
  "topicTerms": [
    "tata",
    "consultancy",
    "services",
    "building",
    "perpetually",
    "adaptive",
    "enterprises"
  ],
  "descriptionTerms": [
    "tcs",
    "global",
    "leader",
    "services",
    "consulting",
    "business",
    "solutions",
    "leverages",
    "technology",
    "transformation",
    "helps",
    "catalyze",
    "change",
    "learn",
    "more"
  ],
  "missingFromDescription": [
    "tata",
    "consultancy",
    "building",
    "perpetually",
    "adaptive",
    "enterprises"
  ],
  "score": 49,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 40/100 and needs a fix.

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.tcs.com/who-we-are/alliances-partnerships",
      "text": "Alliances",
      "html": "<a href=\"https://www.tcs.com/who-we-are/alliances-partnerships\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Alliances <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/alliances-partnerships",
      "text": "Alliances",
      "html": "<a href=\"https://www.tcs.com/who-we-are/alliances-partnerships\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Alliances</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are",
      "text": "Discover the difference",
      "html": "<a href=\"https://www.tcs.com/who-we-are\" class=\"btn-l3-description btn-responsive analytics-cta-label-class\">Discover the difference</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Our Aspiration",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Our Aspiration <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-brand",
      "text": "Brand",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-brand\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Brand <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.tcs.com/who-we-are/leadership\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Leadership <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/corporate-social-responsibility",
      "text": "Community",
      "html": "<a href=\"https://www.tcs.com/who-we-are/corporate-social-responsibility\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Community <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality",
      "text": "Sustainability",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Sustainability <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/diversity-equity-inclusion",
      "text": "Inclusion",
      "html": "<a href=\"https://www.tcs.com/who-we-are/diversity-equity-inclusion\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Inclusion <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-way",
      "text": "Values",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-way\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Values <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "About Us",
      "html": "<a data-nav-id=\"subHeader1\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\">About Us</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Our Aspiration",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Our Aspiration</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-brand",
      "text": "Brand",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-brand\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Brand</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.tcs.com/who-we-are/leadership\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Leadership</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/corporate-social-responsibility",
      "text": "Community",
      "html": "<a href=\"https://www.tcs.com/who-we-are/corporate-social-responsibility\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Community</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality",
      "text": "Sustainability",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Sustainability</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/diversity-equity-inclusion",
      "text": "Inclusion",
      "html": "<a href=\"https://www.tcs.com/who-we-are/diversity-equity-inclusion\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Inclusion</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-way",
      "text": "Values",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-way\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Values</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "Events",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Events <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognition",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Analyst Recognition <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow",
      "text": "TCS at Farnborough International Airshow",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow\" class=\"section-content analytics-cta-label-class\">TCS at Farnborough International Airshow</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-bancs-at-world-credit-union-conference-2026",
      "text": "TCS BaNCS at World Credit Union Conference 2026, Sydney",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-bancs-at-world-credit-union-conference-2026\" class=\"section-content analytics-cta-label-class\">TCS BaNCS at World Credit Union Conference 2026, Sydney</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026",
      "text": "TCS at TM Forum DTW Ignite 2026",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026\" class=\"section-content analytics-cta-label-class\">TCS at TM Forum DTW Ignite 2026</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-software-product-engineering-assessment",
      "text": "TCS Named Leader in Everest Group’s SPES PEAK Matrix® Assessment 2026",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-software-product-engineering-assessment\" class=\"section-content analytics-cta-label-class\">TCS Named Leader in Everest Group&#x2019;s SPES PEAK Matrix&#xae; Assessment 2026</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-servicenow-services-assessment",
      "text": "Everest Group Names TCS a Leader in ServiceNow Services",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-servicenow-services-assessment\" class=\"section-content analytics-cta-label-class\">Everest Group Names TCS a Leader in ServiceNow Services</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-veeva-services-everest-group-peak-matrix",
      "text": "TCS Named a Leader in Veeva Services by Everest Group’s PEAK Matrix®",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-veeva-services-everest-group-peak-matrix\" class=\"section-content analytics-cta-label-class\">TCS Named a Leader in Veeva Services by Everest Group&#x2019;s PEAK Matrix&#xae;</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "Events",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Events</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognition",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Analyst Recognition</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Discover more",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"btn-l3-description btn-responsive analytics-cta-label-class\">Discover more</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Press Releases",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Press Releases <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "News Alerts",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">News Alerts <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/media-kit",
      "text": "Media Kit",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/media-kit\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Media Kit <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-anthropic-launch-global-premier-partnership-drive-enterprise-ai-scaling",
      "text": "TCS and Anthropic launch Global Premier Partnership to drive Enterprise AI scaling",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-anthropic-launch-global-premier-partnership-drive-enterprise-ai-scaling\" class=\"section-content analytics-cta-label-class\">TCS and Anthropic launch Global Premier Partnership to drive Enterprise AI scaling</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-wins-multimillion-euro-ai-powered-services-transformation-deal-canada-life",
      "text": "TCS wins multimillion-euro AI powered services transformation deal with Canada Life",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-wins-multimillion-euro-ai-powered-services-transformation-deal-canada-life\" class=\"section-content analytics-cta-label-class\">TCS wins multimillion-euro AI powered services transformation deal with Canada Life</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs",
      "text": "Nokian Tyres advances IT transformation with AI led modernization in collaboration with TCS",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs\" class=\"section-content analytics-cta-label-class\">Nokian Tyres advances IT transformation with AI led modernization in collaboration with TCS</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-deepens-partnership-google-cloud-power-ai-native-autonomous-enterprises",
      "text": "TCS deepens partnership with Google Cloud to power AI-native autonomous enterprises",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-deepens-partnership-google-cloud-power-ai-native-autonomous-enterprises\" class=\"section-content analytics-cta-label-class\">TCS deepens partnership with Google Cloud to power AI-native autonomous enterprises</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-study-reveals-higher-education-digital-crossroads",
      "text": "TCS study reveals higher education at a digital crossroads: 61% of universities lag in digital maturity",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-study-reveals-higher-education-digital-crossroads\" class=\"section-content analytics-cta-label-class\">TCS study reveals higher education at a digital crossroads: 61% of universities lag in digital maturity </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/fortune-names-tcs-to-world-s-most-admired-companiestm-list-for-fourth-straight-year",
      "text": "Fortune Names TCS to World’s Most Admired Companies™ List for Fourth Straight Year",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/fortune-names-tcs-to-world-s-most-admired-companiestm-list-for-fourth-straight-year\" class=\"section-content analytics-cta-label-class\">Fortune Names TCS to World&#x2019;s Most Admired Companies&#x2122; List for Fourth Straight Year</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "Find the latest news about TCS",
      "html": "<a data-nav-id=\"subHeader4\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\">Find the latest news about TCS</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Press Releases",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Press Releases</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "News Alerts",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">News Alerts</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/media-kit",
      "text": "Media Kit",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/media-kit\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Media Kit</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/investor-press-release",
      "text": "Press Releases",
      "html": "<a class=\"l3-li-link analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/investor-press-release\">Press Releases</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/investor-press-release",
      "text": "Press Releases",
      "html": "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/investor-press-release\">Press Releases</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/alliances-partnerships",
      "text": "Alliances",
      "html": "<a href=\"https://www.tcs.com/who-we-are/alliances-partnerships\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Alliances <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/alliances-partnerships",
      "text": "Alliances",
      "html": "<a href=\"https://www.tcs.com/who-we-are/alliances-partnerships\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Alliances</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are",
      "text": "Discover the difference",
      "html": "<a href=\"https://www.tcs.com/who-we-are\" class=\"btn-l3-description btn-responsive analytics-cta-label-class\">Discover the difference</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Our Aspiration",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Our Aspiration <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-brand",
      "text": "Brand",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-brand\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Brand <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.tcs.com/who-we-are/leadership\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Leadership <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/corporate-social-responsibility",
      "text": "Community",
      "html": "<a href=\"https://www.tcs.com/who-we-are/corporate-social-responsibility\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Community <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality",
      "text": "Sustainability",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Sustainability <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/diversity-equity-inclusion",
      "text": "Inclusion",
      "html": "<a href=\"https://www.tcs.com/who-we-are/diversity-equity-inclusion\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Inclusion <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-way",
      "text": "Values",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-way\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Values <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "About Us",
      "html": "<a data-nav-id=\"subHeader1\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\">About Us</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Our Aspiration",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Our Aspiration</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-brand",
      "text": "Brand",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-brand\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Brand</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.tcs.com/who-we-are/leadership\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Leadership</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/corporate-social-responsibility",
      "text": "Community",
      "html": "<a href=\"https://www.tcs.com/who-we-are/corporate-social-responsibility\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Community</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality",
      "text": "Sustainability",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Sustainability</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/diversity-equity-inclusion",
      "text": "Inclusion",
      "html": "<a href=\"https://www.tcs.com/who-we-are/diversity-equity-inclusion\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Inclusion</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-way",
      "text": "Values",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-way\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Values</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "Events",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Events <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognition",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Analyst Recognition <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow",
      "text": "TCS at Farnborough International Airshow",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow\" class=\"section-content analytics-cta-label-class\">TCS at Farnborough International Airshow</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-bancs-at-world-credit-union-conference-2026",
      "text": "TCS BaNCS at World Credit Union Conference 2026, Sydney",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-bancs-at-world-credit-union-conference-2026\" class=\"section-content analytics-cta-label-class\">TCS BaNCS at World Credit Union Conference 2026, Sydney</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026",
      "text": "TCS at TM Forum DTW Ignite 2026",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026\" class=\"section-content analytics-cta-label-class\">TCS at TM Forum DTW Ignite 2026</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-software-product-engineering-assessment",
      "text": "TCS Named Leader in Everest Group’s SPES PEAK Matrix® Assessment 2026",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-software-product-engineering-assessment\" class=\"section-content analytics-cta-label-class\">TCS Named Leader in Everest Group&#x2019;s SPES PEAK Matrix&#xae; Assessment 2026</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-servicenow-services-assessment",
      "text": "Everest Group Names TCS a Leader in ServiceNow Services",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-servicenow-services-assessment\" class=\"section-content analytics-cta-label-class\">Everest Group Names TCS a Leader in ServiceNow Services</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-veeva-services-everest-group-peak-matrix",
      "text": "TCS Named a Leader in Veeva Services by Everest Group’s PEAK Matrix®",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-veeva-services-everest-group-peak-matrix\" class=\"section-content analytics-cta-label-class\">TCS Named a Leader in Veeva Services by Everest Group&#x2019;s PEAK Matrix&#xae;</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "Events",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Events</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognition",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Analyst Recognition</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Discover more",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"btn-l3-description btn-responsive analytics-cta-label-class\">Discover more</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Press Releases",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Press Releases <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "News Alerts",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">News Alerts <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/media-kit",
      "text": "Media Kit",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/media-kit\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Media Kit <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-anthropic-launch-global-premier-partnership-drive-enterprise-ai-scaling",
      "text": "TCS and Anthropic launch Global Premier Partnership to drive Enterprise AI scaling",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-anthropic-launch-global-premier-partnership-drive-enterprise-ai-scaling\" class=\"section-content analytics-cta-label-class\">TCS and Anthropic launch Global Premier Partnership to drive Enterprise AI scaling</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-wins-multimillion-euro-ai-powered-services-transformation-deal-canada-life",
      "text": "TCS wins multimillion-euro AI powered services transformation deal with Canada Life",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-wins-multimillion-euro-ai-powered-services-transformation-deal-canada-life\" class=\"section-content analytics-cta-label-class\">TCS wins multimillion-euro AI powered services transformation deal with Canada Life</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs",
      "text": "Nokian Tyres advances IT transformation with AI led modernization in collaboration with TCS",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs\" class=\"section-content analytics-cta-label-class\">Nokian Tyres advances IT transformation with AI led modernization in collaboration with TCS</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-deepens-partnership-google-cloud-power-ai-native-autonomous-enterprises",
      "text": "TCS deepens partnership with Google Cloud to power AI-native autonomous enterprises",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-deepens-partnership-google-cloud-power-ai-native-autonomous-enterprises\" class=\"section-content analytics-cta-label-class\">TCS deepens partnership with Google Cloud to power AI-native autonomous enterprises</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-study-reveals-higher-education-digital-crossroads",
      "text": "TCS study reveals higher education at a digital crossroads: 61% of universities lag in digital maturity",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-study-reveals-higher-education-digital-crossroads\" class=\"section-content analytics-cta-label-class\">TCS study reveals higher education at a digital crossroads: 61% of universities lag in digital maturity </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/fortune-names-tcs-to-world-s-most-admired-companiestm-list-for-fourth-straight-year",
      "text": "Fortune Names TCS to World’s Most Admired Companies™ List for Fourth Straight Year",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/fortune-names-tcs-to-world-s-most-admired-companiestm-list-for-fourth-straight-year\" class=\"section-content analytics-cta-label-class\">Fortune Names TCS to World&#x2019;s Most Admired Companies&#x2122; List for Fourth Straight Year</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "Find the latest news about TCS",
      "html": "<a data-nav-id=\"subHeader4\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\">Find the latest news about TCS</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Press Releases",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Press Releases</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "News Alerts",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">News Alerts</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/media-kit",
      "text": "Media Kit",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/media-kit\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Media Kit</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/investor-press-release",
      "text": "Press Releases",
      "html": "<a class=\"l3-li-link analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/investor-press-release\">Press Releases</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/investor-press-release",
      "text": "Press Releases",
      "html": "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/investor-press-release\">Press Releases</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Learn more",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"new-hero-banner tcs-primary-btn position-absolute analytics-cta-label-class\" role=\"button\">Learn more <span class=\"visually-hidden\"></span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-dedicated-business-unit-to-help-enterprises-build-ai-native-global-capability-centres",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-dedicated-business-unit-to-help-enterprises-build-ai-native-global-capability-centres\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-expands-partnership-euroclear-modernize-sweden-central-securities-depository",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-expands-partnership-euroclear-modernize-sweden-central-securities-depository\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-partners-mistral-first-global-systems-integrator-enterprises-worldwide",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-partners-mistral-first-global-systems-integrator-enterprises-worldwide\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/skf-awards-global-ai-led-business-transformation-contract-tcs",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/skf-awards-global-ai-led-business-transformation-contract-tcs\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-sovereignsecure-cloud-europe",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-sovereignsecure-cloud-europe\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/sports-sponsorships/tcs-world-10k-bengaluru",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/sports-sponsorships/tcs-world-10k-bengaluru\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-rezolve-ai-first-of-its-kind-partnership-scale-agentic-commerce-globally",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-rezolve-ai-first-of-its-kind-partnership-scale-agentic-commerce-globally\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-supports-european-money-quiz-finals-2026",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/events/tcs-supports-european-money-quiz-finals-2026\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-australian-securities-exchange-go-live-with-chess-release1-cash-clearing-and-settlement",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-australian-securities-exchange-go-live-with-chess-release1-cash-clearing-and-settlement\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-orchestrate-gridos-customer-conference-2026",
      "text": "Read more about June 9-12, 2026 | Atlanta, USA",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-orchestrate-gridos-customer-conference-2026\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; June 9-12, 2026 | Atlanta, USA</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-supply-chain-procurement-conference",
      "text": "Read more about June 15–16, 2026 | Dammam, Saudi Arabia",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-supply-chain-procurement-conference\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; June 15&#x2013;16, 2026 | Dammam, Saudi Arabia&#x202f;</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-zenithlive-2026",
      "text": "Read more about June 15-18, 2026 | Vienna, Austria",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-zenithlive-2026\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; June 15-18, 2026 | Vienna, Austria</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026",
      "text": "Read more about June 23–25, 2026 | Copenhagen, Denmark",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; June 23&#x2013;25, 2026 | Copenhagen, Denmark</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow",
      "text": "Read more about July 20-24, 2026 | Farnborough, UK",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; July 20-24, 2026 | Farnborough, UK</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Newsroom Stay up-to-date on all press announcements by TCS",
      "html": "<a class=\"card swiper-slide feature-card-swiper-slide bg-black rounded tcs-section-click analytics-cta-label-class\" tabindex=\"0\" aria-label=\"Newsroom\" href=\"https://www.tcs.com/who-we-are/newsroom\"> <div class=\"d-flex flex-column position-relative h-100 rounded\"> <div class=\"card-image-container position-relative overflow-hidden rounded-top \"> <div id=\"dynamicmedia_64004721\" data-current-page=\"/content/tcs/global/en/home-page\" data-page-locale=\"en\" data-asset-path=\"TCSCOMprod/spotlight-withim..."
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognitions We are recognised as a leader across industries, services, products, and platforms",
      "html": "<a class=\"card swiper-slide feature-card-swiper-slide bg-black rounded tcs-section-click analytics-cta-label-class\" tabindex=\"0\" aria-label=\"Analyst Recognitions\" href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\"> <div class=\"d-flex flex-column position-relative h-100 rounded\"> <div class=\"card-image-container position-relative overflow-hidden rounded-top \"> <div id=\"dynamicmedia_23244644\" data-current-page=\"/content/tcs/global/en/home-page\" data-page-locale=\"en\" data-asset-p..."
    },
    {
      "href": "https://www.tcs.com/careers",
      "text": "Come join us about Seize the future",
      "html": "<a href=\"https://www.tcs.com/careers\" class=\" textasset-dark-background arrow-text2 position-relative cta-link-focus tcs-section-click analytics-cta-label-class\">Come join us <span class=\"visually-hidden\">&#xa0; about &#xa0; Seize the future</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-privacy-notice",
      "text": "Privacy Notice",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-privacy-notice\">Privacy Notice</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-cookie-policy",
      "text": "Cookie Policy",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-cookie-policy\">Cookie Policy</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/legal-disclaimer",
      "text": "Disclaimer",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/legal-disclaimer\">Disclaimer</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/security-policy",
      "text": "Security Policy",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/security-policy\">Security Policy</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-privacy-notice/tcs-privacy-policy-usa#CPRA-2023",
      "text": "California Notice at Collection",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-privacy-notice/tcs-privacy-policy-usa#CPRA-2023\">California Notice at Collection</a>"
    },
    {
      "href": "https://www.linkedin.com/company/tata-consultancy-services/",
      "text": "linkedin Open in New Tab",
      "html": "<a class=\"social-icn-item analytics-cta-label-class\" href=\"https://www.linkedin.com/company/tata-consultancy-services/\" target=\"_blank\" rel=\"noopener noreferrer\"> <img class=\"social-icn-item-icon\" aria-hidden=\"true\" alt=\"linkedin\" src=\"/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/linkedin.svg\"> <span class=\"visually-hidden analytics-cta-label-child-class\">linkedin</span> <span class=\"visually-hidden\">&#xa0; Open in New Tab</span> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind",
      "text": "Contact us",
      "html": "<a tabindex=\"0\" class=\"header-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind\">Contact us</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form",
      "text": "Subscribe to Investor Updates",
      "html": "<a class=\"l3-li-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form\">Subscribe to Investor Updates</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form",
      "text": "Subscribe to Investor Updates",
      "html": "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form\">Subscribe to Investor Updates</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form",
      "text": "Subscribe to Investor Updates",
      "html": "<a class=\"l3-li-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form\">Subscribe to Investor Updates</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form",
      "text": "Subscribe to Investor Updates",
      "html": "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form\">Subscribe to Investor Updates</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind",
      "text": "Contact us",
      "html": "<a class=\"contact-text analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind\" tabindex=\"-1\" aria-hidden=\"true\">Contact us</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-dedicated-business-unit-to-help-enterprises-build-ai-native-global-capability-centres",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-dedicated-business-unit-to-help-enterprises-build-ai-native-global-capability-centres\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-supports-european-money-quiz-finals-2026",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/events/tcs-supports-european-money-quiz-finals-2026\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/what-we-do/industries/communications-media-information-services/case-study/tcs-supports-liquid-intelligent-technologies-network-modernization",
      "text": "Liquid Intelligent Technologies Modernises GIS platform to improve speed, accuracy, and digital growth Read more",
      "html": "<a href=\"https://www.tcs.com/what-we-do/industries/communications-media-information-services/case-study/tcs-supports-liquid-intelligent-technologies-network-modernization\" class=\"d-block card solution-card-swiper-card border-0 h-100 tcs-card-click tcs-section-click cta-link-focus analytics-cta-label-class\"> <div class=\"w-100 h-100 position-relative text-linear-bg-left-card\" aria-hidden=\"true\"> <div id=\"dynamicmedia_27960930\" data-current-page=\"/content/tcs/global/en/home-page\" data-page-local..."
    },
    {
      "href": "https://www.tcs.com/insights/global-studies",
      "text": "Global Studies Generating unique data-driven insights to help organisations shape the future of business",
      "html": "<a class=\"card swiper-slide feature-card-swiper-slide bg-black rounded tcs-section-click analytics-cta-label-class\" tabindex=\"0\" aria-label=\"Global Studies\" href=\"https://www.tcs.com/insights/global-studies\"> <div class=\"d-flex flex-column position-relative h-100 rounded\"> <div class=\"card-image-container position-relative overflow-hidden rounded-top \"> <div id=\"dynamicmedia_24858468\" data-current-page=\"/content/tcs/global/en/home-page\" data-page-locale=\"en\" data-asset-path=\"TCSCOMprod/spotli..."
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind",
      "text": "Contact us",
      "html": "<a role=\"button\" class=\" btn btn-responsive tcs-primary-btn btn-footer-flyout-primary mb-0 tcs-section-click content-card-primary-btn analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind\">Contact us</a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "Contact",
      "html": "<a href=\"javascript:void(0);\" class=\"contact-sticky-icon position-relative analytics-cta-label-class\" role=\"button\">Contact</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/global-contact-us",
      "text": "Request for Services",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/global-contact-us\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-model text-center\"> <div class=\"box-icon vector-business mb-2\"> <div class=\"heading-icon boxmodel-image business-icon\"> </div> </div> <div class=\"boxtext analytics-cta-label-child-class\">Request for Services</div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/investor-relations/ir-contact-us",
      "text": "Investor information",
      "html": "<a href=\"https://www.tcs.com/investor-relations/ir-contact-us\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-model text-center\"> <div class=\"box-icon vector-business mb-2\"> <div class=\"heading-icon boxmodel-image investor-icon\"> </div> </div> <div class=\"boxtext analytics-cta-label-child-class\">Investor information</div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/media-form",
      "text": "Media contacts",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/media-form\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-model text-center\"> <div class=\"box-icon vector-business mb-2\"> <div class=\"heading-icon boxmodel-image media-icon\"> </div> </div> <div class=\"boxtext analytics-cta-label-child-class\">Media contacts</div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ar-landing",
      "text": "Analyst relations",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ar-landing\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-text d-inline-block analytics-cta-label-child-class\">Analyst relations</div> <div class=\"box-arrow d-inline-block position-relative\"> <div class=\"white-circle\"> <div class=\"arrow-right position-absolute\"></div> </div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/csr",
      "text": "CSR",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/csr\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-text d-inline-block analytics-cta-label-child-class\">CSR</div> <div class=\"box-arrow d-inline-block position-relative\"> <div class=\"white-circle\"> <div class=\"arrow-right position-absolute\"></div> </div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/partnership-form",
      "text": "Partnership",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/partnership-form\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-text d-inline-block analytics-cta-label-child-class\">Partnership</div> <div class=\"box-arrow d-inline-block position-relative\"> <div class=\"white-circle\"> <div class=\"arrow-right position-absolute\"></div> </div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/website-feedback-form",
      "text": "Website feedback",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/website-feedback-form\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-text d-inline-block analytics-cta-label-child-class\">Website feedback</div> <div class=\"box-arrow d-inline-block position-relative\"> <div class=\"white-circle\"> <div class=\"arrow-right position-absolute\"></div> </div> </div> </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-privacy-notice",
      "text": "Privacy Notice",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-privacy-notice\">Privacy Notice</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-privacy-notice/tcs-privacy-policy-usa#CPRA-2023",
      "text": "California Notice at Collection",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-privacy-notice/tcs-privacy-policy-usa#CPRA-2023\">California Notice at Collection</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 40/100 and needs a fix.

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.tcs.com/who-we-are/alliances-partnerships",
      "text": "Alliances",
      "html": "<a href=\"https://www.tcs.com/who-we-are/alliances-partnerships\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Alliances <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/alliances-partnerships",
      "text": "Alliances",
      "html": "<a href=\"https://www.tcs.com/who-we-are/alliances-partnerships\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Alliances</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are",
      "text": "Discover the difference",
      "html": "<a href=\"https://www.tcs.com/who-we-are\" class=\"btn-l3-description btn-responsive analytics-cta-label-class\">Discover the difference</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Our Aspiration",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Our Aspiration <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-brand",
      "text": "Brand",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-brand\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Brand <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.tcs.com/who-we-are/leadership\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Leadership <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/corporate-social-responsibility",
      "text": "Community",
      "html": "<a href=\"https://www.tcs.com/who-we-are/corporate-social-responsibility\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Community <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality",
      "text": "Sustainability",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Sustainability <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/diversity-equity-inclusion",
      "text": "Inclusion",
      "html": "<a href=\"https://www.tcs.com/who-we-are/diversity-equity-inclusion\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Inclusion <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-way",
      "text": "Values",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-way\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Values <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "About Us",
      "html": "<a data-nav-id=\"subHeader1\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\">About Us</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Our Aspiration",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Our Aspiration</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-brand",
      "text": "Brand",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-brand\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Brand</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.tcs.com/who-we-are/leadership\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Leadership</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/corporate-social-responsibility",
      "text": "Community",
      "html": "<a href=\"https://www.tcs.com/who-we-are/corporate-social-responsibility\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Community</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality",
      "text": "Sustainability",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Sustainability</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/diversity-equity-inclusion",
      "text": "Inclusion",
      "html": "<a href=\"https://www.tcs.com/who-we-are/diversity-equity-inclusion\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Inclusion</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-way",
      "text": "Values",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-way\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Values</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "Events",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Events <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognition",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Analyst Recognition <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow",
      "text": "TCS at Farnborough International Airshow",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow\" class=\"section-content analytics-cta-label-class\">TCS at Farnborough International Airshow</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-bancs-at-world-credit-union-conference-2026",
      "text": "TCS BaNCS at World Credit Union Conference 2026, Sydney",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-bancs-at-world-credit-union-conference-2026\" class=\"section-content analytics-cta-label-class\">TCS BaNCS at World Credit Union Conference 2026, Sydney</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026",
      "text": "TCS at TM Forum DTW Ignite 2026",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026\" class=\"section-content analytics-cta-label-class\">TCS at TM Forum DTW Ignite 2026</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-software-product-engineering-assessment",
      "text": "TCS Named Leader in Everest Group’s SPES PEAK Matrix® Assessment 2026",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-software-product-engineering-assessment\" class=\"section-content analytics-cta-label-class\">TCS Named Leader in Everest Group&#x2019;s SPES PEAK Matrix&#xae; Assessment 2026</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-servicenow-services-assessment",
      "text": "Everest Group Names TCS a Leader in ServiceNow Services",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-servicenow-services-assessment\" class=\"section-content analytics-cta-label-class\">Everest Group Names TCS a Leader in ServiceNow Services</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-veeva-services-everest-group-peak-matrix",
      "text": "TCS Named a Leader in Veeva Services by Everest Group’s PEAK Matrix®",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-veeva-services-everest-group-peak-matrix\" class=\"section-content analytics-cta-label-class\">TCS Named a Leader in Veeva Services by Everest Group&#x2019;s PEAK Matrix&#xae;</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "Events",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Events</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognition",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Analyst Recognition</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Discover more",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"btn-l3-description btn-responsive analytics-cta-label-class\">Discover more</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Press Releases",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Press Releases <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "News Alerts",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">News Alerts <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/media-kit",
      "text": "Media Kit",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/media-kit\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Media Kit <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-anthropic-launch-global-premier-partnership-drive-enterprise-ai-scaling",
      "text": "TCS and Anthropic launch Global Premier Partnership to drive Enterprise AI scaling",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-anthropic-launch-global-premier-partnership-drive-enterprise-ai-scaling\" class=\"section-content analytics-cta-label-class\">TCS and Anthropic launch Global Premier Partnership to drive Enterprise AI scaling</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-wins-multimillion-euro-ai-powered-services-transformation-deal-canada-life",
      "text": "TCS wins multimillion-euro AI powered services transformation deal with Canada Life",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-wins-multimillion-euro-ai-powered-services-transformation-deal-canada-life\" class=\"section-content analytics-cta-label-class\">TCS wins multimillion-euro AI powered services transformation deal with Canada Life</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs",
      "text": "Nokian Tyres advances IT transformation with AI led modernization in collaboration with TCS",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs\" class=\"section-content analytics-cta-label-class\">Nokian Tyres advances IT transformation with AI led modernization in collaboration with TCS</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-deepens-partnership-google-cloud-power-ai-native-autonomous-enterprises",
      "text": "TCS deepens partnership with Google Cloud to power AI-native autonomous enterprises",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-deepens-partnership-google-cloud-power-ai-native-autonomous-enterprises\" class=\"section-content analytics-cta-label-class\">TCS deepens partnership with Google Cloud to power AI-native autonomous enterprises</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-study-reveals-higher-education-digital-crossroads",
      "text": "TCS study reveals higher education at a digital crossroads: 61% of universities lag in digital maturity",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-study-reveals-higher-education-digital-crossroads\" class=\"section-content analytics-cta-label-class\">TCS study reveals higher education at a digital crossroads: 61% of universities lag in digital maturity </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/fortune-names-tcs-to-world-s-most-admired-companiestm-list-for-fourth-straight-year",
      "text": "Fortune Names TCS to World’s Most Admired Companies™ List for Fourth Straight Year",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/fortune-names-tcs-to-world-s-most-admired-companiestm-list-for-fourth-straight-year\" class=\"section-content analytics-cta-label-class\">Fortune Names TCS to World&#x2019;s Most Admired Companies&#x2122; List for Fourth Straight Year</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "Find the latest news about TCS",
      "html": "<a data-nav-id=\"subHeader4\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\">Find the latest news about TCS</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Press Releases",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Press Releases</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "News Alerts",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">News Alerts</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/media-kit",
      "text": "Media Kit",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/media-kit\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Media Kit</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/investor-press-release",
      "text": "Press Releases",
      "html": "<a class=\"l3-li-link analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/investor-press-release\">Press Releases</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/investor-press-release",
      "text": "Press Releases",
      "html": "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/investor-press-release\">Press Releases</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/alliances-partnerships",
      "text": "Alliances",
      "html": "<a href=\"https://www.tcs.com/who-we-are/alliances-partnerships\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Alliances <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/alliances-partnerships",
      "text": "Alliances",
      "html": "<a href=\"https://www.tcs.com/who-we-are/alliances-partnerships\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Alliances</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are",
      "text": "Discover the difference",
      "html": "<a href=\"https://www.tcs.com/who-we-are\" class=\"btn-l3-description btn-responsive analytics-cta-label-class\">Discover the difference</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Our Aspiration",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Our Aspiration <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-brand",
      "text": "Brand",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-brand\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Brand <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.tcs.com/who-we-are/leadership\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Leadership <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/corporate-social-responsibility",
      "text": "Community",
      "html": "<a href=\"https://www.tcs.com/who-we-are/corporate-social-responsibility\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Community <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality",
      "text": "Sustainability",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Sustainability <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/diversity-equity-inclusion",
      "text": "Inclusion",
      "html": "<a href=\"https://www.tcs.com/who-we-are/diversity-equity-inclusion\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Inclusion <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-way",
      "text": "Values",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-way\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Values <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "About Us",
      "html": "<a data-nav-id=\"subHeader1\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\">About Us</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Our Aspiration",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Our Aspiration</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-brand",
      "text": "Brand",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-brand\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Brand</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.tcs.com/who-we-are/leadership\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Leadership</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/corporate-social-responsibility",
      "text": "Community",
      "html": "<a href=\"https://www.tcs.com/who-we-are/corporate-social-responsibility\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Community</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality",
      "text": "Sustainability",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-sustainable-business-carbon-neutrality\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Sustainability</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/diversity-equity-inclusion",
      "text": "Inclusion",
      "html": "<a href=\"https://www.tcs.com/who-we-are/diversity-equity-inclusion\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Inclusion</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/tcs-way",
      "text": "Values",
      "html": "<a href=\"https://www.tcs.com/who-we-are/tcs-way\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Values</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "Events",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Events <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognition",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Analyst Recognition <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow",
      "text": "TCS at Farnborough International Airshow",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow\" class=\"section-content analytics-cta-label-class\">TCS at Farnborough International Airshow</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-bancs-at-world-credit-union-conference-2026",
      "text": "TCS BaNCS at World Credit Union Conference 2026, Sydney",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-bancs-at-world-credit-union-conference-2026\" class=\"section-content analytics-cta-label-class\">TCS BaNCS at World Credit Union Conference 2026, Sydney</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026",
      "text": "TCS at TM Forum DTW Ignite 2026",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026\" class=\"section-content analytics-cta-label-class\">TCS at TM Forum DTW Ignite 2026</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-software-product-engineering-assessment",
      "text": "TCS Named Leader in Everest Group’s SPES PEAK Matrix® Assessment 2026",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-software-product-engineering-assessment\" class=\"section-content analytics-cta-label-class\">TCS Named Leader in Everest Group&#x2019;s SPES PEAK Matrix&#xae; Assessment 2026</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-servicenow-services-assessment",
      "text": "Everest Group Names TCS a Leader in ServiceNow Services",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-everest-group-servicenow-services-assessment\" class=\"section-content analytics-cta-label-class\">Everest Group Names TCS a Leader in ServiceNow Services</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-veeva-services-everest-group-peak-matrix",
      "text": "TCS Named a Leader in Veeva Services by Everest Group’s PEAK Matrix®",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-reports/tcs-named-leader-veeva-services-everest-group-peak-matrix\" class=\"section-content analytics-cta-label-class\">TCS Named a Leader in Veeva Services by Everest Group&#x2019;s PEAK Matrix&#xae;</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events",
      "text": "Events",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Events</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognition",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Analyst Recognition</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Discover more",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"btn-l3-description btn-responsive analytics-cta-label-class\">Discover more</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Press Releases",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Press Releases <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "News Alerts",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">News Alerts <div class=\"d-flex align-items-center\"> <span class=\"header-right-arrow-icon\"></span> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/media-kit",
      "text": "Media Kit",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/media-kit\" class=\"d-flex justify-content-between align-items-center l2_link non-overview_link py-2 px-0 position-relative analytics-cta-label-class\" role=\"menuitem\">Media Kit <div class=\"d-flex align-items-center\"> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-anthropic-launch-global-premier-partnership-drive-enterprise-ai-scaling",
      "text": "TCS and Anthropic launch Global Premier Partnership to drive Enterprise AI scaling",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-anthropic-launch-global-premier-partnership-drive-enterprise-ai-scaling\" class=\"section-content analytics-cta-label-class\">TCS and Anthropic launch Global Premier Partnership to drive Enterprise AI scaling</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-wins-multimillion-euro-ai-powered-services-transformation-deal-canada-life",
      "text": "TCS wins multimillion-euro AI powered services transformation deal with Canada Life",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-wins-multimillion-euro-ai-powered-services-transformation-deal-canada-life\" class=\"section-content analytics-cta-label-class\">TCS wins multimillion-euro AI powered services transformation deal with Canada Life</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs",
      "text": "Nokian Tyres advances IT transformation with AI led modernization in collaboration with TCS",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs\" class=\"section-content analytics-cta-label-class\">Nokian Tyres advances IT transformation with AI led modernization in collaboration with TCS</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-deepens-partnership-google-cloud-power-ai-native-autonomous-enterprises",
      "text": "TCS deepens partnership with Google Cloud to power AI-native autonomous enterprises",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-deepens-partnership-google-cloud-power-ai-native-autonomous-enterprises\" class=\"section-content analytics-cta-label-class\">TCS deepens partnership with Google Cloud to power AI-native autonomous enterprises</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-study-reveals-higher-education-digital-crossroads",
      "text": "TCS study reveals higher education at a digital crossroads: 61% of universities lag in digital maturity",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/tcs-study-reveals-higher-education-digital-crossroads\" class=\"section-content analytics-cta-label-class\">TCS study reveals higher education at a digital crossroads: 61% of universities lag in digital maturity </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert/fortune-names-tcs-to-world-s-most-admired-companiestm-list-for-fourth-straight-year",
      "text": "Fortune Names TCS to World’s Most Admired Companies™ List for Fourth Straight Year",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert/fortune-names-tcs-to-world-s-most-admired-companiestm-list-for-fourth-straight-year\" class=\"section-content analytics-cta-label-class\">Fortune Names TCS to World&#x2019;s Most Admired Companies&#x2122; List for Fourth Straight Year</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "View all",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"cta-anchor-tag analytics-cta-label-class\">View all</a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "Find the latest news about TCS",
      "html": "<a data-nav-id=\"subHeader4\" href=\"javascript:void(0);\" class=\"mobile-tab-link py-2 overview-link analytics-cta-label-class\"><span class=\"overview-text\">Find the latest news about TCS</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Press Releases",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Press Releases</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/news-alert",
      "text": "News Alerts",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/news-alert\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">News Alerts</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/media-kit",
      "text": "Media Kit",
      "html": "<a href=\"https://www.tcs.com/who-we-are/newsroom/media-kit\" class=\"mobile-tab-link analytics-cta-label-class\"><span class=\"overview-text\">Media Kit</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/investor-press-release",
      "text": "Press Releases",
      "html": "<a class=\"l3-li-link analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/investor-press-release\">Press Releases</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/investor-press-release",
      "text": "Press Releases",
      "html": "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/investor-press-release\">Press Releases</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/our-aspiration",
      "text": "Learn more",
      "html": "<a href=\"https://www.tcs.com/who-we-are/our-aspiration\" class=\"new-hero-banner tcs-primary-btn position-absolute analytics-cta-label-class\" role=\"button\">Learn more <span class=\"visually-hidden\"></span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-dedicated-business-unit-to-help-enterprises-build-ai-native-global-capability-centres",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-dedicated-business-unit-to-help-enterprises-build-ai-native-global-capability-centres\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/nokian-tyres-advances-it-transformation-ai-led-modernization-collaboration-tcs\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-expands-partnership-euroclear-modernize-sweden-central-securities-depository",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-expands-partnership-euroclear-modernize-sweden-central-securities-depository\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-partners-mistral-first-global-systems-integrator-enterprises-worldwide",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-partners-mistral-first-global-systems-integrator-enterprises-worldwide\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/skf-awards-global-ai-led-business-transformation-contract-tcs",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/skf-awards-global-ai-led-business-transformation-contract-tcs\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-sovereignsecure-cloud-europe",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-sovereignsecure-cloud-europe\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/sports-sponsorships/tcs-world-10k-bengaluru",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/sports-sponsorships/tcs-world-10k-bengaluru\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-rezolve-ai-first-of-its-kind-partnership-scale-agentic-commerce-globally",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-rezolve-ai-first-of-its-kind-partnership-scale-agentic-commerce-globally\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-supports-european-money-quiz-finals-2026",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/events/tcs-supports-european-money-quiz-finals-2026\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-australian-securities-exchange-go-live-with-chess-release1-cash-clearing-and-settlement",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-australian-securities-exchange-go-live-with-chess-release1-cash-clearing-and-settlement\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-orchestrate-gridos-customer-conference-2026",
      "text": "Read more about June 9-12, 2026 | Atlanta, USA",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-orchestrate-gridos-customer-conference-2026\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; June 9-12, 2026 | Atlanta, USA</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-supply-chain-procurement-conference",
      "text": "Read more about June 15–16, 2026 | Dammam, Saudi Arabia",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-supply-chain-procurement-conference\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; June 15&#x2013;16, 2026 | Dammam, Saudi Arabia&#x202f;</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-zenithlive-2026",
      "text": "Read more about June 15-18, 2026 | Vienna, Austria",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-zenithlive-2026\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; June 15-18, 2026 | Vienna, Austria</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026",
      "text": "Read more about June 23–25, 2026 | Copenhagen, Denmark",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-tm-forum-dtw-ignite-2026\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; June 23&#x2013;25, 2026 | Copenhagen, Denmark</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow",
      "text": "Read more about July 20-24, 2026 | Farnborough, UK",
      "html": "<a href=\"https://www.tcs.com/who-we-are/events/tcs-at-farnborough-international-airshow\" class=\"horizontal-accordion-link cta-link-focus cta-link tcs-section-click analytics-cta-label-class\">Read more <span class=\"visually-hidden\">&#xa0; about &#xa0; July 20-24, 2026 | Farnborough, UK</span> </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom",
      "text": "Newsroom Stay up-to-date on all press announcements by TCS",
      "html": "<a class=\"card swiper-slide feature-card-swiper-slide bg-black rounded tcs-section-click analytics-cta-label-class\" tabindex=\"0\" aria-label=\"Newsroom\" href=\"https://www.tcs.com/who-we-are/newsroom\"> <div class=\"d-flex flex-column position-relative h-100 rounded\"> <div class=\"card-image-container position-relative overflow-hidden rounded-top \"> <div id=\"dynamicmedia_64004721\" data-current-page=\"/content/tcs/global/en/home-page\" data-page-locale=\"en\" data-asset-path=\"TCSCOMprod/spotlight-withim..."
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/analyst-recognition",
      "text": "Analyst Recognitions We are recognised as a leader across industries, services, products, and platforms",
      "html": "<a class=\"card swiper-slide feature-card-swiper-slide bg-black rounded tcs-section-click analytics-cta-label-class\" tabindex=\"0\" aria-label=\"Analyst Recognitions\" href=\"https://www.tcs.com/who-we-are/newsroom/analyst-recognition\"> <div class=\"d-flex flex-column position-relative h-100 rounded\"> <div class=\"card-image-container position-relative overflow-hidden rounded-top \"> <div id=\"dynamicmedia_23244644\" data-current-page=\"/content/tcs/global/en/home-page\" data-page-locale=\"en\" data-asset-p..."
    },
    {
      "href": "https://www.tcs.com/careers",
      "text": "Come join us about Seize the future",
      "html": "<a href=\"https://www.tcs.com/careers\" class=\" textasset-dark-background arrow-text2 position-relative cta-link-focus tcs-section-click analytics-cta-label-class\">Come join us <span class=\"visually-hidden\">&#xa0; about &#xa0; Seize the future</span></a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-privacy-notice",
      "text": "Privacy Notice",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-privacy-notice\">Privacy Notice</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-cookie-policy",
      "text": "Cookie Policy",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-cookie-policy\">Cookie Policy</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/legal-disclaimer",
      "text": "Disclaimer",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/legal-disclaimer\">Disclaimer</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/security-policy",
      "text": "Security Policy",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/security-policy\">Security Policy</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-privacy-notice/tcs-privacy-policy-usa#CPRA-2023",
      "text": "California Notice at Collection",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-privacy-notice/tcs-privacy-policy-usa#CPRA-2023\">California Notice at Collection</a>"
    },
    {
      "href": "https://www.linkedin.com/company/tata-consultancy-services/",
      "text": "linkedin Open in New Tab",
      "html": "<a class=\"social-icn-item analytics-cta-label-class\" href=\"https://www.linkedin.com/company/tata-consultancy-services/\" target=\"_blank\" rel=\"noopener noreferrer\"> <img class=\"social-icn-item-icon\" aria-hidden=\"true\" alt=\"linkedin\" src=\"/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/linkedin.svg\"> <span class=\"visually-hidden analytics-cta-label-child-class\">linkedin</span> <span class=\"visually-hidden\">&#xa0; Open in New Tab</span> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind",
      "text": "Contact us",
      "html": "<a tabindex=\"0\" class=\"header-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind\">Contact us</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form",
      "text": "Subscribe to Investor Updates",
      "html": "<a class=\"l3-li-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form\">Subscribe to Investor Updates</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form",
      "text": "Subscribe to Investor Updates",
      "html": "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form\">Subscribe to Investor Updates</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form",
      "text": "Subscribe to Investor Updates",
      "html": "<a class=\"l3-li-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form\">Subscribe to Investor Updates</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form",
      "text": "Subscribe to Investor Updates",
      "html": "<a class=\"l3-li-list-mobile-link analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ir-landing/ir-form\">Subscribe to Investor Updates</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind",
      "text": "Contact us",
      "html": "<a class=\"contact-text analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind\" tabindex=\"-1\" aria-hidden=\"true\">Contact us</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-dedicated-business-unit-to-help-enterprises-build-ai-native-global-capability-centres",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/newsroom/press-release/tcs-launches-dedicated-business-unit-to-help-enterprises-build-ai-native-global-capability-centres\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/events/tcs-supports-european-money-quiz-finals-2026",
      "text": "Read more",
      "html": "<a class=\"story-cta-link tcs-section-click arrow-ico article-ico d-inline-block position-relative analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/events/tcs-supports-european-money-quiz-finals-2026\">Read more </a>"
    },
    {
      "href": "https://www.tcs.com/what-we-do/industries/communications-media-information-services/case-study/tcs-supports-liquid-intelligent-technologies-network-modernization",
      "text": "Liquid Intelligent Technologies Modernises GIS platform to improve speed, accuracy, and digital growth Read more",
      "html": "<a href=\"https://www.tcs.com/what-we-do/industries/communications-media-information-services/case-study/tcs-supports-liquid-intelligent-technologies-network-modernization\" class=\"d-block card solution-card-swiper-card border-0 h-100 tcs-card-click tcs-section-click cta-link-focus analytics-cta-label-class\"> <div class=\"w-100 h-100 position-relative text-linear-bg-left-card\" aria-hidden=\"true\"> <div id=\"dynamicmedia_27960930\" data-current-page=\"/content/tcs/global/en/home-page\" data-page-local..."
    },
    {
      "href": "https://www.tcs.com/insights/global-studies",
      "text": "Global Studies Generating unique data-driven insights to help organisations shape the future of business",
      "html": "<a class=\"card swiper-slide feature-card-swiper-slide bg-black rounded tcs-section-click analytics-cta-label-class\" tabindex=\"0\" aria-label=\"Global Studies\" href=\"https://www.tcs.com/insights/global-studies\"> <div class=\"d-flex flex-column position-relative h-100 rounded\"> <div class=\"card-image-container position-relative overflow-hidden rounded-top \"> <div id=\"dynamicmedia_24858468\" data-current-page=\"/content/tcs/global/en/home-page\" data-page-locale=\"en\" data-asset-path=\"TCSCOMprod/spotli..."
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind",
      "text": "Contact us",
      "html": "<a role=\"button\" class=\" btn btn-responsive tcs-primary-btn btn-footer-flyout-primary mb-0 tcs-section-click content-card-primary-btn analytics-cta-label-class\" href=\"https://www.tcs.com/contact-us/whats-on-your-mind\">Contact us</a>"
    },
    {
      "href": "javascript:void(0);",
      "text": "Contact",
      "html": "<a href=\"javascript:void(0);\" class=\"contact-sticky-icon position-relative analytics-cta-label-class\" role=\"button\">Contact</a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/global-contact-us",
      "text": "Request for Services",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/global-contact-us\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-model text-center\"> <div class=\"box-icon vector-business mb-2\"> <div class=\"heading-icon boxmodel-image business-icon\"> </div> </div> <div class=\"boxtext analytics-cta-label-child-class\">Request for Services</div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/investor-relations/ir-contact-us",
      "text": "Investor information",
      "html": "<a href=\"https://www.tcs.com/investor-relations/ir-contact-us\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-model text-center\"> <div class=\"box-icon vector-business mb-2\"> <div class=\"heading-icon boxmodel-image investor-icon\"> </div> </div> <div class=\"boxtext analytics-cta-label-child-class\">Investor information</div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/media-form",
      "text": "Media contacts",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/media-form\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-model text-center\"> <div class=\"box-icon vector-business mb-2\"> <div class=\"heading-icon boxmodel-image media-icon\"> </div> </div> <div class=\"boxtext analytics-cta-label-child-class\">Media contacts</div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/ar-landing",
      "text": "Analyst relations",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/ar-landing\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-text d-inline-block analytics-cta-label-child-class\">Analyst relations</div> <div class=\"box-arrow d-inline-block position-relative\"> <div class=\"white-circle\"> <div class=\"arrow-right position-absolute\"></div> </div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/csr",
      "text": "CSR",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/csr\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-text d-inline-block analytics-cta-label-child-class\">CSR</div> <div class=\"box-arrow d-inline-block position-relative\"> <div class=\"white-circle\"> <div class=\"arrow-right position-absolute\"></div> </div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/partnership-form",
      "text": "Partnership",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/partnership-form\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-text d-inline-block analytics-cta-label-child-class\">Partnership</div> <div class=\"box-arrow d-inline-block position-relative\"> <div class=\"white-circle\"> <div class=\"arrow-right position-absolute\"></div> </div> </div> </a>"
    },
    {
      "href": "https://www.tcs.com/contact-us/whats-on-your-mind/website-feedback-form",
      "text": "Website feedback",
      "html": "<a href=\"https://www.tcs.com/contact-us/whats-on-your-mind/website-feedback-form\" class=\"tcs-section-click analytics-cta-label-class\"> <div class=\"box-text d-inline-block analytics-cta-label-child-class\">Website feedback</div> <div class=\"box-arrow d-inline-block position-relative\"> <div class=\"white-circle\"> <div class=\"arrow-right position-absolute\"></div> </div> </div> </a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-privacy-notice",
      "text": "Privacy Notice",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-privacy-notice\">Privacy Notice</a>"
    },
    {
      "href": "https://www.tcs.com/who-we-are/legal/tcs-privacy-notice/tcs-privacy-policy-usa#CPRA-2023",
      "text": "California Notice at Collection",
      "html": "<a class=\"base-footer-tcs-lnks-ul-list-item analytics-cta-label-class\" href=\"https://www.tcs.com/who-we-are/legal/tcs-privacy-notice/tcs-privacy-policy-usa#CPRA-2023\">California Notice at Collection</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 65/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

40 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

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": 41,
  "passing": 1,
  "failing": [
    {
      "heading": "Perpetually Adaptive Enterprise",
      "headingHtml": "<h3 class=\"font-white main-heading\">Perpetually Adaptive Enterprise</h3>",
      "firstParagraph": "At TCS, we don’t just help businesses transform. We help them become perpetually adaptive enterprises, built to evolve continuously and confidently in a world of constant change.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">At TCS, we don&#x2019;t just help businesses transform. We help them become perpetually adaptive enterprises, built to evolve continuously and confidently in a world of constant change.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "About Us",
      "headingHtml": "<h3 class=\"font-white main-heading\">About Us</h3>",
      "firstParagraph": "We deliver excellence and create value for customers and communities - everyday. With the best talent and the latest technology we help customers turn complexity into opportunities and create meaningful change.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">We deliver excellence and create value for customers and communities - everyday. With the best talent and the latest technology we help customers turn complexity into opportunities and create meaningful change.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "TCS Insights",
      "headingHtml": "<h3 class=\"font-white main-heading\">TCS Insights</h3>",
      "firstParagraph": "Point of views, research, studies - on the latest themes - to help you expand your knowledge and be future ready.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">Point of views, research, studies - on the latest themes - to help you expand your knowledge and be future ready.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Want to be a global change-maker? Join our team.",
      "headingHtml": "<h3 class=\"font-white main-heading\">Want to be a global change-maker? Join our team.</h3>",
      "firstParagraph": "At TCS, we believe exceptional work begins with hiring, celebrating and nurturing the best people — from all walks of life.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">At TCS, we believe exceptional work begins with hiring, celebrating and nurturing the best people &#x2014; from all walks of life.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find the latest news about TCS",
      "headingHtml": "<h3 class=\"font-white main-heading\">Find the latest news about TCS</h3>",
      "firstParagraph": "Stay up-to-date on all press announcements by TCS",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">Stay up-to-date on all press announcements by TCS</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Perpetually Adaptive Enterprise",
      "headingHtml": "<h3 class=\"font-white main-heading\">Perpetually Adaptive Enterprise</h3>",
      "firstParagraph": "At TCS, we don’t just help businesses transform. We help them become perpetually adaptive enterprises, built to evolve continuously and confidently in a world of constant change.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">At TCS, we don&#x2019;t just help businesses transform. We help them become perpetually adaptive enterprises, built to evolve continuously and confidently in a world of constant change.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "About Us",
      "headingHtml": "<h3 class=\"font-white main-heading\">About Us</h3>",
      "firstParagraph": "We deliver excellence and create value for customers and communities - everyday. With the best talent and the latest technology we help customers turn complexity into opportunities and create meaningful change.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">We deliver excellence and create value for customers and communities - everyday. With the best talent and the latest technology we help customers turn complexity into opportunities and create meaningful change.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "TCS Insights",
      "headingHtml": "<h3 class=\"font-white main-heading\">TCS Insights</h3>",
      "firstParagraph": "Point of views, research, studies - on the latest themes - to help you expand your knowledge and be future ready.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">Point of views, research, studies - on the latest themes - to help you expand your knowledge and be future ready.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Want to be a global change-maker? Join our team.",
      "headingHtml": "<h3 class=\"font-white main-heading\">Want to be a global change-maker? Join our team.</h3>",
      "firstParagraph": "At TCS, we believe exceptional work begins with hiring, celebrating and nurturing the best people — from all walks of life.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">At TCS, we believe exceptional work begins with hiring, celebrating and nurturing the best people &#x2014; from all walks of life.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find the latest news about TCS",
      "headingHtml": "<h3 class=\"font-white main-heading\">Find the latest news about TCS</h3>",
      "firstParagraph": "Stay up-to-date on all press announcements by TCS",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">Stay up-to-date on all press announcements by TCS</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "What's new",
      "headingHtml": "<h2 class=\"story-main-title\">What&apos;s new</h2>",
      "firstParagraph": "TCS launches GVIC",
      "paragraphHtml": "<p class=\"story-card-title\">TCS launches GVIC</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cutting edge solutions to power up your business",
      "headingHtml": "<h2 class=\"interactive-title text-white\">Cutting edge solutions to power up your business</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries Industries",
      "headingHtml": "<h3 class=\"card-img-title\"> Industries <span class=\"analytics-cta-label-child-class visually-hidden\">Industries</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h3 class=\"col-10 interactive-overlay-title mx-4 py-3 mx-lg-5\">Industries</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Services Services",
      "headingHtml": "<h3 class=\"card-img-title\"> Services <span class=\"analytics-cta-label-child-class visually-hidden\">Services</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"col-10 interactive-overlay-title mx-4 py-3 mx-lg-5\">Services</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Products and Platforms Products and Platforms",
      "headingHtml": "<h3 class=\"card-img-title\"> Products and Platforms <span class=\"analytics-cta-label-child-class visually-hidden\">Products and Platforms</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Products and Platforms",
      "headingHtml": "<h3 class=\"col-10 interactive-overlay-title mx-4 py-3 mx-lg-5\">Products and Platforms</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cutting edge solutions to power up your business",
      "headingHtml": "<h2 class=\"interactive-title mt-5 mb-4 text-white\">Cutting edge solutions to power up your business</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customer Stories",
      "headingHtml": "<h2 class=\"solution-card-section-title w-75 col-lg-10 px-0 col-xl-10 col-md-10 col-12 \">Customer Stories</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Zions Bancorporation",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Zions Bancorporation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Liquid Intelligent Technologies",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Liquid Intelligent Technologies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Astro",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Astro</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Alinta Energy",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Alinta Energy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Equifax UK",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Equifax UK</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Colruyt Group",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Colruyt Group</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Leroy Merlin",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Leroy Merlin</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Meet us here",
      "headingHtml": "<h2 class=\"section-tile\">Meet us here</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Orchestrate GridOS®",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-0\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-0\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-0\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/flags-usa.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span black-text\">Orchestrate GridOS&#xae;<sup c...",
      "firstParagraph": "The Atlanta event will see TCS lead the conversation on next-gen grid ecosystems and showcase AI solutions that enhance resilience and drive energy transition.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">The Atlanta event will see TCS lead the conversation on next-gen grid ecosystems and showcase AI solutions that enhance resilience and drive energy transition.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "SCP Conference 2026",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-1\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-1\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-1\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/Flags_Saudi-arabia.svg\" alt=\"Saudi Arabia\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span \">SCP Conference 2026<sup...",
      "firstParagraph": "At the SCP Conference, TCS will showcase its autonomous global business services vision and how agentic AI enables real-time intelligence, resilience, and more.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">At the SCP Conference, TCS will showcase its autonomous global business services vision and how agentic AI enables real-time intelligence, resilience, and more.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "ZenithLive 2026",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-2\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-2\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-2\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/flag-austria.svg\" alt=\"Austria\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span \">ZenithLive 2026<sup class=\"super-te...",
      "firstParagraph": "Join us at the event and discover how TCS enables enterprises to adopt zero-trust at scale, enhance cybersecurity, and innovate faster to stay ahead.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">Join us at the event and discover how TCS enables enterprises to adopt zero-trust at scale, enhance cybersecurity, and innovate faster to stay ahead. </p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "TM Forum DTW Ignite 2026",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-3\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-3\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-3\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/flag-denmark.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span \">TM Forum DTW Ignite 2026<sup class=\"s...",
      "firstParagraph": "Meet TCS at TM Forum DTW Ignite 2026 to discover telecom innovation, autonomous networks, and how we help service providers unlock new revenue models.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">Meet TCS at TM Forum DTW Ignite 2026 to discover telecom innovation, autonomous networks, and how we help service providers unlock new revenue models.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Farnborough Airshow",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-4\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-4\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-4\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/Flags_UK.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span \">Farnborough Airshow<sup class=\"super-text...",
      "firstParagraph": "Explore how digital transformation, AI, and engineering excellence can help aerospace and defence accelerate innovation and drive sustainable performance.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">Explore how digital transformation, AI, and engineering excellence can help aerospace and defence accelerate innovation and drive sustainable performance.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "News and Insights",
      "headingHtml": "<h2 class=\"feature-card-section-title mb-0\">News and Insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Newsroom",
      "headingHtml": "<h3 class=\"card-title analytics-cta-label-child-class\">Newsroom</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "TCS Insights",
      "headingHtml": "<h3 class=\"card-title analytics-cta-label-child-class\">TCS Insights</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Analyst Recognitions",
      "headingHtml": "<h3 class=\"card-title analytics-cta-label-child-class\">Analyst Recognitions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Global Studies",
      "headingHtml": "<h3 class=\"card-title analytics-cta-label-child-class\">Global Studies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "CAREERS",
      "headingHtml": "<h2 class=\"intro-heading text-uppercase mb-2\" style=\"color:#ffffff\">CAREERS</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seize the future Our teams are leading change on every front. From deploying the most advanced and complex technologies for the world’s most iconic companies, to building a greener, more inclusive and healthier world for our communities. Come join us about Seize the future",
      "headingHtml": "<h3 class=\"intro-description textasset-dark-background\">Seize the future<p></p> <div class=\"intro-text rte-links-div textasset-dark-background\"> <p>Our teams are leading change on every front. From deploying the most advanced and complex technologies for the world&#x2019;s most iconic companies, to building a greener, more inclusive and healthier world for our communities.</p> </div> <div class=\"content-link ps-sm-1 textasset-dark-background\"> <a href=\"https://www.tcs.com/careers\" class=\" tex...",
      "firstParagraph": "",
      "paragraphHtml": "<p></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 59/100 and needs improvement.

3 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: tata, consultancy, building, perpetually, adaptive, enterprises.

Details

02

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

59/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 59/100 and needs improvement.

Evidence
{
  "title": "Tata Consultancy Services: Building Perpetually Adaptive Enterprises",
  "h1": "",
  "description": "TCS, a global leader in IT services, consulting, and business solutions, leverages technology for business transformation and helps catalyze change. Learn more.",
  "topicOverlap": 0.14285714285714285,
  "definitionCount": 9,
  "topicTerms": [
    "tata",
    "consultancy",
    "services",
    "building",
    "perpetually",
    "adaptive",
    "enterprises"
  ],
  "descriptionTerms": [
    "tcs",
    "global",
    "leader",
    "services",
    "consulting",
    "business",
    "solutions",
    "leverages",
    "technology",
    "transformation",
    "helps",
    "catalyze",
    "change",
    "learn",
    "more"
  ],
  "missingFromDescription": [
    "tata",
    "consultancy",
    "building",
    "perpetually",
    "adaptive",
    "enterprises"
  ],
  "score": 59,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Explanatory content depth scored 75/100 and needs improvement.

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

AEO: Question-led structure scored 70/100 and needs improvement.

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

40 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Question-led structure scored 70/100 and needs improvement.

Evidence
{
  "h2Count": 8,
  "questionH2s": [
    {
      "index": 1,
      "text": "What's new",
      "isQuestion": true,
      "html": "<h2 class=\"story-main-title\">What&apos;s new</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Google eligibility and indexability

AIO: Google eligibility and indexability scored 80/100 and needs improvement.

2 Warning

Needs attention

AIO: Google eligibility and indexability

Warning
01

Issue

Canonical does not self-reference the scanned page.

Details

02

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: Google eligibility and indexability

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Google eligibility and indexability scored 80/100 and needs improvement.

Evidence
{
  "status": 200,
  "googlebotBlocked": false,
  "metaRobotsTags": [
    "index, follow"
  ],
  "xRobotsTag": "",
  "canonical": "https://www.tcs.com/home-page",
  "finalUrl": "https://www.tcs.com/",
  "canonicalScore": 60,
  "score": 80,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 85/100 and needs improvement.

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

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

02

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": 9,
  "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

AIO: Page experience for AIO

AIO: Page experience for AIO scored 70/100 and needs improvement.

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

35 image(s) are missing width/height attributes. 15 possible modal/interstitial element(s) detected.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Page experience for AIO scored 70/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 3028,
  "htmlBytes": 446873,
  "imagesMissingDimensions": [
    {
      "src": "/content/dam/global-tcs/en/images/home/tcs-logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brand-logo-img \" src=\"/content/dam/global-tcs/en/images/home/tcs-logo-1.svg\" alt=\"44\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/tata-logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/images/home/tata-logo-1.svg\" alt=\"tata.com logo\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/tcs-logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brand-logo-img\" src=\"/content/dam/global-tcs/en/images/home/tcs-logo-1.svg\" alt=\"Click here or press enter to go to homepage\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/tata-logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"brand-logo-img\" src=\"/content/dam/global-tcs/en/images/home/tata-logo-1.svg\" alt=\"tata.com logo\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/tata-logo-1.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/images/home/tata-logo-1.svg\" alt=\"tata.com logo\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/hero-carousel/ai-native.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/home/hero-carousel/ai-native.jpg\" alt=\"TCS to help enterprises build AI-native GCCs\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/hero-carousel/ai-automation-tailored-resumes-labor-exchange-home.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/home/hero-carousel/ai-automation-tailored-resumes-labor-exchange-home.jpg\" alt=\"Nokian Tyres advances IT with TCS\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/hero-carousel/tcs-expands-partnership-euroclear-modernize-sweden-central-securities-depository-home.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/home/hero-carousel/tcs-expands-partnership-euroclear-modernize-sweden-central-securities-depository-home.jpg\" alt=\"TCS expands Euroclear partnership\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/what-we-do/services/enterprise/tcs-oracle-ai-web.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/what-we-do/services/enterprise/tcs-oracle-ai-web.jpg\" alt=\"TCS Partners with Mistral\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/who-we-are/news/press-releases/tcs-skf-banner-compressed.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/who-we-are/news/press-releases/tcs-skf-banner-compressed.jpg\" alt=\"SKF Awards Global AI Deal to TCS\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/who-we-are/Worldwide/Europe/l3-assets/tcs-launches-sovereignsecure-cloud-europe-web.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/who-we-are/Worldwide/Europe/l3-assets/tcs-launches-sovereignsecure-cloud-europe-web.jpg\" alt=\"Everest Group&#x2019;s PEAK Matrix&#xae;\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/in-line/what-we-do/industries/retail/solution/retail-outlook-and-trends-anz-web.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/in-line/what-we-do/industries/retail/solution/retail-outlook-and-trends-anz-web.jpg\" alt=\"Trends redefining ANZ retail\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/hero-carousel/tcs-world-10k-bengaluru-home.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/home/hero-carousel/tcs-world-10k-bengaluru-home.jpg\" alt=\"TCS World 10K Bengaluru 2026\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/hero-carousel/tcs-rezolve-ai-first-of-its-kind-partnership-home.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/home/hero-carousel/tcs-rezolve-ai-first-of-its-kind-partnership-home.jpg\" alt=\"TCS, Rezolve Ai partnership\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/hero-carousel/tcs-supports-european-money-quiz-finals-2026-home.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/home/hero-carousel/tcs-supports-european-money-quiz-finals-2026-home.jpg\" alt=\"TCS supports EMQ Finals, 2026\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/hero-carousel/tcs-australian-securities-exchange-go-live-with-chess-release1-cash-clearing-and-settlement-home.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"story-card-image dynamic-media-image img-corner-round\" src=\"/content/dam/global-tcs/en/images/home/hero-carousel/tcs-australian-securities-exchange-go-live-with-chess-release1-cash-clearing-and-settlement-home.jpg\" alt=\"TCS and ASX go&#x2011;live with CHESS\" loading=\"lazy\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/industry.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"interactive-card-img\" src=\"/content/dam/global-tcs/en/images/home/industry.jpg\" alt=\"Industries\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/services.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"interactive-card-img\" src=\"/content/dam/global-tcs/en/images/home/services.jpg\" alt=\"Services\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/p&p.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"interactive-card-img\" src=\"/content/dam/global-tcs/en/images/home/p&amp;p.jpg\" alt=\"Product and Platforms\">"
    },
    {
      "src": "/content/dam/global-tcs/en/in-line/home/flags/flags-usa.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/in-line/home/flags/flags-usa.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/who-we-are/events/tcs-at-orchestrate-gridos-customer-conference-2026-web-25052026.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/images/who-we-are/events/tcs-at-orchestrate-gridos-customer-conference-2026-web-25052026.jpg\" alt=\"Orchestrate\" class=\"accordion-img img-corner-round\" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/in-line/home/flags/Flags_Saudi-arabia.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/in-line/home/flags/Flags_Saudi-arabia.svg\" alt=\"Saudi Arabia\" class=\"accordion-icon-img \" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/who-we-are/events/tcs-at-supply-chain-procurement-conference-web.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/images/who-we-are/events/tcs-at-supply-chain-procurement-conference-web.jpg\" alt=\"SCP Conference 2026\" class=\"accordion-img img-corner-round\" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/in-line/home/flags/flag-austria.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/in-line/home/flags/flag-austria.svg\" alt=\"Austria\" class=\"accordion-icon-img \" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/who-we-are/events/tcs-at-zenithlive-2026-web.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/images/who-we-are/events/tcs-at-zenithlive-2026-web.jpg\" alt=\"ZenithLive 2026\" class=\"accordion-img img-corner-round\" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/in-line/home/flags/flag-denmark.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/in-line/home/flags/flag-denmark.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/what-we-do/industries/cmi/dtw-26-web.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/images/what-we-do/industries/cmi/dtw-26-web.jpg\" alt=\"image\" class=\"accordion-img img-corner-round\" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/in-line/home/flags/Flags_UK.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/in-line/home/flags/Flags_UK.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/who-we-are/events/tcs-at-farnborough-international-airshow-web.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/content/dam/global-tcs/en/images/who-we-are/events/tcs-at-farnborough-international-airshow-web.jpg\" alt=\"Farnborough Airshow\" class=\"accordion-img img-corner-round\" aria-hidden=\"true\">"
    },
    {
      "src": "/content/dam/global-tcs/en/images/home/tcs-logo-white-new.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"footer-logo\" src=\"/content/dam/global-tcs/en/images/home/tcs-logo-white-new.svg\" alt=\"Tata consultancy services\">"
    },
    {
      "src": "/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/Facebook.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"social-icn-item-icon\" aria-hidden=\"true\" alt=\"Facebook\" src=\"/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/Facebook.svg\">"
    },
    {
      "src": "/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/Youtube.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"social-icn-item-icon\" aria-hidden=\"true\" alt=\"Youtube\" src=\"/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/Youtube.svg\">"
    },
    {
      "src": "/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/Twitter-X.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"social-icn-item-icon\" aria-hidden=\"true\" alt=\"Twitter-X\" src=\"/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/Twitter-X.svg\">"
    },
    {
      "src": "/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/Instagram.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"social-icn-item-icon\" aria-hidden=\"true\" alt=\"Instagram\" src=\"/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/Instagram.svg\">"
    },
    {
      "src": "/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/linkedin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"social-icn-item-icon\" aria-hidden=\"true\" alt=\"linkedin\" src=\"/etc.clientlibs/tcs/clientlibs/clientlib-site/resources/images/social/linkedin.svg\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"modal fade search-overlay-panel p-0\" id=\"searchModal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div class=\"modal-dialog search-modal-dialog\"> <div class=\"modal-content search-modal-content border-0\"> <input type=\"hidden\" name=\"search-page-url\" class=\"search-page-url\" value=\"/content/tcs/global/en/home-page\"> <div class=\"modal-header search-modal-header border-0 pt-0 px-0 pb-0\"> <div class=\"tcs-custom-container w-100 position-relative\"> <div class=\"search-bar w-100 position-...",
    "<div class=\"modal-dialog search-modal-dialog\"> <div class=\"modal-content search-modal-content border-0\"> <input type=\"hidden\" name=\"search-page-url\" class=\"search-page-url\" value=\"/content/tcs/global/en/home-page\"> <div class=\"modal-header search-modal-header border-0 pt-0 px-0 pb-0\"> <div class=\"tcs-custom-container w-100 position-relative\"> <div class=\"search-bar w-100 position-relative autocomplete\"> <span class=\"search-updates\" role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></span> <...",
    "<div class=\"modal-content search-modal-content border-0\"> <input type=\"hidden\" name=\"search-page-url\" class=\"search-page-url\" value=\"/content/tcs/global/en/home-page\"> <div class=\"modal-header search-modal-header border-0 pt-0 px-0 pb-0\"> <div class=\"tcs-custom-container w-100 position-relative\"> <div class=\"search-bar w-100 position-relative autocomplete\"> <span class=\"search-updates\" role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></span> <label class=\"visually-hidden\" for=\"search-input...",
    "<div class=\"modal-header search-modal-header border-0 pt-0 px-0 pb-0\"> <div class=\"tcs-custom-container w-100 position-relative\"> <div class=\"search-bar w-100 position-relative autocomplete\"> <span class=\"search-updates\" role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></span> <label class=\"visually-hidden\" for=\"search-input\">What are you looking for?</label> <input type=\"text\" placeholder=\"What are you looking for?\" pattern=\"[a-zA-Z\\d]{2,3}\" aria-controls=\"search-inputautocomplete-list\" a...",
    "<div class=\"modal-body search-modal-body\"> <div class=\"search-list\"> <div class=\"tcs-custom-container\"> <div class=\"search-no-result\" role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"> </div> </div> <div class=\"search-list-top\"> <div class=\"tcs-custom-container position-relative\"> <div class=\"top-list-container\"> <h5 class=\"section-heading color-white text-uppercase mb-4\">Top Results</h5> <div class=\"swiper search-list-carousel position-relative\"> <div class=\"swiper-wrapper\"> </div> </div>...",
    "<div class=\"redownload-modal container-fluid px-0 mx-0 col-12 fixed-bottom d-none\"> <div class=\"redownload-content px-4 ps-lg-0 d-flex justify-content-between \"> <div class=\"redownload-content-div offset-lg-1 \"> <p class=\"modal-content-heading mb-0\">You have these already downloaded </p> <p class=\"modal-content-para mb-0\">We have sent you a copy of the report to your email again.</p> </div> <div class=\"redownload-close-div py-3\" tabindex=\"0\"> <span class=\"modal-close-icon\"></span> </div> </di...",
    "<p class=\"modal-content-heading mb-0\">You have these already downloaded </p>",
    "<p class=\"modal-content-para mb-0\">We have sent you a copy of the report to your email again.</p>",
    "<span class=\"modal-close-icon\"></span>",
    "<div class=\"interactive-hub-overlay overlay-detail-modal position-fixed d-none\" role=\"dialog\" aria-label=\"interactive-hub-overlay\"> <button class=\"close-icon-div overlay-close-btn d-flex justify-content-center align-items-center\" tabindex=\"0\"> <span class=\"close-icon\" title=\"Close Button\"></span> </button> <div class=\"tcs-custom-container \"> <div class=\"col-12 interactive-overlay-body d-flex flex-column justify-content-center align-items-start\"> <h2 class=\"interactive-title mt-5 mb-4 text-whi...",
    "<div class=\"horizontal-accordion-overlay overlay-detail-modal position-fixed d-none\" data-image-title=\"accordion--982654539\" role=\"dialog\" aria-labelledby=\"accordion-fullscreen-title\"> <button class=\"close-icon-div overlay-close-btn d-flex justify-content-center align-items-center\" tabindex=\"0\"> <span class=\"close-icon\" title=\"Close Button\"></span> </button> </div>",
    "<div class=\"feature-card-overlay overlay-detail-modal position-fixed d-none py-5 px-0\" role=\"dialog\" aria-label=\"feature-card-overlay\"> <button class=\"close-icon-div overlay-close-btn d-flex justify-content-center align-items-center\" tabindex=\"0\"> <span class=\"close-icon\" title=\"Close Button\"></span> </button> <div class=\"tcs-custom-container pt-0 pt-lg-5\"> <div class=\"col-12 feature-card-overlay-body d-flex flex-column flex-lg-row justify-content-center align-items-start gap-5\"> <div class=\"...",
    "<div class=\"page-overlay-welcomepage d-none w-100 h-100\" role=\"dialog\" aria-labelledby=\"contact-dialog-label\" aria-modal=\"true\" tabindex=\"-1\"> <section class=\"welcome-page-overlay-wrapper position-relative w-100 published_height\"> <div class=\"form-close-button justify-content-between px-4 py-3 py-md-4 flex-row w-100 float-end\"> <button type=\"button\" class=\"form-right-icon overlay-close-welcomepage d-flex justify-content-center align-items-center position-relative float-end\"> <span class=\"clos...",
    "<div id=\"contact-dialog-label\" class=\"welcome-main-heading col-lg-7 col-md-12 pb-4\" role=\"heading\" aria-level=\"1\"> What&#x2019;s on your mind? </div>",
    "<section class=\"accessibility-widget-overlay popup d-none\"> <div class=\"accessibility-widget-header d-flex \"> <div class=\"ax-heading d-flex justify-content-between align-items-center\"> <h5 class=\"ax-heading-text m-0\">Accessibility Adjustments</h5> <button type=\"button\" class=\"ax-close-btn\" aria-label=\"Accessibility Adjustment Close\" title=\"Accessibility Adjustment Close\"></button> </div> <div class=\"ax-setting gap-2 d-flex justify-content-between align-items-center\"> <button class=\"reset-sett..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 65/100 and needs improvement.

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

40 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

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": 41,
  "passing": 1,
  "failing": [
    {
      "heading": "Perpetually Adaptive Enterprise",
      "headingHtml": "<h3 class=\"font-white main-heading\">Perpetually Adaptive Enterprise</h3>",
      "firstParagraph": "At TCS, we don’t just help businesses transform. We help them become perpetually adaptive enterprises, built to evolve continuously and confidently in a world of constant change.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">At TCS, we don&#x2019;t just help businesses transform. We help them become perpetually adaptive enterprises, built to evolve continuously and confidently in a world of constant change.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "About Us",
      "headingHtml": "<h3 class=\"font-white main-heading\">About Us</h3>",
      "firstParagraph": "We deliver excellence and create value for customers and communities - everyday. With the best talent and the latest technology we help customers turn complexity into opportunities and create meaningful change.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">We deliver excellence and create value for customers and communities - everyday. With the best talent and the latest technology we help customers turn complexity into opportunities and create meaningful change.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "TCS Insights",
      "headingHtml": "<h3 class=\"font-white main-heading\">TCS Insights</h3>",
      "firstParagraph": "Point of views, research, studies - on the latest themes - to help you expand your knowledge and be future ready.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">Point of views, research, studies - on the latest themes - to help you expand your knowledge and be future ready.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Want to be a global change-maker? Join our team.",
      "headingHtml": "<h3 class=\"font-white main-heading\">Want to be a global change-maker? Join our team.</h3>",
      "firstParagraph": "At TCS, we believe exceptional work begins with hiring, celebrating and nurturing the best people — from all walks of life.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">At TCS, we believe exceptional work begins with hiring, celebrating and nurturing the best people &#x2014; from all walks of life.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find the latest news about TCS",
      "headingHtml": "<h3 class=\"font-white main-heading\">Find the latest news about TCS</h3>",
      "firstParagraph": "Stay up-to-date on all press announcements by TCS",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">Stay up-to-date on all press announcements by TCS</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Perpetually Adaptive Enterprise",
      "headingHtml": "<h3 class=\"font-white main-heading\">Perpetually Adaptive Enterprise</h3>",
      "firstParagraph": "At TCS, we don’t just help businesses transform. We help them become perpetually adaptive enterprises, built to evolve continuously and confidently in a world of constant change.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">At TCS, we don&#x2019;t just help businesses transform. We help them become perpetually adaptive enterprises, built to evolve continuously and confidently in a world of constant change.</p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "About Us",
      "headingHtml": "<h3 class=\"font-white main-heading\">About Us</h3>",
      "firstParagraph": "We deliver excellence and create value for customers and communities - everyday. With the best talent and the latest technology we help customers turn complexity into opportunities and create meaningful change.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">We deliver excellence and create value for customers and communities - everyday. With the best talent and the latest technology we help customers turn complexity into opportunities and create meaningful change.</p>",
      "words": 30,
      "direct": false,
      "issue": "First paragraph is 30 words and does not look like a concise direct answer."
    },
    {
      "heading": "TCS Insights",
      "headingHtml": "<h3 class=\"font-white main-heading\">TCS Insights</h3>",
      "firstParagraph": "Point of views, research, studies - on the latest themes - to help you expand your knowledge and be future ready.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">Point of views, research, studies - on the latest themes - to help you expand your knowledge and be future ready.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Want to be a global change-maker? Join our team.",
      "headingHtml": "<h3 class=\"font-white main-heading\">Want to be a global change-maker? Join our team.</h3>",
      "firstParagraph": "At TCS, we believe exceptional work begins with hiring, celebrating and nurturing the best people — from all walks of life.",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">At TCS, we believe exceptional work begins with hiring, celebrating and nurturing the best people &#x2014; from all walks of life.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Find the latest news about TCS",
      "headingHtml": "<h3 class=\"font-white main-heading\">Find the latest news about TCS</h3>",
      "firstParagraph": "Stay up-to-date on all press announcements by TCS",
      "paragraphHtml": "<p class=\"normal-content font-grayWhite\">Stay up-to-date on all press announcements by TCS</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "What's new",
      "headingHtml": "<h2 class=\"story-main-title\">What&apos;s new</h2>",
      "firstParagraph": "TCS launches GVIC",
      "paragraphHtml": "<p class=\"story-card-title\">TCS launches GVIC</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cutting edge solutions to power up your business",
      "headingHtml": "<h2 class=\"interactive-title text-white\">Cutting edge solutions to power up your business</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries Industries",
      "headingHtml": "<h3 class=\"card-img-title\"> Industries <span class=\"analytics-cta-label-child-class visually-hidden\">Industries</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h3 class=\"col-10 interactive-overlay-title mx-4 py-3 mx-lg-5\">Industries</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Services Services",
      "headingHtml": "<h3 class=\"card-img-title\"> Services <span class=\"analytics-cta-label-child-class visually-hidden\">Services</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Services",
      "headingHtml": "<h3 class=\"col-10 interactive-overlay-title mx-4 py-3 mx-lg-5\">Services</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Products and Platforms Products and Platforms",
      "headingHtml": "<h3 class=\"card-img-title\"> Products and Platforms <span class=\"analytics-cta-label-child-class visually-hidden\">Products and Platforms</span> </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Products and Platforms",
      "headingHtml": "<h3 class=\"col-10 interactive-overlay-title mx-4 py-3 mx-lg-5\">Products and Platforms</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cutting edge solutions to power up your business",
      "headingHtml": "<h2 class=\"interactive-title mt-5 mb-4 text-white\">Cutting edge solutions to power up your business</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customer Stories",
      "headingHtml": "<h2 class=\"solution-card-section-title w-75 col-lg-10 px-0 col-xl-10 col-md-10 col-12 \">Customer Stories</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Zions Bancorporation",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Zions Bancorporation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Liquid Intelligent Technologies",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Liquid Intelligent Technologies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Astro",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Astro</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Alinta Energy",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Alinta Energy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Equifax UK",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Equifax UK</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Colruyt Group",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Colruyt Group</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Leroy Merlin",
      "headingHtml": "<h3 class=\"solution-card-inner-heading-text color-white inner-heading-medium-text\">Leroy Merlin</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Meet us here",
      "headingHtml": "<h2 class=\"section-tile\">Meet us here</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Orchestrate GridOS®",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-0\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-0\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-0\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/flags-usa.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span black-text\">Orchestrate GridOS&#xae;<sup c...",
      "firstParagraph": "The Atlanta event will see TCS lead the conversation on next-gen grid ecosystems and showcase AI solutions that enhance resilience and drive energy transition.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">The Atlanta event will see TCS lead the conversation on next-gen grid ecosystems and showcase AI solutions that enhance resilience and drive energy transition.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "SCP Conference 2026",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-1\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-1\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-1\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/Flags_Saudi-arabia.svg\" alt=\"Saudi Arabia\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span \">SCP Conference 2026<sup...",
      "firstParagraph": "At the SCP Conference, TCS will showcase its autonomous global business services vision and how agentic AI enables real-time intelligence, resilience, and more.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">At the SCP Conference, TCS will showcase its autonomous global business services vision and how agentic AI enables real-time intelligence, resilience, and more.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "ZenithLive 2026",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-2\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-2\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-2\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/flag-austria.svg\" alt=\"Austria\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span \">ZenithLive 2026<sup class=\"super-te...",
      "firstParagraph": "Join us at the event and discover how TCS enables enterprises to adopt zero-trust at scale, enhance cybersecurity, and innovate faster to stay ahead.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">Join us at the event and discover how TCS enables enterprises to adopt zero-trust at scale, enhance cybersecurity, and innovate faster to stay ahead. </p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "TM Forum DTW Ignite 2026",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-3\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-3\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-3\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/flag-denmark.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span \">TM Forum DTW Ignite 2026<sup class=\"s...",
      "firstParagraph": "Meet TCS at TM Forum DTW Ignite 2026 to discover telecom innovation, autonomous networks, and how we help service providers unlock new revenue models.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">Meet TCS at TM Forum DTW Ignite 2026 to discover telecom innovation, autonomous networks, and how we help service providers unlock new revenue models.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Farnborough Airshow",
      "headingHtml": "<h3 class=\"accordion-header\" id=\"horizontalaccordion_--982654539-heading-4\"> <button class=\"horizontal-accordion-button\" data-bs-toggle=\"collapse\" data-bs-target=\"#horizontalaccordion_--982654539-collapse-4\" aria-expanded=\"false\" aria-controls=\"horizontalaccordion_--982654539-collapse-4\"> <img src=\"/content/dam/global-tcs/en/in-line/home/flags/Flags_UK.svg\" alt=\"image\" class=\"accordion-icon-img \" aria-hidden=\"true\"> <span class=\"accordion-title-span \">Farnborough Airshow<sup class=\"super-text...",
      "firstParagraph": "Explore how digital transformation, AI, and engineering excellence can help aerospace and defence accelerate innovation and drive sustainable performance.",
      "paragraphHtml": "<p class=\"horizontal-accordion-content\">Explore how digital transformation, AI, and engineering excellence can help aerospace and defence accelerate innovation and drive sustainable performance.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "News and Insights",
      "headingHtml": "<h2 class=\"feature-card-section-title mb-0\">News and Insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Newsroom",
      "headingHtml": "<h3 class=\"card-title analytics-cta-label-child-class\">Newsroom</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "TCS Insights",
      "headingHtml": "<h3 class=\"card-title analytics-cta-label-child-class\">TCS Insights</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Analyst Recognitions",
      "headingHtml": "<h3 class=\"card-title analytics-cta-label-child-class\">Analyst Recognitions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Global Studies",
      "headingHtml": "<h3 class=\"card-title analytics-cta-label-child-class\">Global Studies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "CAREERS",
      "headingHtml": "<h2 class=\"intro-heading text-uppercase mb-2\" style=\"color:#ffffff\">CAREERS</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seize the future Our teams are leading change on every front. From deploying the most advanced and complex technologies for the world’s most iconic companies, to building a greener, more inclusive and healthier world for our communities. Come join us about Seize the future",
      "headingHtml": "<h3 class=\"intro-description textasset-dark-background\">Seize the future<p></p> <div class=\"intro-text rte-links-div textasset-dark-background\"> <p>Our teams are leading change on every front. From deploying the most advanced and complex technologies for the world&#x2019;s most iconic companies, to building a greener, more inclusive and healthier world for our communities.</p> </div> <div class=\"content-link ps-sm-1 textasset-dark-background\"> <a href=\"https://www.tcs.com/careers\" class=\" tex...",
      "firstParagraph": "",
      "paragraphHtml": "<p></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: how, benefits, cost, compare.

Details

02

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": "What's new",
      "html": "<h2 class=\"story-main-title\">What&apos;s new</h2>"
    },
    {
      "text": "Cutting edge solutions to power up your business",
      "html": "<h2 class=\"interactive-title text-white\">Cutting edge solutions to power up your business</h2>"
    },
    {
      "text": "Cutting edge solutions to power up your business",
      "html": "<h2 class=\"interactive-title mt-5 mb-4 text-white\">Cutting edge solutions to power up your business</h2>"
    },
    {
      "text": "Customer Stories",
      "html": "<h2 class=\"solution-card-section-title w-75 col-lg-10 px-0 col-xl-10 col-md-10 col-12 \">Customer Stories</h2>"
    },
    {
      "text": "Meet us here",
      "html": "<h2 class=\"section-tile\">Meet us here</h2>"
    },
    {
      "text": "News and Insights",
      "html": "<h2 class=\"feature-card-section-title mb-0\">News and Insights</h2>"
    },
    {
      "text": "CAREERS",
      "html": "<h2 class=\"intro-heading text-uppercase mb-2\" style=\"color:#ffffff\">CAREERS</h2>"
    },
    {
      "text": "With you for the long run",
      "html": "<h2>With you for the long run</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Tata Consultancy Services: Building Perpetual...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Tata Consultancy Services: Building Perpetual... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Tata Consultancy Services: Building Perpetual...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Tata Consultancy Services: Building Perpetual... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Tata Consultancy Services: Building Perpetual... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Tata Consultancy Services: Building Perpetual... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Tata Consultancy Services: Building Perpetual...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Tata Consultancy Services: Building Perpetual... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Tata Consultancy Services: Building Perpetual... 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

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

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

  1. 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": 403,
            "contentType": "text/html",
            "length": 385
          },
          {
            "path": "/api/context",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 378
          },
          {
            "path": "/context",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 370
          }
        ]
      },
      "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

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: how, benefits, cost, compare.

Details

02

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": "What's new",
      "html": "<h2 class=\"story-main-title\">What&apos;s new</h2>"
    },
    {
      "text": "Cutting edge solutions to power up your business",
      "html": "<h2 class=\"interactive-title text-white\">Cutting edge solutions to power up your business</h2>"
    },
    {
      "text": "Cutting edge solutions to power up your business",
      "html": "<h2 class=\"interactive-title mt-5 mb-4 text-white\">Cutting edge solutions to power up your business</h2>"
    },
    {
      "text": "Customer Stories",
      "html": "<h2 class=\"solution-card-section-title w-75 col-lg-10 px-0 col-xl-10 col-md-10 col-12 \">Customer Stories</h2>"
    },
    {
      "text": "Meet us here",
      "html": "<h2 class=\"section-tile\">Meet us here</h2>"
    },
    {
      "text": "News and Insights",
      "html": "<h2 class=\"feature-card-section-title mb-0\">News and Insights</h2>"
    },
    {
      "text": "CAREERS",
      "html": "<h2 class=\"intro-heading text-uppercase mb-2\" style=\"color:#ffffff\">CAREERS</h2>"
    },
    {
      "text": "With you for the long run",
      "html": "<h2>With you for the long run</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Tata Consultancy Services: Building Perpetual...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Tata Consultancy Services: Building Perpetual... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Tata Consultancy Services: Building Perpetual...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Tata Consultancy Services: Building Perpetual... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Tata Consultancy Services: Building Perpetual... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Tata Consultancy Services: Building Perpetual... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Tata Consultancy Services: Building Perpetual...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Tata Consultancy Services: Building Perpetual... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Tata Consultancy Services: Building Perpetual... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

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

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

100 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "1 warning found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

SEOSEOBrowser audit

Links are not crawlable

50 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

12 links found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "12 links found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityPerformanceBrowser audit

Image optimization

13 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with incorrect aspect ratio",
      "score": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

LCP breakdown

13 Fail

Check name

LCP breakdown

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Evidence
{
  "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
}

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

13 Fail

Check name

Legacy JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 77 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 77 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

13 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 617 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 617 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 600
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

13 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,764 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 1,764 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

6 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 8,491 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 8,491 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 8694402
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

6 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 2,137 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 2,137 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

4 Fail

Check name

Loading performance

Score

65/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 2.07558
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 6,
      "displayValue": "4.5 s",
      "numericValue": 4495.300598058624
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 80,
      "displayValue": "1.1 s",
      "numericValue": 1121.0188618203802
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 90,
      "displayValue": "130 ms",
      "numericValue": 127
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 87,
      "displayValue": "160 ms",
      "numericValue": 162.99999999999977
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 45,
      "displayValue": "4.8 s",
      "numericValue": 4753.0847331007835
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 11,
      "displayValue": "4.6 s",
      "numericValue": 4601.081976373189
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 270 ms",
      "numericValue": 271
    }
  ]
}

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.

1 reports
Public score history report links
Scan dateScoreReadinessReport
55/100Level 3, Bot-AwareCurrent report
tcs.com AI SEO Report: 55/100 (Level 3, Bot-Aware)