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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability39%Agent Easeof Use6%Security& Trust100%GEO, AIO, AEO82%SEO85%Performance& Accessibility72%
  • AI Discoverability 39 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 100 out of 100
  • GEO, AIO and AEO 82 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 72 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Business consulting firm & AI consulting firm | Slalom

Slalom is a next-generation professional services & business consulting company creating value at the intersection of business, technology, and humanity.

Next step

Turn this report into a fix workflow

20 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
39
Priority fix9141View details
Discoverability
57
Needs work450View details
Content Readiness
50
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
82
Mostly ready7013
GEO Readiness
89
Mostly ready204
AIO Readiness
84
Mostly ready304
AEO Readiness
72
Needs work205
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
100
Strong900
Security & Trust
100
Strong500
AI Training Exposure
100
Strong400
Performance and Accessibility
72
Needs work1790View details
Performance
62
Needs work1380View details
Accessibility
90
Strong410View details

Prioritized recommendations

Issues ranked by score impact

45 items need attention

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": 404,
        "contentType": "text/html;charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "\n  \n  \n  <!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Error | Slalom</title>\n  \n  \n  <meta name=\"template\" content=\"page-content\"/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n  <meta name=\"robots\" content=\"noindex, nofollow\"/>\n  \n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:url\" content=\"https://www.slalom.com/us/en/errors/404\"/>\n<meta property=\"og:site_name\" content=\"Slalom (United States)\"/>\n<meta property=\"og:title\" content=\"Error\"/>\n<meta property=\"og:description\"/>\n<meta property=\"og:image\" content=\"/content/dam/slalom/global-assets/Slalom_OG_Image.png\"/>\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;charset=utf-8" 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;charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html;charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n  \n  \n  <!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Error | Slalom</title>\n  \n  \n  <meta name=\"template\" content=\"page-content\"/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n  <meta name=\"robots\" content=\"noindex, nofollow\"/>\n  \n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:url\" content=\"https://www.slalom.com/us/en/errors/404\"/>\n<meta property=\"og:site_name\" content=\"Slalom (United States)\"/>\n<meta property=\"og:title\" content=\"Error\"/>\n<meta property=\"og:description\"/>\n<meta property=\"og:image\" content=\"/content/dam/slalom/global-assets/Slalom_OG_Image.png\"/>\n  "
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html;charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n  \n  \n  <!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Error | Slalom</title>\n  \n  \n  <meta name=\"template\" content=\"page-content\"/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n  <meta name=\"robots\" content=\"noindex, nofollow\"/>\n  \n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:url\" content=\"https://www.slalom.com/us/en/errors/404\"/>\n<meta property=\"og:site_name\" content=\"Slalom (United States)\"/>\n<meta property=\"og:title\" content=\"Error\"/>\n<meta property=\"og:description\"/>\n<meta property=\"og:image\" content=\"/content/dam/slalom/global-assets/Slalom_OG_Image.png\"/>\n  "
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html;charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n  \n  \n  <!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Error | Slalom</title>\n  \n  \n  <meta name=\"template\" content=\"page-content\"/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n  <meta name=\"robots\" content=\"noindex, nofollow\"/>\n  \n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:url\" content=\"https://www.slalom.com/us/en/errors/404\"/>\n<meta property=\"og:site_name\" content=\"Slalom (United States)\"/>\n<meta property=\"og:title\" content=\"Error\"/>\n<meta property=\"og:description\"/>\n<meta property=\"og:image\" content=\"/content/dam/slalom/global-assets/Slalom_OG_Image.png\"/>\n  "
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html;charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n  \n  \n  <!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Error | Slalom</title>\n  \n  \n  <meta name=\"template\" content=\"page-content\"/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n  <meta name=\"robots\" content=\"noindex, nofollow\"/>\n  \n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:url\" content=\"https://www.slalom.com/us/en/errors/404\"/>\n<meta property=\"og:site_name\" content=\"Slalom (United States)\"/>\n<meta property=\"og:title\" content=\"Error\"/>\n<meta property=\"og:description\"/>\n<meta property=\"og:image\" content=\"/content/dam/slalom/global-assets/Slalom_OG_Image.png\"/>\n  "
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html;charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n  \n  \n  <!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Error | Slalom</title>\n  \n  \n  <meta name=\"template\" content=\"page-content\"/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n  <meta name=\"robots\" content=\"noindex, nofollow\"/>\n  \n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:url\" content=\"https://www.slalom.com/us/en/errors/404\"/>\n<meta property=\"og:site_name\" content=\"Slalom (United States)\"/>\n<meta property=\"og:title\" content=\"Error\"/>\n<meta property=\"og:description\"/>\n<meta property=\"og:image\" content=\"/content/dam/slalom/global-assets/Slalom_OG_Image.png\"/>\n  "
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html;charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n  \n  \n  <!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Error | Slalom</title>\n  \n  \n  <meta name=\"template\" content=\"page-content\"/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n  <meta name=\"robots\" content=\"noindex, nofollow\"/>\n  \n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:url\" content=\"https://www.slalom.com/us/en/errors/404\"/>\n<meta property=\"og:site_name\" content=\"Slalom (United States)\"/>\n<meta property=\"og:title\" content=\"Error\"/>\n<meta property=\"og:description\"/>\n<meta property=\"og:image\" content=\"/content/dam/slalom/global-assets/Slalom_OG_Image.png\"/>\n  "
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html;charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n  \n  \n  <!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Error | Slalom</title>\n  \n  \n  <meta name=\"template\" content=\"page-content\"/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n  <meta name=\"robots\" content=\"noindex, nofollow\"/>\n  \n<meta property=\"og:type\" content=\"website\"/>\n<meta property=\"og:url\" content=\"https://www.slalom.com/us/en/errors/404\"/>\n<meta property=\"og:site_name\" content=\"Slalom (United States)\"/>\n<meta property=\"og:title\" content=\"Error\"/>\n<meta property=\"og:description\"/>\n<meta property=\"og:image\" content=\"/content/dam/slalom/global-assets/Slalom_OG_Image.png\"/>\n  "
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html;charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI 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 DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

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

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

33 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."
    }
  ]
}

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;charset=utf-8" 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;charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".

  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": 200,
        "contentType": "text/html;charset=utf-8"
      },
      "issue": "Content-Type \"text/html;charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 25521,
        "excerpt": "<!DOCTYPE HTML>\n  <html lang=\"en-US\" xml:lang=\"en-US\" data-commonwealth=\"false\" data-commonwealth-dictionary-path=\"/content/dam/slalom/apps/localization/dictionary.json\">\n      <head>\n  \n  \n  \n  <meta charset=\"UTF-8\"/>\n  <title>Business con",
        "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: invalid h1 (found 4); skipped heading levels; 1/8 applicable form inputs have autocomplete attributes (7 missing); missing alt text on >10% of images.

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": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input class=\"cmp-form-text__text\" data-cmp-hook-form-text=\"input\" type=\"text\" id=\"form-text-71173699\" placeholder=\"Full name\" name=\"name\" required spellcheck=\"true\" aria-describedby=\"form-text-71173699-helpMessage\" pattern=\"\\s*[^\\s]+(\\s+[^\\s]+\\s*)+\">",
      "<input class=\"cmp-form-text__text\" data-cmp-hook-form-text=\"input\" type=\"text\" id=\"form-text-237734672\" placeholder=\"[email protected]\" name=\"email\" required spellcheck=\"true\" aria-describedby=\"form-text-237734672-helpMessage\">",
      "<input class=\"cmp-form-text__text\" data-cmp-hook-form-text=\"input\" type=\"tel\" id=\"form-text-2137957728\" placeholder=\"(+55) 555-555-5555\" name=\"phone\" required spellcheck=\"true\" aria-describedby=\"form-text-2137957728-helpMessage\">",
      "<input class=\"cmp-form-text__text\" data-cmp-hook-form-text=\"input\" type=\"text\" id=\"form-text-612242378\" placeholder=\"Company name\" name=\"company\" required spellcheck=\"true\" aria-describedby=\"form-text-612242378-helpMessage\">",
      "<input class=\"cmp-form-text__text\" data-cmp-hook-form-text=\"input\" type=\"text\" id=\"form-text-131975290\" placeholder=\"IT Manager\" name=\"job_title\" required spellcheck=\"true\" aria-describedby=\"form-text-131975290-helpMessage\">",
      "<input class=\"cmp-form-text__text\" data-cmp-hook-form-text=\"input\" type=\"text\" id=\"form-text-1796384242\" placeholder=\"City name\" name=\"city\" required spellcheck=\"true\" aria-describedby=\"form-text-1796384242-helpMessage\">",
      "<input class=\"cmp-form-text__text\" data-cmp-hook-form-text=\"input\" aria-label=\"Form Validity\" type=\"text\" id=\"form_validity_field\" name=\"form_validity\" value=\"valid\" required spellcheck=\"true\">"
    ],
    "imagesMissingAlt": [
      "<img class=\"cmp-homepage-hero__image\" src=\"https://s7d9.scene7.com/is/image/slalom/scom-fom-homepage-mobile-02?fmt=webp-alpha&amp;metadata=none\" srcset=\"https://s7d9.scene7.com/is/image/slalom/scom-fom-homepage-mobile-02?metadata=none&amp;wid=320&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 320w,https://s7d9.scene7.com/is/image/slalom/scom-fom-homepage-mobile-02?metadata=none&amp;wid=480&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bf",
      "<img class=\"cmp-homepage-hero__image\" src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20AI%20-%20Mobile%202%20-%20without%20design%20-%20500x875-5?fmt=webp-alpha&amp;metadata=none\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20AI%20-%20Mobile%202%20-%20without%20design%20-%20500x875-5?metadata=none&amp;wid=320&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026",
      "<img class=\"cmp-homepage-hero__image\" src=\"https://s7d9.scene7.com/is/image/slalom/slalom_puma_overview?fmt=webp-alpha&amp;metadata=none\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_puma_overview?metadata=none&amp;wid=320&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 320w,https://s7d9.scene7.com/is/image/slalom/slalom_puma_overview?metadata=none&amp;wid=480&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 4",
      "<img class=\"cmp-homepage-hero__logo\" src=\"https://s7d9.scene7.com/is/image/slalom/PUMA%20logo?fmt=webp-alpha&amp;metadata=none\" width=\"169\" height=\"100\" fetchpriority=\"high\" loading=\"eager\">",
      "<img class=\"cmp-homepage-hero__graphic-headline\" src=\"https://s7d9.scene7.com/is/image/slalom/PUMA%20title?fmt=webp-alpha&amp;metadata=none\" srcset=\"https://s7d9.scene7.com/is/image/slalom/PUMA%20title?metadata=none&amp;wid=320&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 320w,https://s7d9.scene7.com/is/image/slalom/PUMA%20title?metadata=none&amp;wid=480&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 480w,https://s",
      "<img class=\"cmp-homepage-hero__image\" src=\"https://s7d9.scene7.com/is/image/slalom/CCT_SCOM_Header?fmt=webp-alpha&amp;metadata=none\" srcset=\"https://s7d9.scene7.com/is/image/slalom/CCT_SCOM_Header?metadata=none&amp;wid=320&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 320w,https://s7d9.scene7.com/is/image/slalom/CCT_SCOM_Header?metadata=none&amp;wid=480&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 480w,https://s7d",
      "<img class=\"cmp-homepage-hero__graphic-headline\" src=\"https://s7d9.scene7.com/is/image/slalom/driving-contact-center-transformation4?fmt=webp-alpha&amp;metadata=none\" srcset=\"https://s7d9.scene7.com/is/image/slalom/driving-contact-center-transformation4?metadata=none&amp;wid=320&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 320w,https://s7d9.scene7.com/is/image/slalom/driving-contact-center-transformation4?metadata=none&amp;wid=480&amp;dpr=on,1&amp;qlt=85",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/salesforce-logo-color-10?fmt=webp-alpha&amp;metadata=none\" width=\"129\" height=\"90\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/Adobe%20-%20Logo-1?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"59\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/partner-google-cloud-logo-transparent-dark-bg-400x100-1?fmt=webp-alpha&amp;metadata=none\" srcset=\"https://s7d9.scene7.com/is/image/slalom/partner-google-cloud-logo-transparent-dark-bg-400x100-1?metadata=none&amp;wid=320&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 320w\" width=\"400\" height=\"100\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/Databricks%20-%20Logo?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"35\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/Boomi%20-%20Logo?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"62\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/microsoft-logo-white-color-2?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"47\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/snowflake-logo-white-3?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"50\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/Anaplan%20-%20Logo?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"48\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/matillion-logo-white-color-2?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"20\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/tableau-logo-white-color-3?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"45\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/AWS%20-%20Logo-1?fmt=webp-alpha&amp;metadata=none\" width=\"149\" height=\"90\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/workday-logo-white-color-3?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"89\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/salesforce-logo-color-10?fmt=webp-alpha&amp;metadata=none\" width=\"129\" height=\"90\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/Adobe%20-%20Logo-1?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"59\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/partner-google-cloud-logo-transparent-dark-bg-400x100-1?fmt=webp-alpha&amp;metadata=none\" srcset=\"https://s7d9.scene7.com/is/image/slalom/partner-google-cloud-logo-transparent-dark-bg-400x100-1?metadata=none&amp;wid=320&amp;dpr=on,1&amp;qlt=85&amp;resMode=bilin&amp;fmt=webp-alpha&amp;bfc=on&amp;network=on 320w\" width=\"400\" height=\"100\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/Databricks%20-%20Logo?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"35\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/Boomi%20-%20Logo?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"62\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/microsoft-logo-white-color-2?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"47\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/snowflake-logo-white-3?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"50\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/Anaplan%20-%20Logo?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"48\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/matillion-logo-white-color-2?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"20\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/tableau-logo-white-color-3?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"45\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/AWS%20-%20Logo-1?fmt=webp-alpha&amp;metadata=none\" width=\"149\" height=\"90\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/workday-logo-white-color-3?fmt=webp-alpha&amp;metadata=none\" width=\"220\" height=\"89\" loading=\"lazy\" itemprop=\"contentUrl\">",
      "<img src=\"https://s7d9.scene7.com/is/image/slalom/salesforce-logo-color-10?fmt=webp-alpha&amp;metadata=none\" width=\"129\" height=\"90\" loading=\"lazy\" itemprop=\"contentUrl\">"
    ],
    "skippedHeadingLevels": [
      "h3: Search",
      "h1: AI in motion",
      "h1: Meet your customers in the moments that matter.",
      "h2: The ambition to execution gap is widening",
      "h1: Legacy modernization. Done right.",
      "h3: Slalom is a fiercely human business and technology company that leads with outcomes and partners with leaders—bringing more together.",
      "h2: AI that drives real impact",
      "h2: AI research & insights",
      "h2: AI research webinar 2026",
      "h2: Potential to progress",
      "h3: Explore our stories & insights",
      "h2: Tackling the homelessness crisis with data-driven insights",
      "h2: Transforming clinical trials for speed, efficiency, and patient impact",
      "h2: Moving beyond brand awareness to fan engagement",
      "h2: Why marketing is your biggest growth engine",
      "h2: Simplifying access for over one million patients",
      "h2: Leveling up the gaming industry with AI innovation",
      "h2: What happens when you stop treating the contact center like a cost center?",
      "h2: The adaptive era: Making long-term moves in short-term cycles",
      "h2: Tackling the homelessness crisis with data-driven insights",
      "h2: Transforming clinical trials for speed, efficiency, and patient impact",
      "h2: Moving beyond brand awareness to fan engagement",
      "h2: Why marketing is your biggest growth engine",
      "h2: Simplifying access for over one million patients",
      "h2: Leveling up the gaming industry with AI innovation",
      "h2: What happens when you stop treating the contact center like a cost center?",
      "h2: The adaptive era: Making long-term moves in short-term cycles",
      "h2: Tackling the homelessness crisis with data-driven insights",
      "h2: Transforming clinical trials for speed, efficiency, and patient impact",
      "h3: What our customers say",
      "h3: Milorad Stefanovic",
      "h3: Erinne Mejia",
      "h3: Richard Taylor",
      "h3: Jenny Hall",
      "h3: Milorad Stefanovic",
      "h3: Erinne Mejia",
      "h3: Richard Taylor",
      "h3: Jenny Hall",
      "h3: Milorad Stefanovic",
      "h3: Erinne Mejia",
      "h3: Richard Taylor",
      "h3: Our purpose is to help people and organizations dream bigger, move faster, and build better tomorrows for all.",
      "h1: The Slalom experience",
      "h3: End-to-end services",
      "h3: Industry know-how",
      "h3: Exponential impact",
      "h2: Explore 2026 Outlooks",
      "h2: 2026 Tech Trends",
      "h3: New and noteworthy",
      "h3: Let’s solve together.",
      "h4: Newsroom",
      "h4: Our locations",
      "h4: Social",
      "h2: Let’s talk about your next big project."
    ]
  },
  "counts": {
    "h1": 4,
    "headings": 54,
    "links": 179,
    "inaccessibleLinks": 0,
    "buttons": 29,
    "inaccessibleButtons": 0,
    "images": 105,
    "imagesWithAlt": 73,
    "autocompleteInputs": 8,
    "inputsWithAutocomplete": 1,
    "missingAutocompleteInputs": 7
  }
}

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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of 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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

