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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability46%Agent Easeof Use10%Security& Trust20%GEO, AIO, AEO74%SEO92%Performance& Accessibility67%
  • AI Discoverability 46 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 74 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 67 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Fast Company | Business News, Innovation, Technology, Work Life and Design favicon

Fast Company | Business News, Innovation, Technology, Work Life and Design

Fast Company is the world's leading progressive business media brand, with a unique editorial focus on innovation in technology, leadership, and design.

Next step

Turn this report into a fix workflow

27 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
46
Priority fix7151View details
Discoverability
57
Needs work450View details
Content Readiness
46
Priority fix271View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
74
Needs work6014
GEO Readiness
70
Needs work105
AIO Readiness
80
Mostly ready304
AEO Readiness
74
Needs work205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
67
Needs work1572View details
Performance
59
Needs work1262View details
Accessibility
81
Mostly ready310View details

Prioritized recommendations

Issues ranked by score impact

51 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": 403,
        "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": "<html lang=\"en\"><head><title>fastcompany.com</title><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style=\"margin:0\"><p id=\"cmsg\">Please enable JS and disable any ad blocker</p><script data-cfasync=\"false\">var dd={'rt':'c','cid':'AHrlqAAAAAMAkNQIfl2guDMAzr2D_g==','hsh':'8C1997293EF2C0ED8E285E1D65669F','t':'fe','qp':'','s':40801,'e':'d1f75a0632eeefad454e615d62fcacef7a8f0b9ae9a66a8d68696bfeabf6b718578059505c0bb60263743d8c57dc54e6','host':'geo.captcha-delivery.com','cookie':'9HBmVvnw1aZ8AB4Wh_h7QVW9TlvQ0YwQ2846_i2t4FXIFG9JUbynxdzkYtp8v9lyBFYDNe2hCu5GoHu3lJSwSob89T94Gf8EQiRZrw0MG25Ic7a~reqzezZzxgBGCcQO'}</script><script data-cfasync=\"false\" src=\"https://ct.captcha-delivery.com/c.js\"></script></body></html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

50 Fail

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
}

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<!DOCTYPE html>\n<html  lang=\"en\">\n  <head>\n    <title data-react-helmet=\"true\"> | Fast Company</title>\n    <meta data-react-helmet=\"true\" charset=\"utf-8\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><meta data-react-helmet=\"true\" http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Find the latest undefined news from Fast company. See related business and technology articles, photos, slideshows and videos.\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"article\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\" | Fast Company"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 403,
            "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": "<html lang=\"en\"><head><title>fastcompany.com</title><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style=\"margin:0\"><p id=\"cmsg\">Please enable JS and disable any ad blocker</p><script data-cfasync=\"false\">var dd={'rt':'c','cid':'AHrlqAAAAAMAoGXfdq4ncl0Azr2D_g==','hsh':'8C1997293EF2C0ED8E285E1D65669F','t':'fe','qp':'','s':40801,'e':'da48b3142f4dc1b56a29f6caf3da3aaa6b146a33c253e3464041b3e445a68319d43b9cb64102fe6d192ae8d3b901387b','host':'geo.captcha-delivery.com','cookie':'R~7yFrSRp4ekTA6ok57Pn2t2dzSacUaypgOk4nyU13ATV2N19zqaJ_xMGMDkQR2E6zjhYCDoAkKzYhfHCzYWssfCs4ZPe1vQ3VSJQrYDj9ZZEI3bnPoVm7pBDXzs387A'}</script><script data-cfasync=\"false\" src=\"https://ct.captcha-delivery.com/c.js\"></script></body></html>"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n<!DOCTYPE html>\n<html  lang=\"en\">\n  <head>\n    <title data-react-helmet=\"true\"> | Fast Company</title>\n    <meta data-react-helmet=\"true\" charset=\"utf-8\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><meta data-react-helmet=\"true\" http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Find the latest undefined news from Fast company. See related business and technology articles, photos, slideshows and videos.\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"article\"/><meta data-react-helmet=\"true\" property=\"og:title\" content=\" | Fast Company"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 403,
            "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": "<html lang=\"en\"><head><title>fastcompany.com</title><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style=\"margin:0\"><p id=\"cmsg\">Please enable JS and disable any ad blocker</p><script data-cfasync=\"false\">var dd={'rt':'c','cid':'AHrlqAAAAAMA5zibzY8ed8QAzr2D_g==','hsh':'8C1997293EF2C0ED8E285E1D65669F','t':'fe','qp':'','s':40801,'e':'71b3199698e48b14ba516c94eaff8fdb09e53d7579f0e1bda5913464a452f220fbc82aca9d056de9747bdb80511971cc','host':'geo.captcha-delivery.com','cookie':'_b8XydyXOTiq8m_nxeEUzX2T7WjrPeMARxl3xyS~6_0YIZYA8yQ9m82bYUHjOlrKzx_DvDD~mI4e15VIG5e1vCkvTu_Rzxn0mmc1eqC_899c2JEDTVLyLALVuaHnC_QC'}</script><script data-cfasync=\"false\" src=\"https://ct.captcha-delivery.com/c.js\"></script></body></html>"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0t1et0tty8o9s.js\"/><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/10qd__0r7a~.l.js\" async=\"\"></script><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0gayc1buxh1k5.js\" async=\"\"></script><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0g1s2r920wn95.js\" async=\"\"></script><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0.0tc.tr9d6b7.js\" async=\"\"></script><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0pqt~8bl3ukh4.js\" async=\"\"></script><script src=\"ht"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html id=\"__next_error__\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0t1et0tty8o9s.js\"/><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/10qd__0r7a~.l.js\" async=\"\"></script><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0gayc1buxh1k5.js\" async=\"\"></script><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0g1s2r920wn95.js\" async=\"\"></script><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0.0tc.tr9d6b7.js\" async=\"\"></script><script src=\"https://fe-assets.mansueto.com/fc/_next/static/chunks/0pqt~8bl3ukh4.js\" async=\"\"></script><script src=\"ht"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n<!DOCTYPE html>\n<html  lang=\"en\">\n  <head>\n    <title data-react-helmet=\"true\"></title>\n    <meta data-react-helmet=\"true\" charset=\"utf-8\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><meta data-react-helmet=\"true\" http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/><meta data-react-helmet=\"true\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0\"/><meta data-react-helmet=\"true\" name=\"description\" content=\"Fast Company is the world&#x27;s leading progressive business media brand, with a unique editorial focus on innovation in technology, leadership, and design.\"/><meta data-react-helmet=\"true\" property=\"og:type\" content=\"article\"/><meta data-react-helmet=\"true\" property=\"og:title\" content="
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

50 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 403,
            "contentType": "text/html;charset=utf-8",
            "length": 775
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

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": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

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": [
    "BreadcrumbList",
    "ImageObject",
    "Organization",
    "WebPage",
    "WebSite"
  ]
}

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": [
          {
            "url": "https://fe-assets.mansueto.com",
            "rel": "preconnect"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 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": 1566772
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1566596
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1566465
          }
        ]
      },
      "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".

33 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": 1552531
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1566465
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1566772
          }
        ]
      },
      "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".

33 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": 1566245
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1553343
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 1552531
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "frame-ancestors 'self' https://*.fastcompany.com https://*.inc.com https://*.mansueto.com;"
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

25 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Require HTTPS for repeat visits with Strict-Transport-Security.

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": null
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