17 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.

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

50/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": "Wed, 10 Jun 2026 18:09:01 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 26
}

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.slalom.com",
        "probes": [
          {
            "name": "_index._agents.www.slalom.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.slalom.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.slalom.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "slalom.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 name="searchTerm"> is missing tool-param-description.
    • <input name="name"> is missing tool-param-description.
    • <input name="email"> is missing tool-param-description.
    • <input name="phone"> is missing tool-param-description.
    • <input name="company"> is missing tool-param-description.
    • <input name="job_title"> is missing tool-param-description.
    • <select name="country"> is missing tool-param-description.
    • <input name="city"> is missing tool-param-description.
    • <textarea name="message"> is missing tool-param-description.
    • <input name="agree_to_privacy_policy"> is missing tool-param-description.
    • <input name="emailoptin"> is missing tool-param-description.
    • <input name="form_validity"> 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": 2,
        "formsWithTags": 0,
        "totalInteractive": 212,
        "interactiveWithTags": 0,
        "totalCount": 214,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"searchTerm\"> is missing tool-param-description.",
          "<input name=\"name\"> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input name=\"phone\"> is missing tool-param-description.",
          "<input name=\"company\"> is missing tool-param-description.",
          "<input name=\"job_title\"> is missing tool-param-description.",
          "<select name=\"country\"> is missing tool-param-description.",
          "<input name=\"city\"> is missing tool-param-description.",
          "<textarea name=\"message\"> is missing tool-param-description.",
          "<input name=\"agree_to_privacy_policy\"> is missing tool-param-description.",
          "<input name=\"emailoptin\"> is missing tool-param-description.",
          "<input name=\"form_validity\"> 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": 12,
        "issues": [
          "<input name=\"searchTerm\"> is missing tool-param-description.",
          "<input name=\"name\"> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input name=\"phone\"> is missing tool-param-description.",
          "<input name=\"company\"> is missing tool-param-description.",
          "<input name=\"job_title\"> is missing tool-param-description.",
          "<select name=\"country\"> is missing tool-param-description.",
          "<input name=\"city\"> is missing tool-param-description.",
          "<textarea name=\"message\"> is missing tool-param-description.",
          "<input name=\"agree_to_privacy_policy\"> is missing tool-param-description.",
          "<input name=\"emailoptin\"> is missing tool-param-description.",
          "<input name=\"form_validity\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"searchTerm\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"name\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"phone\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"company\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"job_title\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<select name=\"country\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"city\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<textarea name=\"message\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"agree_to_privacy_policy\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"emailoptin\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"form_validity\"> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 2,
        "formsWithTags": 0,
        "totalInteractive": 212,
        "interactiveWithTags": 0,
        "totalCount": 214,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"searchTerm\"> is missing tool-param-description.",
          "<input name=\"name\"> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input name=\"phone\"> is missing tool-param-description.",
          "<input name=\"company\"> is missing tool-param-description.",
          "<input name=\"job_title\"> is missing tool-param-description.",
          "<select name=\"country\"> is missing tool-param-description.",
          "<input name=\"city\"> is missing tool-param-description.",
          "<textarea name=\"message\"> is missing tool-param-description.",
          "<input name=\"agree_to_privacy_policy\"> is missing tool-param-description.",
          "<input name=\"emailoptin\"> is missing tool-param-description.",
          "<input name=\"form_validity\"> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 2,
    "formsWithTags": 0,
    "totalInteractive": 212,
    "interactiveWithTags": 0,
    "totalCount": 214,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"searchTerm\"> is missing tool-param-description.",
      "<input name=\"name\"> is missing tool-param-description.",
      "<input name=\"email\"> is missing tool-param-description.",
      "<input name=\"phone\"> is missing tool-param-description.",
      "<input name=\"company\"> is missing tool-param-description.",
      "<input name=\"job_title\"> is missing tool-param-description.",
      "<select name=\"country\"> is missing tool-param-description.",
      "<input name=\"city\"> is missing tool-param-description.",
      "<textarea name=\"message\"> is missing tool-param-description.",
      "<input name=\"agree_to_privacy_policy\"> is missing tool-param-description.",
      "<input name=\"emailoptin\"> is missing tool-param-description.",
      "<input name=\"form_validity\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 60/100 and needs improvement.

6 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

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

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Source and trust signals scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [
    "2024-12-02",
    "2024-06-12",
    "2026-04-23",
    "2026-04-16",
    "2026-03-26",
    "2025-08-06",
    "2025-12-19",
    "2025-07-28",
    "2024-12-09",
    "2025-04-08",
    "2025-04-20",
    "2025-04-16",
    "2024-12-02",
    "2024-06-12",
    "2026-04-23",
    "2026-04-16",
    "2026-03-26",
    "2025-08-06",
    "2025-12-19",
    "2025-07-28",
    "2024-12-09",
    "2025-04-08",
    "2025-04-20",
    "2025-04-16",
    "2024-12-02",
    "2024-06-12"
  ],
  "aboutLinks": [
    {
      "href": "https://www.slalom.com/us/en/who-we-are",
      "text": "Who we are",
      "html": "<a data-cmp-clickable class=\"cmp-navigation__item-link cmp-navigation__item-link-has-dropdown\" href=\"https://www.slalom.com/us/en/who-we-are\">Who we are</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are",
      "text": "Overview",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are\">Overview</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/our-people",
      "text": "Our people",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/our-people\">Our people</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/partners",
      "text": "Our partners",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/partners\">Our partners</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/environmental-impact",
      "text": "Environmental impact",
      "html": "<a title=\"Environmental impact\" href=\"https://www.slalom.com/us/en/who-we-are/environmental-impact\">Environmental impact</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/community-impact",
      "text": "Community impact",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/community-impact\">Community impact</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are#awardsRecognition",
      "text": "Awards & recognition",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are#awardsRecognition\">Awards &amp; recognition</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/leadership",
      "text": "Our leaders",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/leadership\">Our leaders</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom",
      "text": "Newsroom",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/newsroom\">Newsroom</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations",
      "text": "Our locations",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations\">Our locations</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/australia",
      "text": "Australia",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/australia\">Australia</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#canada",
      "text": "Canada",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#canada\">Canada</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/colombia",
      "text": "Colombia",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/colombia\">Colombia</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/germany",
      "text": "Germany",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/germany\">Germany</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/dublin",
      "text": "Ireland",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/dublin\">Ireland</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/japan",
      "text": "Japan",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/japan\">Japan</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/mexico",
      "text": "Mexico",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/mexico\">Mexico</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/netherlands",
      "text": "Netherlands",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/netherlands\">Netherlands</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/new-zealand",
      "text": "New Zealand",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/new-zealand\">New Zealand</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/singapore",
      "text": "Singapore",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/singapore\">Singapore</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#united-kingdom",
      "text": "United Kingdom",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#united-kingdom\">United Kingdom</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#united-states",
      "text": "United States",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#united-states\">United States</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are",
      "text": "Learn about Slalom",
      "html": "<a id=\"button-34c86981db\" class=\"cmp-button\" aria-label=\"learn about slalom\" data-cmp-clickable data-cmp-data-layer=\"{&quot;button-34c86981db&quot;:{&quot;@type&quot;:&quot;slalom/components/button&quot;,&quot;repo:modifyDate&quot;:&quot;2026-06-09T19:58:42Z&quot;,&quot;dc:title&quot;:&quot;Learn about Slalom&quot;,&quot;xdm:linkURL&quot;:&quot;/us/en/who-we-are&quot;}}\" href=\"https://www.slalom.com/us/en/who-we-are\"> <span class=\"cmp-button__text\">Learn about Slalom</span> </a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/partners",
      "text": "Explore our partners",
      "html": "<a id=\"button-ea0200fd24\" class=\"cmp-button\" aria-label=\"Explore our partners\" data-cmp-clickable data-cmp-data-layer=\"{&quot;button-ea0200fd24&quot;:{&quot;@type&quot;:&quot;slalom/components/button&quot;,&quot;repo:modifyDate&quot;:&quot;2026-06-09T19:58:42Z&quot;,&quot;dc:title&quot;:&quot;Explore our partners&quot;,&quot;xdm:linkURL&quot;:&quot;/us/en/who-we-are/partners&quot;}}\" href=\"https://www.slalom.com/us/en/who-we-are/partners\"> <span class=\"cmp-button__text\">Explore our partners</..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year",
      "text": "Announcement Slalom Awarded 11 2024 AWS Partner Award Acknowledgments Including GenAI Consulting Partner of the Year - Global Monday, December 02, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti",
      "text": "Announcement Slalom’s Greenhouse Gas Emission Reduction Targets Approved by the Science Based Targets Initiative Wednesday, June 12, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,htt..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-q1-momentum-release",
      "text": "Announcement Slalom Builds Momentum with 2026 Tech Trends, Future of Marketing Solution, Strategic Partner Milestones, and Community Investments Thursday, April 23, 2026 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-q1-momentum-release\" target=\"_self\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 480w,h..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws",
      "text": "Announcement Slalom Signs Strategic Collaboration Agreement with AWS to Help Organizations Transform into AI-First Enterprises Thursday, April 16, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws\" target=\"_self\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms-2026",
      "text": "Announcement Forbes recognizes Slalom as a 2026 America’s Best Management Consulting Firm Thursday, March 26, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms-2026\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/forbes_2026_news..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-openai-enable-us-government",
      "text": "Announcement Slalom Collaborates with OpenAI to Enable AI Offerings for the U.S. Government Wednesday, August 06, 2025 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-openai-enable-us-government\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/two-woma..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-launches-2026-outlooks",
      "text": "Announcement Slalom Launches 2026 Industry Outlooks - Featuring Insights from Slalom Industry and AI Experts Friday, December 19, 2025 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-launches-2026-outlooks\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&a..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-addresses-legacy-tech-modernization-with-a-humorous-campa",
      "text": "Press release Slalom Addresses Legacy Tech Modernization With a Humorous Campaign Monday, July 28, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-addresses-legacy-tech-modernization-with-a-humorous-campa\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 48..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-expands-latam-reach-into-colombia",
      "text": "Announcement Slalom Expands LATAM Reach Into Colombia Monday, December 09, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-expands-latam-reach-into-colombia\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Slalom Expands LATAM Reach Into Colombia\" title=\"Slalom..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/google-cloud-ai-public-sector",
      "text": "Announcement Slalom Wins 2025 Google Cloud ​Artificial Intelligence ​Partner of the Year Award for Public Sector Tuesday, April 08, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/google-cloud-ai-public-sector\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-google-clo..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms",
      "text": "Announcement Forbes recognizes Slalom as one of America’s Best Management Consulting Firms Sunday, April 20, 2025 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/john-connors-board-directors",
      "text": "Announcement Slalom appoints tech and business executive John Connors to its Board of Directors Wednesday, April 16, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/john-connors-board-directors\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=w..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year",
      "text": "Announcement Slalom Awarded 11 2024 AWS Partner Award Acknowledgments Including GenAI Consulting Partner of the Year - Global Monday, December 02, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti",
      "text": "Announcement Slalom’s Greenhouse Gas Emission Reduction Targets Approved by the Science Based Targets Initiative Wednesday, June 12, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,htt..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-q1-momentum-release",
      "text": "Announcement Slalom Builds Momentum with 2026 Tech Trends, Future of Marketing Solution, Strategic Partner Milestones, and Community Investments Thursday, April 23, 2026 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-q1-momentum-release\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metada..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws",
      "text": "Announcement Slalom Signs Strategic Collaboration Agreement with AWS to Help Organizations Transform into AI-First Enterprises Thursday, April 16, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/s..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms-2026",
      "text": "Announcement Forbes recognizes Slalom as a 2026 America’s Best Management Consulting Firm Thursday, March 26, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms-2026\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/forbes_2026_news..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-openai-enable-us-government",
      "text": "Announcement Slalom Collaborates with OpenAI to Enable AI Offerings for the U.S. Government Wednesday, August 06, 2025 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-openai-enable-us-government\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/two-woma..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-launches-2026-outlooks",
      "text": "Announcement Slalom Launches 2026 Industry Outlooks - Featuring Insights from Slalom Industry and AI Experts Friday, December 19, 2025 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-launches-2026-outlooks\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&a..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-addresses-legacy-tech-modernization-with-a-humorous-campa",
      "text": "Press release Slalom Addresses Legacy Tech Modernization With a Humorous Campaign Monday, July 28, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-addresses-legacy-tech-modernization-with-a-humorous-campa\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 48..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-expands-latam-reach-into-colombia",
      "text": "Announcement Slalom Expands LATAM Reach Into Colombia Monday, December 09, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-expands-latam-reach-into-colombia\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Slalom Expands LATAM Reach Into Colombia\" title=\"Slalom..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/google-cloud-ai-public-sector",
      "text": "Announcement Slalom Wins 2025 Google Cloud ​Artificial Intelligence ​Partner of the Year Award for Public Sector Tuesday, April 08, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/google-cloud-ai-public-sector\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-google-clo..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms",
      "text": "Announcement Forbes recognizes Slalom as one of America’s Best Management Consulting Firms Sunday, April 20, 2025 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/john-connors-board-directors",
      "text": "Announcement Slalom appoints tech and business executive John Connors to its Board of Directors Wednesday, April 16, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/john-connors-board-directors\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=w..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year",
      "text": "Announcement Slalom Awarded 11 2024 AWS Partner Award Acknowledgments Including GenAI Consulting Partner of the Year - Global Monday, December 02, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti",
      "text": "Announcement Slalom’s Greenhouse Gas Emission Reduction Targets Approved by the Science Based Targets Initiative Wednesday, June 12, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,htt..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom",
      "text": "Visit the newsroom",
      "html": "<a id=\"button-d651ee2870\" class=\"cmp-button\" aria-label=\"Visit the newsroom\" data-cmp-clickable data-cmp-data-layer=\"{&quot;button-d651ee2870&quot;:{&quot;@type&quot;:&quot;slalom/components/button&quot;,&quot;repo:modifyDate&quot;:&quot;2026-01-28T22:37:32Z&quot;,&quot;dc:title&quot;:&quot;Visit the newsroom&quot;,&quot;xdm:linkURL&quot;:&quot;/us/en/who-we-are/newsroom&quot;}}\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom\"> <span class=\"cmp-button__text\">Visit the newsroom</span>..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/australia",
      "text": "Australia",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/australia\">Australia</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#canada",
      "text": "Canada",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#canada\">Canada</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/colombia",
      "text": "Colombia",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/colombia\">Colombia</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/germany",
      "text": "Germany",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/germany\">Germany</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/dublin",
      "text": "Ireland",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/dublin\">Ireland</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/japan",
      "text": "Japan",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/japan\">Japan</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/mexico",
      "text": "Mexico",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/mexico\">Mexico</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/netherlands",
      "text": "Netherlands",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/netherlands\">Netherlands</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/new-zealand",
      "text": "New Zealand",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/new-zealand\">New Zealand</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/singapore",
      "text": "Singapore",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/singapore\">Singapore</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#united-kingdom",
      "text": "United Kingdom",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#united-kingdom\">United Kingdom</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#united-states",
      "text": "United States",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#united-states\">United States</a>"
    },
    {
      "href": "https://www.linkedin.com/company/slalom-consulting/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/slalom-consulting/\" target=\"_blank\" rel=\"noopener noreferrer\">LinkedIn</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.slalom.com/us/en/insights/contact-center-vs-cost-center",
      "text": "Get started",
      "html": "<a href=\"https://www.slalom.com/us/en/insights/contact-center-vs-cost-center\" class=\"cmp-homepage-hero__action-link cmp-button default\" aria-label=\"Get started\" target=\"_self\" tabindex=\"-1\"> <span class=\"cmp-button__text\">Get started</span> </a>"
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart",
      "text": "Customer Story Tackling the homelessness crisis with data-driven insights Multnomah County Customer Story See how a Snowflake data mart is helping Multnomah County fight homelessness with clear insights, better services, and stronger funding. Industry group Public & social impact Industry State, provincial & local government Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplifi..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/angel-city-football-club-fan-engagement",
      "text": "Customer Story Moving beyond brand awareness to fan engagement Angel City Football Club Customer Story Understanding how and why fans engage helped Angel City Football Club create standout game-day experiences, attract new fans, and get primed to sell more tickets. Industry group Sports & live entertainment Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/angel-city-football-club-fan-engagement\" target=\"_self\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;meta..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/renown-health-access-transformation",
      "text": "Customer Story Simplifying access for over one million patients Renown Health Customer Story See how we helped Renown Health rebuild patient access, creating an experience that’s digital when you want, human when you prefer. Industry group Healthcare Industry Healthcare provider Read story 5 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/renown-health-access-transformation\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alp..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/keywords-studios-data-ai-innovation",
      "text": "Customer Story Leveling up the gaming industry with AI innovation Keywords Studios Customer Story See how a technical service leader in the video game industry turned untapped data into stronger insights, publisher support, and new levels of player engagement. Industry group Media & communications Industry Media & entertainment Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/keywords-studios-data-ai-innovation\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 480w,ht..."
    },
    {
      "href": "https://www.slalom.com/us/en/insights/contact-center-vs-cost-center",
      "text": "Article What happens when you stop treating the contact center like a cost center? Article From quick fixes to long-term value—see what happens when contact centers are built for connection, not containment. Read insight 5 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/insights/contact-center-vs-cost-center\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart",
      "text": "Customer Story Tackling the homelessness crisis with data-driven insights Multnomah County Customer Story See how a Snowflake data mart is helping Multnomah County fight homelessness with clear insights, better services, and stronger funding. Industry group Public & social impact Industry State, provincial & local government Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplifi..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/angel-city-football-club-fan-engagement",
      "text": "Customer Story Moving beyond brand awareness to fan engagement Angel City Football Club Customer Story Understanding how and why fans engage helped Angel City Football Club create standout game-day experiences, attract new fans, and get primed to sell more tickets. Industry group Sports & live entertainment Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/angel-city-football-club-fan-engagement\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/renown-health-access-transformation",
      "text": "Customer Story Simplifying access for over one million patients Renown Health Customer Story See how we helped Renown Health rebuild patient access, creating an experience that’s digital when you want, human when you prefer. Industry group Healthcare Industry Healthcare provider Read story 5 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/renown-health-access-transformation\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alp..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/keywords-studios-data-ai-innovation",
      "text": "Customer Story Leveling up the gaming industry with AI innovation Keywords Studios Customer Story See how a technical service leader in the video game industry turned untapped data into stronger insights, publisher support, and new levels of player engagement. Industry group Media & communications Industry Media & entertainment Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/keywords-studios-data-ai-innovation\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 480w,ht..."
    },
    {
      "href": "https://www.slalom.com/us/en/insights/contact-center-vs-cost-center",
      "text": "Article What happens when you stop treating the contact center like a cost center? Article From quick fixes to long-term value—see what happens when contact centers are built for connection, not containment. Read insight 5 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/insights/contact-center-vs-cost-center\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart",
      "text": "Customer Story Tackling the homelessness crisis with data-driven insights Multnomah County Customer Story See how a Snowflake data mart is helping Multnomah County fight homelessness with clear insights, better services, and stronger funding. Industry group Public & social impact Industry State, provincial & local government Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplifi..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws",
      "text": "Announcement Slalom Signs Strategic Collaboration Agreement with AWS to Help Organizations Transform into AI-First Enterprises Thursday, April 16, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws\" target=\"_self\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws",
      "text": "Announcement Slalom Signs Strategic Collaboration Agreement with AWS to Help Organizations Transform into AI-First Enterprises Thursday, April 16, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/s..."
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.slalom.com/us/en/services/privacy-security",
      "text": "Privacy & security",
      "html": "<a href=\"https://www.slalom.com/us/en/services/privacy-security\">Privacy &amp; security</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.slalom.com/us/en/legal/privacy-policy\">Privacy Policy</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/legal/terms-of-use",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.slalom.com/us/en/legal/terms-of-use\">Terms of Use</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/legal/privacy-policy",
      "text": "Privacy Policy.",
      "html": "<a href=\"https://www.slalom.com/us/en/legal/privacy-policy\">Privacy Policy.</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 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": 47,
  "passing": 7,
  "failing": [
    {
      "heading": "Search",
      "headingHtml": "<h3 class=\"cmp-title__text\">Search</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"cmp-homepage-hero__pretitle\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "The ambition to execution gap is widening",
      "headingHtml": "<h2>The ambition to execution gap is widening</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"cmp-homepage-hero__pretitle\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Slalom is a fiercely human business and technology company that leads with outcomes and partners with leaders—bringing more together.",
      "headingHtml": "<h3>Slalom is a fiercely human business and technology company that leads with outcomes and partners&#xa0;with leaders&#x2014;bringing more together.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI research & insights",
      "headingHtml": "<h2 class=\"cmp-title__text\">AI research &amp; insights</h2>",
      "firstParagraph": "Key findings from Slalom’s AI Research Report",
      "paragraphHtml": "<p>Key findings from Slalom&#x2019;s AI Research Report</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI research webinar 2026",
      "headingHtml": "<h2 class=\"cmp-title__text\">AI research webinar 2026</h2>",
      "firstParagraph": "Turn AI ambition into execution",
      "paragraphHtml": "<p>Turn AI ambition into execution</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Potential to progress",
      "headingHtml": "<h2 class=\"cmp-title__text\">Potential to progress</h2>",
      "firstParagraph": "Siemens activates AI for 30,000 software developers",
      "paragraphHtml": "<p>Siemens activates AI for 30,000 software developers</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore our stories & insights",
      "headingHtml": "<h3>Explore our stories &amp; insights&#xa0;</h3>",
      "firstParagraph": "Customer Story",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Customer Story</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tackling the homelessness crisis with data-driven insights",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>",
      "firstParagraph": "Multnomah County",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Multnomah County</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transforming clinical trials for speed, efficiency, and patient impact",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>",
      "firstParagraph": "Protas",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Protas</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Moving beyond brand awareness to fan engagement",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Moving beyond brand awareness to fan engagement</h2>",
      "firstParagraph": "Angel City Football Club",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Angel City Football Club</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why marketing is your biggest growth engine",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>",
      "firstParagraph": "Approach",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Approach</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Simplifying access for over one million patients",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Simplifying access for over one million patients</h2>",
      "firstParagraph": "Renown Health",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Renown Health</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Leveling up the gaming industry with AI innovation",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Leveling up the gaming industry with AI innovation</h2>",
      "firstParagraph": "Keywords Studios",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Keywords Studios</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "What happens when you stop treating the contact center like a cost center?",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>",
      "firstParagraph": "Article",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Article</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The adaptive era: Making long-term moves in short-term cycles",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">The adaptive era: Making long-term moves in short-term cycles</h2>",
      "firstParagraph": "Insight",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Insight</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tackling the homelessness crisis with data-driven insights",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>",
      "firstParagraph": "Multnomah County",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Multnomah County</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transforming clinical trials for speed, efficiency, and patient impact",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>",
      "firstParagraph": "Protas",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Protas</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Moving beyond brand awareness to fan engagement",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Moving beyond brand awareness to fan engagement</h2>",
      "firstParagraph": "Angel City Football Club",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Angel City Football Club</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why marketing is your biggest growth engine",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>",
      "firstParagraph": "Approach",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Approach</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Simplifying access for over one million patients",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Simplifying access for over one million patients</h2>",
      "firstParagraph": "Renown Health",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Renown Health</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Leveling up the gaming industry with AI innovation",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Leveling up the gaming industry with AI innovation</h2>",
      "firstParagraph": "Keywords Studios",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Keywords Studios</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "What happens when you stop treating the contact center like a cost center?",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>",
      "firstParagraph": "Article",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Article</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The adaptive era: Making long-term moves in short-term cycles",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">The adaptive era: Making long-term moves in short-term cycles</h2>",
      "firstParagraph": "Insight",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Insight</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tackling the homelessness crisis with data-driven insights",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>",
      "firstParagraph": "Multnomah County",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Multnomah County</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transforming clinical trials for speed, efficiency, and patient impact",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>",
      "firstParagraph": "Protas",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Protas</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "What our customers say",
      "headingHtml": "<h3>What our customers say</h3>",
      "firstParagraph": "VP, Digital Technology, IGM Financial",
      "paragraphHtml": "<p class=\"cmp-teaser__pretitle\">VP, Digital Technology, IGM Financial</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Milorad Stefanovic",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Milorad Stefanovic </h3>",
      "firstParagraph": "I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.",
      "paragraphHtml": "<p>I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Richard Taylor",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Richard Taylor </h3>",
      "firstParagraph": "Not only did Slalom help us build the foundation for one of our core enterprise goals—a holistic, well-defined culture—it informed executive conversations around strategy and fostered engagement from our teams around the world.",
      "paragraphHtml": "<p>Not only did Slalom help us build the foundation for one of our core enterprise goals&#x2014;a holistic, well-defined culture&#x2014;it informed executive conversations around strategy and fostered engagement from our teams around the world.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Milorad Stefanovic",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Milorad Stefanovic </h3>",
      "firstParagraph": "I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.",
      "paragraphHtml": "<p>I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Richard Taylor",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Richard Taylor </h3>",
      "firstParagraph": "Not only did Slalom help us build the foundation for one of our core enterprise goals—a holistic, well-defined culture—it informed executive conversations around strategy and fostered engagement from our teams around the world.",
      "paragraphHtml": "<p>Not only did Slalom help us build the foundation for one of our core enterprise goals&#x2014;a holistic, well-defined culture&#x2014;it informed executive conversations around strategy and fostered engagement from our teams around the world.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Milorad Stefanovic",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Milorad Stefanovic </h3>",
      "firstParagraph": "I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.",
      "paragraphHtml": "<p>I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Richard Taylor",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Richard Taylor </h3>",
      "firstParagraph": "Not only did Slalom help us build the foundation for one of our core enterprise goals—a holistic, well-defined culture—it informed executive conversations around strategy and fostered engagement from our teams around the world.",
      "paragraphHtml": "<p>Not only did Slalom help us build the foundation for one of our core enterprise goals&#x2014;a holistic, well-defined culture&#x2014;it informed executive conversations around strategy and fostered engagement from our teams around the world.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our purpose is to help people and organizations dream bigger, move faster, and build better tomorrows for all.",
      "headingHtml": "<h3>Our purpose is to help people and organizations dream bigger, move faster, and&#xa0;<i>build better tomorrows for all.</i></h3>",
      "firstParagraph": "Every day we bring our heads and our hearts to being a trusted copilot, respectful challenger, and unwavering champion for each of our customers.",
      "paragraphHtml": "<p>Every day we bring our heads and our hearts to being a trusted copilot, respectful challenger, and unwavering champion for each of our customers.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "End-to-end services",
      "headingHtml": "<h3>End-to-end&#xa0;<i>services</i></h3>",
      "firstParagraph": "From strategy to digital product building and beyond, we bring the right mix of services to accelerate your vision with holistic, practical solutions. We listen deeply and share our knowledge every step of the way, empowering your teams to continue the momentum after we’re gone.",
      "paragraphHtml": "<p>From strategy to digital product building and beyond, we bring the right mix of services to accelerate your vision with holistic, practical solutions. We listen deeply and share our knowledge every step of the way, empowering your teams to continue the momentum after we&#x2019;re gone.&#xa0;</p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry know-how",
      "headingHtml": "<h3>Industry&#xa0;<i>know-how</i></h3>",
      "firstParagraph": "We have rich experience and proven results in your industry. We also share insights across industries to help you uncover new opportunities to adapt and disrupt.",
      "paragraphHtml": "<p>We have rich experience and proven results in your industry. We also share insights across industries to help you uncover new opportunities to adapt and disrupt.&#xa0;</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Exponential impact",
      "headingHtml": "<h3>Exponential&#xa0;<i>impact</i></h3>",
      "firstParagraph": "Together with over 700 leading and emerging technology partners, we innovate and co-create to deliver the best ideas and solutions for you.",
      "paragraphHtml": "<p>Together with over 700 leading and emerging technology partners, we innovate and co-create to deliver the best ideas and solutions for you.&#xa0;</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore 2026 Outlooks",
      "headingHtml": "<h2>Explore 2026 Outlooks</h2>",
      "firstParagraph": "AI research",
      "paragraphHtml": "<p class=\"cmp-storylist__title\">AI research</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "New and noteworthy",
      "headingHtml": "<h3>New and <i>noteworthy</i></h3>",
      "firstParagraph": "Announcement",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Announcement</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let’s solve together.",
      "headingHtml": "<h3>Let&#x2019;s solve&#xa0;<i>together.</i></h3>",
      "firstParagraph": "Get the latest news and updates about Slalom.",
      "paragraphHtml": "<p>Get the latest news and updates about Slalom.&#xa0;</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let’s talk about your next big project.",
      "headingHtml": "<h2>Let&#x2019;s talk about your&#xa0;<i>next big project</i>.</h2>",
      "firstParagraph": "Looking for a new career?",
      "paragraphHtml": "<p><b>Looking for a new career?</b></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 60/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

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

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AEO: Answer evidence and trust scored 60/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [
    "2024-12-02",
    "2024-06-12",
    "2026-04-23",
    "2026-04-16",
    "2026-03-26",
    "2025-08-06",
    "2025-12-19",
    "2025-07-28",
    "2024-12-09",
    "2025-04-08",
    "2025-04-20",
    "2025-04-16",
    "2024-12-02",
    "2024-06-12",
    "2026-04-23",
    "2026-04-16",
    "2026-03-26",
    "2025-08-06",
    "2025-12-19",
    "2025-07-28",
    "2024-12-09",
    "2025-04-08",
    "2025-04-20",
    "2025-04-16",
    "2024-12-02",
    "2024-06-12"
  ],
  "aboutLinks": [
    {
      "href": "https://www.slalom.com/us/en/who-we-are",
      "text": "Who we are",
      "html": "<a data-cmp-clickable class=\"cmp-navigation__item-link cmp-navigation__item-link-has-dropdown\" href=\"https://www.slalom.com/us/en/who-we-are\">Who we are</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are",
      "text": "Overview",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are\">Overview</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/our-people",
      "text": "Our people",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/our-people\">Our people</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/partners",
      "text": "Our partners",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/partners\">Our partners</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/environmental-impact",
      "text": "Environmental impact",
      "html": "<a title=\"Environmental impact\" href=\"https://www.slalom.com/us/en/who-we-are/environmental-impact\">Environmental impact</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/community-impact",
      "text": "Community impact",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/community-impact\">Community impact</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are#awardsRecognition",
      "text": "Awards & recognition",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are#awardsRecognition\">Awards &amp; recognition</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/leadership",
      "text": "Our leaders",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/leadership\">Our leaders</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom",
      "text": "Newsroom",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/newsroom\">Newsroom</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations",
      "text": "Our locations",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations\">Our locations</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/australia",
      "text": "Australia",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/australia\">Australia</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#canada",
      "text": "Canada",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#canada\">Canada</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/colombia",
      "text": "Colombia",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/colombia\">Colombia</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/germany",
      "text": "Germany",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/germany\">Germany</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/dublin",
      "text": "Ireland",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/dublin\">Ireland</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/japan",
      "text": "Japan",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/japan\">Japan</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/mexico",
      "text": "Mexico",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/mexico\">Mexico</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/netherlands",
      "text": "Netherlands",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/netherlands\">Netherlands</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/new-zealand",
      "text": "New Zealand",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/new-zealand\">New Zealand</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/singapore",
      "text": "Singapore",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/singapore\">Singapore</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#united-kingdom",
      "text": "United Kingdom",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#united-kingdom\">United Kingdom</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#united-states",
      "text": "United States",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#united-states\">United States</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are",
      "text": "Learn about Slalom",
      "html": "<a id=\"button-34c86981db\" class=\"cmp-button\" aria-label=\"learn about slalom\" data-cmp-clickable data-cmp-data-layer=\"{&quot;button-34c86981db&quot;:{&quot;@type&quot;:&quot;slalom/components/button&quot;,&quot;repo:modifyDate&quot;:&quot;2026-06-09T19:58:42Z&quot;,&quot;dc:title&quot;:&quot;Learn about Slalom&quot;,&quot;xdm:linkURL&quot;:&quot;/us/en/who-we-are&quot;}}\" href=\"https://www.slalom.com/us/en/who-we-are\"> <span class=\"cmp-button__text\">Learn about Slalom</span> </a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/partners",
      "text": "Explore our partners",
      "html": "<a id=\"button-ea0200fd24\" class=\"cmp-button\" aria-label=\"Explore our partners\" data-cmp-clickable data-cmp-data-layer=\"{&quot;button-ea0200fd24&quot;:{&quot;@type&quot;:&quot;slalom/components/button&quot;,&quot;repo:modifyDate&quot;:&quot;2026-06-09T19:58:42Z&quot;,&quot;dc:title&quot;:&quot;Explore our partners&quot;,&quot;xdm:linkURL&quot;:&quot;/us/en/who-we-are/partners&quot;}}\" href=\"https://www.slalom.com/us/en/who-we-are/partners\"> <span class=\"cmp-button__text\">Explore our partners</..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year",
      "text": "Announcement Slalom Awarded 11 2024 AWS Partner Award Acknowledgments Including GenAI Consulting Partner of the Year - Global Monday, December 02, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti",
      "text": "Announcement Slalom’s Greenhouse Gas Emission Reduction Targets Approved by the Science Based Targets Initiative Wednesday, June 12, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,htt..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-q1-momentum-release",
      "text": "Announcement Slalom Builds Momentum with 2026 Tech Trends, Future of Marketing Solution, Strategic Partner Milestones, and Community Investments Thursday, April 23, 2026 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-q1-momentum-release\" target=\"_self\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 480w,h..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws",
      "text": "Announcement Slalom Signs Strategic Collaboration Agreement with AWS to Help Organizations Transform into AI-First Enterprises Thursday, April 16, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws\" target=\"_self\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms-2026",
      "text": "Announcement Forbes recognizes Slalom as a 2026 America’s Best Management Consulting Firm Thursday, March 26, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms-2026\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/forbes_2026_news..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-openai-enable-us-government",
      "text": "Announcement Slalom Collaborates with OpenAI to Enable AI Offerings for the U.S. Government Wednesday, August 06, 2025 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-openai-enable-us-government\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/two-woma..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-launches-2026-outlooks",
      "text": "Announcement Slalom Launches 2026 Industry Outlooks - Featuring Insights from Slalom Industry and AI Experts Friday, December 19, 2025 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-launches-2026-outlooks\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&a..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-addresses-legacy-tech-modernization-with-a-humorous-campa",
      "text": "Press release Slalom Addresses Legacy Tech Modernization With a Humorous Campaign Monday, July 28, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-addresses-legacy-tech-modernization-with-a-humorous-campa\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 48..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-expands-latam-reach-into-colombia",
      "text": "Announcement Slalom Expands LATAM Reach Into Colombia Monday, December 09, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-expands-latam-reach-into-colombia\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Slalom Expands LATAM Reach Into Colombia\" title=\"Slalom..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/google-cloud-ai-public-sector",
      "text": "Announcement Slalom Wins 2025 Google Cloud ​Artificial Intelligence ​Partner of the Year Award for Public Sector Tuesday, April 08, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/google-cloud-ai-public-sector\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-google-clo..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms",
      "text": "Announcement Forbes recognizes Slalom as one of America’s Best Management Consulting Firms Sunday, April 20, 2025 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/john-connors-board-directors",
      "text": "Announcement Slalom appoints tech and business executive John Connors to its Board of Directors Wednesday, April 16, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/john-connors-board-directors\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=w..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year",
      "text": "Announcement Slalom Awarded 11 2024 AWS Partner Award Acknowledgments Including GenAI Consulting Partner of the Year - Global Monday, December 02, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti",
      "text": "Announcement Slalom’s Greenhouse Gas Emission Reduction Targets Approved by the Science Based Targets Initiative Wednesday, June 12, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,htt..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-q1-momentum-release",
      "text": "Announcement Slalom Builds Momentum with 2026 Tech Trends, Future of Marketing Solution, Strategic Partner Milestones, and Community Investments Thursday, April 23, 2026 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-q1-momentum-release\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metada..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws",
      "text": "Announcement Slalom Signs Strategic Collaboration Agreement with AWS to Help Organizations Transform into AI-First Enterprises Thursday, April 16, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/s..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms-2026",
      "text": "Announcement Forbes recognizes Slalom as a 2026 America’s Best Management Consulting Firm Thursday, March 26, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms-2026\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/forbes_2026_news..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-openai-enable-us-government",
      "text": "Announcement Slalom Collaborates with OpenAI to Enable AI Offerings for the U.S. Government Wednesday, August 06, 2025 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-openai-enable-us-government\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/two-woma..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-launches-2026-outlooks",
      "text": "Announcement Slalom Launches 2026 Industry Outlooks - Featuring Insights from Slalom Industry and AI Experts Friday, December 19, 2025 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-launches-2026-outlooks\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&a..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-addresses-legacy-tech-modernization-with-a-humorous-campa",
      "text": "Press release Slalom Addresses Legacy Tech Modernization With a Humorous Campaign Monday, July 28, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-addresses-legacy-tech-modernization-with-a-humorous-campa\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 48..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-expands-latam-reach-into-colombia",
      "text": "Announcement Slalom Expands LATAM Reach Into Colombia Monday, December 09, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-expands-latam-reach-into-colombia\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Slalom Expands LATAM Reach Into Colombia\" title=\"Slalom..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/google-cloud-ai-public-sector",
      "text": "Announcement Slalom Wins 2025 Google Cloud ​Artificial Intelligence ​Partner of the Year Award for Public Sector Tuesday, April 08, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/google-cloud-ai-public-sector\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-google-clo..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms",
      "text": "Announcement Forbes recognizes Slalom as one of America’s Best Management Consulting Firms Sunday, April 20, 2025 2 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/forbes-best-management-consulting-firms\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/john-connors-board-directors",
      "text": "Announcement Slalom appoints tech and business executive John Connors to its Board of Directors Wednesday, April 16, 2025",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/john-connors-board-directors\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=w..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year",
      "text": "Announcement Slalom Awarded 11 2024 AWS Partner Award Acknowledgments Including GenAI Consulting Partner of the Year - Global Monday, December 02, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/2024-aws-partner-of-the-year\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti",
      "text": "Announcement Slalom’s Greenhouse Gas Emission Reduction Targets Approved by the Science Based Targets Initiative Wednesday, June 12, 2024",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/greehouse-gas-emission-reduction-sbti\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,htt..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom",
      "text": "Visit the newsroom",
      "html": "<a id=\"button-d651ee2870\" class=\"cmp-button\" aria-label=\"Visit the newsroom\" data-cmp-clickable data-cmp-data-layer=\"{&quot;button-d651ee2870&quot;:{&quot;@type&quot;:&quot;slalom/components/button&quot;,&quot;repo:modifyDate&quot;:&quot;2026-01-28T22:37:32Z&quot;,&quot;dc:title&quot;:&quot;Visit the newsroom&quot;,&quot;xdm:linkURL&quot;:&quot;/us/en/who-we-are/newsroom&quot;}}\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom\"> <span class=\"cmp-button__text\">Visit the newsroom</span>..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/australia",
      "text": "Australia",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/australia\">Australia</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#canada",
      "text": "Canada",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#canada\">Canada</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/colombia",
      "text": "Colombia",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/colombia\">Colombia</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/germany",
      "text": "Germany",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/germany\">Germany</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/dublin",
      "text": "Ireland",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/dublin\">Ireland</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/japan",
      "text": "Japan",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/japan\">Japan</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/mexico",
      "text": "Mexico",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/mexico\">Mexico</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/netherlands",
      "text": "Netherlands",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/netherlands\">Netherlands</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/new-zealand",
      "text": "New Zealand",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/new-zealand\">New Zealand</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations/singapore",
      "text": "Singapore",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations/singapore\">Singapore</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#united-kingdom",
      "text": "United Kingdom",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#united-kingdom\">United Kingdom</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/locations#united-states",
      "text": "United States",
      "html": "<a href=\"https://www.slalom.com/us/en/who-we-are/locations#united-states\">United States</a>"
    },
    {
      "href": "https://www.linkedin.com/company/slalom-consulting/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/slalom-consulting/\" target=\"_blank\" rel=\"noopener noreferrer\">LinkedIn</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.slalom.com/us/en/insights/contact-center-vs-cost-center",
      "text": "Get started",
      "html": "<a href=\"https://www.slalom.com/us/en/insights/contact-center-vs-cost-center\" class=\"cmp-homepage-hero__action-link cmp-button default\" aria-label=\"Get started\" target=\"_self\" tabindex=\"-1\"> <span class=\"cmp-button__text\">Get started</span> </a>"
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart",
      "text": "Customer Story Tackling the homelessness crisis with data-driven insights Multnomah County Customer Story See how a Snowflake data mart is helping Multnomah County fight homelessness with clear insights, better services, and stronger funding. Industry group Public & social impact Industry State, provincial & local government Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplifi..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/angel-city-football-club-fan-engagement",
      "text": "Customer Story Moving beyond brand awareness to fan engagement Angel City Football Club Customer Story Understanding how and why fans engage helped Angel City Football Club create standout game-day experiences, attract new fans, and get primed to sell more tickets. Industry group Sports & live entertainment Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/angel-city-football-club-fan-engagement\" target=\"_self\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;meta..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/renown-health-access-transformation",
      "text": "Customer Story Simplifying access for over one million patients Renown Health Customer Story See how we helped Renown Health rebuild patient access, creating an experience that’s digital when you want, human when you prefer. Industry group Healthcare Industry Healthcare provider Read story 5 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/renown-health-access-transformation\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alp..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/keywords-studios-data-ai-innovation",
      "text": "Customer Story Leveling up the gaming industry with AI innovation Keywords Studios Customer Story See how a technical service leader in the video game industry turned untapped data into stronger insights, publisher support, and new levels of player engagement. Industry group Media & communications Industry Media & entertainment Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/keywords-studios-data-ai-innovation\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 480w,ht..."
    },
    {
      "href": "https://www.slalom.com/us/en/insights/contact-center-vs-cost-center",
      "text": "Article What happens when you stop treating the contact center like a cost center? Article From quick fixes to long-term value—see what happens when contact centers are built for connection, not containment. Read insight 5 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/insights/contact-center-vs-cost-center\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart",
      "text": "Customer Story Tackling the homelessness crisis with data-driven insights Multnomah County Customer Story See how a Snowflake data mart is helping Multnomah County fight homelessness with clear insights, better services, and stronger funding. Industry group Public & social impact Industry State, provincial & local government Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplifi..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/angel-city-football-club-fan-engagement",
      "text": "Customer Story Moving beyond brand awareness to fan engagement Angel City Football Club Customer Story Understanding how and why fans engage helped Angel City Football Club create standout game-day experiences, attract new fans, and get primed to sell more tickets. Industry group Sports & live entertainment Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/angel-city-football-club-fan-engagement\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/renown-health-access-transformation",
      "text": "Customer Story Simplifying access for over one million patients Renown Health Customer Story See how we helped Renown Health rebuild patient access, creating an experience that’s digital when you want, human when you prefer. Industry group Healthcare Industry Healthcare provider Read story 5 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/renown-health-access-transformation\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alp..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/keywords-studios-data-ai-innovation",
      "text": "Customer Story Leveling up the gaming industry with AI innovation Keywords Studios Customer Story See how a technical service leader in the video game industry turned untapped data into stronger insights, publisher support, and new levels of player engagement. Industry group Media & communications Industry Media & entertainment Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/keywords-studios-data-ai-innovation\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 480w,ht..."
    },
    {
      "href": "https://www.slalom.com/us/en/insights/contact-center-vs-cost-center",
      "text": "Article What happens when you stop treating the contact center like a cost center? Article From quick fixes to long-term value—see what happens when contact centers are built for connection, not containment. Read insight 5 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/insights/contact-center-vs-cost-center\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-..."
    },
    {
      "href": "https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart",
      "text": "Customer Story Tackling the homelessness crisis with data-driven insights Multnomah County Customer Story See how a Snowflake data mart is helping Multnomah County fight homelessness with clear insights, better services, and stronger funding. Industry group Public & social impact Industry State, provincial & local government Read story 4 minute read",
      "html": "<a class=\"cmp-storylist__card-link\" href=\"https://www.slalom.com/us/en/customer-stories/multnomah-county-data-mart\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplifi..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws",
      "text": "Announcement Slalom Signs Strategic Collaboration Agreement with AWS to Help Organizations Transform into AI-First Enterprises Thursday, April 16, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws\" target=\"_self\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026..."
    },
    {
      "href": "https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws",
      "text": "Announcement Slalom Signs Strategic Collaboration Agreement with AWS to Help Organizations Transform into AI-First Enterprises Thursday, April 16, 2026 1 minute read",
      "html": "<a class=\"cmp-storylist__item-link\" href=\"https://www.slalom.com/us/en/who-we-are/newsroom/slalom-signs-strategic-collaboration-agreement-with-aws\" target=\"_self\" tabindex=\"-1\"> <div class=\"cmp-storylist__image\"> <img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/s..."
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.slalom.com/us/en/services/privacy-security",
      "text": "Privacy & security",
      "html": "<a href=\"https://www.slalom.com/us/en/services/privacy-security\">Privacy &amp; security</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.slalom.com/us/en/legal/privacy-policy\">Privacy Policy</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/legal/terms-of-use",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.slalom.com/us/en/legal/terms-of-use\">Terms of Use</a>"
    },
    {
      "href": "https://www.slalom.com/us/en/legal/privacy-policy",
      "text": "Privacy Policy.",
      "html": "<a href=\"https://www.slalom.com/us/en/legal/privacy-policy\">Privacy Policy.</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

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": 26,
  "questionH2s": [
    {
      "index": 9,
      "text": "Why marketing is your biggest growth engine",
      "isQuestion": true,
      "html": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>"
    },
    {
      "index": 12,
      "text": "What happens when you stop treating the contact center like a cost center?",
      "isQuestion": true,
      "html": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>"
    },
    {
      "index": 17,
      "text": "Why marketing is your biggest growth engine",
      "isQuestion": true,
      "html": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>"
    },
    {
      "index": 20,
      "text": "What happens when you stop treating the contact center like a cost center?",
      "isQuestion": true,
      "html": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

52 image(s) are missing width/height attributes. 36 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": 2721,
  "htmlBytes": 408057,
  "imagesMissingDimensions": [
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadat..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Protas Customer Story | Slalom\" title=\"Protas Customer Story | Slalom\">"
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none 480w\" alt=\"Moving beyond brand awareness to fan engagement\" title=\"Moving beyond brand awareness to fan engagement\">"
    },
    {
      "src": "/content/dam/slalom/scom-site/us/home/featured-content/insights/future-marketing-solution/Header%20image%20-%20Responsive.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/content/dam/slalom/scom-site/us/home/featured-content/insights/future-marketing-solution/Header%20image%20-%20Responsive.png\" loading=\"lazy\" srcset=\"/content/dam/slalom/scom-site/us/home/featured-content/insights/future-marketing-solution/Header%20image%20-%20Responsive.png 320w,/content/dam/slalom/scom-site/us/home/featured-content/insights/future-marketing-solution/Header%20image%20-%20Responsive.png 480w,/content/dam/slalom/scom-site/us/home/featured-content/insights/future-mark..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 800w,https://..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadat..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Protas Customer Story | Slalom\" title=\"Protas Customer Story | Slalom\">"
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/ACFC-Thumbnail-520x490?fmt=webp-alpha&amp;metadata=none 480w\" alt=\"Moving beyond brand awareness to fan engagement\" title=\"Moving beyond brand awareness to fan engagement\">"
    },
    {
      "src": "/content/dam/slalom/scom-site/us/home/featured-content/insights/future-marketing-solution/Header%20image%20-%20Responsive.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/content/dam/slalom/scom-site/us/home/featured-content/insights/future-marketing-solution/Header%20image%20-%20Responsive.png\" loading=\"lazy\" srcset=\"/content/dam/slalom/scom-site/us/home/featured-content/insights/future-marketing-solution/Header%20image%20-%20Responsive.png 320w,/content/dam/slalom/scom-site/us/home/featured-content/insights/future-marketing-solution/Header%20image%20-%20Responsive.png 480w,/content/dam/slalom/scom-site/us/home/featured-content/insights/future-mark..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/ConradBreastCenter_MGermain_28A5090_MAY2025-edited_MAY2025_ColorCorrected?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/gaming-family?fmt=webp-alpha&amp;metadata=none 800w,https://..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/CCT_ArticleRoundUp_MainImage?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/AdobeStock_243327126_EditFinal?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/amplified-MultnomahCounty-header-1300x900?fmt=webp-alpha&amp;metadat..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/2024_slalom_protas_thumb-388x490?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Protas Customer Story | Slalom\" title=\"Protas Customer Story | Slalom\">"
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20AI%20-%20Thumbnail?extend=0,0,40,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20AI%20-%20Thumbnail?extend=0,0,40,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20AI%20-%20Thumbnail?extend=0,0,40,0 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20AI%20-%20Thumbnail?extend=0,0,40,0 480w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20AI%20-%20Thumbnail?extend=0,0,40,0 600w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Financial%20Services%20-%20Thumbnail?extend=0,0,40,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Financial%20Services%20-%20Thumbnail?extend=0,0,40,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Financial%20Services%20-%20Thumbnail?extend=0,0,40,0 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Financial%20Services%20-%20Thumbnail?extend=0,0,40,0 480w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Financial%20Services%20-%20Thumbnail?extend=0,..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Government%20-%20Thumbnail?extend=0,0,40,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Government%20-%20Thumbnail?extend=0,0,40,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Government%20-%20Thumbnail?extend=0,0,40,0 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Government%20-%20Thumbnail?extend=0,0,40,0 480w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Government%20-%20Thumbnail?extend=0,0,40,0 600w,https://s7d9.scene7.com/is/i..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Healthcare%20-%20Thumbnail?extend=0,0,40,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Healthcare%20-%20Thumbnail?extend=0,0,40,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Healthcare%20-%20Thumbnail?extend=0,0,40,0 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Healthcare%20-%20Thumbnail?extend=0,0,40,0 480w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Healthcare%20-%20Thumbnail?extend=0,0,40,0 600w,https://s7d9.scene7.com/is/i..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Life%20Sciences%20-%20Thumbnail?extend=0,0,40,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Life%20Sciences%20-%20Thumbnail?extend=0,0,40,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Life%20Sciences%20-%20Thumbnail?extend=0,0,40,0 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Life%20Sciences%20-%20Thumbnail?extend=0,0,40,0 480w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Life%20Sciences%20-%20Thumbnail?extend=0,0,40,0 600w,https://..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Manufacturing%20-%20Thumbnail?extend=0,0,40,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Manufacturing%20-%20Thumbnail?extend=0,0,40,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Manufacturing%20-%20Thumbnail?extend=0,0,40,0 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Manufacturing%20-%20Thumbnail?extend=0,0,40,0 480w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Manufacturing%20-%20Thumbnail?extend=0,0,40,0 600w,https://s7d9.sce..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Media%20and%20Communications%20-%20Thumbnail?extend=0,0,40,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Media%20and%20Communications%20-%20Thumbnail?extend=0,0,40,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Media%20and%20Communications%20-%20Thumbnail?extend=0,0,40,0 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Media%20and%20Communications%20-%20Thumbnail?extend=0,0,40,0 480w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Media%20and%20Communic..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Retail%20and%20Consumer%20Goods%20-%20Thumbnail?extend=0,0,40,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Retail%20and%20Consumer%20Goods%20-%20Thumbnail?extend=0,0,40,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Retail%20and%20Consumer%20Goods%20-%20Thumbnail?extend=0,0,40,0 320w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Retail%20and%20Consumer%20Goods%20-%20Thumbnail?extend=0,0,40,0 480w,https://s7d9.scene7.com/is/image/slalom/Outlooks%202026%20-%20Retail%20and%..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x74..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 800w,https://s7d9.scene..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-al..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/forbes_2..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?f..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 800w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Slalom Expands LATAM Reach Into Colombia\" title=\"Slalom Expands LATAM Reach Into Colombia\">"
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&metadata=none&size=500,500&wid=1000&hei=700&bgc=0,0,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0 320w,https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0 480w,..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/john-con..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x74..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 800w,https://s7d9.scene..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/Slalom_OG_Image_2026?fmt=webp-al..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/slalom_aws_2026_announcement?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/forbes_2026_newsroom_image?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/forbes_2..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/two-woman-talking-under-slalom-logo?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/newsroom_outlooks_2026?f..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp-alpha&amp;metadata=none 800w,https://s7d9.scene7.com/is/image/slalom/bobs?fmt=webp..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/location-colombia-450x414?fmt=webp-alpha&amp;metadata=none 320w\" alt=\"Slalom Expands LATAM Reach Into Colombia\" title=\"Slalom Expands LATAM Reach Into Colombia\">"
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/newsroom-google-cloud-1340x740-7?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&metadata=none&size=500,500&wid=1000&hei=700&bgc=0,0,0",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0 320w,https://s7d9.scene7.com/is/image/slalom/Forbes_ABMCF2025_Logo_Square?fmt=png&amp;metadata=none&amp;size=500,500&amp;wid=1000&amp;hei=700&amp;bgc=0,0,0 480w,..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/john-connors-headshot-1200?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/john-con..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x740-3?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/newsroom-aws-1340x74..."
    },
    {
      "src": "https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&metadata=none",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none\" loading=\"lazy\" srcset=\"https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 320w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 480w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 600w,https://s7d9.scene7.com/is/image/slalom/sbti-update?fmt=webp-alpha&amp;metadata=none 800w,https://s7d9.scene..."
    }
  ],
  "possibleDialogs": [
    "<form id=\"search_form_header\" action=\"https://www.slalom.com/us/en/search\" class=\"l-modal__content--search__form s-form s-form--light cmp-search\" aria-role=\"search\" aria-label=\"site\" data-search-autocomplete-initialized=\"true\"> <span class=\"cmp-search__autocomplete\" style=\"position: relative; display: inline-block; direction: ltr;\"><input type=\"text\" aria-label=\"Search input\" name=\"searchTerm\" placeholder=\"Search stories, insights, and more\" class=\"l-modal__content--search__form__term cmp-sea...",
    "<input type=\"text\" aria-label=\"Search input\" name=\"searchTerm\" placeholder=\"Search stories, insights, and more\" class=\"l-modal__content--search__form__term cmp-search__input\" autocomplete=\"off\" spellcheck=\"false\" role=\"combobox\" aria-autocomplete=\"both\" aria-expanded=\"false\" aria-owns=\"cmp-search__autocomplete-listbox-0\" dir=\"auto\" style=\"position: relative; vertical-align: top;\">",
    "<div class=\"modal-button button cmp-button__secondary-monotone-reversed cmp-button__large aem-GridColumn--phone--none aem-GridColumn--phone--12 aem-GridColumn aem-GridColumn--default--newline aem-GridColumn--offset--phone--0 aem-GridColumn--offset--default--0 aem-GridColumn--default--2\"> <a id=\"lets_talk_button\" class=\"cmp-button\" data-cmp-clickable data-cmp-data-layer=\"{&quot;lets_talk_button&quot;:{&quot;@type&quot;:&quot;slalom/components/modal-button/v1/modal-button&quot;,&quot;repo:modif...",
    "<div class=\"modal-container container responsivegrid modal-container__video aem-GridColumn aem-GridColumn--default--12\"> <div id=\"anthem\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"anthem\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--d...",
    "<div id=\"anthem\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"anthem\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\"...",
    "<div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"> <div data-wistiaid=\"p1hmb8cfqk\" data-wistia-autoplay-enabled=\"false...",
    "<a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a>",
    "<div class=\"modal-container container responsivegrid modal-container__video aem-GridColumn aem-GridColumn--default--12\"> <div id=\"guide-dogs\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"guide-dogs\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem...",
    "<div id=\"guide-dogs\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"guide-dogs\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_...",
    "<div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"> <div data-wistiaid=\"vmt9qw5cta\" data-wistia-autoplay-enabled=\"false...",
    "<a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a>",
    "<div class=\"modal-container container responsivegrid modal-container__video aem-GridColumn aem-GridColumn--default--12\"> <div id=\"cubs\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"cubs\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--defau...",
    "<div id=\"cubs\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"cubs\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" sty...",
    "<div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"> <div data-wistiaid=\"elpmk2a718\" data-wistia-autoplay-enabled=\"false...",
    "<a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a>",
    "<div class=\"modal-container container responsivegrid modal-container__video aem-GridColumn aem-GridColumn--default--12\"> <div id=\"vml\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"vml\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default...",
    "<div id=\"vml\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"vml\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" style...",
    "<div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"> <div data-wistiaid=\"rsb4l856im\" data-wistia-autoplay-enabled=\"false...",
    "<a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a>",
    "<div class=\"modal-container container responsivegrid modal-container__video aem-GridColumn aem-GridColumn--default--12\"> <div id=\"fdem\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"fdem\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--defau...",
    "<div id=\"fdem\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"fdem\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" sty...",
    "<div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"> <div data-wistiaid=\"1geqfox9fu\" data-wistia-autoplay-enabled=\"false...",
    "<a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a>",
    "<div class=\"modal-container container responsivegrid aem-GridColumn aem-GridColumn--default--12\"> <div id=\"bobs\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"bobs video\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div cl...",
    "<div id=\"bobs\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"bobs video\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_paddin...",
    "<div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"videoplayer aem-GridColumn aem-GridColumn--default--12\"> <div class=\"wistia_responsive_padding\" style=\"padding:56.25% 0 0 0;position:relative;\"> <div data-wistiaid=\"82husg9tia\" data-wistia-autoplay-enabled=\"false...",
    "<a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a>",
    "<div class=\"modal-container container responsivegrid modal-container__lets-talk-form aem-GridColumn aem-GridColumn--default--12\"> <div id=\"lets_talk_form\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"Let&apos;s Talk Form\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"ae...",
    "<div id=\"lets_talk_form\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"Let&apos;s Talk Form\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"experiencefragment aem-GridColumn aem-GridColumn--default--12\"> <div id=\"...",
    "<div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"experiencefragment aem-GridColumn aem-GridColumn--default--12\"> <div id=\"experiencefragment-fbe521e17d\" class=\"cmp-experiencefragment cmp-experiencefragment--lets-talk\"> <div id=\"container-adf5785cd2\" class=\"cmp-...",
    "<a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a>",
    "<div class=\"modal-container container responsivegrid modal-container__social-share aem-GridColumn aem-GridColumn--default--12\"> <div id=\"shareModalFooter\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"isShare\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Gr...",
    "<div id=\"shareModalFooter\" class=\"cmp-modal-container\" aria-modal=\"true\" aria-hidden=\"true\" aria-label=\"isShare\" role=\"dialog\"> <div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"social-share aem-GridColumn aem-GridColumn--default--12\"><div class=\"cmp-social-shar...",
    "<div class=\"cmp-modal-container__content\"> <a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a> <div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12 \"> <div class=\"social-share aem-GridColumn aem-GridColumn--default--12\"><div class=\"cmp-social-share\"> <div class=\"cmp-social-share__modal-title\">Share</div> <div class=\"cmp-button__tertiary\"> <a href=\"https://www.linkedin.com/...",
    "<a aria-label=\"Close modal window\" class=\"cmp-modal-container__close cmp-modal-container__close-trigger\" tabindex=\"0\" rel=\"nofollow\"> <i class=\"ico-close-sharp\"></i> </a>",
    "<div class=\"cmp-social-share__modal-title\">Share</div>"
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

1 explanatory paragraph(s) could be stronger for citation or AI extraction.

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": [
    {
      "index": 143,
      "heading": "H3: End-to-end services",
      "text": "From strategy to digital product building and beyond, we bring the right mix of services to accelerate your vision with holistic, practical solutions. We listen deeply and share our knowledge every step of the way, empowering your teams to continue the momentum after we’re gone.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>From strategy to digital product building and beyond, we bring the right mix of services to accelerate your vision with holistic, practical solutions. We listen deeply and share our knowledge every step of the way, empowering your teams to continue the momentum after we&#x2019;re gone.&#xa0;</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

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": 47,
  "passing": 7,
  "failing": [
    {
      "heading": "Search",
      "headingHtml": "<h3 class=\"cmp-title__text\">Search</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"cmp-homepage-hero__pretitle\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "The ambition to execution gap is widening",
      "headingHtml": "<h2>The ambition to execution gap is widening</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"cmp-homepage-hero__pretitle\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Slalom is a fiercely human business and technology company that leads with outcomes and partners with leaders—bringing more together.",
      "headingHtml": "<h3>Slalom is a fiercely human business and technology company that leads with outcomes and partners&#xa0;with leaders&#x2014;bringing more together.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI research & insights",
      "headingHtml": "<h2 class=\"cmp-title__text\">AI research &amp; insights</h2>",
      "firstParagraph": "Key findings from Slalom’s AI Research Report",
      "paragraphHtml": "<p>Key findings from Slalom&#x2019;s AI Research Report</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI research webinar 2026",
      "headingHtml": "<h2 class=\"cmp-title__text\">AI research webinar 2026</h2>",
      "firstParagraph": "Turn AI ambition into execution",
      "paragraphHtml": "<p>Turn AI ambition into execution</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Potential to progress",
      "headingHtml": "<h2 class=\"cmp-title__text\">Potential to progress</h2>",
      "firstParagraph": "Siemens activates AI for 30,000 software developers",
      "paragraphHtml": "<p>Siemens activates AI for 30,000 software developers</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore our stories & insights",
      "headingHtml": "<h3>Explore our stories &amp; insights&#xa0;</h3>",
      "firstParagraph": "Customer Story",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Customer Story</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tackling the homelessness crisis with data-driven insights",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>",
      "firstParagraph": "Multnomah County",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Multnomah County</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transforming clinical trials for speed, efficiency, and patient impact",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>",
      "firstParagraph": "Protas",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Protas</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Moving beyond brand awareness to fan engagement",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Moving beyond brand awareness to fan engagement</h2>",
      "firstParagraph": "Angel City Football Club",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Angel City Football Club</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why marketing is your biggest growth engine",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>",
      "firstParagraph": "Approach",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Approach</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Simplifying access for over one million patients",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Simplifying access for over one million patients</h2>",
      "firstParagraph": "Renown Health",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Renown Health</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Leveling up the gaming industry with AI innovation",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Leveling up the gaming industry with AI innovation</h2>",
      "firstParagraph": "Keywords Studios",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Keywords Studios</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "What happens when you stop treating the contact center like a cost center?",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>",
      "firstParagraph": "Article",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Article</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The adaptive era: Making long-term moves in short-term cycles",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">The adaptive era: Making long-term moves in short-term cycles</h2>",
      "firstParagraph": "Insight",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Insight</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tackling the homelessness crisis with data-driven insights",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>",
      "firstParagraph": "Multnomah County",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Multnomah County</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transforming clinical trials for speed, efficiency, and patient impact",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>",
      "firstParagraph": "Protas",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Protas</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Moving beyond brand awareness to fan engagement",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Moving beyond brand awareness to fan engagement</h2>",
      "firstParagraph": "Angel City Football Club",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Angel City Football Club</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why marketing is your biggest growth engine",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>",
      "firstParagraph": "Approach",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Approach</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Simplifying access for over one million patients",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Simplifying access for over one million patients</h2>",
      "firstParagraph": "Renown Health",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Renown Health</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Leveling up the gaming industry with AI innovation",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Leveling up the gaming industry with AI innovation</h2>",
      "firstParagraph": "Keywords Studios",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Keywords Studios</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "What happens when you stop treating the contact center like a cost center?",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>",
      "firstParagraph": "Article",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Article</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The adaptive era: Making long-term moves in short-term cycles",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">The adaptive era: Making long-term moves in short-term cycles</h2>",
      "firstParagraph": "Insight",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Insight</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tackling the homelessness crisis with data-driven insights",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>",
      "firstParagraph": "Multnomah County",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Multnomah County</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transforming clinical trials for speed, efficiency, and patient impact",
      "headingHtml": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>",
      "firstParagraph": "Protas",
      "paragraphHtml": "<p class=\"cmp-storylist__name\">Protas</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "What our customers say",
      "headingHtml": "<h3>What our customers say</h3>",
      "firstParagraph": "VP, Digital Technology, IGM Financial",
      "paragraphHtml": "<p class=\"cmp-teaser__pretitle\">VP, Digital Technology, IGM Financial</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Milorad Stefanovic",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Milorad Stefanovic </h3>",
      "firstParagraph": "I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.",
      "paragraphHtml": "<p>I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Richard Taylor",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Richard Taylor </h3>",
      "firstParagraph": "Not only did Slalom help us build the foundation for one of our core enterprise goals—a holistic, well-defined culture—it informed executive conversations around strategy and fostered engagement from our teams around the world.",
      "paragraphHtml": "<p>Not only did Slalom help us build the foundation for one of our core enterprise goals&#x2014;a holistic, well-defined culture&#x2014;it informed executive conversations around strategy and fostered engagement from our teams around the world.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Milorad Stefanovic",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Milorad Stefanovic </h3>",
      "firstParagraph": "I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.",
      "paragraphHtml": "<p>I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Richard Taylor",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Richard Taylor </h3>",
      "firstParagraph": "Not only did Slalom help us build the foundation for one of our core enterprise goals—a holistic, well-defined culture—it informed executive conversations around strategy and fostered engagement from our teams around the world.",
      "paragraphHtml": "<p>Not only did Slalom help us build the foundation for one of our core enterprise goals&#x2014;a holistic, well-defined culture&#x2014;it informed executive conversations around strategy and fostered engagement from our teams around the world.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Milorad Stefanovic",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Milorad Stefanovic </h3>",
      "firstParagraph": "I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.",
      "paragraphHtml": "<p>I very much enjoyed partnering with the Slalom team. The mix of digital expertise, delivery focus, and client-focused culture contributed directly to our accelerated digital journey.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Richard Taylor",
      "headingHtml": "<h3 class=\"cmp-teaser__title\"> Richard Taylor </h3>",
      "firstParagraph": "Not only did Slalom help us build the foundation for one of our core enterprise goals—a holistic, well-defined culture—it informed executive conversations around strategy and fostered engagement from our teams around the world.",
      "paragraphHtml": "<p>Not only did Slalom help us build the foundation for one of our core enterprise goals&#x2014;a holistic, well-defined culture&#x2014;it informed executive conversations around strategy and fostered engagement from our teams around the world.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our purpose is to help people and organizations dream bigger, move faster, and build better tomorrows for all.",
      "headingHtml": "<h3>Our purpose is to help people and organizations dream bigger, move faster, and&#xa0;<i>build better tomorrows for all.</i></h3>",
      "firstParagraph": "Every day we bring our heads and our hearts to being a trusted copilot, respectful challenger, and unwavering champion for each of our customers.",
      "paragraphHtml": "<p>Every day we bring our heads and our hearts to being a trusted copilot, respectful challenger, and unwavering champion for each of our customers.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "End-to-end services",
      "headingHtml": "<h3>End-to-end&#xa0;<i>services</i></h3>",
      "firstParagraph": "From strategy to digital product building and beyond, we bring the right mix of services to accelerate your vision with holistic, practical solutions. We listen deeply and share our knowledge every step of the way, empowering your teams to continue the momentum after we’re gone.",
      "paragraphHtml": "<p>From strategy to digital product building and beyond, we bring the right mix of services to accelerate your vision with holistic, practical solutions. We listen deeply and share our knowledge every step of the way, empowering your teams to continue the momentum after we&#x2019;re gone.&#xa0;</p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry know-how",
      "headingHtml": "<h3>Industry&#xa0;<i>know-how</i></h3>",
      "firstParagraph": "We have rich experience and proven results in your industry. We also share insights across industries to help you uncover new opportunities to adapt and disrupt.",
      "paragraphHtml": "<p>We have rich experience and proven results in your industry. We also share insights across industries to help you uncover new opportunities to adapt and disrupt.&#xa0;</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Exponential impact",
      "headingHtml": "<h3>Exponential&#xa0;<i>impact</i></h3>",
      "firstParagraph": "Together with over 700 leading and emerging technology partners, we innovate and co-create to deliver the best ideas and solutions for you.",
      "paragraphHtml": "<p>Together with over 700 leading and emerging technology partners, we innovate and co-create to deliver the best ideas and solutions for you.&#xa0;</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore 2026 Outlooks",
      "headingHtml": "<h2>Explore 2026 Outlooks</h2>",
      "firstParagraph": "AI research",
      "paragraphHtml": "<p class=\"cmp-storylist__title\">AI research</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "New and noteworthy",
      "headingHtml": "<h3>New and <i>noteworthy</i></h3>",
      "firstParagraph": "Announcement",
      "paragraphHtml": "<p class=\"cmp-storylist__type\">Announcement</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let’s solve together.",
      "headingHtml": "<h3>Let&#x2019;s solve&#xa0;<i>together.</i></h3>",
      "firstParagraph": "Get the latest news and updates about Slalom.",
      "paragraphHtml": "<p>Get the latest news and updates about Slalom.&#xa0;</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let’s talk about your next big project.",
      "headingHtml": "<h2>Let&#x2019;s talk about your&#xa0;<i>next big project</i>.</h2>",
      "firstParagraph": "Looking for a new career?",
      "paragraphHtml": "<p><b>Looking for a new career?</b></p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

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

GEO: Entity clarity

GEO: Entity clarity scored 88/100 and needs improvement.

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: firm, motion.

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

88/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

GEO: Entity clarity scored 88/100 and needs improvement.

Evidence
{
  "title": "Business consulting firm & AI consulting firm | Slalom",
  "h1": "AI in motion",
  "description": "Slalom is a next-generation professional services & business consulting company creating value at the intersection of business, technology, and humanity.",
  "topicOverlap": 0.6,
  "topicTerms": [
    "business",
    "consulting",
    "firm",
    "slalom",
    "motion"
  ],
  "descriptionTerms": [
    "slalom",
    "next",
    "generation",
    "professional",
    "services",
    "business",
    "consulting",
    "company",
    "creating",
    "value",
    "intersection",
    "technology",
    "humanity"
  ],
  "missingFromDescription": [
    "firm",
    "motion"
  ],
  "score": 88,
  "weight": 28
}

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, 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": "The ambition to execution gap is widening",
      "html": "<h2>The ambition to execution gap is widening</h2>"
    },
    {
      "text": "AI that drives real impact",
      "html": "<h2>AI that drives <i>real impact</i></h2>"
    },
    {
      "text": "AI research & insights",
      "html": "<h2 class=\"cmp-title__text\">AI research &amp; insights</h2>"
    },
    {
      "text": "AI research webinar 2026",
      "html": "<h2 class=\"cmp-title__text\">AI research webinar 2026</h2>"
    },
    {
      "text": "Potential to progress",
      "html": "<h2 class=\"cmp-title__text\">Potential to progress</h2>"
    },
    {
      "text": "Tackling the homelessness crisis with data-driven insights",
      "html": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>"
    },
    {
      "text": "Transforming clinical trials for speed, efficiency, and patient impact",
      "html": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>"
    },
    {
      "text": "Moving beyond brand awareness to fan engagement",
      "html": "<h2 class=\"cmp-storylist__title\">Moving beyond brand awareness to fan engagement</h2>"
    },
    {
      "text": "Why marketing is your biggest growth engine",
      "html": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>"
    },
    {
      "text": "Simplifying access for over one million patients",
      "html": "<h2 class=\"cmp-storylist__title\">Simplifying access for over one million patients</h2>"
    },
    {
      "text": "Leveling up the gaming industry with AI innovation",
      "html": "<h2 class=\"cmp-storylist__title\">Leveling up the gaming industry with AI innovation</h2>"
    },
    {
      "text": "What happens when you stop treating the contact center like a cost center?",
      "html": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>"
    },
    {
      "text": "The adaptive era: Making long-term moves in short-term cycles",
      "html": "<h2 class=\"cmp-storylist__title\">The adaptive era: Making long-term moves in short-term cycles</h2>"
    },
    {
      "text": "Tackling the homelessness crisis with data-driven insights",
      "html": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>"
    },
    {
      "text": "Transforming clinical trials for speed, efficiency, and patient impact",
      "html": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>"
    },
    {
      "text": "Moving beyond brand awareness to fan engagement",
      "html": "<h2 class=\"cmp-storylist__title\">Moving beyond brand awareness to fan engagement</h2>"
    },
    {
      "text": "Why marketing is your biggest growth engine",
      "html": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>"
    },
    {
      "text": "Simplifying access for over one million patients",
      "html": "<h2 class=\"cmp-storylist__title\">Simplifying access for over one million patients</h2>"
    },
    {
      "text": "Leveling up the gaming industry with AI innovation",
      "html": "<h2 class=\"cmp-storylist__title\">Leveling up the gaming industry with AI innovation</h2>"
    },
    {
      "text": "What happens when you stop treating the contact center like a cost center?",
      "html": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>"
    },
    {
      "text": "The adaptive era: Making long-term moves in short-term cycles",
      "html": "<h2 class=\"cmp-storylist__title\">The adaptive era: Making long-term moves in short-term cycles</h2>"
    },
    {
      "text": "Tackling the homelessness crisis with data-driven insights",
      "html": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>"
    },
    {
      "text": "Transforming clinical trials for speed, efficiency, and patient impact",
      "html": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>"
    },
    {
      "text": "Explore 2026 Outlooks",
      "html": "<h2>Explore 2026 Outlooks</h2>"
    },
    {
      "text": "2026 Tech Trends",
      "html": "<h2>2026 Tech <i>Trends</i></h2>"
    },
    {
      "text": "Let’s talk about your next big project.",
      "html": "<h2>Let&#x2019;s talk about your&#xa0;<i>next big project</i>.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Business consulting firm & AI consulting firm?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Business consulting firm & AI consulting firm work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Business consulting firm & AI consulting firm?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Business consulting firm & AI consulting firm free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Business consulting firm & AI consulting firm compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Business consulting firm & AI consulting firm work?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Business consulting firm & AI consulting firm 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": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html;charset=utf-8",
            "length": 118233
          }
        ]
      },
      "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, 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": "The ambition to execution gap is widening",
      "html": "<h2>The ambition to execution gap is widening</h2>"
    },
    {
      "text": "AI that drives real impact",
      "html": "<h2>AI that drives <i>real impact</i></h2>"
    },
    {
      "text": "AI research & insights",
      "html": "<h2 class=\"cmp-title__text\">AI research &amp; insights</h2>"
    },
    {
      "text": "AI research webinar 2026",
      "html": "<h2 class=\"cmp-title__text\">AI research webinar 2026</h2>"
    },
    {
      "text": "Potential to progress",
      "html": "<h2 class=\"cmp-title__text\">Potential to progress</h2>"
    },
    {
      "text": "Tackling the homelessness crisis with data-driven insights",
      "html": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>"
    },
    {
      "text": "Transforming clinical trials for speed, efficiency, and patient impact",
      "html": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>"
    },
    {
      "text": "Moving beyond brand awareness to fan engagement",
      "html": "<h2 class=\"cmp-storylist__title\">Moving beyond brand awareness to fan engagement</h2>"
    },
    {
      "text": "Why marketing is your biggest growth engine",
      "html": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>"
    },
    {
      "text": "Simplifying access for over one million patients",
      "html": "<h2 class=\"cmp-storylist__title\">Simplifying access for over one million patients</h2>"
    },
    {
      "text": "Leveling up the gaming industry with AI innovation",
      "html": "<h2 class=\"cmp-storylist__title\">Leveling up the gaming industry with AI innovation</h2>"
    },
    {
      "text": "What happens when you stop treating the contact center like a cost center?",
      "html": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>"
    },
    {
      "text": "The adaptive era: Making long-term moves in short-term cycles",
      "html": "<h2 class=\"cmp-storylist__title\">The adaptive era: Making long-term moves in short-term cycles</h2>"
    },
    {
      "text": "Tackling the homelessness crisis with data-driven insights",
      "html": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>"
    },
    {
      "text": "Transforming clinical trials for speed, efficiency, and patient impact",
      "html": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>"
    },
    {
      "text": "Moving beyond brand awareness to fan engagement",
      "html": "<h2 class=\"cmp-storylist__title\">Moving beyond brand awareness to fan engagement</h2>"
    },
    {
      "text": "Why marketing is your biggest growth engine",
      "html": "<h2 class=\"cmp-storylist__title\">Why marketing is your biggest growth engine</h2>"
    },
    {
      "text": "Simplifying access for over one million patients",
      "html": "<h2 class=\"cmp-storylist__title\">Simplifying access for over one million patients</h2>"
    },
    {
      "text": "Leveling up the gaming industry with AI innovation",
      "html": "<h2 class=\"cmp-storylist__title\">Leveling up the gaming industry with AI innovation</h2>"
    },
    {
      "text": "What happens when you stop treating the contact center like a cost center?",
      "html": "<h2 class=\"cmp-storylist__title\">What happens when you stop treating the contact center like a cost center? </h2>"
    },
    {
      "text": "The adaptive era: Making long-term moves in short-term cycles",
      "html": "<h2 class=\"cmp-storylist__title\">The adaptive era: Making long-term moves in short-term cycles</h2>"
    },
    {
      "text": "Tackling the homelessness crisis with data-driven insights",
      "html": "<h2 class=\"cmp-storylist__title\">Tackling the homelessness crisis with data-driven insights </h2>"
    },
    {
      "text": "Transforming clinical trials for speed, efficiency, and patient impact",
      "html": "<h2 class=\"cmp-storylist__title\">Transforming clinical trials for speed, efficiency, and patient impact </h2>"
    },
    {
      "text": "Explore 2026 Outlooks",
      "html": "<h2>Explore 2026 Outlooks</h2>"
    },
    {
      "text": "2026 Tech Trends",
      "html": "<h2>2026 Tech <i>Trends</i></h2>"
    },
    {
      "text": "Let’s talk about your next big project.",
      "html": "<h2>Let&#x2019;s talk about your&#xa0;<i>next big project</i>.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Business consulting firm & AI consulting firm?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Business consulting firm & AI consulting firm work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Business consulting firm & AI consulting firm?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Business consulting firm & AI consulting firm free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Business consulting firm & AI consulting firm compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Business consulting firm & AI consulting firm work?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Business consulting firm & AI consulting firm 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 AccessibilityAccessibilityBrowser audit

Elements with visible text labels do not have matching accessible names.

100 Fail

Check name

Elements with visible text labels do not have matching accessible names.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).

Evidence
{
  "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}

Performance and AccessibilityBest PracticesBrowser audit

Issues were logged in the `Issues` panel in Chrome Devtools

100 Fail

Check name

Issues were logged in the `Issues` panel in Chrome Devtools

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Evidence
{
  "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

50 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

SEOSEOBrowser audit

Links are not crawlable

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)"
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

13 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

13 Fail

Check name

Improve image delivery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 11,373 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 11,373 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

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

Network dependency tree

13 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

13 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

2.0 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "2.0 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 2026.7729999999926
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

13 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 84 KiB

Fix guidance

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).

Evidence
{
  "displayValue": "Est savings of 84 KiB",
  "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
  "numericValue": 50
}

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 10,907 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 10,907 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

4 Fail

Check name

Loading performance

Score

69/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": "speed-index",
      "title": "Speed Index",
      "score": 14,
      "displayValue": "3.6 s",
      "numericValue": 3629.383094166281
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 75,
      "displayValue": "3.3 s",
      "numericValue": 3272.7929404663755
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 72,
      "displayValue": "180 ms",
      "numericValue": 183
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 39,
      "displayValue": "2.8 s",
      "numericValue": 2776.04157898418
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 53,
      "displayValue": "330 ms",
      "numericValue": 330.00000000000045
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 20 ms",
      "numericValue": 15
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 361.00560610315836
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "10 ms",
      "numericValue": 6.3876300000000015
    }
  ]
}

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
61/100Level 3, Bot-AwareCurrent report
slalom.com AI SEO Report: 61/100 (Level 3, Bot-Aware)