llms.txt failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 403,
            "contentType": "text/html;charset=utf-8",
            "length": 775
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 403,
            "contentType": "text/html;charset=utf-8",
            "length": 775
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

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 "(none)".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 403,
        "contentType": "text/html;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": ""
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 50,
        "excerpt": "<html lang=\"en\"><head><title>fastcompany.com</title><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style=\"margin:0\"><p id=\"cmsg\">Please enable JS and disable any ad blocker</p",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

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

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <nav> landmark; invalid h1 (found 0); skipped heading levels; 3 links missing accessible names.

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": false,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a id=\"HPPremiumVerticalVideoTitle\" href></a>",
      "<a id=\"HPPremiumVerticalVideoTitle\" href></a>",
      "<a href=\"/podcasts\" class=\"h-[100px] w-[100px] shrink-0\"><img alt loading=\"lazy\" width=\"675\" height=\"675\" decoding=\"async\" data-nimg=\"1\" class=\"h-full w-full\" style=\"color:transparent\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_750,q_auto/wp-cms-2/2025/03/BNW_3000x3000.jpg 1x, https://images.fastcompany.com/image/upload/f_webp,c_fit,w_1920,q_auto/wp-cms-2/2025/03/BNW_3000x3000.jpg 2x\" src=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_1920,q_auto/wp-cms-2/202"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h4: Most Read ↓",
      "h2: Burnout isn't about working too much",
      "h2: The end of the 'good enough' worker",
      "h2: A trip to the center of Knicks merch mania",
      "h2: How housing market inventory is shifting across every state",
      "h4: Subscriber Exclusives",
      "h4: Subscriber Exclusives",
      "h2: The new rules of work: Multigenerational workplaces in the Gen Z era",
      "h2: Brands, beware! Microdramas just might be the next metaverse",
      "h2: The Obama Presidential Center is more than its granite tower",
      "h2: Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "h2: Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "h2: AG1’s green with envy over the gummy-ification of wellness",
      "h2: Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "h2: Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "h2: Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "h2: Strategies you should steal from the Most Innovative Companies",
      "h2: Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "h2: ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "h2: Design enters its frenemies era",
      "h2: The AI productivity playbook: tips and tools for you",
      "h2: Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "h2: Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "h2: Seize the year: Staying positive while influencing change",
      "h2: 'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "h2: Anduril isn’t just building the future of warfare; it’s redesigning it",
      "h2: The middle manager’s AI survival guide",
      "h4: Subscriber Exclusives",
      "h2: The new rules of work: Multigenerational workplaces in the Gen Z era",
      "h2: Brands, beware! Microdramas just might be the next metaverse",
      "h2: The Obama Presidential Center is more than its granite tower",
      "h2: Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "h2: Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "h2: AG1’s green with envy over the gummy-ification of wellness",
      "h2: Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "h2: Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "h2: Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "h2: Strategies you should steal from the Most Innovative Companies",
      "h2: Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "h2: ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "h2: Design enters its frenemies era",
      "h2: The AI productivity playbook: tips and tools for you",
      "h2: Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "h2: Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "h2: Seize the year: Staying positive while influencing change",
      "h2: 'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "h2: Anduril isn’t just building the future of warfare; it’s redesigning it",
      "h2: The middle manager’s AI survival guide",
      "h2: Latest Podcast",
      "h4: Most Innovative Companies",
      "h4: Innovation By Design",
      "h4: World Changing Ideas",
      "h4: Best Workplaces for Innovators",
      "h4: Technology↓",
      "h3: Artificial Intelligence",
      "h3: Energy",
      "h3: EVs/Transportation",
      "h3: Innovation",
      "h3: Internet Culture",
      "h3: Security",
      "h3: Social Media",
      "h4: Design↓",
      "h3: Architecture",
      "h3: Branding",
      "h3: Fashion",
      "h3: Marketing",
      "h3: Product Design",
      "h3: Retail",
      "h3: User Experience",
      "h4: News↓",
      "h3: Business",
      "h3: Climate Change",
      "h3: Food",
      "h3: Entertainment",
      "h3: Health",
      "h3: Housing Market",
      "h3: Politics",
      "h4: Work Life↓",
      "h3: Careers",
      "h3: Emotional Intelligence",
      "h3: DEI",
      "h3: Future of Work",
      "h3: Labor",
      "h3: Health Care",
      "h3: Productivity",
      "h4: Lists↓",
      "h3: Best Workplaces for Innovators",
      "h3: Brands That Matter",
      "h3: Innovation By Design",
      "h3: Most Innovative Companies",
      "h3: Next Big Things in Tech",
      "h3: World Changing Ideas",
      "h3: Ignition Schools",
      "h4: Leadership↓",
      "h3: Modern CEO",
      "h3: AI at Work",
      "h3: Hiring",
      "h4: More↓",
      "h3: Games",
      "h3: Events",
      "h3: Video",
      "h3: Podcasts",
      "h3: Advertise",
      "h3: Careers",
      "h3: Subscribe",
      "h3: Privacy Policy",
      "h3: Notice of Collection",
      "h3: Permissions",
      "h3: Help Center",
      "h3: About Us",
      "h3: Press",
      "h3: Sitemap"
    ]
  },
  "counts": {
    "h1": 0,
    "headings": 112,
    "links": 241,
    "inaccessibleLinks": 3,
    "buttons": 15,
    "inaccessibleButtons": 0,
    "images": 102,
    "imagesWithAlt": 102,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

X-Content-Type-Options is missing or incomplete.

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

X-Content-Type-Options is missing or incomplete.

02

Why it matters

X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

X-Content-Type-Options is missing or incomplete.

Evidence
{
  "header": "x-content-type-options",
  "value": null
}

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

    DNSSEC material was not visible for the hostname or parent zone from this resolver.

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.fastcompany.com",
        "probes": [
          {
            "name": "_index._agents.www.fastcompany.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.fastcompany.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.fastcompany.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "fastcompany.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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

6 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header.

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

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2024-10-15T21:42:32+00:00",
    "2024-10-01T00:27:51+00:00"
  ],
  "metaDateCount": 1,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

5 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": [
    "2024-10-01T00:27:51+00:00",
    "2024-10-15T21:42:32+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.fastcompany.com/apply/next-big-things-in-tech?utm_source=fcwebsite&utm_medium=onsite&utm_campaign=NBTT",
      "text": "Next Big Things in Tech Awards Final Deadline This Friday, 6/12",
      "html": "<a href=\"https://www.fastcompany.com/apply/next-big-things-in-tech?utm_source=fcwebsite&amp;utm_medium=onsite&amp;utm_campaign=NBTT\" target=\"_blank\" class=\"text-[13px] leading-[15px] transition-opacity duration-500\" style=\"color:#ffffff;opacity:100\">Next Big Things in Tech Awards Final Deadline This Friday, 6/12</a>"
    },
    {
      "href": "https://www.fastcompany.com",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com\"><img alt=\"Fast company logo\" loading=\"eager\" width=\"160\" height=\"25\" decoding=\"async\" data-nimg=\"1\" class=\"py-2 max-lg:w-[120px]\" style=\"color:transparent\" src=\"/_public/fc_logo.svg\"></a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "News",
      "html": "<a href=\"https://www.fastcompany.com/news\" target=\"_self\" rel>News</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "Tech",
      "html": "<a href=\"https://www.fastcompany.com/technology\" target=\"_self\" rel>Tech</a>"
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "Design",
      "html": "<a href=\"https://www.fastcompany.com/co-design\" target=\"_self\" rel>Design</a>"
    },
    {
      "href": "https://www.fastcompany.com/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.fastcompany.com/leadership\" target=\"_self\" rel>Leadership</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "Work Life",
      "html": "<a href=\"https://www.fastcompany.com/work-life\" target=\"_self\" rel>Work Life</a>"
    },
    {
      "href": "https://www.fastcompany.com/most-innovative-companies/list",
      "text": "Most Innovative Companies",
      "html": "<a href=\"https://www.fastcompany.com/most-innovative-companies/list\" target=\"_self\" rel>Most Innovative Companies</a>"
    },
    {
      "href": "https://www.fastcompany.com/games",
      "text": "Games",
      "html": "<a href=\"https://www.fastcompany.com/games\" target=\"_self\" rel>Games</a>"
    },
    {
      "href": "https://www.fastcompany.com/videos",
      "text": "Video",
      "html": "<a href=\"https://www.fastcompany.com/videos\" target=\"_self\" rel>Video</a>"
    },
    {
      "href": "https://www.fastcompany.com/fcw/ibm",
      "text": "IBM",
      "html": "<a class=\"line-clamp-1\" href=\"https://www.fastcompany.com/fcw/ibm\">IBM</a>"
    },
    {
      "href": "https://www.fastcompany.com/fcw/texas-am-university",
      "text": "Texas A&M University",
      "html": "<a class=\"line-clamp-1\" href=\"https://www.fastcompany.com/fcw/texas-am-university\">Texas A&amp;M University</a>"
    },
    {
      "href": "https://www.fastcompany.com/91554638/crypto-crashing-why-bitcoin-price-dropping-btc-selloff",
      "text": "CRYPTO CRASH",
      "html": "<a id=\"HPlatest-topics-1\" class=\"font-centra border text-xs font-bold uppercase tracking-widest whitespace-nowrap transition-colors duration-100 ease-in-out hover:bg-[#777777] hover:text-white text-primary-dark rounded-[18px] p-3 leading-[12px] sm:ml-0\" href=\"https://www.fastcompany.com/91554638/crypto-crashing-why-bitcoin-price-dropping-btc-selloff\" target=\"_blank\" aria-label=\"Explore more posts related to CRYPTO CRASH\">CRYPTO CRASH</a>"
    },
    {
      "href": "https://www.fastcompany.com/91553396/the-knicks-are-printing-money-during-their-historic-playoff-run",
      "text": "NBA FINALS",
      "html": "<a id=\"HPlatest-topics-2\" class=\"font-centra border text-xs font-bold uppercase tracking-widest whitespace-nowrap transition-colors duration-100 ease-in-out hover:bg-[#777777] hover:text-white text-primary-dark rounded-[18px] p-3 leading-[12px] sm:ml-0\" href=\"https://www.fastcompany.com/91553396/the-knicks-are-printing-money-during-their-historic-playoff-run\" target=\"_blank\" aria-label=\"Explore more posts related to NBA FINALS\">NBA FINALS</a>"
    },
    {
      "href": "https://www.fastcompany.com/91555398/apple-wwdc-2026-live-stream-today-time-zones-keynotes-how-to-watch",
      "text": "WWDC 2026",
      "html": "<a id=\"HPlatest-topics-3\" class=\"font-centra border text-xs font-bold uppercase tracking-widest whitespace-nowrap transition-colors duration-100 ease-in-out hover:bg-[#777777] hover:text-white text-primary-dark rounded-[18px] p-3 leading-[12px] sm:ml-0\" href=\"https://www.fastcompany.com/91555398/apple-wwdc-2026-live-stream-today-time-zones-keynotes-how-to-watch\" target=\"_blank\" aria-label=\"Explore more posts related to WWDC 2026\">WWDC 2026</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "/91549343/lego-leader-talks-about-the-power-of-solution-diversity",
      "text": "A Lego leader talks about the power of ‘solution diversity’In business (and business school), it’s critical to approach a problem from multiple perspectives.",
      "html": "<a id=\"HPLeftTop3\" href=\"/91549343/lego-leader-talks-about-the-power-of-solution-diversity\" aria-label=\"card link\"><div class=\"font-centra text-left font-bold text-black text-[14px] leading-[16px] md:text-[20px] md:leading-[22px]\" aria-label=\"Card title\">A Lego leader talks about the power of &#x2018;solution diversity&#x2019;</div><p class=\"font-tiempos text-primary-dark mt-1 text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">In business (and busi..."
    },
    {
      "href": "https://www.fastcompany.com/leadership",
      "text": "LEADERSHIP",
      "html": "<a class href=\"https://www.fastcompany.com/leadership\" target=\"_blank\">LEADERSHIP</a>"
    },
    {
      "href": "https://www.fastcompany.com/91552466/burnout-isnt-about-working-too-much",
      "text": "Burnout isn't about working too much",
      "html": "<a id=\"HPMostRead1\" href=\"https://www.fastcompany.com/91552466/burnout-isnt-about-working-too-much\"><div class=\"mt-2 flex justify-between gap-4\"><h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">Burnout isn&apos;t about working too much</h2><div class=\"relative aspect-[16/9] flex-[0_0_120px] md:flex-[0_0_318px] lg:flex-[0_0_120px]\"><div class=\"relative\"><img alt=\"recommender-article-image\" loading=\"lazy\" width..."
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/91555561/the-end-of-the-good-enough-worker",
      "text": "The end of the 'good enough' worker",
      "html": "<a id=\"HPMostRead2\" href=\"https://www.fastcompany.com/91555561/the-end-of-the-good-enough-worker\"><div class=\"mt-2 flex justify-between gap-4\"><h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">The end of the &apos;good enough&apos; worker</h2><div class=\"relative aspect-[16/9] flex-[0_0_120px] md:flex-[0_0_318px] lg:flex-[0_0_120px]\"><div class=\"relative\"><img alt=\"recommender-article-image\" loading=\"lazy\" wid..."
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "https://www.fastcompany.com/91555586/a-trip-to-the-center-of-knicks-merch-mania",
      "text": "A trip to the center of Knicks merch mania",
      "html": "<a id=\"HPMostRead3\" href=\"https://www.fastcompany.com/91555586/a-trip-to-the-center-of-knicks-merch-mania\"><div class=\"mt-2 flex justify-between gap-4\"><h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">A trip to the center of Knicks merch mania</h2><div class=\"relative aspect-[16/9] flex-[0_0_120px] md:flex-[0_0_318px] lg:flex-[0_0_120px]\"><div class=\"relative\"><img alt=\"recommender-article-image\" loading=\"laz..."
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/91555759/housing-market-inventory-shifting-across-every-state",
      "text": "How housing market inventory is shifting across every state",
      "html": "<a id=\"HPMostRead4\" href=\"https://www.fastcompany.com/91555759/housing-market-inventory-shifting-across-every-state\"><div class=\"mt-2 flex justify-between gap-4\"><h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">How housing market inventory is shifting across every state</h2><div class=\"relative aspect-[16/9] flex-[0_0_120px] md:flex-[0_0_318px] lg:flex-[0_0_120px]\"><div class=\"relative\"><img alt=\"recommender-..."
    },
    {
      "href": "https://www.fastcompany.com/91550744/the-new-rules-of-work-multigenerational-workplaces-in-the-gen-z-era",
      "text": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "html": "<a id=\"HPPremiumLatestArticle1\" href=\"https://www.fastcompany.com/91550744/the-new-rules-of-work-multigenerational-workplaces-in-the-gen-z-era\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,..."
    },
    {
      "href": "https://www.fastcompany.com/91543096/microdramas-just-might-be-the-next-metaverse",
      "text": "Brands, beware! Microdramas just might be the next metaverse",
      "html": "<a id=\"HPPremiumLatestArticle2\" href=\"https://www.fastcompany.com/91543096/microdramas-just-might-be-the-next-metaverse\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05..."
    },
    {
      "href": "https://www.fastcompany.com/91551931/obama-presidential-center-more-than-its-granite-tower",
      "text": "The Obama Presidential Center is more than its granite tower",
      "html": "<a id=\"HPPremiumLatestArticle3\" href=\"https://www.fastcompany.com/91551931/obama-presidential-center-more-than-its-granite-tower\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-..."
    },
    {
      "href": "https://www.fastcompany.com/91548707/uber-robotaxi-strategy-dara-khosrowshahi",
      "text": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "html": "<a id=\"HPPremiumLatestArticle4\" href=\"https://www.fastcompany.com/91548707/uber-robotaxi-strategy-dara-khosrowshahi\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/06/p-9..."
    },
    {
      "href": "https://www.fastcompany.com/91550093/alice-walton-crystal-bridges-expansion-bentonville",
      "text": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "html": "<a id=\"HPPremiumLatestArticle5\" href=\"https://www.fastcompany.com/91550093/alice-walton-crystal-bridges-expansion-bentonville\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2..."
    },
    {
      "href": "https://www.fastcompany.com/91538779/ag1s-green-with-envy-over-the-gummy-ification-of-wellness",
      "text": "AG1’s green with envy over the gummy-ification of wellness",
      "html": "<a id=\"HPPremiumLatestArticle6\" href=\"https://www.fastcompany.com/91538779/ag1s-green-with-envy-over-the-gummy-ification-of-wellness\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-..."
    },
    {
      "href": "https://www.fastcompany.com/91545980/the-sneaky-ways-companies-punish-employees-who-take-parental-leave",
      "text": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "html": "<a id=\"HPPremiumLatestArticle7\" href=\"https://www.fastcompany.com/91545980/the-sneaky-ways-companies-punish-employees-who-take-parental-leave\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q..."
    },
    {
      "href": "https://www.fastcompany.com/91543560/luckin-coffee-mixue-chinese-fast-food-chain-america-u-s-customers-starbucks-mcdonalds",
      "text": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "html": "<a id=\"HPPremiumLatestArticle8\" href=\"https://www.fastcompany.com/91543560/luckin-coffee-mixue-chinese-fast-food-chain-america-u-s-customers-starbucks-mcdonalds\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/..."
    },
    {
      "href": "https://www.fastcompany.com/91541720/corporate-america-is-crushing-senior-level-mothers",
      "text": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "html": "<a id=\"HPPremiumLatestArticle9\" href=\"https://www.fastcompany.com/91541720/corporate-america-is-crushing-senior-level-mothers\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2..."
    },
    {
      "href": "https://www.fastcompany.com/91541106/strategies-you-should-steal-from-the-most-innovative-companies",
      "text": "Strategies you should steal from the Most Innovative Companies",
      "html": "<a id=\"HPPremiumLatestArticle10\" href=\"https://www.fastcompany.com/91541106/strategies-you-should-steal-from-the-most-innovative-companies\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_au..."
    },
    {
      "href": "https://www.fastcompany.com/91512780/apple-vp-of-marketing-tor-myhren-10-years",
      "text": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "html": "<a id=\"HPPremiumLatestArticle11\" href=\"https://www.fastcompany.com/91512780/apple-vp-of-marketing-tor-myhren-10-years\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05/p..."
    },
    {
      "href": "https://www.fastcompany.com/91540111/servicenows-bill-mcdermott-insists-silicon-valley-is-getting-enterprise-ai-wrong",
      "text": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "html": "<a id=\"HPPremiumLatestArticle12\" href=\"https://www.fastcompany.com/91540111/servicenows-bill-mcdermott-insists-silicon-valley-is-getting-enterprise-ai-wrong\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_we..."
    },
    {
      "href": "https://www.fastcompany.com/91538439/design-enters-its-frenemies-era",
      "text": "Design enters its frenemies era",
      "html": "<a id=\"HPPremiumLatestArticle13\" href=\"https://www.fastcompany.com/91538439/design-enters-its-frenemies-era\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05/p-1-9153843..."
    },
    {
      "href": "https://www.fastcompany.com/91538545/the-ai-productivity-playbook-tips-and-tools-for-you",
      "text": "The AI productivity playbook: tips and tools for you",
      "html": "<a id=\"HPPremiumLatestArticle14\" href=\"https://www.fastcompany.com/91538545/the-ai-productivity-playbook-tips-and-tools-for-you\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2..."
    },
    {
      "href": "https://www.fastcompany.com/91533534/shop-til-you-bot-google-openai-and-the-race-to-build-agentic-commerce",
      "text": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "html": "<a id=\"HPPremiumLatestArticle15\" href=\"https://www.fastcompany.com/91533534/shop-til-you-bot-google-openai-and-the-race-to-build-agentic-commerce\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_..."
    },
    {
      "href": "https://www.fastcompany.com/91534619/data-centers-are-breaking-the-electric-grid-meet-the-6-billion-startup-and-its-genius-ceo-solving-the-problem",
      "text": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "html": "<a id=\"HPPremiumLatestArticle16\" href=\"https://www.fastcompany.com/91534619/data-centers-are-breaking-the-electric-grid-meet-the-6-billion-startup-and-its-genius-ceo-solving-the-problem\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fast..."
    },
    {
      "href": "https://www.fastcompany.com/91531749/seize-the-year-staying-positive-while-influencing-change",
      "text": "Seize the year: Staying positive while influencing change",
      "html": "<a id=\"HPPremiumLatestArticle17\" href=\"https://www.fastcompany.com/91531749/seize-the-year-staying-positive-while-influencing-change\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-..."
    },
    {
      "href": "https://www.fastcompany.com/91533114/why-trumps-eeoc-campaign-to-make-dei-d-i-e-is-aimed-at-nike",
      "text": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "html": "<a id=\"HPPremiumLatestArticle18\" href=\"https://www.fastcompany.com/91533114/why-trumps-eeoc-campaign-to-make-dei-d-i-e-is-aimed-at-nike\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/..."
    },
    {
      "href": "https://www.fastcompany.com/91527326/anduril-redesigning-future-of-warfare",
      "text": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "html": "<a id=\"HPPremiumLatestArticle19\" href=\"https://www.fastcompany.com/91527326/anduril-redesigning-future-of-warfare\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/04/13-91..."
    },
    {
      "href": "https://www.fastcompany.com/91531056/the-middle-managers-ai-survival-guide",
      "text": "The middle manager’s AI survival guide",
      "html": "<a id=\"HPPremiumLatestArticle20\" href=\"https://www.fastcompany.com/91531056/the-middle-managers-ai-survival-guide\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/04/p-2-9..."
    },
    {
      "href": "https://www.fastcompany.com/fcw/solidigm",
      "text": "FAST COMPANY CUSTOM STUDIO",
      "html": "<a href=\"https://www.fastcompany.com/fcw/solidigm\" class=\"flex flex-row gap-[8px]\"><p class=\"font-centra text-primary-dark flex items-center text-left text-[13px] font-bold leading-[13px] tracking-[1.82px] sm:text-[13px] sm:leading-[14px] sm:tracking-[1.4px]\"><span class>FAST COMPANY CUSTOM STUDIO<!-- --> </span></p></a>"
    },
    {
      "href": "https://www.fastcompany.com/fcw/solidigm",
      "text": "Solidigm",
      "html": "<a href=\"https://www.fastcompany.com/fcw/solidigm\" class=\"underline\">Solidigm</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "/91555784/bending-spoons-ipo-sec-s1-filing-mysterious-vimeo-aol-eventbrite-owner-files-for-stock-market-debut",
      "text": "Bending Spoons IPO: Mysterious owner of Vimeo, AOL, and Eventbrite files for stock market debutThe Milan-based company is somewhat secretive, but owns several high-profile brands—and brought in revenue of $1.31 billion in 2025.",
      "html": "<a id=\"HPTopRow2\" href=\"/91555784/bending-spoons-ipo-sec-s1-filing-mysterious-vimeo-aol-eventbrite-owner-files-for-stock-market-debut\" aria-label=\"card link\" class=\"flex gap-5 lg:flex-col\"><div class=\"relative min-w-[120px] max-w-[120px] md:max-w-none md:flex-[1]\"><img alt=\"Bending Spoons IPO: Mysterious owner of Vimeo, AOL, and Eventbrite files for stock market debut\" loading=\"lazy\" width=\"0\" height=\"0\" decoding=\"async\" data-nimg=\"1\" class=\"aspect-video w-full\" style=\"color:transparent\" size..."
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/91550744/the-new-rules-of-work-multigenerational-workplaces-in-the-gen-z-era",
      "text": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "html": "<a id=\"HPPremiumLatestArticle1\" href=\"https://www.fastcompany.com/91550744/the-new-rules-of-work-multigenerational-workplaces-in-the-gen-z-era\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,..."
    },
    {
      "href": "https://www.fastcompany.com/91543096/microdramas-just-might-be-the-next-metaverse",
      "text": "Brands, beware! Microdramas just might be the next metaverse",
      "html": "<a id=\"HPPremiumLatestArticle2\" href=\"https://www.fastcompany.com/91543096/microdramas-just-might-be-the-next-metaverse\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05..."
    },
    {
      "href": "https://www.fastcompany.com/91551931/obama-presidential-center-more-than-its-granite-tower",
      "text": "The Obama Presidential Center is more than its granite tower",
      "html": "<a id=\"HPPremiumLatestArticle3\" href=\"https://www.fastcompany.com/91551931/obama-presidential-center-more-than-its-granite-tower\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-..."
    },
    {
      "href": "https://www.fastcompany.com/91548707/uber-robotaxi-strategy-dara-khosrowshahi",
      "text": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "html": "<a id=\"HPPremiumLatestArticle4\" href=\"https://www.fastcompany.com/91548707/uber-robotaxi-strategy-dara-khosrowshahi\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/06/p-9..."
    },
    {
      "href": "https://www.fastcompany.com/91550093/alice-walton-crystal-bridges-expansion-bentonville",
      "text": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "html": "<a id=\"HPPremiumLatestArticle5\" href=\"https://www.fastcompany.com/91550093/alice-walton-crystal-bridges-expansion-bentonville\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2..."
    },
    {
      "href": "https://www.fastcompany.com/91538779/ag1s-green-with-envy-over-the-gummy-ification-of-wellness",
      "text": "AG1’s green with envy over the gummy-ification of wellness",
      "html": "<a id=\"HPPremiumLatestArticle6\" href=\"https://www.fastcompany.com/91538779/ag1s-green-with-envy-over-the-gummy-ification-of-wellness\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-..."
    },
    {
      "href": "https://www.fastcompany.com/91545980/the-sneaky-ways-companies-punish-employees-who-take-parental-leave",
      "text": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "html": "<a id=\"HPPremiumLatestArticle7\" href=\"https://www.fastcompany.com/91545980/the-sneaky-ways-companies-punish-employees-who-take-parental-leave\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q..."
    },
    {
      "href": "https://www.fastcompany.com/91543560/luckin-coffee-mixue-chinese-fast-food-chain-america-u-s-customers-starbucks-mcdonalds",
      "text": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "html": "<a id=\"HPPremiumLatestArticle8\" href=\"https://www.fastcompany.com/91543560/luckin-coffee-mixue-chinese-fast-food-chain-america-u-s-customers-starbucks-mcdonalds\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/..."
    },
    {
      "href": "https://www.fastcompany.com/91541720/corporate-america-is-crushing-senior-level-mothers",
      "text": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "html": "<a id=\"HPPremiumLatestArticle9\" href=\"https://www.fastcompany.com/91541720/corporate-america-is-crushing-senior-level-mothers\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2..."
    },
    {
      "href": "https://www.fastcompany.com/91541106/strategies-you-should-steal-from-the-most-innovative-companies",
      "text": "Strategies you should steal from the Most Innovative Companies",
      "html": "<a id=\"HPPremiumLatestArticle10\" href=\"https://www.fastcompany.com/91541106/strategies-you-should-steal-from-the-most-innovative-companies\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_au..."
    },
    {
      "href": "https://www.fastcompany.com/91512780/apple-vp-of-marketing-tor-myhren-10-years",
      "text": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "html": "<a id=\"HPPremiumLatestArticle11\" href=\"https://www.fastcompany.com/91512780/apple-vp-of-marketing-tor-myhren-10-years\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05/p..."
    },
    {
      "href": "https://www.fastcompany.com/91540111/servicenows-bill-mcdermott-insists-silicon-valley-is-getting-enterprise-ai-wrong",
      "text": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "html": "<a id=\"HPPremiumLatestArticle12\" href=\"https://www.fastcompany.com/91540111/servicenows-bill-mcdermott-insists-silicon-valley-is-getting-enterprise-ai-wrong\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_we..."
    },
    {
      "href": "https://www.fastcompany.com/91538439/design-enters-its-frenemies-era",
      "text": "Design enters its frenemies era",
      "html": "<a id=\"HPPremiumLatestArticle13\" href=\"https://www.fastcompany.com/91538439/design-enters-its-frenemies-era\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05/p-1-9153843..."
    },
    {
      "href": "https://www.fastcompany.com/91538545/the-ai-productivity-playbook-tips-and-tools-for-you",
      "text": "The AI productivity playbook: tips and tools for you",
      "html": "<a id=\"HPPremiumLatestArticle14\" href=\"https://www.fastcompany.com/91538545/the-ai-productivity-playbook-tips-and-tools-for-you\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2..."
    },
    {
      "href": "https://www.fastcompany.com/91533534/shop-til-you-bot-google-openai-and-the-race-to-build-agentic-commerce",
      "text": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "html": "<a id=\"HPPremiumLatestArticle15\" href=\"https://www.fastcompany.com/91533534/shop-til-you-bot-google-openai-and-the-race-to-build-agentic-commerce\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_..."
    },
    {
      "href": "https://www.fastcompany.com/91534619/data-centers-are-breaking-the-electric-grid-meet-the-6-billion-startup-and-its-genius-ceo-solving-the-problem",
      "text": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "html": "<a id=\"HPPremiumLatestArticle16\" href=\"https://www.fastcompany.com/91534619/data-centers-are-breaking-the-electric-grid-meet-the-6-billion-startup-and-its-genius-ceo-solving-the-problem\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fast..."
    },
    {
      "href": "https://www.fastcompany.com/91531749/seize-the-year-staying-positive-while-influencing-change",
      "text": "Seize the year: Staying positive while influencing change",
      "html": "<a id=\"HPPremiumLatestArticle17\" href=\"https://www.fastcompany.com/91531749/seize-the-year-staying-positive-while-influencing-change\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-..."
    },
    {
      "href": "https://www.fastcompany.com/91533114/why-trumps-eeoc-campaign-to-make-dei-d-i-e-is-aimed-at-nike",
      "text": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "html": "<a id=\"HPPremiumLatestArticle18\" href=\"https://www.fastcompany.com/91533114/why-trumps-eeoc-campaign-to-make-dei-d-i-e-is-aimed-at-nike\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/..."
    },
    {
      "href": "https://www.fastcompany.com/91527326/anduril-redesigning-future-of-warfare",
      "text": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "html": "<a id=\"HPPremiumLatestArticle19\" href=\"https://www.fastcompany.com/91527326/anduril-redesigning-future-of-warfare\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/04/13-91..."
    },
    {
      "href": "https://www.fastcompany.com/91531056/the-middle-managers-ai-survival-guide",
      "text": "The middle manager’s AI survival guide",
      "html": "<a id=\"HPPremiumLatestArticle20\" href=\"https://www.fastcompany.com/91531056/the-middle-managers-ai-survival-guide\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/04/p-2-9..."
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/impact-council",
      "text": "IMPACT COUNCIL",
      "html": "<a class href=\"https://www.fastcompany.com/section/impact-council\" target=\"_blank\">IMPACT COUNCIL</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/impact-council",
      "text": "IMPACT COUNCIL",
      "html": "<a class href=\"https://www.fastcompany.com/section/impact-council\" target=\"_blank\">IMPACT COUNCIL</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/leadership",
      "text": "LEADERSHIP",
      "html": "<a class href=\"https://www.fastcompany.com/leadership\" target=\"_blank\">LEADERSHIP</a>"
    },
    {
      "href": "/91552466/burnout-isnt-about-working-too-much",
      "text": "Burnout isn't about working too muchBurnout is often treated as a time-management problem. More often, it stems from organizational failures.",
      "html": "<a href=\"/91552466/burnout-isnt-about-working-too-much\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">Burnout isn&apos;t about working too much</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">Burnout is often treated as a time..."
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "/91555496/penn-station-is-about-to-be-a-lot-more-pleasant",
      "text": "Penn Station is about to be a lot more pleasantThe architects at PAU and HOK share more details on the roomier, brighter train station.",
      "html": "<a href=\"/91555496/penn-station-is-about-to-be-a-lot-more-pleasant\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">Penn Station is about to be a lot more pleasant</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">The architects a..."
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/impact-council",
      "text": "IMPACT COUNCIL",
      "html": "<a class href=\"https://www.fastcompany.com/section/impact-council\" target=\"_blank\">IMPACT COUNCIL</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "/91555429/new-poll-reveals-americans-feeling-about-u-s-250th-birthday-approaches",
      "text": "This new poll reveals how Americans are feeling about the U.S. as its 250th birthday approachesA survey by The Associated Press-NORC Center for Public Affairs Research shows about 25% of Americans think the U.S. is exceptional.",
      "html": "<a href=\"/91555429/new-poll-reveals-americans-feeling-about-u-s-250th-birthday-approaches\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">This new poll reveals how Americans are feeling about the U.S. as its 250th birthday approaches</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-..."
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/fast-company-executive-board",
      "text": "FAST COMPANY EXECUTIVE BOARD",
      "html": "<a class href=\"https://www.fastcompany.com/fast-company-executive-board\" target=\"_blank\">FAST COMPANY EXECUTIVE BOARD</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/fast-company-executive-board",
      "text": "FAST COMPANY EXECUTIVE BOARD",
      "html": "<a class href=\"https://www.fastcompany.com/fast-company-executive-board\" target=\"_blank\">FAST COMPANY EXECUTIVE BOARD</a>"
    },
    {
      "href": "/91554771/how-to-delegate-without-losing-control-of-your-business",
      "text": "How to delegate without losing control of your businessFocus on things only you can do, to add the most value to the company.",
      "html": "<a href=\"/91554771/how-to-delegate-without-losing-control-of-your-business\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">How to delegate without losing control of your business</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">..."
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/ask-the-experts",
      "text": "ASK THE EXPERTS",
      "html": "<a class href=\"https://www.fastcompany.com/section/ask-the-experts\" target=\"_blank\">ASK THE EXPERTS</a>"
    },
    {
      "href": "/91542467/the-leadership-crisis-nobody-is-talking-about-when-high-performers-lose-themselves-in-the-job-leadership-burnout-performance",
      "text": "The leadership crisis nobody is talking about: why your high performers might be your most vulnerable employeesMany accomplished leaders lack the foundation to sustain long-term performance.",
      "html": "<a href=\"/91542467/the-leadership-crisis-nobody-is-talking-about-when-high-performers-lose-themselves-in-the-job-leadership-burnout-performance\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">The leadership crisis nobody is talking about: why your high performers might be your most vulnerable employees</span><p class=\"fo..."
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/modern-ceo",
      "text": "MODERN CEO",
      "html": "<a class href=\"https://www.fastcompany.com/section/modern-ceo\" target=\"_blank\">MODERN CEO</a>"
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "/91551774/alamo-drafthouse-ceo-phone-ordering-policy",
      "text": "Alamo Drafthouse CEO clears the air on that controversial new phone policyAlamo Drafthouse loyalists are upset over a move to a digital ordering system, but the company says it's on track to have its best year for box office revenue since 2019.",
      "html": "<a href=\"/91551774/alamo-drafthouse-ceo-phone-ordering-policy\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">Alamo Drafthouse CEO clears the air on that controversial new phone policy</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card descrip..."
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "https://www.fastcompany.com/leadership",
      "text": "LEADERSHIP",
      "html": "<a class href=\"https://www.fastcompany.com/leadership\" target=\"_blank\">LEADERSHIP</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/most-innovative-companies/list",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com/most-innovative-companies/list\" aria-label=\"Icon link\"><svg width=\"44\" height=\"65\" class=\"w-[60px]\" aria-label=\"MIC logo icon\"><use href=\"/_public/sprite.svg?v=21#mic-logo\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/most-innovative-companies/list",
      "text": "Most Innovative Companies",
      "html": "<a href=\"https://www.fastcompany.com/most-innovative-companies/list\" aria-label=\"Title link\"><h4 class=\"font-centra flex items-center justify-center whitespace-pre-wrap text-[20px] font-bold leading-[22px]\">Most Innovative Companies</h4></a>"
    },
    {
      "href": "https://www.fastcompany.com/innovation-by-design/list",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com/innovation-by-design/list\" aria-label=\"Icon link\"><svg width=\"51\" height=\"51\" class=\"w-[60px]\" aria-label=\"IBD logo icon\"><use href=\"/_public/sprite.svg?v=21#ibd-logo\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/innovation-by-design/list",
      "text": "Innovation By Design",
      "html": "<a href=\"https://www.fastcompany.com/innovation-by-design/list\" aria-label=\"Title link\"><h4 class=\"font-centra flex items-center justify-center whitespace-pre-wrap text-[20px] font-bold leading-[22px]\">Innovation By Design</h4></a>"
    },
    {
      "href": "https://www.fastcompany.com/world-changing-ideas/list",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com/world-changing-ideas/list\" aria-label=\"Icon link\"><svg width=\"61\" height=\"61\" class=\"w-[60px]\" aria-label=\"WCI logo icon\"><use href=\"/_public/sprite.svg?v=21#wci-logo\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/world-changing-ideas/list",
      "text": "World Changing Ideas",
      "html": "<a href=\"https://www.fastcompany.com/world-changing-ideas/list\" aria-label=\"Title link\"><h4 class=\"font-centra flex items-center justify-center whitespace-pre-wrap text-[20px] font-bold leading-[22px]\">World Changing Ideas</h4></a>"
    },
    {
      "href": "https://www.fastcompany.com/best-workplaces-for-innovators/list",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com/best-workplaces-for-innovators/list\" aria-label=\"Icon link\"><svg width=\"71\" height=\"90\" class=\"w-[60px]\" aria-label=\"BWI logo icon\"><use href=\"/_public/sprite.svg?v=21#bwi-logo\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/best-workplaces-for-innovators/list",
      "text": "Best Workplaces for Innovators",
      "html": "<a href=\"https://www.fastcompany.com/best-workplaces-for-innovators/list\" aria-label=\"Title link\"><h4 class=\"font-centra flex items-center justify-center whitespace-pre-wrap text-[20px] font-bold leading-[22px]\">Best Workplaces for Innovators</h4></a>"
    },
    {
      "href": "https://www.fastcompany.com/lists",
      "text": "See All Lists",
      "html": "<a class=\"max-w-[300px]\" href=\"https://www.fastcompany.com/lists\" target=\"_blank\" rel=\"noopener noreferrer\"><button class=\"bg-accessiblegray font-centra mt-6 rounded-[3px] pb-4 pl-8 pr-8 pt-4 text-[13px] font-bold uppercase leading-[13px] tracking-[1.5px] text-white hover:bg-[#808080]\">See All Lists</button></a>"
    },
    {
      "href": "https://www.fastcompany.com/best-workplaces-for-innovators/list",
      "text": "Best Workplaces for Innovators",
      "html": "<a href=\"https://www.fastcompany.com/best-workplaces-for-innovators/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Best Workplaces for Innovators</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/brands-that-matter/list",
      "text": "Brands That Matter",
      "html": "<a href=\"https://www.fastcompany.com/brands-that-matter/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Brands That Matter</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/innovation-by-design/list",
      "text": "Innovation By Design",
      "html": "<a href=\"https://www.fastcompany.com/innovation-by-design/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Innovation By Design</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/most-innovative-companies/list",
      "text": "Most Innovative Companies",
      "html": "<a href=\"https://www.fastcompany.com/most-innovative-companies/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Most Innovative Companies</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/next-big-things-in-tech/list",
      "text": "Next Big Things in Tech",
      "html": "<a href=\"https://www.fastcompany.com/next-big-things-in-tech/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Next Big Things in Tech</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/world-changing-ideas/list",
      "text": "World Changing Ideas",
      "html": "<a href=\"https://www.fastcompany.com/world-changing-ideas/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">World Changing Ideas</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/section/ignition-schools",
      "text": "Ignition Schools",
      "html": "<a href=\"https://www.fastcompany.com/section/ignition-schools\"><h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Ignition Schools</h3></a>"
    },
    {
      "href": "https://www.instagram.com/FastCompany/",
      "text": "",
      "html": "<a href=\"https://www.instagram.com/FastCompany/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"instagram\"><svg width=\"16\" height=\"16\" class=\"\" aria-label=\"Instagram icon\"><use href=\"/_public/sprite.svg?v=21#instagram\"/></svg></a>"
    },
    {
      "href": "https://www.linkedin.com/company/fast-company",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/fast-company\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"linkedin\"><svg width=\"16\" height=\"16\" class=\"\" aria-label=\"Linkedin icon\"><use href=\"/_public/sprite.svg?v=21#linkedin\"/></svg></a>"
    },
    {
      "href": "https://www.youtube.com/user/FastCompany",
      "text": "",
      "html": "<a href=\"https://www.youtube.com/user/FastCompany\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"youtube\"><svg width=\"16\" height=\"12\" class=\"h-4\" aria-label=\"Youtube icon\"><use href=\"/_public/sprite.svg?v=21#youtube\"/></svg></a>"
    },
    {
      "href": "https://www.tiktok.com/@fastcompany",
      "text": "",
      "html": "<a href=\"https://www.tiktok.com/@fastcompany\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Tiktok\"><svg width=\"15\" height=\"15\" class=\"fill-black\" aria-label=\"Tiktok icon\"><use href=\"/_public/sprite.svg?v=21#tiktok\"/></svg></a>"
    },
    {
      "href": "https://bsky.app/profile/fastcompany.com",
      "text": "",
      "html": "<a href=\"https://bsky.app/profile/fastcompany.com\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Bluesky\"><svg width=\"17\" height=\"16\" class=\"\" aria-label=\"Bluesky icon\"><use href=\"/_public/sprite.svg?v=21#bluesky-black\"/></svg></a>"
    },
    {
      "href": "https://www.facebook.com/FastCompany/",
      "text": "",
      "html": "<a href=\"https://www.facebook.com/FastCompany/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"facebook\"><svg width=\"10\" height=\"16\" class=\"\" aria-label=\"Facebook icon\"><use href=\"/_public/sprite.svg?v=21#facebook\"/></svg></a>"
    },
    {
      "href": "https://twitter.com/fastcompany",
      "text": "",
      "html": "<a href=\"https://twitter.com/fastcompany\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"x\"><svg width=\"15\" height=\"15\" class=\"\" aria-label=\"Twitter icon\"><use href=\"/_public/sprite.svg?v=21#x\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/90516811/fast-company-mediakit",
      "text": "Advertise",
      "html": "<a href=\"https://www.fastcompany.com/90516811/fast-company-mediakit\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Advertise</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/subscribe?itm_source=footer&itm_medium=button&itm_campaign=bottom",
      "text": "Subscribe",
      "html": "<a href=\"https://www.fastcompany.com/subscribe?itm_source=footer&amp;itm_medium=button&amp;itm_campaign=bottom\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Subscribe</h3></a>"
    },
    {
      "href": "https://kudos.fastcompany.com/",
      "text": "Permissions",
      "html": "<a href=\"https://kudos.fastcompany.com/\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Permissions</h3></a>"
    },
    {
      "href": "https://fastcompany.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://fastcompany.zendesk.com/hc/en-us\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Help Center</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.fastcompany.com/about-us\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">About Us</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/sitemap",
      "text": "Sitemap",
      "html": "<a href=\"https://www.fastcompany.com/sitemap\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Sitemap</h3></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/91528322/rethinking-how-ai-remembers",
      "text": "Rethinking how AI remembersHow a storage breakthrough is helping to solve the memory bottleneck",
      "html": "<a id=\"HPFC\" href=\"/91528322/rethinking-how-ai-remembers\" aria-label=\"card link\" class=\"flex gap-5 lg:flex-col\"><div class=\"relative min-w-[120px] max-w-[120px] md:max-w-none md:flex-[1]\"><img alt=\"Rethinking how AI remembers\" loading=\"lazy\" width=\"0\" height=\"0\" decoding=\"async\" data-nimg=\"1\" class=\"aspect-video w-full\" style=\"color:transparent\" sizes=\"(max-width: 639px) 120px, (max-width: 767px) 50vw, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_384,q_auto/wp-cms..."
    },
    {
      "href": "/91552288/when-comp-etence-becomes-liability",
      "text": "When competence becomes a liabilityAre you trapped by the very qualities that help you succeed?",
      "html": "<a id=\"HPTopRow3\" href=\"/91552288/when-comp-etence-becomes-liability\" aria-label=\"card link\" class=\"flex gap-5 lg:flex-col\"><div class=\"relative min-w-[120px] max-w-[120px] md:max-w-none md:flex-[1]\"><img alt=\"When competence becomes a liability\" loading=\"lazy\" width=\"0\" height=\"0\" decoding=\"async\" data-nimg=\"1\" class=\"aspect-video w-full\" style=\"color:transparent\" sizes=\"(max-width: 639px) 120px, (max-width: 767px) 50vw, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit..."
    },
    {
      "href": "/91554969/how-to-ace-your-summer-internship",
      "text": "How to ace your summer internshipFrom learning workplace norms to spotting opportunities others miss, these strategies can help you make a lasting impression.",
      "html": "<a href=\"/91554969/how-to-ace-your-summer-internship\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">How to ace your summer internship</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">From learning workplace norms to spotting op..."
    },
    {
      "href": "https://fastcompany.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://fastcompany.zendesk.com/hc/en-us\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Help Center</h3></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.mansueto.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mansueto.com/privacy-policy/\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Privacy Policy</h3></a>"
    },
    {
      "href": "https://www.mansueto.com/privacy-policy/#collection",
      "text": "Notice of Collection",
      "html": "<a href=\"https://www.mansueto.com/privacy-policy/#collection\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Notice of Collection</h3></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

97 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": 97,
  "passing": 0,
  "failing": [
    {
      "heading": "Burnout isn't about working too much",
      "headingHtml": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">Burnout isn&apos;t about working too much</h2>",
      "firstParagraph": "2",
      "paragraphHtml": "<p class=\"font-gt-america text-primary ml-[8px] mr-[8px] text-[32px] font-[275] leading-[24px]\"> <!-- -->2<!-- --> </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The end of the 'good enough' worker",
      "headingHtml": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">The end of the &apos;good enough&apos; worker</h2>",
      "firstParagraph": "3",
      "paragraphHtml": "<p class=\"font-gt-america text-primary ml-[8px] mr-[8px] text-[32px] font-[275] leading-[24px]\"> <!-- -->3<!-- --> </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "A trip to the center of Knicks merch mania",
      "headingHtml": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">A trip to the center of Knicks merch mania</h2>",
      "firstParagraph": "4",
      "paragraphHtml": "<p class=\"font-gt-america text-primary ml-[8px] mr-[8px] text-[32px] font-[275] leading-[24px]\"> <!-- -->4<!-- --> </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How housing market inventory is shifting across every state",
      "headingHtml": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">How housing market inventory is shifting across every state</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The new rules of work: Multigenerational workplaces in the Gen Z era</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Brands, beware! Microdramas just might be the next metaverse",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Brands, beware! Microdramas just might be the next metaverse</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Obama Presidential Center is more than its granite tower",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The Obama Presidential Center is more than its granite tower</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Inside Uber&apos;s strategy to avoid a head-on collision with autonomous cars</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AG1’s green with envy over the gummy-ification of wellness",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">AG1&#x2019;s green with envy over the gummy-ification of wellness</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Punished for parental leave: How generous leave policies can be a trap for working mothers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Corporate America is crushing senior-level mothers. Here&#x2019;s how they&#x2019;re coping</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Strategies you should steal from the Most Innovative Companies",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Strategies you should steal from the Most Innovative Companies</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Tor Myhren speaks! Apple&#x2019;s marketing man on a decade of shepherding the world&#x2019;s most sterling brand (exclusive)</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Design enters its frenemies era",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Design enters its frenemies era</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The AI productivity playbook: tips and tools for you",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The AI productivity playbook: tips and tools for you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Shop &apos;til you bot: Google, OpenAI, and the race to build agentic commerce</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Data centers are breaking the electric grid. Meet the &#x24;6 billion startup and its visionary CEO solving the problem</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seize the year: Staying positive while influencing change",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Seize the year: Staying positive while influencing change</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">&apos;The biggest game Nike is ever going to play&apos;: The anti-white discrimination case that could change DEI forever</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Anduril isn&#x2019;t just building the future of warfare; it&#x2019;s redesigning it</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The middle manager’s AI survival guide",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The middle manager&#x2019;s AI survival guide</h2>",
      "firstParagraph": "FAST COMPANY CUSTOM STUDIO",
      "paragraphHtml": "<p class=\"font-centra text-primary-dark flex items-center text-left text-[13px] font-bold leading-[13px] tracking-[1.82px] sm:text-[13px] sm:leading-[14px] sm:tracking-[1.4px]\"><span class>FAST COMPANY CUSTOM STUDIO<!-- --> </span></p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The new rules of work: Multigenerational workplaces in the Gen Z era</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Brands, beware! Microdramas just might be the next metaverse",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Brands, beware! Microdramas just might be the next metaverse</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Obama Presidential Center is more than its granite tower",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The Obama Presidential Center is more than its granite tower</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Inside Uber&apos;s strategy to avoid a head-on collision with autonomous cars</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AG1’s green with envy over the gummy-ification of wellness",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">AG1&#x2019;s green with envy over the gummy-ification of wellness</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Punished for parental leave: How generous leave policies can be a trap for working mothers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Corporate America is crushing senior-level mothers. Here&#x2019;s how they&#x2019;re coping</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Strategies you should steal from the Most Innovative Companies",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Strategies you should steal from the Most Innovative Companies</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Tor Myhren speaks! Apple&#x2019;s marketing man on a decade of shepherding the world&#x2019;s most sterling brand (exclusive)</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Design enters its frenemies era",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Design enters its frenemies era</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The AI productivity playbook: tips and tools for you",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The AI productivity playbook: tips and tools for you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Shop &apos;til you bot: Google, OpenAI, and the race to build agentic commerce</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Data centers are breaking the electric grid. Meet the &#x24;6 billion startup and its visionary CEO solving the problem</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seize the year: Staying positive while influencing change",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Seize the year: Staying positive while influencing change</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">&apos;The biggest game Nike is ever going to play&apos;: The anti-white discrimination case that could change DEI forever</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Anduril isn&#x2019;t just building the future of warfare; it&#x2019;s redesigning it</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The middle manager’s AI survival guide",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The middle manager&#x2019;s AI survival guide</h2>",
      "firstParagraph": "WORK LIFE",
      "paragraphHtml": "<p class=\"font-centra text-primary-dark flex items-center text-left text-[13px] font-bold leading-[14px] tracking-[1.4px]\"><a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a></p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest Podcast",
      "headingHtml": "<h2 class=\"text-[28px] font-bold leading-[21px]\">Latest Podcast</h2>",
      "firstParagraph": "Brand New World",
      "paragraphHtml": "<p class=\"text-[14px] font-bold leading-[16px]\">Brand New World</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Artificial Intelligence",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Artificial Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Energy",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Energy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EVs/Transportation",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">EVs/Transportation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Innovation",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Innovation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Internet Culture",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Internet Culture</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Security",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Security</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Social Media",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Social Media</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Architecture",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Architecture</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Branding",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Branding</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fashion",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Fashion</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Marketing",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Marketing</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Product Design",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Product Design</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Retail",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Retail</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "User Experience",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">User Experience</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Business",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Business</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Climate Change",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Climate Change</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Food",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Food</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Entertainment",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Entertainment</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Health",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Health</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Housing Market",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Housing Market</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Politics",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Politics</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Careers",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Careers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Emotional Intelligence",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Emotional Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "DEI",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">DEI</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Future of Work",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Future of Work</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Labor",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Labor</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Health Care",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Health Care</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Productivity",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Productivity</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Best Workplaces for Innovators",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Best Workplaces for Innovators</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Brands That Matter",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Brands That Matter</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Innovation By Design",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Innovation By Design</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Most Innovative Companies",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Most Innovative Companies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Next Big Things in Tech",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Next Big Things in Tech</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "World Changing Ideas",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">World Changing Ideas</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ignition Schools",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Ignition Schools</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Modern CEO",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Modern CEO</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI at Work",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">AI at Work</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hiring",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Hiring</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Games",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Games</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Events",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Events</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Video",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Video</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Podcasts",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Podcasts</h3>",
      "firstParagraph": "Fast Company & Inc © 2026 Mansueto Ventures, LLC",
      "paragraphHtml": "<p class=\"font-centra text-center text-[12px] leading-4\">Fast Company &amp; Inc &#xa9; <!-- -->2026<!-- --> Mansueto Ventures, LLC</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Advertise",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Advertise</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Careers",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Careers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Subscribe",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Subscribe</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Privacy Policy",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Privacy Policy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Notice of Collection",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Notice of Collection</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Permissions",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Permissions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Help Center",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Help Center</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "About Us",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">About Us</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Press",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Press</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sitemap",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Sitemap</h3>",
      "firstParagraph": "Fastcompany.com adheres to NewsGuard’s nine standards of credibility and transparency. Learn More",
      "paragraphHtml": "<p class=\"font-centra text-center text-[12px] leading-4\">Fastcompany.com adheres to NewsGuard&#x2019;s nine standards of credibility and transparency.<!-- --> <a class=\"underline\" href=\"https://www.newsguardtech.com/ratings/rating-process-criteria/\">Learn More</a></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: AI crawler accessibility

GEO: AI crawler accessibility scored 55/100 and needs improvement.

4 Warning

Needs attention

GEO: AI crawler accessibility

Warning
01

Issue

robots.txt blocks these AI crawlers: gptbot.

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: AI crawler accessibility

Score

55/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: AI crawler accessibility scored 55/100 and needs improvement.

Evidence
{
  "textWords": 2227,
  "htmlBytes": 1809434,
  "robots": {
    "checkedCrawlers": [
      "gptbot",
      "chatgpt-user",
      "claudebot",
      "perplexitybot",
      "google-extended"
    ],
    "blocked": [
      "gptbot"
    ],
    "allows": false
  },
  "schemaBlocks": 1,
  "finalUrl": "https://www.fastcompany.com/",
  "robotsExcerpt": "User-Agent: *\nAllow: /\n\nUser-Agent: Googlebot\nUser-Agent: msnbot\nUser-Agent: bingbot\nUser-Agent: Twitterbot\nUser-Agent: Mediapartners-Google\nUser-Agent: Google-Extended\nUser-Agent: ScoutJet\nUser-Agent: Yandex\nUser-Agent: baiduspider\nUser-Agent: DuckDuckBot\nUser-Agent: BomboraBot\nUser-Agent: grapeshot\nUser-Agent: ccbot\nAllow: /\n\nUser-Agent: GPTBot\nDisallow: /\n\nUser-Agent: Bard\nDisallow: /\n\nUser-Agent: Jasper\nDisallow: /\n\nUser-Agent: YouChat\nDisallow: /\n\nUser-Agent: Perplexity\nDisallow: /\n\nUser-Agent: Claude\nDisallow: /\n\nUser-Agent: Claude-Web\nDisallow: /\n\nUser-Agent: Neeva\nDisallow: /\n\nUser-Agent: Copy.ai\nDisallow: /\n\nUser-Agent: Writesonic\nDisallow: /\n\nUser-Agent: Anyword\nDisallow: /\n\nUser-Agent: AI21\nDisallow: /\n\nUser-Agent: meta-externalagent\nDisallow: /\n\nSitemap: https://www.fastcompany",
  "score": 55,
  "weight": 26
}

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": [
    "2024-10-01T00:27:51+00:00",
    "2024-10-15T21:42:32+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.fastcompany.com/apply/next-big-things-in-tech?utm_source=fcwebsite&utm_medium=onsite&utm_campaign=NBTT",
      "text": "Next Big Things in Tech Awards Final Deadline This Friday, 6/12",
      "html": "<a href=\"https://www.fastcompany.com/apply/next-big-things-in-tech?utm_source=fcwebsite&amp;utm_medium=onsite&amp;utm_campaign=NBTT\" target=\"_blank\" class=\"text-[13px] leading-[15px] transition-opacity duration-500\" style=\"color:#ffffff;opacity:100\">Next Big Things in Tech Awards Final Deadline This Friday, 6/12</a>"
    },
    {
      "href": "https://www.fastcompany.com",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com\"><img alt=\"Fast company logo\" loading=\"eager\" width=\"160\" height=\"25\" decoding=\"async\" data-nimg=\"1\" class=\"py-2 max-lg:w-[120px]\" style=\"color:transparent\" src=\"/_public/fc_logo.svg\"></a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "News",
      "html": "<a href=\"https://www.fastcompany.com/news\" target=\"_self\" rel>News</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "Tech",
      "html": "<a href=\"https://www.fastcompany.com/technology\" target=\"_self\" rel>Tech</a>"
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "Design",
      "html": "<a href=\"https://www.fastcompany.com/co-design\" target=\"_self\" rel>Design</a>"
    },
    {
      "href": "https://www.fastcompany.com/leadership",
      "text": "Leadership",
      "html": "<a href=\"https://www.fastcompany.com/leadership\" target=\"_self\" rel>Leadership</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "Work Life",
      "html": "<a href=\"https://www.fastcompany.com/work-life\" target=\"_self\" rel>Work Life</a>"
    },
    {
      "href": "https://www.fastcompany.com/most-innovative-companies/list",
      "text": "Most Innovative Companies",
      "html": "<a href=\"https://www.fastcompany.com/most-innovative-companies/list\" target=\"_self\" rel>Most Innovative Companies</a>"
    },
    {
      "href": "https://www.fastcompany.com/games",
      "text": "Games",
      "html": "<a href=\"https://www.fastcompany.com/games\" target=\"_self\" rel>Games</a>"
    },
    {
      "href": "https://www.fastcompany.com/videos",
      "text": "Video",
      "html": "<a href=\"https://www.fastcompany.com/videos\" target=\"_self\" rel>Video</a>"
    },
    {
      "href": "https://www.fastcompany.com/fcw/ibm",
      "text": "IBM",
      "html": "<a class=\"line-clamp-1\" href=\"https://www.fastcompany.com/fcw/ibm\">IBM</a>"
    },
    {
      "href": "https://www.fastcompany.com/fcw/texas-am-university",
      "text": "Texas A&M University",
      "html": "<a class=\"line-clamp-1\" href=\"https://www.fastcompany.com/fcw/texas-am-university\">Texas A&amp;M University</a>"
    },
    {
      "href": "https://www.fastcompany.com/91554638/crypto-crashing-why-bitcoin-price-dropping-btc-selloff",
      "text": "CRYPTO CRASH",
      "html": "<a id=\"HPlatest-topics-1\" class=\"font-centra border text-xs font-bold uppercase tracking-widest whitespace-nowrap transition-colors duration-100 ease-in-out hover:bg-[#777777] hover:text-white text-primary-dark rounded-[18px] p-3 leading-[12px] sm:ml-0\" href=\"https://www.fastcompany.com/91554638/crypto-crashing-why-bitcoin-price-dropping-btc-selloff\" target=\"_blank\" aria-label=\"Explore more posts related to CRYPTO CRASH\">CRYPTO CRASH</a>"
    },
    {
      "href": "https://www.fastcompany.com/91553396/the-knicks-are-printing-money-during-their-historic-playoff-run",
      "text": "NBA FINALS",
      "html": "<a id=\"HPlatest-topics-2\" class=\"font-centra border text-xs font-bold uppercase tracking-widest whitespace-nowrap transition-colors duration-100 ease-in-out hover:bg-[#777777] hover:text-white text-primary-dark rounded-[18px] p-3 leading-[12px] sm:ml-0\" href=\"https://www.fastcompany.com/91553396/the-knicks-are-printing-money-during-their-historic-playoff-run\" target=\"_blank\" aria-label=\"Explore more posts related to NBA FINALS\">NBA FINALS</a>"
    },
    {
      "href": "https://www.fastcompany.com/91555398/apple-wwdc-2026-live-stream-today-time-zones-keynotes-how-to-watch",
      "text": "WWDC 2026",
      "html": "<a id=\"HPlatest-topics-3\" class=\"font-centra border text-xs font-bold uppercase tracking-widest whitespace-nowrap transition-colors duration-100 ease-in-out hover:bg-[#777777] hover:text-white text-primary-dark rounded-[18px] p-3 leading-[12px] sm:ml-0\" href=\"https://www.fastcompany.com/91555398/apple-wwdc-2026-live-stream-today-time-zones-keynotes-how-to-watch\" target=\"_blank\" aria-label=\"Explore more posts related to WWDC 2026\">WWDC 2026</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "/91549343/lego-leader-talks-about-the-power-of-solution-diversity",
      "text": "A Lego leader talks about the power of ‘solution diversity’In business (and business school), it’s critical to approach a problem from multiple perspectives.",
      "html": "<a id=\"HPLeftTop3\" href=\"/91549343/lego-leader-talks-about-the-power-of-solution-diversity\" aria-label=\"card link\"><div class=\"font-centra text-left font-bold text-black text-[14px] leading-[16px] md:text-[20px] md:leading-[22px]\" aria-label=\"Card title\">A Lego leader talks about the power of &#x2018;solution diversity&#x2019;</div><p class=\"font-tiempos text-primary-dark mt-1 text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">In business (and busi..."
    },
    {
      "href": "https://www.fastcompany.com/leadership",
      "text": "LEADERSHIP",
      "html": "<a class href=\"https://www.fastcompany.com/leadership\" target=\"_blank\">LEADERSHIP</a>"
    },
    {
      "href": "https://www.fastcompany.com/91552466/burnout-isnt-about-working-too-much",
      "text": "Burnout isn't about working too much",
      "html": "<a id=\"HPMostRead1\" href=\"https://www.fastcompany.com/91552466/burnout-isnt-about-working-too-much\"><div class=\"mt-2 flex justify-between gap-4\"><h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">Burnout isn&apos;t about working too much</h2><div class=\"relative aspect-[16/9] flex-[0_0_120px] md:flex-[0_0_318px] lg:flex-[0_0_120px]\"><div class=\"relative\"><img alt=\"recommender-article-image\" loading=\"lazy\" width..."
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/91555561/the-end-of-the-good-enough-worker",
      "text": "The end of the 'good enough' worker",
      "html": "<a id=\"HPMostRead2\" href=\"https://www.fastcompany.com/91555561/the-end-of-the-good-enough-worker\"><div class=\"mt-2 flex justify-between gap-4\"><h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">The end of the &apos;good enough&apos; worker</h2><div class=\"relative aspect-[16/9] flex-[0_0_120px] md:flex-[0_0_318px] lg:flex-[0_0_120px]\"><div class=\"relative\"><img alt=\"recommender-article-image\" loading=\"lazy\" wid..."
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "https://www.fastcompany.com/91555586/a-trip-to-the-center-of-knicks-merch-mania",
      "text": "A trip to the center of Knicks merch mania",
      "html": "<a id=\"HPMostRead3\" href=\"https://www.fastcompany.com/91555586/a-trip-to-the-center-of-knicks-merch-mania\"><div class=\"mt-2 flex justify-between gap-4\"><h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">A trip to the center of Knicks merch mania</h2><div class=\"relative aspect-[16/9] flex-[0_0_120px] md:flex-[0_0_318px] lg:flex-[0_0_120px]\"><div class=\"relative\"><img alt=\"recommender-article-image\" loading=\"laz..."
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/91555759/housing-market-inventory-shifting-across-every-state",
      "text": "How housing market inventory is shifting across every state",
      "html": "<a id=\"HPMostRead4\" href=\"https://www.fastcompany.com/91555759/housing-market-inventory-shifting-across-every-state\"><div class=\"mt-2 flex justify-between gap-4\"><h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">How housing market inventory is shifting across every state</h2><div class=\"relative aspect-[16/9] flex-[0_0_120px] md:flex-[0_0_318px] lg:flex-[0_0_120px]\"><div class=\"relative\"><img alt=\"recommender-..."
    },
    {
      "href": "https://www.fastcompany.com/91550744/the-new-rules-of-work-multigenerational-workplaces-in-the-gen-z-era",
      "text": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "html": "<a id=\"HPPremiumLatestArticle1\" href=\"https://www.fastcompany.com/91550744/the-new-rules-of-work-multigenerational-workplaces-in-the-gen-z-era\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,..."
    },
    {
      "href": "https://www.fastcompany.com/91543096/microdramas-just-might-be-the-next-metaverse",
      "text": "Brands, beware! Microdramas just might be the next metaverse",
      "html": "<a id=\"HPPremiumLatestArticle2\" href=\"https://www.fastcompany.com/91543096/microdramas-just-might-be-the-next-metaverse\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05..."
    },
    {
      "href": "https://www.fastcompany.com/91551931/obama-presidential-center-more-than-its-granite-tower",
      "text": "The Obama Presidential Center is more than its granite tower",
      "html": "<a id=\"HPPremiumLatestArticle3\" href=\"https://www.fastcompany.com/91551931/obama-presidential-center-more-than-its-granite-tower\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-..."
    },
    {
      "href": "https://www.fastcompany.com/91548707/uber-robotaxi-strategy-dara-khosrowshahi",
      "text": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "html": "<a id=\"HPPremiumLatestArticle4\" href=\"https://www.fastcompany.com/91548707/uber-robotaxi-strategy-dara-khosrowshahi\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/06/p-9..."
    },
    {
      "href": "https://www.fastcompany.com/91550093/alice-walton-crystal-bridges-expansion-bentonville",
      "text": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "html": "<a id=\"HPPremiumLatestArticle5\" href=\"https://www.fastcompany.com/91550093/alice-walton-crystal-bridges-expansion-bentonville\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2..."
    },
    {
      "href": "https://www.fastcompany.com/91538779/ag1s-green-with-envy-over-the-gummy-ification-of-wellness",
      "text": "AG1’s green with envy over the gummy-ification of wellness",
      "html": "<a id=\"HPPremiumLatestArticle6\" href=\"https://www.fastcompany.com/91538779/ag1s-green-with-envy-over-the-gummy-ification-of-wellness\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-..."
    },
    {
      "href": "https://www.fastcompany.com/91545980/the-sneaky-ways-companies-punish-employees-who-take-parental-leave",
      "text": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "html": "<a id=\"HPPremiumLatestArticle7\" href=\"https://www.fastcompany.com/91545980/the-sneaky-ways-companies-punish-employees-who-take-parental-leave\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q..."
    },
    {
      "href": "https://www.fastcompany.com/91543560/luckin-coffee-mixue-chinese-fast-food-chain-america-u-s-customers-starbucks-mcdonalds",
      "text": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "html": "<a id=\"HPPremiumLatestArticle8\" href=\"https://www.fastcompany.com/91543560/luckin-coffee-mixue-chinese-fast-food-chain-america-u-s-customers-starbucks-mcdonalds\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/..."
    },
    {
      "href": "https://www.fastcompany.com/91541720/corporate-america-is-crushing-senior-level-mothers",
      "text": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "html": "<a id=\"HPPremiumLatestArticle9\" href=\"https://www.fastcompany.com/91541720/corporate-america-is-crushing-senior-level-mothers\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2..."
    },
    {
      "href": "https://www.fastcompany.com/91541106/strategies-you-should-steal-from-the-most-innovative-companies",
      "text": "Strategies you should steal from the Most Innovative Companies",
      "html": "<a id=\"HPPremiumLatestArticle10\" href=\"https://www.fastcompany.com/91541106/strategies-you-should-steal-from-the-most-innovative-companies\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_au..."
    },
    {
      "href": "https://www.fastcompany.com/91512780/apple-vp-of-marketing-tor-myhren-10-years",
      "text": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "html": "<a id=\"HPPremiumLatestArticle11\" href=\"https://www.fastcompany.com/91512780/apple-vp-of-marketing-tor-myhren-10-years\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05/p..."
    },
    {
      "href": "https://www.fastcompany.com/91540111/servicenows-bill-mcdermott-insists-silicon-valley-is-getting-enterprise-ai-wrong",
      "text": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "html": "<a id=\"HPPremiumLatestArticle12\" href=\"https://www.fastcompany.com/91540111/servicenows-bill-mcdermott-insists-silicon-valley-is-getting-enterprise-ai-wrong\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_we..."
    },
    {
      "href": "https://www.fastcompany.com/91538439/design-enters-its-frenemies-era",
      "text": "Design enters its frenemies era",
      "html": "<a id=\"HPPremiumLatestArticle13\" href=\"https://www.fastcompany.com/91538439/design-enters-its-frenemies-era\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05/p-1-9153843..."
    },
    {
      "href": "https://www.fastcompany.com/91538545/the-ai-productivity-playbook-tips-and-tools-for-you",
      "text": "The AI productivity playbook: tips and tools for you",
      "html": "<a id=\"HPPremiumLatestArticle14\" href=\"https://www.fastcompany.com/91538545/the-ai-productivity-playbook-tips-and-tools-for-you\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2..."
    },
    {
      "href": "https://www.fastcompany.com/91533534/shop-til-you-bot-google-openai-and-the-race-to-build-agentic-commerce",
      "text": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "html": "<a id=\"HPPremiumLatestArticle15\" href=\"https://www.fastcompany.com/91533534/shop-til-you-bot-google-openai-and-the-race-to-build-agentic-commerce\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_..."
    },
    {
      "href": "https://www.fastcompany.com/91534619/data-centers-are-breaking-the-electric-grid-meet-the-6-billion-startup-and-its-genius-ceo-solving-the-problem",
      "text": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "html": "<a id=\"HPPremiumLatestArticle16\" href=\"https://www.fastcompany.com/91534619/data-centers-are-breaking-the-electric-grid-meet-the-6-billion-startup-and-its-genius-ceo-solving-the-problem\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fast..."
    },
    {
      "href": "https://www.fastcompany.com/91531749/seize-the-year-staying-positive-while-influencing-change",
      "text": "Seize the year: Staying positive while influencing change",
      "html": "<a id=\"HPPremiumLatestArticle17\" href=\"https://www.fastcompany.com/91531749/seize-the-year-staying-positive-while-influencing-change\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-..."
    },
    {
      "href": "https://www.fastcompany.com/91533114/why-trumps-eeoc-campaign-to-make-dei-d-i-e-is-aimed-at-nike",
      "text": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "html": "<a id=\"HPPremiumLatestArticle18\" href=\"https://www.fastcompany.com/91533114/why-trumps-eeoc-campaign-to-make-dei-d-i-e-is-aimed-at-nike\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/..."
    },
    {
      "href": "https://www.fastcompany.com/91527326/anduril-redesigning-future-of-warfare",
      "text": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "html": "<a id=\"HPPremiumLatestArticle19\" href=\"https://www.fastcompany.com/91527326/anduril-redesigning-future-of-warfare\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/04/13-91..."
    },
    {
      "href": "https://www.fastcompany.com/91531056/the-middle-managers-ai-survival-guide",
      "text": "The middle manager’s AI survival guide",
      "html": "<a id=\"HPPremiumLatestArticle20\" href=\"https://www.fastcompany.com/91531056/the-middle-managers-ai-survival-guide\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/04/p-2-9..."
    },
    {
      "href": "https://www.fastcompany.com/fcw/solidigm",
      "text": "FAST COMPANY CUSTOM STUDIO",
      "html": "<a href=\"https://www.fastcompany.com/fcw/solidigm\" class=\"flex flex-row gap-[8px]\"><p class=\"font-centra text-primary-dark flex items-center text-left text-[13px] font-bold leading-[13px] tracking-[1.82px] sm:text-[13px] sm:leading-[14px] sm:tracking-[1.4px]\"><span class>FAST COMPANY CUSTOM STUDIO<!-- --> </span></p></a>"
    },
    {
      "href": "https://www.fastcompany.com/fcw/solidigm",
      "text": "Solidigm",
      "html": "<a href=\"https://www.fastcompany.com/fcw/solidigm\" class=\"underline\">Solidigm</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "/91555784/bending-spoons-ipo-sec-s1-filing-mysterious-vimeo-aol-eventbrite-owner-files-for-stock-market-debut",
      "text": "Bending Spoons IPO: Mysterious owner of Vimeo, AOL, and Eventbrite files for stock market debutThe Milan-based company is somewhat secretive, but owns several high-profile brands—and brought in revenue of $1.31 billion in 2025.",
      "html": "<a id=\"HPTopRow2\" href=\"/91555784/bending-spoons-ipo-sec-s1-filing-mysterious-vimeo-aol-eventbrite-owner-files-for-stock-market-debut\" aria-label=\"card link\" class=\"flex gap-5 lg:flex-col\"><div class=\"relative min-w-[120px] max-w-[120px] md:max-w-none md:flex-[1]\"><img alt=\"Bending Spoons IPO: Mysterious owner of Vimeo, AOL, and Eventbrite files for stock market debut\" loading=\"lazy\" width=\"0\" height=\"0\" decoding=\"async\" data-nimg=\"1\" class=\"aspect-video w-full\" style=\"color:transparent\" size..."
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/91550744/the-new-rules-of-work-multigenerational-workplaces-in-the-gen-z-era",
      "text": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "html": "<a id=\"HPPremiumLatestArticle1\" href=\"https://www.fastcompany.com/91550744/the-new-rules-of-work-multigenerational-workplaces-in-the-gen-z-era\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,..."
    },
    {
      "href": "https://www.fastcompany.com/91543096/microdramas-just-might-be-the-next-metaverse",
      "text": "Brands, beware! Microdramas just might be the next metaverse",
      "html": "<a id=\"HPPremiumLatestArticle2\" href=\"https://www.fastcompany.com/91543096/microdramas-just-might-be-the-next-metaverse\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05..."
    },
    {
      "href": "https://www.fastcompany.com/91551931/obama-presidential-center-more-than-its-granite-tower",
      "text": "The Obama Presidential Center is more than its granite tower",
      "html": "<a id=\"HPPremiumLatestArticle3\" href=\"https://www.fastcompany.com/91551931/obama-presidential-center-more-than-its-granite-tower\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-..."
    },
    {
      "href": "https://www.fastcompany.com/91548707/uber-robotaxi-strategy-dara-khosrowshahi",
      "text": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "html": "<a id=\"HPPremiumLatestArticle4\" href=\"https://www.fastcompany.com/91548707/uber-robotaxi-strategy-dara-khosrowshahi\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/06/p-9..."
    },
    {
      "href": "https://www.fastcompany.com/91550093/alice-walton-crystal-bridges-expansion-bentonville",
      "text": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "html": "<a id=\"HPPremiumLatestArticle5\" href=\"https://www.fastcompany.com/91550093/alice-walton-crystal-bridges-expansion-bentonville\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2..."
    },
    {
      "href": "https://www.fastcompany.com/91538779/ag1s-green-with-envy-over-the-gummy-ification-of-wellness",
      "text": "AG1’s green with envy over the gummy-ification of wellness",
      "html": "<a id=\"HPPremiumLatestArticle6\" href=\"https://www.fastcompany.com/91538779/ag1s-green-with-envy-over-the-gummy-ification-of-wellness\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-..."
    },
    {
      "href": "https://www.fastcompany.com/91545980/the-sneaky-ways-companies-punish-employees-who-take-parental-leave",
      "text": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "html": "<a id=\"HPPremiumLatestArticle7\" href=\"https://www.fastcompany.com/91545980/the-sneaky-ways-companies-punish-employees-who-take-parental-leave\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q..."
    },
    {
      "href": "https://www.fastcompany.com/91543560/luckin-coffee-mixue-chinese-fast-food-chain-america-u-s-customers-starbucks-mcdonalds",
      "text": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "html": "<a id=\"HPPremiumLatestArticle8\" href=\"https://www.fastcompany.com/91543560/luckin-coffee-mixue-chinese-fast-food-chain-america-u-s-customers-starbucks-mcdonalds\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/..."
    },
    {
      "href": "https://www.fastcompany.com/91541720/corporate-america-is-crushing-senior-level-mothers",
      "text": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "html": "<a id=\"HPPremiumLatestArticle9\" href=\"https://www.fastcompany.com/91541720/corporate-america-is-crushing-senior-level-mothers\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2..."
    },
    {
      "href": "https://www.fastcompany.com/91541106/strategies-you-should-steal-from-the-most-innovative-companies",
      "text": "Strategies you should steal from the Most Innovative Companies",
      "html": "<a id=\"HPPremiumLatestArticle10\" href=\"https://www.fastcompany.com/91541106/strategies-you-should-steal-from-the-most-innovative-companies\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_au..."
    },
    {
      "href": "https://www.fastcompany.com/91512780/apple-vp-of-marketing-tor-myhren-10-years",
      "text": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "html": "<a id=\"HPPremiumLatestArticle11\" href=\"https://www.fastcompany.com/91512780/apple-vp-of-marketing-tor-myhren-10-years\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05/p..."
    },
    {
      "href": "https://www.fastcompany.com/91540111/servicenows-bill-mcdermott-insists-silicon-valley-is-getting-enterprise-ai-wrong",
      "text": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "html": "<a id=\"HPPremiumLatestArticle12\" href=\"https://www.fastcompany.com/91540111/servicenows-bill-mcdermott-insists-silicon-valley-is-getting-enterprise-ai-wrong\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_we..."
    },
    {
      "href": "https://www.fastcompany.com/91538439/design-enters-its-frenemies-era",
      "text": "Design enters its frenemies era",
      "html": "<a id=\"HPPremiumLatestArticle13\" href=\"https://www.fastcompany.com/91538439/design-enters-its-frenemies-era\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/05/p-1-9153843..."
    },
    {
      "href": "https://www.fastcompany.com/91538545/the-ai-productivity-playbook-tips-and-tools-for-you",
      "text": "The AI productivity playbook: tips and tools for you",
      "html": "<a id=\"HPPremiumLatestArticle14\" href=\"https://www.fastcompany.com/91538545/the-ai-productivity-playbook-tips-and-tools-for-you\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2..."
    },
    {
      "href": "https://www.fastcompany.com/91533534/shop-til-you-bot-google-openai-and-the-race-to-build-agentic-commerce",
      "text": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "html": "<a id=\"HPPremiumLatestArticle15\" href=\"https://www.fastcompany.com/91533534/shop-til-you-bot-google-openai-and-the-race-to-build-agentic-commerce\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_..."
    },
    {
      "href": "https://www.fastcompany.com/91534619/data-centers-are-breaking-the-electric-grid-meet-the-6-billion-startup-and-its-genius-ceo-solving-the-problem",
      "text": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "html": "<a id=\"HPPremiumLatestArticle16\" href=\"https://www.fastcompany.com/91534619/data-centers-are-breaking-the-electric-grid-meet-the-6-billion-startup-and-its-genius-ceo-solving-the-problem\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fast..."
    },
    {
      "href": "https://www.fastcompany.com/91531749/seize-the-year-staying-positive-while-influencing-change",
      "text": "Seize the year: Staying positive while influencing change",
      "html": "<a id=\"HPPremiumLatestArticle17\" href=\"https://www.fastcompany.com/91531749/seize-the-year-staying-positive-while-influencing-change\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-..."
    },
    {
      "href": "https://www.fastcompany.com/91533114/why-trumps-eeoc-campaign-to-make-dei-d-i-e-is-aimed-at-nike",
      "text": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "html": "<a id=\"HPPremiumLatestArticle18\" href=\"https://www.fastcompany.com/91533114/why-trumps-eeoc-campaign-to-make-dei-d-i-e-is-aimed-at-nike\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/..."
    },
    {
      "href": "https://www.fastcompany.com/91527326/anduril-redesigning-future-of-warfare",
      "text": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "html": "<a id=\"HPPremiumLatestArticle19\" href=\"https://www.fastcompany.com/91527326/anduril-redesigning-future-of-warfare\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/04/13-91..."
    },
    {
      "href": "https://www.fastcompany.com/91531056/the-middle-managers-ai-survival-guide",
      "text": "The middle manager’s AI survival guide",
      "html": "<a id=\"HPPremiumLatestArticle20\" href=\"https://www.fastcompany.com/91531056/the-middle-managers-ai-survival-guide\" class=\"flex flex-col-reverse gap-3 md:flex-row md:gap-4 lg:gap-10\"><div><div class=\"relative\"><img alt loading=\"lazy\" width=\"300\" height=\"165\" decoding=\"async\" data-nimg=\"1\" class=\"mb-5 h-[70px] lg:mb-3 lg:h-[165px]\" style=\"color:transparent\" sizes=\"(max-width: 767px) 120px, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_32,q_auto/wp-cms-2/2026/04/p-2-9..."
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/impact-council",
      "text": "IMPACT COUNCIL",
      "html": "<a class href=\"https://www.fastcompany.com/section/impact-council\" target=\"_blank\">IMPACT COUNCIL</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/impact-council",
      "text": "IMPACT COUNCIL",
      "html": "<a class href=\"https://www.fastcompany.com/section/impact-council\" target=\"_blank\">IMPACT COUNCIL</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/leadership",
      "text": "LEADERSHIP",
      "html": "<a class href=\"https://www.fastcompany.com/leadership\" target=\"_blank\">LEADERSHIP</a>"
    },
    {
      "href": "/91552466/burnout-isnt-about-working-too-much",
      "text": "Burnout isn't about working too muchBurnout is often treated as a time-management problem. More often, it stems from organizational failures.",
      "html": "<a href=\"/91552466/burnout-isnt-about-working-too-much\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">Burnout isn&apos;t about working too much</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">Burnout is often treated as a time..."
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "/91555496/penn-station-is-about-to-be-a-lot-more-pleasant",
      "text": "Penn Station is about to be a lot more pleasantThe architects at PAU and HOK share more details on the roomier, brighter train station.",
      "html": "<a href=\"/91555496/penn-station-is-about-to-be-a-lot-more-pleasant\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">Penn Station is about to be a lot more pleasant</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">The architects a..."
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/impact-council",
      "text": "IMPACT COUNCIL",
      "html": "<a class href=\"https://www.fastcompany.com/section/impact-council\" target=\"_blank\">IMPACT COUNCIL</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "/91555429/new-poll-reveals-americans-feeling-about-u-s-250th-birthday-approaches",
      "text": "This new poll reveals how Americans are feeling about the U.S. as its 250th birthday approachesA survey by The Associated Press-NORC Center for Public Affairs Research shows about 25% of Americans think the U.S. is exceptional.",
      "html": "<a href=\"/91555429/new-poll-reveals-americans-feeling-about-u-s-250th-birthday-approaches\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">This new poll reveals how Americans are feeling about the U.S. as its 250th birthday approaches</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-..."
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/fast-company-executive-board",
      "text": "FAST COMPANY EXECUTIVE BOARD",
      "html": "<a class href=\"https://www.fastcompany.com/fast-company-executive-board\" target=\"_blank\">FAST COMPANY EXECUTIVE BOARD</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/fast-company-executive-board",
      "text": "FAST COMPANY EXECUTIVE BOARD",
      "html": "<a class href=\"https://www.fastcompany.com/fast-company-executive-board\" target=\"_blank\">FAST COMPANY EXECUTIVE BOARD</a>"
    },
    {
      "href": "/91554771/how-to-delegate-without-losing-control-of-your-business",
      "text": "How to delegate without losing control of your businessFocus on things only you can do, to add the most value to the company.",
      "html": "<a href=\"/91554771/how-to-delegate-without-losing-control-of-your-business\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">How to delegate without losing control of your business</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">..."
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/ask-the-experts",
      "text": "ASK THE EXPERTS",
      "html": "<a class href=\"https://www.fastcompany.com/section/ask-the-experts\" target=\"_blank\">ASK THE EXPERTS</a>"
    },
    {
      "href": "/91542467/the-leadership-crisis-nobody-is-talking-about-when-high-performers-lose-themselves-in-the-job-leadership-burnout-performance",
      "text": "The leadership crisis nobody is talking about: why your high performers might be your most vulnerable employeesMany accomplished leaders lack the foundation to sustain long-term performance.",
      "html": "<a href=\"/91542467/the-leadership-crisis-nobody-is-talking-about-when-high-performers-lose-themselves-in-the-job-leadership-burnout-performance\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">The leadership crisis nobody is talking about: why your high performers might be your most vulnerable employees</span><p class=\"fo..."
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/section/modern-ceo",
      "text": "MODERN CEO",
      "html": "<a class href=\"https://www.fastcompany.com/section/modern-ceo\" target=\"_blank\">MODERN CEO</a>"
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "/91551774/alamo-drafthouse-ceo-phone-ordering-policy",
      "text": "Alamo Drafthouse CEO clears the air on that controversial new phone policyAlamo Drafthouse loyalists are upset over a move to a digital ordering system, but the company says it's on track to have its best year for box office revenue since 2019.",
      "html": "<a href=\"/91551774/alamo-drafthouse-ceo-phone-ordering-policy\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">Alamo Drafthouse CEO clears the air on that controversial new phone policy</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card descrip..."
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "https://www.fastcompany.com/co-design",
      "text": "DESIGN",
      "html": "<a class href=\"https://www.fastcompany.com/co-design\" target=\"_blank\">DESIGN</a>"
    },
    {
      "href": "https://www.fastcompany.com/leadership",
      "text": "LEADERSHIP",
      "html": "<a class href=\"https://www.fastcompany.com/leadership\" target=\"_blank\">LEADERSHIP</a>"
    },
    {
      "href": "https://www.fastcompany.com/work-life",
      "text": "WORK LIFE",
      "html": "<a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/news",
      "text": "NEWS",
      "html": "<a class href=\"https://www.fastcompany.com/news\" target=\"_blank\">NEWS</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/technology",
      "text": "TECH",
      "html": "<a class href=\"https://www.fastcompany.com/technology\" target=\"_blank\">TECH</a>"
    },
    {
      "href": "https://www.fastcompany.com/most-innovative-companies/list",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com/most-innovative-companies/list\" aria-label=\"Icon link\"><svg width=\"44\" height=\"65\" class=\"w-[60px]\" aria-label=\"MIC logo icon\"><use href=\"/_public/sprite.svg?v=21#mic-logo\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/most-innovative-companies/list",
      "text": "Most Innovative Companies",
      "html": "<a href=\"https://www.fastcompany.com/most-innovative-companies/list\" aria-label=\"Title link\"><h4 class=\"font-centra flex items-center justify-center whitespace-pre-wrap text-[20px] font-bold leading-[22px]\">Most Innovative Companies</h4></a>"
    },
    {
      "href": "https://www.fastcompany.com/innovation-by-design/list",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com/innovation-by-design/list\" aria-label=\"Icon link\"><svg width=\"51\" height=\"51\" class=\"w-[60px]\" aria-label=\"IBD logo icon\"><use href=\"/_public/sprite.svg?v=21#ibd-logo\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/innovation-by-design/list",
      "text": "Innovation By Design",
      "html": "<a href=\"https://www.fastcompany.com/innovation-by-design/list\" aria-label=\"Title link\"><h4 class=\"font-centra flex items-center justify-center whitespace-pre-wrap text-[20px] font-bold leading-[22px]\">Innovation By Design</h4></a>"
    },
    {
      "href": "https://www.fastcompany.com/world-changing-ideas/list",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com/world-changing-ideas/list\" aria-label=\"Icon link\"><svg width=\"61\" height=\"61\" class=\"w-[60px]\" aria-label=\"WCI logo icon\"><use href=\"/_public/sprite.svg?v=21#wci-logo\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/world-changing-ideas/list",
      "text": "World Changing Ideas",
      "html": "<a href=\"https://www.fastcompany.com/world-changing-ideas/list\" aria-label=\"Title link\"><h4 class=\"font-centra flex items-center justify-center whitespace-pre-wrap text-[20px] font-bold leading-[22px]\">World Changing Ideas</h4></a>"
    },
    {
      "href": "https://www.fastcompany.com/best-workplaces-for-innovators/list",
      "text": "",
      "html": "<a href=\"https://www.fastcompany.com/best-workplaces-for-innovators/list\" aria-label=\"Icon link\"><svg width=\"71\" height=\"90\" class=\"w-[60px]\" aria-label=\"BWI logo icon\"><use href=\"/_public/sprite.svg?v=21#bwi-logo\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/best-workplaces-for-innovators/list",
      "text": "Best Workplaces for Innovators",
      "html": "<a href=\"https://www.fastcompany.com/best-workplaces-for-innovators/list\" aria-label=\"Title link\"><h4 class=\"font-centra flex items-center justify-center whitespace-pre-wrap text-[20px] font-bold leading-[22px]\">Best Workplaces for Innovators</h4></a>"
    },
    {
      "href": "https://www.fastcompany.com/lists",
      "text": "See All Lists",
      "html": "<a class=\"max-w-[300px]\" href=\"https://www.fastcompany.com/lists\" target=\"_blank\" rel=\"noopener noreferrer\"><button class=\"bg-accessiblegray font-centra mt-6 rounded-[3px] pb-4 pl-8 pr-8 pt-4 text-[13px] font-bold uppercase leading-[13px] tracking-[1.5px] text-white hover:bg-[#808080]\">See All Lists</button></a>"
    },
    {
      "href": "https://www.fastcompany.com/best-workplaces-for-innovators/list",
      "text": "Best Workplaces for Innovators",
      "html": "<a href=\"https://www.fastcompany.com/best-workplaces-for-innovators/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Best Workplaces for Innovators</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/brands-that-matter/list",
      "text": "Brands That Matter",
      "html": "<a href=\"https://www.fastcompany.com/brands-that-matter/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Brands That Matter</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/innovation-by-design/list",
      "text": "Innovation By Design",
      "html": "<a href=\"https://www.fastcompany.com/innovation-by-design/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Innovation By Design</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/most-innovative-companies/list",
      "text": "Most Innovative Companies",
      "html": "<a href=\"https://www.fastcompany.com/most-innovative-companies/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Most Innovative Companies</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/next-big-things-in-tech/list",
      "text": "Next Big Things in Tech",
      "html": "<a href=\"https://www.fastcompany.com/next-big-things-in-tech/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Next Big Things in Tech</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/world-changing-ideas/list",
      "text": "World Changing Ideas",
      "html": "<a href=\"https://www.fastcompany.com/world-changing-ideas/list\"><h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">World Changing Ideas</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/section/ignition-schools",
      "text": "Ignition Schools",
      "html": "<a href=\"https://www.fastcompany.com/section/ignition-schools\"><h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Ignition Schools</h3></a>"
    },
    {
      "href": "https://www.instagram.com/FastCompany/",
      "text": "",
      "html": "<a href=\"https://www.instagram.com/FastCompany/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"instagram\"><svg width=\"16\" height=\"16\" class=\"\" aria-label=\"Instagram icon\"><use href=\"/_public/sprite.svg?v=21#instagram\"/></svg></a>"
    },
    {
      "href": "https://www.linkedin.com/company/fast-company",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/fast-company\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"linkedin\"><svg width=\"16\" height=\"16\" class=\"\" aria-label=\"Linkedin icon\"><use href=\"/_public/sprite.svg?v=21#linkedin\"/></svg></a>"
    },
    {
      "href": "https://www.youtube.com/user/FastCompany",
      "text": "",
      "html": "<a href=\"https://www.youtube.com/user/FastCompany\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"youtube\"><svg width=\"16\" height=\"12\" class=\"h-4\" aria-label=\"Youtube icon\"><use href=\"/_public/sprite.svg?v=21#youtube\"/></svg></a>"
    },
    {
      "href": "https://www.tiktok.com/@fastcompany",
      "text": "",
      "html": "<a href=\"https://www.tiktok.com/@fastcompany\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Tiktok\"><svg width=\"15\" height=\"15\" class=\"fill-black\" aria-label=\"Tiktok icon\"><use href=\"/_public/sprite.svg?v=21#tiktok\"/></svg></a>"
    },
    {
      "href": "https://bsky.app/profile/fastcompany.com",
      "text": "",
      "html": "<a href=\"https://bsky.app/profile/fastcompany.com\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Bluesky\"><svg width=\"17\" height=\"16\" class=\"\" aria-label=\"Bluesky icon\"><use href=\"/_public/sprite.svg?v=21#bluesky-black\"/></svg></a>"
    },
    {
      "href": "https://www.facebook.com/FastCompany/",
      "text": "",
      "html": "<a href=\"https://www.facebook.com/FastCompany/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"facebook\"><svg width=\"10\" height=\"16\" class=\"\" aria-label=\"Facebook icon\"><use href=\"/_public/sprite.svg?v=21#facebook\"/></svg></a>"
    },
    {
      "href": "https://twitter.com/fastcompany",
      "text": "",
      "html": "<a href=\"https://twitter.com/fastcompany\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"x\"><svg width=\"15\" height=\"15\" class=\"\" aria-label=\"Twitter icon\"><use href=\"/_public/sprite.svg?v=21#x\"/></svg></a>"
    },
    {
      "href": "https://www.fastcompany.com/90516811/fast-company-mediakit",
      "text": "Advertise",
      "html": "<a href=\"https://www.fastcompany.com/90516811/fast-company-mediakit\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Advertise</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/subscribe?itm_source=footer&itm_medium=button&itm_campaign=bottom",
      "text": "Subscribe",
      "html": "<a href=\"https://www.fastcompany.com/subscribe?itm_source=footer&amp;itm_medium=button&amp;itm_campaign=bottom\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Subscribe</h3></a>"
    },
    {
      "href": "https://kudos.fastcompany.com/",
      "text": "Permissions",
      "html": "<a href=\"https://kudos.fastcompany.com/\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Permissions</h3></a>"
    },
    {
      "href": "https://fastcompany.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://fastcompany.zendesk.com/hc/en-us\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Help Center</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.fastcompany.com/about-us\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">About Us</h3></a>"
    },
    {
      "href": "https://www.fastcompany.com/sitemap",
      "text": "Sitemap",
      "html": "<a href=\"https://www.fastcompany.com/sitemap\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Sitemap</h3></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/91528322/rethinking-how-ai-remembers",
      "text": "Rethinking how AI remembersHow a storage breakthrough is helping to solve the memory bottleneck",
      "html": "<a id=\"HPFC\" href=\"/91528322/rethinking-how-ai-remembers\" aria-label=\"card link\" class=\"flex gap-5 lg:flex-col\"><div class=\"relative min-w-[120px] max-w-[120px] md:max-w-none md:flex-[1]\"><img alt=\"Rethinking how AI remembers\" loading=\"lazy\" width=\"0\" height=\"0\" decoding=\"async\" data-nimg=\"1\" class=\"aspect-video w-full\" style=\"color:transparent\" sizes=\"(max-width: 639px) 120px, (max-width: 767px) 50vw, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit,w_384,q_auto/wp-cms..."
    },
    {
      "href": "/91552288/when-comp-etence-becomes-liability",
      "text": "When competence becomes a liabilityAre you trapped by the very qualities that help you succeed?",
      "html": "<a id=\"HPTopRow3\" href=\"/91552288/when-comp-etence-becomes-liability\" aria-label=\"card link\" class=\"flex gap-5 lg:flex-col\"><div class=\"relative min-w-[120px] max-w-[120px] md:max-w-none md:flex-[1]\"><img alt=\"When competence becomes a liability\" loading=\"lazy\" width=\"0\" height=\"0\" decoding=\"async\" data-nimg=\"1\" class=\"aspect-video w-full\" style=\"color:transparent\" sizes=\"(max-width: 639px) 120px, (max-width: 767px) 50vw, 295px\" srcset=\"https://images.fastcompany.com/image/upload/f_webp,c_fit..."
    },
    {
      "href": "/91554969/how-to-ace-your-summer-internship",
      "text": "How to ace your summer internshipFrom learning workplace norms to spotting opportunities others miss, these strategies can help you make a lasting impression.",
      "html": "<a href=\"/91554969/how-to-ace-your-summer-internship\" class=\"font-centra order-2 col-start-2 col-end-5 flex-[3] text-left text-[14px] font-bold leading-[16px] text-black md:order-1 md:text-[20px] md:leading-[22px] lg:flex-[5]\" aria-label=\"Card title\"><span class=\"mb-1 block\">How to ace your summer internship</span><p class=\"font-tiempos text-primary-dark text-left text-[14px] font-light leading-[17px] tracking-[0.2px]\" aria-label=\"Card description\">From learning workplace norms to spotting op..."
    },
    {
      "href": "https://fastcompany.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://fastcompany.zendesk.com/hc/en-us\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Help Center</h3></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.mansueto.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.mansueto.com/privacy-policy/\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Privacy Policy</h3></a>"
    },
    {
      "href": "https://www.mansueto.com/privacy-policy/#collection",
      "text": "Notice of Collection",
      "html": "<a href=\"https://www.mansueto.com/privacy-policy/#collection\" class=\"underline\"><h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Notice of Collection</h3></a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 67/100 and needs improvement.

4 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

4 structured-data value(s) were not found in visible page text.

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: Visible structured data match

Score

67/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: Visible structured data match scored 67/100 and needs improvement.

Evidence
{
  "schemaCount": 6,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Fast Company | Business News, Innovation, Technology, Work Life and Design"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Fast Company is the world's leading progressive business media brand, with a unique editorial focus on innovation in technology, leadership, and design."
    },
    {
      "path": "$[0].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[2].itemListElement[1].name",
      "value": "Homepage"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Fast Company"
    },
    {
      "path": "$[0].@graph[4].name",
      "value": "Fast Company"
    },
    {
      "path": "$[1].name",
      "value": "Fast Company | Business News, Innovation, Technology, Work Life and Design"
    },
    {
      "path": "$[1].description",
      "value": "Fast Company is the world's leading progressive business media brand, with a unique editorial focus on innovation in technology, leadership, and design."
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[3].itemListElement[1].name",
      "value": "Homepage"
    },
    {
      "path": "$[4].name",
      "value": "Fast Company"
    },
    {
      "path": "$[5].name",
      "value": "Fast Company"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[2].itemListElement[1].name",
      "value": "Homepage"
    },
    {
      "path": "$[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[3].itemListElement[1].name",
      "value": "Homepage"
    }
  ],
  "score": 67,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: news, work, life.

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

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

Evidence
{
  "title": "Fast Company | Business News, Innovation, Technology, Work Life and Design",
  "h1": "",
  "description": "Fast Company is the world's leading progressive business media brand, with a unique editorial focus on innovation in technology, leadership, and design.",
  "topicOverlap": 0.6666666666666666,
  "topicTerms": [
    "fast",
    "company",
    "business",
    "news",
    "innovation",
    "technology",
    "work",
    "life",
    "design"
  ],
  "descriptionTerms": [
    "fast",
    "company",
    "world",
    "leading",
    "progressive",
    "business",
    "media",
    "brand",
    "unique",
    "editorial",
    "focus",
    "innovation",
    "technology",
    "leadership",
    "design"
  ],
  "missingFromDescription": [
    "news",
    "work",
    "life"
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: news, work, life.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

72/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Fast Company | Business News, Innovation, Technology, Work Life and Design",
  "h1": "",
  "description": "Fast Company is the world's leading progressive business media brand, with a unique editorial focus on innovation in technology, leadership, and design.",
  "topicOverlap": 0.6666666666666666,
  "definitionCount": 39,
  "topicTerms": [
    "fast",
    "company",
    "business",
    "news",
    "innovation",
    "technology",
    "work",
    "life",
    "design"
  ],
  "descriptionTerms": [
    "fast",
    "company",
    "world",
    "leading",
    "progressive",
    "business",
    "media",
    "brand",
    "unique",
    "editorial",
    "focus",
    "innovation",
    "technology",
    "leadership",
    "design"
  ],
  "missingFromDescription": [
    "news",
    "work",
    "life"
  ],
  "score": 72,
  "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

97 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": 97,
  "passing": 0,
  "failing": [
    {
      "heading": "Burnout isn't about working too much",
      "headingHtml": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">Burnout isn&apos;t about working too much</h2>",
      "firstParagraph": "2",
      "paragraphHtml": "<p class=\"font-gt-america text-primary ml-[8px] mr-[8px] text-[32px] font-[275] leading-[24px]\"> <!-- -->2<!-- --> </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The end of the 'good enough' worker",
      "headingHtml": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">The end of the &apos;good enough&apos; worker</h2>",
      "firstParagraph": "3",
      "paragraphHtml": "<p class=\"font-gt-america text-primary ml-[8px] mr-[8px] text-[32px] font-[275] leading-[24px]\"> <!-- -->3<!-- --> </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "A trip to the center of Knicks merch mania",
      "headingHtml": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">A trip to the center of Knicks merch mania</h2>",
      "firstParagraph": "4",
      "paragraphHtml": "<p class=\"font-gt-america text-primary ml-[8px] mr-[8px] text-[32px] font-[275] leading-[24px]\"> <!-- -->4<!-- --> </p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How housing market inventory is shifting across every state",
      "headingHtml": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">How housing market inventory is shifting across every state</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The new rules of work: Multigenerational workplaces in the Gen Z era</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Brands, beware! Microdramas just might be the next metaverse",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Brands, beware! Microdramas just might be the next metaverse</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Obama Presidential Center is more than its granite tower",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The Obama Presidential Center is more than its granite tower</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Inside Uber&apos;s strategy to avoid a head-on collision with autonomous cars</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AG1’s green with envy over the gummy-ification of wellness",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">AG1&#x2019;s green with envy over the gummy-ification of wellness</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Punished for parental leave: How generous leave policies can be a trap for working mothers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Corporate America is crushing senior-level mothers. Here&#x2019;s how they&#x2019;re coping</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Strategies you should steal from the Most Innovative Companies",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Strategies you should steal from the Most Innovative Companies</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Tor Myhren speaks! Apple&#x2019;s marketing man on a decade of shepherding the world&#x2019;s most sterling brand (exclusive)</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Design enters its frenemies era",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Design enters its frenemies era</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The AI productivity playbook: tips and tools for you",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The AI productivity playbook: tips and tools for you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Shop &apos;til you bot: Google, OpenAI, and the race to build agentic commerce</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Data centers are breaking the electric grid. Meet the &#x24;6 billion startup and its visionary CEO solving the problem</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seize the year: Staying positive while influencing change",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Seize the year: Staying positive while influencing change</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">&apos;The biggest game Nike is ever going to play&apos;: The anti-white discrimination case that could change DEI forever</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Anduril isn&#x2019;t just building the future of warfare; it&#x2019;s redesigning it</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The middle manager’s AI survival guide",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The middle manager&#x2019;s AI survival guide</h2>",
      "firstParagraph": "FAST COMPANY CUSTOM STUDIO",
      "paragraphHtml": "<p class=\"font-centra text-primary-dark flex items-center text-left text-[13px] font-bold leading-[13px] tracking-[1.82px] sm:text-[13px] sm:leading-[14px] sm:tracking-[1.4px]\"><span class>FAST COMPANY CUSTOM STUDIO<!-- --> </span></p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The new rules of work: Multigenerational workplaces in the Gen Z era</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Brands, beware! Microdramas just might be the next metaverse",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Brands, beware! Microdramas just might be the next metaverse</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Obama Presidential Center is more than its granite tower",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The Obama Presidential Center is more than its granite tower</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Inside Uber&apos;s strategy to avoid a head-on collision with autonomous cars</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AG1’s green with envy over the gummy-ification of wellness",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">AG1&#x2019;s green with envy over the gummy-ification of wellness</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Punished for parental leave: How generous leave policies can be a trap for working mothers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Corporate America is crushing senior-level mothers. Here&#x2019;s how they&#x2019;re coping</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Strategies you should steal from the Most Innovative Companies",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Strategies you should steal from the Most Innovative Companies</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Tor Myhren speaks! Apple&#x2019;s marketing man on a decade of shepherding the world&#x2019;s most sterling brand (exclusive)</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Design enters its frenemies era",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Design enters its frenemies era</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The AI productivity playbook: tips and tools for you",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The AI productivity playbook: tips and tools for you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Shop &apos;til you bot: Google, OpenAI, and the race to build agentic commerce</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Data centers are breaking the electric grid. Meet the &#x24;6 billion startup and its visionary CEO solving the problem</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Seize the year: Staying positive while influencing change",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Seize the year: Staying positive while influencing change</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">&apos;The biggest game Nike is ever going to play&apos;: The anti-white discrimination case that could change DEI forever</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Anduril isn&#x2019;t just building the future of warfare; it&#x2019;s redesigning it</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The middle manager’s AI survival guide",
      "headingHtml": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The middle manager&#x2019;s AI survival guide</h2>",
      "firstParagraph": "WORK LIFE",
      "paragraphHtml": "<p class=\"font-centra text-primary-dark flex items-center text-left text-[13px] font-bold leading-[14px] tracking-[1.4px]\"><a class href=\"https://www.fastcompany.com/work-life\" target=\"_blank\">WORK LIFE</a></p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest Podcast",
      "headingHtml": "<h2 class=\"text-[28px] font-bold leading-[21px]\">Latest Podcast</h2>",
      "firstParagraph": "Brand New World",
      "paragraphHtml": "<p class=\"text-[14px] font-bold leading-[16px]\">Brand New World</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Artificial Intelligence",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Artificial Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Energy",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Energy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EVs/Transportation",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">EVs/Transportation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Innovation",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Innovation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Internet Culture",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Internet Culture</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Security",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Security</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Social Media",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Social Media</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Architecture",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Architecture</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Branding",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Branding</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fashion",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Fashion</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Marketing",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Marketing</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Product Design",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Product Design</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Retail",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Retail</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "User Experience",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">User Experience</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Business",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Business</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Climate Change",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Climate Change</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Food",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Food</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Entertainment",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Entertainment</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Health",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Health</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Housing Market",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Housing Market</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Politics",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Politics</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Careers",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Careers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Emotional Intelligence",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Emotional Intelligence</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "DEI",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">DEI</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Future of Work",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Future of Work</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Labor",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Labor</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Health Care",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Health Care</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Productivity",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Productivity</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Best Workplaces for Innovators",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Best Workplaces for Innovators</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Brands That Matter",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Brands That Matter</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Innovation By Design",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Innovation By Design</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Most Innovative Companies",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Most Innovative Companies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Next Big Things in Tech",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Next Big Things in Tech</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "World Changing Ideas",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">World Changing Ideas</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ignition Schools",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Ignition Schools</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Modern CEO",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Modern CEO</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI at Work",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">AI at Work</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hiring",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Hiring</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Games",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Games</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Events",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Events</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Video",
      "headingHtml": "<h3 class=\"font-centra mb-10 text-[12px] font-normal leading-[14px] lg:mb-4\">Video</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Podcasts",
      "headingHtml": "<h3 class=\"font-centra text-[12px] font-normal leading-[14px] mb-0 lg:mb-0\">Podcasts</h3>",
      "firstParagraph": "Fast Company & Inc © 2026 Mansueto Ventures, LLC",
      "paragraphHtml": "<p class=\"font-centra text-center text-[12px] leading-4\">Fast Company &amp; Inc &#xa9; <!-- -->2026<!-- --> Mansueto Ventures, LLC</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Advertise",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Advertise</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Careers",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Careers</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Subscribe",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Subscribe</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Privacy Policy",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Privacy Policy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Notice of Collection",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Notice of Collection</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Permissions",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Permissions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Help Center",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Help Center</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "About Us",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">About Us</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Press",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Press</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Sitemap",
      "headingHtml": "<h3 class=\"font-centra text-primary-dark text-[12px] leading-4\">Sitemap</h3>",
      "firstParagraph": "Fastcompany.com adheres to NewsGuard’s nine standards of credibility and transparency. Learn More",
      "paragraphHtml": "<p class=\"font-centra text-center text-[12px] leading-4\">Fastcompany.com adheres to NewsGuard&#x2019;s nine standards of credibility and transparency.<!-- --> <a class=\"underline\" href=\"https://www.newsguardtech.com/ratings/rating-process-criteria/\">Learn More</a></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

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

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": true,
  "definitionPatterns": 39,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Burnout isn't about working too much",
      "html": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">Burnout isn&apos;t about working too much</h2>"
    },
    {
      "text": "The end of the 'good enough' worker",
      "html": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">The end of the &apos;good enough&apos; worker</h2>"
    },
    {
      "text": "A trip to the center of Knicks merch mania",
      "html": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">A trip to the center of Knicks merch mania</h2>"
    },
    {
      "text": "How housing market inventory is shifting across every state",
      "html": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">How housing market inventory is shifting across every state</h2>"
    },
    {
      "text": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The new rules of work: Multigenerational workplaces in the Gen Z era</h2>"
    },
    {
      "text": "Brands, beware! Microdramas just might be the next metaverse",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Brands, beware! Microdramas just might be the next metaverse</h2>"
    },
    {
      "text": "The Obama Presidential Center is more than its granite tower",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The Obama Presidential Center is more than its granite tower</h2>"
    },
    {
      "text": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Inside Uber&apos;s strategy to avoid a head-on collision with autonomous cars</h2>"
    },
    {
      "text": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise</h2>"
    },
    {
      "text": "AG1’s green with envy over the gummy-ification of wellness",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">AG1&#x2019;s green with envy over the gummy-ification of wellness</h2>"
    },
    {
      "text": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Punished for parental leave: How generous leave policies can be a trap for working mothers</h2>"
    },
    {
      "text": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how</h2>"
    },
    {
      "text": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Corporate America is crushing senior-level mothers. Here&#x2019;s how they&#x2019;re coping</h2>"
    },
    {
      "text": "Strategies you should steal from the Most Innovative Companies",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Strategies you should steal from the Most Innovative Companies</h2>"
    },
    {
      "text": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Tor Myhren speaks! Apple&#x2019;s marketing man on a decade of shepherding the world&#x2019;s most sterling brand (exclusive)</h2>"
    },
    {
      "text": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong</h2>"
    },
    {
      "text": "Design enters its frenemies era",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Design enters its frenemies era</h2>"
    },
    {
      "text": "The AI productivity playbook: tips and tools for you",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The AI productivity playbook: tips and tools for you</h2>"
    },
    {
      "text": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Shop &apos;til you bot: Google, OpenAI, and the race to build agentic commerce</h2>"
    },
    {
      "text": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Data centers are breaking the electric grid. Meet the &#x24;6 billion startup and its visionary CEO solving the problem</h2>"
    },
    {
      "text": "Seize the year: Staying positive while influencing change",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Seize the year: Staying positive while influencing change</h2>"
    },
    {
      "text": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">&apos;The biggest game Nike is ever going to play&apos;: The anti-white discrimination case that could change DEI forever</h2>"
    },
    {
      "text": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Anduril isn&#x2019;t just building the future of warfare; it&#x2019;s redesigning it</h2>"
    },
    {
      "text": "The middle manager’s AI survival guide",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The middle manager&#x2019;s AI survival guide</h2>"
    },
    {
      "text": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The new rules of work: Multigenerational workplaces in the Gen Z era</h2>"
    },
    {
      "text": "Brands, beware! Microdramas just might be the next metaverse",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Brands, beware! Microdramas just might be the next metaverse</h2>"
    },
    {
      "text": "The Obama Presidential Center is more than its granite tower",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The Obama Presidential Center is more than its granite tower</h2>"
    },
    {
      "text": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Inside Uber&apos;s strategy to avoid a head-on collision with autonomous cars</h2>"
    },
    {
      "text": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise</h2>"
    },
    {
      "text": "AG1’s green with envy over the gummy-ification of wellness",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">AG1&#x2019;s green with envy over the gummy-ification of wellness</h2>"
    },
    {
      "text": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Punished for parental leave: How generous leave policies can be a trap for working mothers</h2>"
    },
    {
      "text": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how</h2>"
    },
    {
      "text": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Corporate America is crushing senior-level mothers. Here&#x2019;s how they&#x2019;re coping</h2>"
    },
    {
      "text": "Strategies you should steal from the Most Innovative Companies",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Strategies you should steal from the Most Innovative Companies</h2>"
    },
    {
      "text": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Tor Myhren speaks! Apple&#x2019;s marketing man on a decade of shepherding the world&#x2019;s most sterling brand (exclusive)</h2>"
    },
    {
      "text": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong</h2>"
    },
    {
      "text": "Design enters its frenemies era",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Design enters its frenemies era</h2>"
    },
    {
      "text": "The AI productivity playbook: tips and tools for you",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The AI productivity playbook: tips and tools for you</h2>"
    },
    {
      "text": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Shop &apos;til you bot: Google, OpenAI, and the race to build agentic commerce</h2>"
    },
    {
      "text": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Data centers are breaking the electric grid. Meet the &#x24;6 billion startup and its visionary CEO solving the problem</h2>"
    },
    {
      "text": "Seize the year: Staying positive while influencing change",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Seize the year: Staying positive while influencing change</h2>"
    },
    {
      "text": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">&apos;The biggest game Nike is ever going to play&apos;: The anti-white discrimination case that could change DEI forever</h2>"
    },
    {
      "text": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Anduril isn&#x2019;t just building the future of warfare; it&#x2019;s redesigning it</h2>"
    },
    {
      "text": "The middle manager’s AI survival guide",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The middle manager&#x2019;s AI survival guide</h2>"
    },
    {
      "text": "Latest Podcast",
      "html": "<h2 class=\"text-[28px] font-bold leading-[21px]\">Latest Podcast</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Fast Company?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Fast Company work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Fast Company?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fast Company free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fast Company compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Fast Company?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fast Company free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fast Company compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 403,
            "contentType": "text/html;charset=utf-8",
            "length": 775
          },
          {
            "path": "/api/context",
            "statusCode": 403,
            "contentType": "text/html;charset=utf-8",
            "length": 775
          },
          {
            "path": "/context",
            "statusCode": 403,
            "contentType": "text/html;charset=utf-8",
            "length": 775
          }
        ]
      },
      "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: what, cost, compare.

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Burnout isn't about working too much",
      "html": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">Burnout isn&apos;t about working too much</h2>"
    },
    {
      "text": "The end of the 'good enough' worker",
      "html": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">The end of the &apos;good enough&apos; worker</h2>"
    },
    {
      "text": "A trip to the center of Knicks merch mania",
      "html": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">A trip to the center of Knicks merch mania</h2>"
    },
    {
      "text": "How housing market inventory is shifting across every state",
      "html": "<h2 class=\"font-centra flex-1 text-[14px] font-bold leading-[16px] md:text-[20px] md:leading-[22px] lg:text-[14px] lg:leading-[16px]\">How housing market inventory is shifting across every state</h2>"
    },
    {
      "text": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The new rules of work: Multigenerational workplaces in the Gen Z era</h2>"
    },
    {
      "text": "Brands, beware! Microdramas just might be the next metaverse",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Brands, beware! Microdramas just might be the next metaverse</h2>"
    },
    {
      "text": "The Obama Presidential Center is more than its granite tower",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The Obama Presidential Center is more than its granite tower</h2>"
    },
    {
      "text": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Inside Uber&apos;s strategy to avoid a head-on collision with autonomous cars</h2>"
    },
    {
      "text": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise</h2>"
    },
    {
      "text": "AG1’s green with envy over the gummy-ification of wellness",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">AG1&#x2019;s green with envy over the gummy-ification of wellness</h2>"
    },
    {
      "text": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Punished for parental leave: How generous leave policies can be a trap for working mothers</h2>"
    },
    {
      "text": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how</h2>"
    },
    {
      "text": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Corporate America is crushing senior-level mothers. Here&#x2019;s how they&#x2019;re coping</h2>"
    },
    {
      "text": "Strategies you should steal from the Most Innovative Companies",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Strategies you should steal from the Most Innovative Companies</h2>"
    },
    {
      "text": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Tor Myhren speaks! Apple&#x2019;s marketing man on a decade of shepherding the world&#x2019;s most sterling brand (exclusive)</h2>"
    },
    {
      "text": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong</h2>"
    },
    {
      "text": "Design enters its frenemies era",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Design enters its frenemies era</h2>"
    },
    {
      "text": "The AI productivity playbook: tips and tools for you",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The AI productivity playbook: tips and tools for you</h2>"
    },
    {
      "text": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Shop &apos;til you bot: Google, OpenAI, and the race to build agentic commerce</h2>"
    },
    {
      "text": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Data centers are breaking the electric grid. Meet the &#x24;6 billion startup and its visionary CEO solving the problem</h2>"
    },
    {
      "text": "Seize the year: Staying positive while influencing change",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Seize the year: Staying positive while influencing change</h2>"
    },
    {
      "text": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">&apos;The biggest game Nike is ever going to play&apos;: The anti-white discrimination case that could change DEI forever</h2>"
    },
    {
      "text": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Anduril isn&#x2019;t just building the future of warfare; it&#x2019;s redesigning it</h2>"
    },
    {
      "text": "The middle manager’s AI survival guide",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The middle manager&#x2019;s AI survival guide</h2>"
    },
    {
      "text": "The new rules of work: Multigenerational workplaces in the Gen Z era",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The new rules of work: Multigenerational workplaces in the Gen Z era</h2>"
    },
    {
      "text": "Brands, beware! Microdramas just might be the next metaverse",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Brands, beware! Microdramas just might be the next metaverse</h2>"
    },
    {
      "text": "The Obama Presidential Center is more than its granite tower",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The Obama Presidential Center is more than its granite tower</h2>"
    },
    {
      "text": "Inside Uber's strategy to avoid a head-on collision with autonomous cars",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Inside Uber&apos;s strategy to avoid a head-on collision with autonomous cars</h2>"
    },
    {
      "text": "Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Billionaire urbanism: How Walmart heir Alice Walton engineered a small-town paradise</h2>"
    },
    {
      "text": "AG1’s green with envy over the gummy-ification of wellness",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">AG1&#x2019;s green with envy over the gummy-ification of wellness</h2>"
    },
    {
      "text": "Punished for parental leave: How generous leave policies can be a trap for working mothers",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Punished for parental leave: How generous leave policies can be a trap for working mothers</h2>"
    },
    {
      "text": "Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Chinese chains Luckin Coffee and Mixue are coming for U.S. customers, because U.S. companies taught them how</h2>"
    },
    {
      "text": "Corporate America is crushing senior-level mothers. Here’s how they’re coping",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Corporate America is crushing senior-level mothers. Here&#x2019;s how they&#x2019;re coping</h2>"
    },
    {
      "text": "Strategies you should steal from the Most Innovative Companies",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Strategies you should steal from the Most Innovative Companies</h2>"
    },
    {
      "text": "Tor Myhren speaks! Apple’s marketing man on a decade of shepherding the world’s most sterling brand (exclusive)",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Tor Myhren speaks! Apple&#x2019;s marketing man on a decade of shepherding the world&#x2019;s most sterling brand (exclusive)</h2>"
    },
    {
      "text": "ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">ServiceNow CEO Bill McDermott: Silicon Valley is getting enterprise AI wrong</h2>"
    },
    {
      "text": "Design enters its frenemies era",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Design enters its frenemies era</h2>"
    },
    {
      "text": "The AI productivity playbook: tips and tools for you",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The AI productivity playbook: tips and tools for you</h2>"
    },
    {
      "text": "Shop 'til you bot: Google, OpenAI, and the race to build agentic commerce",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Shop &apos;til you bot: Google, OpenAI, and the race to build agentic commerce</h2>"
    },
    {
      "text": "Data centers are breaking the electric grid. Meet the $6 billion startup and its visionary CEO solving the problem",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Data centers are breaking the electric grid. Meet the &#x24;6 billion startup and its visionary CEO solving the problem</h2>"
    },
    {
      "text": "Seize the year: Staying positive while influencing change",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Seize the year: Staying positive while influencing change</h2>"
    },
    {
      "text": "'The biggest game Nike is ever going to play': The anti-white discrimination case that could change DEI forever",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">&apos;The biggest game Nike is ever going to play&apos;: The anti-white discrimination case that could change DEI forever</h2>"
    },
    {
      "text": "Anduril isn’t just building the future of warfare; it’s redesigning it",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">Anduril isn&#x2019;t just building the future of warfare; it&#x2019;s redesigning it</h2>"
    },
    {
      "text": "The middle manager’s AI survival guide",
      "html": "<h2 class=\"font-centra text-[14px] font-bold leading-4 text-white lg:text-[16px] lg:leading-[18px]\">The middle manager&#x2019;s AI survival guide</h2>"
    },
    {
      "text": "Latest Podcast",
      "html": "<h2 class=\"text-[28px] font-bold leading-[21px]\">Latest Podcast</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Fast Company?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Fast Company work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Fast Company?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fast Company free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fast Company compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Fast Company?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Fast Company free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Fast Company compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html;charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.

Result

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html;charset=utf-8" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 403,
        "contentType": "text/html;charset=utf-8",
        "length": 775,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html;charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 773,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "/style",
            "/head",
            "/p",
            "/script",
            "https://ct.captcha-delivery.com/c.js\"></script></body></html>"
          ],
          "rawExcerpt": "<html lang=\"en\"><head><title>fastcompany.com</title><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style=\"margin:0\"><p id=\"cmsg\">Please enable JS and disable any ad blocker</p><script data-cfasync=\"false\">var dd={'rt':'c','cid':'AHrlqAAAAAMA9V9M1jF_sjYAzr2D_g==','hsh':'8C1997293EF2C0ED8E285E1D65669F','t':'fe','qp':'','s':40801,'e':'16b3a6fb9c3889d152819966baa53af21f2d5f0678da9190c84e0e461a9f4912599a41ce1466791e539cadf5fdd7d35c','host':'geo.captcha-delivery.com','cookie':'O9zfy71azW~TsP2VU8p7scqtNtErMk6m8AQ7LrNzqOrA0SB8ecnDRdNA2R2edbqAZQVzasVGt8xfCC9j0RwgWD8cbeDOlBW74Uek9CqssBxlEufP0K6xKN3zKOsS9CSJ'}</script><script data-cfasync=\"false\" src=\"https://ct.captcha-delivery.com/c.js\"></script></body></html>"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html;charset=utf-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 403,
        "contentType": "text/html;charset=utf-8",
        "length": 775,
        "text": "<html lang=\"en\"><head><title>fastcompany.com</title><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style=\"margin:0\"><p id=\"cmsg\">Please enable JS and disable any ad blocker</p><script data-cfasync=\"false\">var dd={'rt':'c','cid':'AHrlqAAAAAMAosDwNWotzfoAzr2D_g==','hsh':'8C1997293EF2C0ED8E285E1D65669F','t':'fe','qp':'','s':40801,'e':'197dca91eb7e2ba0d20dab0ee84f788e6c685c893528badcf46b8e12247c8640a14b5382140be19c213abf7baeaaeb64','host':'geo.captcha-delivery.com','cookie':'SAxsv8se18x6374ab2EvsDfwKQGG35Gz7ugfG4FsPlfAkdIhWg356t1f3HXmqEOyMmz8nX25cfU8Hdqi2EP8jNji_cUxq88nyQ1JObGYyzbBClMtl6wMRJn1_tA6RR67'}</script><script data-cfasync=\"false\" src=\"https://ct.captcha-delivery.com/c.js\"></script></body></html>"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 403,
          "contentType": "text/html;charset=utf-8",
          "length": 775,
          "text": "<html lang=\"en\"><head><title>fastcompany.com</title><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style=\"margin:0\"><p id=\"cmsg\">Please enable JS and disable any ad blocker</p><script data-cfasync=\"false\">var dd={'rt':'c','cid':'AHrlqAAAAAMAPQ6M1zwnXdMAzr2D_g==','hsh':'8C1997293EF2C0ED8E285E1D65669F','t':'fe','qp':'','s':40801,'e':'bd46698098edd94fa282e6b4618eeef87d35ebc6a91afae6799fe9ab1fa27e85df9440f3dd8c1302d429c7da479e6ac4','host':'geo.captcha-delivery.com','cookie':'rKZ1TkFZxPnIUGE7Bq0cRW8ZySNwUGKOhBPUYnXgWLFQEF2Cm1k3JSF6fwCCT~0Ax2_60aT8270oTew6Dy8mUleGHzIklTHOKlzO1RqmQzgzHwzTEOx13A4lYLuscZj3'}</script><script data-cfasync=\"false\" src=\"https://ct.captcha-delivery.com/c.js\"></script></body></html>"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "button:attribute",
        "weight": 3,
        "match": "auth control annotation"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth / OIDC discovery was not found at the expected path.

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch to find resource

    OAuth / OIDC discovery was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 403,
            "contentType": "text/html;charset=utf-8",
            "length": 775
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 403,
            "contentType": "text/html;charset=utf-8",
            "length": 775
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "button:attribute",
        "weight": 3,
        "match": "auth control annotation"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

02

Why it matters

Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.

Result

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

    Protected resource metadata `resource` did not match the resource identifier used to retrieve it.

  4. Probe protected API Bearer challenge

    No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 403,
        "contentType": "text/html;charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<html lang=\"en\"><head><title>fastcompany.com</title><style>#cmsg{animation: A 1.5s;}@keyframes A{0%{opacity:0;}99%{opacity:0;}100%{opacity:1;}}</style></head><body style=\"margin:0\"><p id=\"cmsg\">Please enable JS and disable any ad blocker</p><script data-cfasync=\"false\">var dd={'rt':'c','cid':'AHrlqAAAAAMAz4VZwp-qrX0Azr2D_g==','hsh':'8C1997293EF2C0ED8E285E1D65669F','t':'fe','qp':'','s':40801,'e':'45c55967c7b1bbad75aeb762883784fbae1f5767ebcea479d85aa29a10b91c206426ef1d9fedb10feb0c0644e5f92fbb','host':'geo.captcha-delivery.com','cookie':'rkN7_xutDaPf0464L1bTEv7GTf0hJW5vpKgcGcRSOZafuNwi1T1zj2PFsg~I_XYW9bKKW0S2AGH5jMgKxHjB9NcesQfVu_T~_RByShiMm1oQRKKdKrksvnFUmlHZh97E'}</script><script data-cfasync=\"false\" src=\"https://ct.captcha-delivery.com/c.js\"></script></body></html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.fastcompany.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.fastcompany.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.fastcompany.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.fastcompany.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "button:attribute",
        "weight": 3,
        "match": "auth control annotation"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

Performance and AccessibilityAccessibilityBrowser audit

Elements use prohibited ARIA attributes

100 Fail

Check name

Elements use prohibited ARIA attributes

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr).

Evidence
{
  "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr)."
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Image optimization

13 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

13 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Evidence
{
  "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

13 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).

Evidence
{
  "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

13 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

4.2 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": "4.2 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": 4222.403999999974
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

13 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 954 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

6 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 754 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 754 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

Reduce unused CSS

6 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 27 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 27 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": 0
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

5 Fail

Check name

Loading performance

Score

58/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": "interactive",
      "title": "Time to Interactive",
      "score": 6,
      "displayValue": "9.0 s",
      "numericValue": 8989.951965247315
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 96,
      "displayValue": "0.8 s",
      "numericValue": 772.9318217660756
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 15,
      "displayValue": "3.6 s",
      "numericValue": 3621.9225084747713
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 5,
      "displayValue": "980 ms",
      "numericValue": 984.9999999999995
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "140 ms",
      "numericValue": 143.70929999999998
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 50 ms",
      "numericValue": 50
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 61,
      "displayValue": "210 ms",
      "numericValue": 214
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 84,
      "displayValue": "1.4 s",
      "numericValue": 1374.0432012777355
    }
  ]
}

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