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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability44%Agent Easeof Use16%Security& Trust20%GEO, AIO, AEO78%SEO92%Performance& Accessibility74%
  • AI Discoverability 44 out of 100
  • Agent Ease of Use 16 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 78 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 74 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Stocktwits - Stock Market Live Quotes, Social Community Discussions, News, Stock Rankings & Earnings favicon

Stocktwits - Stock Market Live Quotes, Social Community Discussions, News, Stock Rankings & Earnings

Stocktwits provides real-time stock, crypto & international market data to keep you up-to-date. Find top news headlines, discover your next trade idea, share & gain insights from traders and investors from around the world, build a watchli...

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
44
Priority fix7151View details
Discoverability
57
Needs work450View details
Content Readiness
38
Priority fix271View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
16
Priority fix7311View details
API
17
Priority fix180View 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
78
Mostly ready6014
GEO Readiness
88
Mostly ready303
AIO Readiness
78
Mostly ready205
AEO Readiness
67
Needs work106
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
74
Needs work2133View details
Performance
65
Needs work1523View details
Accessibility
91
Strong610View details

Prioritized recommendations

Issues ranked by score impact

47 items need attention

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
}

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

33 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
      },
      "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 DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose question-and-answer content in FAQPage structured data when FAQs are present.

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": [
    "Organization",
    "WebPage"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Use schema types that describe the page's primary content or offering.

Result

High-value schema types is missing or incomplete.

Evidence
{
  "found": [],
  "expected": [
    "Article",
    "BlogPosting",
    "NewsArticle",
    "Product",
    "SoftwareApplication",
    "FAQPage",
    "LocalBusiness",
    "VideoObject",
    "HowTo",
    "Event",
    "Course",
    "Review",
    "Service"
  ],
  "allTypes": [
    "Organization",
    "WebPage"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

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

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

33 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": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
          },
          {
            "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 data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
          },
          {
            "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 data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
          }
        ]
      },
      "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."
    }
  ]
}

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": 95178
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 96097
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 96097
          }
        ]
      },
      "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": "upgrade-insecure-requests"
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": "upgrade-insecure-requests",
  "cspFrameAncestors": false
}

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": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95178
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95178
          }
        ]
      },
      "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 "Accept-Encoding".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 44779,
        "excerpt": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" data-next-head=\"\"/>",
        "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 <main> landmark; missing <nav> landmark; missing <footer> landmark; 5 links missing accessible names; 15 buttons 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": false,
  "nav": false,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a rel=\"noopener nofollow\" target=\"_blank\" href=\"https://twitter.com/stocktwits\"><div class=\"HomeLandingPage_social__t2ZpA flex items-center justify-center text-white text-[28px]\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"x-twitter\" class=\"svg-inline--fa fa-x-twitter \" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 ",
      "<a rel=\"noopener nofollow\" target=\"_blank\" href=\"https://www.instagram.com/stocktwits/\"><div class=\"HomeLandingPage_social__t2ZpA flex items-center justify-center text-white text-[28px]\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"instagram\" class=\"svg-inline--fa fa-instagram \" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 22",
      "<a rel=\"noopener nofollow\" target=\"_blank\" href=\"https://facebook.com/stocktwits\"><div class=\"HomeLandingPage_social__t2ZpA flex items-center justify-center text-white text-[28px]\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f \" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"currentColor\" d=\"M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C2",
      "<a rel=\"noopener nofollow\" target=\"_blank\" href=\"https://www.youtube.com/@stocktwitsindia\"><div class=\"HomeLandingPage_social__t2ZpA flex items-center justify-center text-white text-[28px]\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"youtube\" class=\"svg-inline--fa fa-youtube \" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path fill=\"currentColor\" d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.62",
      "<a rel=\"noopener nofollow\" target=\"_blank\" href=\"https://www.stocktwits.com/sitemap/rss_feed.xml\"><div class=\"HomeLandingPage_social__t2ZpA flex items-center justify-center text-white text-[28px]\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"rss\" class=\"svg-inline--fa fa-rss \" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 "
    ],
    "inaccessibleButtons": [
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-secondary__xIxs1 bg-white text-black border-secondary-button-border dark|bg-transparent dark|text-white hover|!bg-light-grey-6 dark|hover|!bg-dark-grey-5 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden",
      "<button class=\"STButton_sm__iMjlX text-sm px-4 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_circle__H7uvZ w-[--size] !p-0 overflow-hidden STButton_black-tertiary__9XFd3 bg-light-grey-6 text-black border-transparent dark|bg-dark-grey-5 dark|text-white hover|!bg-light-grey-5 dark|hover|!bg-dark-grey-4 WatchButton_button__SGDmN px-4 py-0\" role=\"button\" tabindex=\"0\" type=\"button\"><svg aria-hidden"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 14,
    "links": 82,
    "inaccessibleLinks": 5,
    "buttons": 19,
    "inaccessibleButtons": 15,
    "images": 45,
    "imagesWithAlt": 45,
    "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": 95178
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95178
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 96097
          }
        ]
      },
      "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": 95178
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95178
          }
        ]
      },
      "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": 95178
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 96097
          }
        ]
      },
      "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": 95178
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 96097
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD.

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 1,
  "timeDateCount": 0
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint failed at "Validate resource body".

17 Fail

Needs attention

AI context endpoint

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.

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

50/100

Status

fail

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 failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/context",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
        "rawExcerpt": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" data-next-head=\"\"/><meta name=\"keywords\" content=\"stock research, investing, trading, stock market, stock market live, social community for stock market, real-time market data, market sentiment, trending stocks, market news, symbol sentiment, business news, cryptocurrency community, cryptocurrency data, OTC communities, OTC data, OTC sentiment, crypto sentiment data\" data-next-head=\"\"/><meta name=\"og:keywords\" content=\"stock research, investing, trading, stock market, stock market live, social community for stock market, real-time market data, market sentiment, trending st"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

5 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: live, quotes, social, community, discussions, rankings, earnings, leading, platform, investors, traders.

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

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

Evidence
{
  "title": "Stocktwits - Stock Market Live Quotes, Social Community Discussions, News, Stock Rankings & Earnings",
  "h1": "The Leading Social Platform for Investors and Traders",
  "description": "Stocktwits provides real-time stock, crypto & international market data to keep you up-to-date. Find top news headlines, discover your next trade idea, share & gain insights from traders and investors from around the world, build a watchlist, buy US stocks, & create and manage your portfolio.",
  "topicOverlap": 0.26666666666666666,
  "topicTerms": [
    "stocktwits",
    "stock",
    "market",
    "live",
    "quotes",
    "social",
    "community",
    "discussions",
    "news",
    "rankings",
    "earnings",
    "leading",
    "platform",
    "investors",
    "traders"
  ],
  "descriptionTerms": [
    "stocktwits",
    "provides",
    "real",
    "time",
    "stock",
    "crypto",
    "international",
    "market",
    "data",
    "keep",
    "date",
    "find",
    "top",
    "news",
    "headlines",
    "discover",
    "next",
    "trade",
    "idea",
    "share"
  ],
  "missingFromDescription": [
    "live",
    "quotes",
    "social",
    "community",
    "discussions",
    "rankings",
    "earnings",
    "leading",
    "platform",
    "investors",
    "traders"
  ],
  "score": 78,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "StockTwits Inc (stocktwits.com)",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/discussions/how-do-you-feel-about-the-market-right-now/652604440",
      "text": "StocktwitsPollsHow do you feel about the market right now?25616.8K votes",
      "html": "<a rel=\"noopener\" target=\"_blank\" href=\"/discussions/how-do-you-feel-about-the-market-right-now/652604440\" class=\"hidden\"><div class=\"flex-col justify-between items-start cursor-pointer flex StreamMessageTopDiscussions_discussionItem__7Ooi6 h-[146px] border p-3 shrink-0 rounded-xl cursor-pointer hover|bg-light-grey-6-rgba-50 dark|hover|bg-dark-grey-5 HomeLandingPageNews_discussionItem__uk4Sh w-full max-w-[280px] tabletSm-down|max-w-full ml-0 hover|!bg-transparent border-[#3a3a3c]\"><div class=..."
    },
    {
      "href": "https://stocktwits.com/about/contact?subject=Advertising%20Inquiries",
      "text": "Contact Us",
      "html": "<a class=\"STButton_lg__XBy4m text-lg px-6 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_black-secondary__xIxs1 bg-white text-black border-secondary-button-border dark|bg-transparent dark|text-white hover|!bg-light-grey-6 dark|hover|!bg-dark-grey-5 dark|!bg-white dark|!text-black dark|hover|!bg-light-grey-6 tabletMd-down|mt-3 tabletMd-down|text-[15px] tabletMd-down|px-5 tabletMd-down|h-10\" r..."
    },
    {
      "href": "https://about.stocktwits.com",
      "text": "About",
      "html": "<a href=\"https://about.stocktwits.com\">About</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/best-practices",
      "text": "Best Practices",
      "html": "<a href=\"https://www.stocktwits.com/about/best-practices\">Best Practices</a>"
    },
    {
      "href": "https://about.stocktwits.com/careers",
      "text": "Careers",
      "html": "<a href=\"https://about.stocktwits.com/careers\">Careers</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/legal/disclaimer",
      "text": "Disclaimer",
      "html": "<a href=\"https://www.stocktwits.com/about/legal/disclaimer\">Disclaimer</a>"
    },
    {
      "href": "/about/legal/privacy",
      "text": "Privacy",
      "html": "<a href=\"/about/legal/privacy\">Privacy</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/rules",
      "text": "Rules",
      "html": "<a href=\"https://www.stocktwits.com/about/rules\">Rules</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/legal/terms",
      "text": "Terms",
      "html": "<a href=\"https://www.stocktwits.com/about/legal/terms\">Terms</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/legal/disclosures/",
      "text": "Disclosures",
      "html": "<a href=\"https://www.stocktwits.com/about/legal/disclosures/\">Disclosures</a>"
    },
    {
      "href": "https://www.stocktwits.com/about-newsroom/",
      "text": "About Newsroom",
      "html": "<a href=\"https://www.stocktwits.com/about-newsroom/\">About Newsroom</a>"
    },
    {
      "href": "/about/legal/disclosures",
      "text": "here.",
      "html": "<a class=\"Disclaimer_link__9QkQM underline font-semibold text-primary-text\" href=\"/about/legal/disclosures\">here.</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://stocktwits.com/about/contact?subject=Advertising%20Inquiries",
      "text": "Contact Us",
      "html": "<a class=\"STButton_lg__XBy4m text-lg px-6 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_black-secondary__xIxs1 bg-white text-black border-secondary-button-border dark|bg-transparent dark|text-white hover|!bg-light-grey-6 dark|hover|!bg-dark-grey-5 dark|!bg-white dark|!text-black dark|hover|!bg-light-grey-6 tabletMd-down|mt-3 tabletMd-down|text-[15px] tabletMd-down|px-5 tabletMd-down|h-10\" r..."
    },
    {
      "href": "https://help.stocktwits.com",
      "text": "Help",
      "html": "<a href=\"https://help.stocktwits.com\">Help</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/about/legal/privacy",
      "text": "Privacy",
      "html": "<a href=\"/about/legal/privacy\">Privacy</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/legal/terms",
      "text": "Terms",
      "html": "<a href=\"https://www.stocktwits.com/about/legal/terms\">Terms</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.

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

12 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": 13,
  "passing": 1,
  "failing": [
    {
      "heading": "Track Markets",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Track Markets</h2>",
      "firstParagraph": "Get the full Stocktwits experience - track trending stocks, follow live earnings, and watch sentiment shift in real time, on any device.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[800px] tabletMd-down|w-full text-center\">Get the full Stocktwits experience - track trending stocks, follow live earnings, and watch sentiment shift in real time, on any device.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Stay Ahead of the Crowd",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-[340px] tabletMd-down|w-full\">Stay Ahead of the Crowd</h2>",
      "firstParagraph": "See which stocks or crypto are gaining attention and how investor sentiment is shifting in real time.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[540px] tabletMd-down|w-full tabletMd-down|text-center\">See which stocks or crypto are gaining attention and how investor sentiment is shifting in real time.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sentiment",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Sentiment</h2>",
      "firstParagraph": "Cut through the noise; Stocktwits Sentiment shows exactly how traders feel, so you trade smarter, faster.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[800px] tabletMd-down|w-full text-center\">Cut through the noise; Stocktwits Sentiment shows exactly how traders feel, so you trade smarter, faster.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-Powered Insights",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-[340px] tabletMd-down|w-full\">AI-Powered Insights</h2>",
      "firstParagraph": "Our AI surfaces trending stocks and crypto, sentiment shifts, and key takeaways from the community, so you can act fast with confidence.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[540px] tabletMd-down|w-full tabletMd-down|text-center\">Our AI surfaces trending stocks and crypto, sentiment shifts, and key takeaways from the community, so you can act fast with confidence.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Earnings Calls",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Earnings Calls</h2>",
      "firstParagraph": "Hear every earnings detail live, watch sentiment surge in real time, and trade the reaction first.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[540px] tabletMd-down|w-full tabletMd-down|text-center\">Hear every earnings detail live, watch sentiment surge in real time, and trade the reaction first.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Content</h2>",
      "firstParagraph": "Catch breaking news and live shows as markets move - direct from traders, analysts, and experts.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[800px] tabletMd-down|w-full text-center\">Catch breaking news and live shows as markets move - direct from traders, analysts, and experts.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "News",
      "headingHtml": "<h2 class=\"ContentCard_cardTitle__BmTEF text-white text-[28px] tabletMd|text-5xl font-bold tracking-[-0.48px] tabletMd-down|tracking-[-0.28px]\">News</h2>",
      "firstParagraph": "Stay two steps ahead: actionable market news delivered the moment it breaks.",
      "paragraphHtml": "<p class=\"ContentCard_cardText__ZpBDX text-white text-sm tabletMd|text-2xl text-center tabletMd-down|px-5\">Stay two steps ahead: actionable market news delivered the moment it breaks.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live Events",
      "headingHtml": "<h2 class=\"ContentCard_cardTitle__BmTEF text-white text-[28px] tabletMd|text-5xl font-bold tracking-[-0.48px] tabletMd-down|tracking-[-0.28px]\">Live Events</h2>",
      "firstParagraph": "Live events bring the markets latest directly to you through streams and videos.",
      "paragraphHtml": "<p class=\"ContentCard_cardText__ZpBDX text-white text-sm tabletMd|text-2xl text-center tabletMd-down|px-5\">Live events bring the markets latest directly to you through streams and videos.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest News",
      "headingHtml": "<h3 class=\"HomeLandingPageNews_title__2eUqr text-white text-center text-2xl tabletMd|text-3xl font-bold mr-2\">Latest News</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Advertise With Us",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Advertise With Us</h2>",
      "firstParagraph": "Stocktwits connects your company with a vibrant community of investors and traders, driving measurable results.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[540px] tabletMd-down|w-full tabletMd-down|text-center\">Stocktwits connects your company with a vibrant community of investors and traders, driving measurable results.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Newsletters",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Newsletters</h2>",
      "firstParagraph": "Markets move fast. So do we. Get Stocktwits-style insights, straight to your inbox.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[530px] tabletMd-down|w-full tabletMd-down|text-center\">Markets move fast. So do we. Get Stocktwits-style insights, straight to your inbox.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Indices",
      "headingHtml": "<h3 class=\"HomeLandingPage_indicesTitle__zf9nO text-lg font-bold tabletMd-down|w-full\">Indices</h3>",
      "firstParagraph": "ADBE",
      "paragraphHtml": "<p class=\"StockDisplay_ticker__pMIhw m-0 whitespace-nowrap overflow-hidden text-ellipsis text-primary-text font-semibold\" aria-label=\"Ticker\" title=\"ADBE\">ADBE</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

3 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 47,
      "heading": "H3: Indices",
      "text": "Stocktwits, Inc. (“Stocktwits”) is not a securities broker-dealer, investment adviser, or any other type of financial professional. No content on the Stocktwits platform should be considered an offer, solicitation of an offer, or advice to buy or sell securities or any other type of investment or financial product.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Stocktwits, Inc. (&#x201c;Stocktwits&#x201d;) is not a securities broker-dealer, investment adviser, or any other type of financial professional. No content on the Stocktwits platform should be considered an offer, solicitation of an offer, or advice to buy or sell securities or any other type of investment or financial product.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 11,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

3 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "StockTwits Inc (stocktwits.com)",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/discussions/how-do-you-feel-about-the-market-right-now/652604440",
      "text": "StocktwitsPollsHow do you feel about the market right now?25616.8K votes",
      "html": "<a rel=\"noopener\" target=\"_blank\" href=\"/discussions/how-do-you-feel-about-the-market-right-now/652604440\" class=\"hidden\"><div class=\"flex-col justify-between items-start cursor-pointer flex StreamMessageTopDiscussions_discussionItem__7Ooi6 h-[146px] border p-3 shrink-0 rounded-xl cursor-pointer hover|bg-light-grey-6-rgba-50 dark|hover|bg-dark-grey-5 HomeLandingPageNews_discussionItem__uk4Sh w-full max-w-[280px] tabletSm-down|max-w-full ml-0 hover|!bg-transparent border-[#3a3a3c]\"><div class=..."
    },
    {
      "href": "https://stocktwits.com/about/contact?subject=Advertising%20Inquiries",
      "text": "Contact Us",
      "html": "<a class=\"STButton_lg__XBy4m text-lg px-6 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_black-secondary__xIxs1 bg-white text-black border-secondary-button-border dark|bg-transparent dark|text-white hover|!bg-light-grey-6 dark|hover|!bg-dark-grey-5 dark|!bg-white dark|!text-black dark|hover|!bg-light-grey-6 tabletMd-down|mt-3 tabletMd-down|text-[15px] tabletMd-down|px-5 tabletMd-down|h-10\" r..."
    },
    {
      "href": "https://about.stocktwits.com",
      "text": "About",
      "html": "<a href=\"https://about.stocktwits.com\">About</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/best-practices",
      "text": "Best Practices",
      "html": "<a href=\"https://www.stocktwits.com/about/best-practices\">Best Practices</a>"
    },
    {
      "href": "https://about.stocktwits.com/careers",
      "text": "Careers",
      "html": "<a href=\"https://about.stocktwits.com/careers\">Careers</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/legal/disclaimer",
      "text": "Disclaimer",
      "html": "<a href=\"https://www.stocktwits.com/about/legal/disclaimer\">Disclaimer</a>"
    },
    {
      "href": "/about/legal/privacy",
      "text": "Privacy",
      "html": "<a href=\"/about/legal/privacy\">Privacy</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/rules",
      "text": "Rules",
      "html": "<a href=\"https://www.stocktwits.com/about/rules\">Rules</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/legal/terms",
      "text": "Terms",
      "html": "<a href=\"https://www.stocktwits.com/about/legal/terms\">Terms</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/legal/disclosures/",
      "text": "Disclosures",
      "html": "<a href=\"https://www.stocktwits.com/about/legal/disclosures/\">Disclosures</a>"
    },
    {
      "href": "https://www.stocktwits.com/about-newsroom/",
      "text": "About Newsroom",
      "html": "<a href=\"https://www.stocktwits.com/about-newsroom/\">About Newsroom</a>"
    },
    {
      "href": "/about/legal/disclosures",
      "text": "here.",
      "html": "<a class=\"Disclaimer_link__9QkQM underline font-semibold text-primary-text\" href=\"/about/legal/disclosures\">here.</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://stocktwits.com/about/contact?subject=Advertising%20Inquiries",
      "text": "Contact Us",
      "html": "<a class=\"STButton_lg__XBy4m text-lg px-6 gap-2 STButton_button__ObG_J h-[--size] inline-flex flex-row items-center justify-center border rounded-full font-semibold whitespace-nowrap STButton_black-secondary__xIxs1 bg-white text-black border-secondary-button-border dark|bg-transparent dark|text-white hover|!bg-light-grey-6 dark|hover|!bg-dark-grey-5 dark|!bg-white dark|!text-black dark|hover|!bg-light-grey-6 tabletMd-down|mt-3 tabletMd-down|text-[15px] tabletMd-down|px-5 tabletMd-down|h-10\" r..."
    },
    {
      "href": "https://help.stocktwits.com",
      "text": "Help",
      "html": "<a href=\"https://help.stocktwits.com\">Help</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/about/legal/privacy",
      "text": "Privacy",
      "html": "<a href=\"/about/legal/privacy\">Privacy</a>"
    },
    {
      "href": "https://www.stocktwits.com/about/legal/terms",
      "text": "Terms",
      "html": "<a href=\"https://www.stocktwits.com/about/legal/terms\">Terms</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.

3 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

2 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": 3,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Stocktwits"
    },
    {
      "path": "$[0].@graph[1].description",
      "value": "Stocktwits is a social media platform for investors and traders to share ideas and insights."
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "Stocktwits Homepage"
    },
    {
      "path": "$[1].name",
      "value": "Stocktwits"
    },
    {
      "path": "$[2].description",
      "value": "Stocktwits is a social media platform for investors and traders to share ideas and insights."
    },
    {
      "path": "$[2].name",
      "value": "Stocktwits Homepage"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[1].name",
      "value": "Stocktwits Homepage"
    },
    {
      "path": "$[2].name",
      "value": "Stocktwits Homepage"
    }
  ],
  "score": 67,
  "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

12 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": 13,
  "passing": 1,
  "failing": [
    {
      "heading": "Track Markets",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Track Markets</h2>",
      "firstParagraph": "Get the full Stocktwits experience - track trending stocks, follow live earnings, and watch sentiment shift in real time, on any device.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[800px] tabletMd-down|w-full text-center\">Get the full Stocktwits experience - track trending stocks, follow live earnings, and watch sentiment shift in real time, on any device.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Stay Ahead of the Crowd",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-[340px] tabletMd-down|w-full\">Stay Ahead of the Crowd</h2>",
      "firstParagraph": "See which stocks or crypto are gaining attention and how investor sentiment is shifting in real time.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[540px] tabletMd-down|w-full tabletMd-down|text-center\">See which stocks or crypto are gaining attention and how investor sentiment is shifting in real time.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Sentiment",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Sentiment</h2>",
      "firstParagraph": "Cut through the noise; Stocktwits Sentiment shows exactly how traders feel, so you trade smarter, faster.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[800px] tabletMd-down|w-full text-center\">Cut through the noise; Stocktwits Sentiment shows exactly how traders feel, so you trade smarter, faster.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI-Powered Insights",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-[340px] tabletMd-down|w-full\">AI-Powered Insights</h2>",
      "firstParagraph": "Our AI surfaces trending stocks and crypto, sentiment shifts, and key takeaways from the community, so you can act fast with confidence.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[540px] tabletMd-down|w-full tabletMd-down|text-center\">Our AI surfaces trending stocks and crypto, sentiment shifts, and key takeaways from the community, so you can act fast with confidence.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Earnings Calls",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Earnings Calls</h2>",
      "firstParagraph": "Hear every earnings detail live, watch sentiment surge in real time, and trade the reaction first.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[540px] tabletMd-down|w-full tabletMd-down|text-center\">Hear every earnings detail live, watch sentiment surge in real time, and trade the reaction first.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Content",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Content</h2>",
      "firstParagraph": "Catch breaking news and live shows as markets move - direct from traders, analysts, and experts.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[800px] tabletMd-down|w-full text-center\">Catch breaking news and live shows as markets move - direct from traders, analysts, and experts.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "News",
      "headingHtml": "<h2 class=\"ContentCard_cardTitle__BmTEF text-white text-[28px] tabletMd|text-5xl font-bold tracking-[-0.48px] tabletMd-down|tracking-[-0.28px]\">News</h2>",
      "firstParagraph": "Stay two steps ahead: actionable market news delivered the moment it breaks.",
      "paragraphHtml": "<p class=\"ContentCard_cardText__ZpBDX text-white text-sm tabletMd|text-2xl text-center tabletMd-down|px-5\">Stay two steps ahead: actionable market news delivered the moment it breaks.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Live Events",
      "headingHtml": "<h2 class=\"ContentCard_cardTitle__BmTEF text-white text-[28px] tabletMd|text-5xl font-bold tracking-[-0.48px] tabletMd-down|tracking-[-0.28px]\">Live Events</h2>",
      "firstParagraph": "Live events bring the markets latest directly to you through streams and videos.",
      "paragraphHtml": "<p class=\"ContentCard_cardText__ZpBDX text-white text-sm tabletMd|text-2xl text-center tabletMd-down|px-5\">Live events bring the markets latest directly to you through streams and videos.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest News",
      "headingHtml": "<h3 class=\"HomeLandingPageNews_title__2eUqr text-white text-center text-2xl tabletMd|text-3xl font-bold mr-2\">Latest News</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Advertise With Us",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Advertise With Us</h2>",
      "firstParagraph": "Stocktwits connects your company with a vibrant community of investors and traders, driving measurable results.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[540px] tabletMd-down|w-full tabletMd-down|text-center\">Stocktwits connects your company with a vibrant community of investors and traders, driving measurable results.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Newsletters",
      "headingHtml": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Newsletters</h2>",
      "firstParagraph": "Markets move fast. So do we. Get Stocktwits-style insights, straight to your inbox.",
      "paragraphHtml": "<p class=\"HomeLandingPage_containerText__xHoph text-white tabletMd|text-2xl w-[530px] tabletMd-down|w-full tabletMd-down|text-center\">Markets move fast. So do we. Get Stocktwits-style insights, straight to your inbox.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Indices",
      "headingHtml": "<h3 class=\"HomeLandingPage_indicesTitle__zf9nO text-lg font-bold tabletMd-down|w-full\">Indices</h3>",
      "firstParagraph": "ADBE",
      "paragraphHtml": "<p class=\"StockDisplay_ticker__pMIhw m-0 whitespace-nowrap overflow-hidden text-ellipsis text-primary-text font-semibold\" aria-label=\"Ticker\" title=\"ADBE\">ADBE</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: live, quotes, social, community, discussions, rankings, earnings, leading, platform, investors, traders.

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

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

Evidence
{
  "title": "Stocktwits - Stock Market Live Quotes, Social Community Discussions, News, Stock Rankings & Earnings",
  "h1": "The Leading Social Platform for Investors and Traders",
  "description": "Stocktwits provides real-time stock, crypto & international market data to keep you up-to-date. Find top news headlines, discover your next trade idea, share & gain insights from traders and investors from around the world, build a watchlist, buy US stocks, & create and manage your portfolio.",
  "topicOverlap": 0.26666666666666666,
  "definitionCount": 3,
  "topicTerms": [
    "stocktwits",
    "stock",
    "market",
    "live",
    "quotes",
    "social",
    "community",
    "discussions",
    "news",
    "rankings",
    "earnings",
    "leading",
    "platform",
    "investors",
    "traders"
  ],
  "descriptionTerms": [
    "stocktwits",
    "provides",
    "real",
    "time",
    "stock",
    "crypto",
    "international",
    "market",
    "data",
    "keep",
    "date",
    "find",
    "top",
    "news",
    "headlines",
    "discover",
    "next",
    "trade",
    "idea",
    "share"
  ],
  "missingFromDescription": [
    "live",
    "quotes",
    "social",
    "community",
    "discussions",
    "rankings",
    "earnings",
    "leading",
    "platform",
    "investors",
    "traders"
  ],
  "score": 82,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

25 image(s) are missing width/height attributes.

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 855,
  "htmlBytes": 431124,
  "imagesMissingDimensions": [
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/red-live-dot.9d8d6cb9.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/red-live-dot.9d8d6cb9.svg\" alt=\"red dot\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"News Placeholder\" src=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/news-placeholder.eb4d81c7.svg\" class=\"NewsItem_transparentImagePlaceholder__1ypW2 !w-[30px] !h-[25px]\">"
    },
    {
      "src": "https://logos.stocktwits-cdn.com/UAMY.webp?w=40",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://logos.stocktwits-cdn.com/UAMY.webp?w=40\" alt=\"UAMY\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://logos.stocktwits-cdn.com/NVDA.png?w=40",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://logos.stocktwits-cdn.com/NVDA.png?w=40\" alt=\"NVDA\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    },
    {
      "src": "https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://avatars.stocktwits.com/production/9592203/thumb-1741199023.png\" alt=\"StocktwitsPolls\" class=\"StreamMessageTopDiscussions_symbolImage__jlKzI w-5 h-5 rounded-full mr-1.5\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

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, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Track Markets",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Track Markets</h2>"
    },
    {
      "text": "Stay Ahead of the Crowd",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-[340px] tabletMd-down|w-full\">Stay Ahead of the Crowd</h2>"
    },
    {
      "text": "Sentiment",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Sentiment</h2>"
    },
    {
      "text": "AI-Powered Insights",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-[340px] tabletMd-down|w-full\">AI-Powered Insights</h2>"
    },
    {
      "text": "Earnings Calls",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Earnings Calls</h2>"
    },
    {
      "text": "Content",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Content</h2>"
    },
    {
      "text": "News",
      "html": "<h2 class=\"ContentCard_cardTitle__BmTEF text-white text-[28px] tabletMd|text-5xl font-bold tracking-[-0.48px] tabletMd-down|tracking-[-0.28px]\">News</h2>"
    },
    {
      "text": "Live Events",
      "html": "<h2 class=\"ContentCard_cardTitle__BmTEF text-white text-[28px] tabletMd|text-5xl font-bold tracking-[-0.48px] tabletMd-down|tracking-[-0.28px]\">Live Events</h2>"
    },
    {
      "text": "Advertise With Us",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Advertise With Us</h2>"
    },
    {
      "text": "Newsletters",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Newsletters</h2>"
    },
    {
      "text": "Market Lists That Matter",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-full text-center\">Market Lists That Matter</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Stocktwits - Stock Market Live Quotes, Social...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Stocktwits - Stock Market Live Quotes, Social... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Stocktwits - Stock Market Live Quotes, Social...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Stocktwits - Stock Market Live Quotes, Social... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Stocktwits - Stock Market Live Quotes, Social... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Stocktwits - Stock Market Live Quotes, Social...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Stocktwits - Stock Market Live Quotes, Social... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Stocktwits - Stock Market Live Quotes, Social...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Stocktwits - Stock Market Live Quotes, Social... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Stocktwits - Stock Market Live Quotes, Social... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

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, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Track Markets",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Track Markets</h2>"
    },
    {
      "text": "Stay Ahead of the Crowd",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-[340px] tabletMd-down|w-full\">Stay Ahead of the Crowd</h2>"
    },
    {
      "text": "Sentiment",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Sentiment</h2>"
    },
    {
      "text": "AI-Powered Insights",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-[340px] tabletMd-down|w-full\">AI-Powered Insights</h2>"
    },
    {
      "text": "Earnings Calls",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Earnings Calls</h2>"
    },
    {
      "text": "Content",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Content</h2>"
    },
    {
      "text": "News",
      "html": "<h2 class=\"ContentCard_cardTitle__BmTEF text-white text-[28px] tabletMd|text-5xl font-bold tracking-[-0.48px] tabletMd-down|tracking-[-0.28px]\">News</h2>"
    },
    {
      "text": "Live Events",
      "html": "<h2 class=\"ContentCard_cardTitle__BmTEF text-white text-[28px] tabletMd|text-5xl font-bold tracking-[-0.48px] tabletMd-down|tracking-[-0.28px]\">Live Events</h2>"
    },
    {
      "text": "Advertise With Us",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Advertise With Us</h2>"
    },
    {
      "text": "Newsletters",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px]\">Newsletters</h2>"
    },
    {
      "text": "Market Lists That Matter",
      "html": "<h2 class=\"HomeLandingPage_containerTitle__wzoaa text-white text-[60px] tabletMd-down|text-[30px] leading-[54px] tabletMd-down|leading-[36px] font-bold tracking-[-0.6px] tabletMd-down|tracking-[-0.3px] w-full text-center\">Market Lists That Matter</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Stocktwits - Stock Market Live Quotes, Social...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Stocktwits - Stock Market Live Quotes, Social... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Stocktwits - Stock Market Live Quotes, Social...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Stocktwits - Stock Market Live Quotes, Social... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Stocktwits - Stock Market Live Quotes, Social... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Stocktwits - Stock Market Live Quotes, Social...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Stocktwits - Stock Market Live Quotes, Social... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Stocktwits - Stock Market Live Quotes, Social...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Stocktwits - Stock Market Live Quotes, Social... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Stocktwits - Stock Market Live Quotes, Social... 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.

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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.

  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": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 96097,
        "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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
          "compatibleContentType": false,
          "contentLength": 95323,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": true,
          "links": [
            "https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\"",
            "https://stocktwits.comundefined\"/><meta",
            "//cdn.cookielaw.org",
            "//cdn.cookielaw.org",
            "https://api.stocktwits.com/api/2/\"",
            "https://ql.stocktwits.com/\"",
            "https://videos.stocktwits-cdn.com\"",
            "https://media.stocktwits-cdn.com\"",
            "https://media2.giphy.com\"",
            "https://c.amazon-adsystem.com\""
          ],
          "rawExcerpt": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
        }
      },
      "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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
      "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": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 95178,
        "text": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><link rel=\"preconnect\" href=\"https://api.stocktwits.com/api/2/\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://ql.stocktwits.com/\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://videos.stocktwits-cdn.com\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://media.stocktwits-cdn.com\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://media2.giphy.com\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://c.amazon-adsystem.com\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://s.amazon-adsystem.com\" crossorigin=\"\"/><link rel=\"preload\" as=\"script\" href=\"https://securepubads.g.doubleclick.net/tag/js/gpt.js\"/><link rel=\"preload\" as=\"script\" href=\"https://d3lcz8vpax4lo2.cloudfront.net/ads-code/6f83f478-eee3-4828-b55c-3385e33fc440.js\"/><script id=\"js-consent-defaults\" type=\"text/javascript\" charSet=\"UTF-8\">\n// Define dataLayer and the gtag function. \nwindow.dataLayer = window.dataLayer || []; \nfunction gtag(){dataLayer.push(arguments);} \n\n// Default ad_storage to 'denied'. \ngtag('consent', 'default', { \n  ad_storage: \"granted\",\n  analytics_storage: \"granted\",\n  functionality_storage: \"granted\",\n  personalization_storage: \"granted\",\n  security_storage: \"granted\",\n  ad_user_data: \"granted\",\n  ad_personalization: \"granted\",\n  'wait_for_update': 500\n});\n</script><script id=\"js-gtm-config\" type=\"text/javascript\" charSet=\"UTF-8\">window.dataLayer.push({\"userGroup\":\"Unregistered\",\"userType\":\"Unregistered\"})</script><script id=\"js-gtm-script\" type=\"text/javascript\" charSet=\"UTF-8\">\n(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': \nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], \nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= \n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); \n})(window,document,'script','dataLayer','GTM-PW9TNB7');\n</script><style id=\"ot-banner-lcp-css\">@media (prefers-reduced-motion: no-preference){#onetrust-banner-sdk{transform:translateY(120%);animation:ot-banner-slide-in 250ms ease-out 150ms forwards}@keyframes ot-banner-slide-in{to{transform:translateY(0)}}}</style><script id=\"js-optanon-init\" type=\"text/javascript\">function OptanonWrapper() {}</script><script id=\"js-pbjs-init\" type=\"text/javascript\">var pbjs = pbjs || {};\npbjs.que = pbjs.que || [];\npbjs.que.push(function() {\n  pbjs.setConfig({\n    consentManagement: {\n      gdpr: {\n        cmpApi: 'iab',\n        allowAuctionWithoutConsent: false,\n        timeout: 3000\n      }, \n    }\n  });\n});\n</script><script async=\"\" id=\"js-onetrust-script\" src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charSet=\"UTF-8\" data-domain-script=\"bb67a836-2a23-4b28-ae7c-f69a7b7da25c\"></script><script async=\"\" src=\"https://cdn.cookielaw.org/opt-out/otCCPAiab.js\" type=\"text/javascript\" charSet=\"UTF-8\" ccpa-opt-out-ids=\"C0004\" ccpa-opt-out-geo=\"us\" ccpa-opt-out-lspa=\"true\"></script><script async=\"\" src=\"https://cdn.confiant-integrations.net/-Xddlz0fpErE5n621AOliPaIbSM/gpt_and_prebid/config.js\"></script><script>window.__stAuth={loggedIn:false};</script><script src=\"https://chunks-prd.stocktwits-cdn.com/js/asc.stocktwits.js\" async=\"\"></script><script type=\"text/javascript\">w"
      },
      "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": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 95178,
          "text": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><link rel=\"preconnect\" href=\"https://api.stocktwits.com/api/2/\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://ql.stocktwits.com/\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://videos.stocktwits-cdn.com\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://media.stocktwits-cdn.com\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://media2.giphy.com\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://c.amazon-adsystem.com\" crossorigin=\"\"/><link rel=\"preconnect\" href=\"https://s.amazon-adsystem.com\" crossorigin=\"\"/><link rel=\"preload\" as=\"script\" href=\"https://securepubads.g.doubleclick.net/tag/js/gpt.js\"/><link rel=\"preload\" as=\"script\" href=\"https://d3lcz8vpax4lo2.cloudfront.net/ads-code/6f83f478-eee3-4828-b55c-3385e33fc440.js\"/><script id=\"js-consent-defaults\" type=\"text/javascript\" charSet=\"UTF-8\">\n// Define dataLayer and the gtag function. \nwindow.dataLayer = window.dataLayer || []; \nfunction gtag(){dataLayer.push(arguments);} \n\n// Default ad_storage to 'denied'. \ngtag('consent', 'default', { \n  ad_storage: \"granted\",\n  analytics_storage: \"granted\",\n  functionality_storage: \"granted\",\n  personalization_storage: \"granted\",\n  security_storage: \"granted\",\n  ad_user_data: \"granted\",\n  ad_personalization: \"granted\",\n  'wait_for_update': 500\n});\n</script><script id=\"js-gtm-config\" type=\"text/javascript\" charSet=\"UTF-8\">window.dataLayer.push({\"userGroup\":\"Unregistered\",\"userType\":\"Unregistered\"})</script><script id=\"js-gtm-script\" type=\"text/javascript\" charSet=\"UTF-8\">\n(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': \nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], \nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= \n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); \n})(window,document,'script','dataLayer','GTM-PW9TNB7');\n</script><style id=\"ot-banner-lcp-css\">@media (prefers-reduced-motion: no-preference){#onetrust-banner-sdk{transform:translateY(120%);animation:ot-banner-slide-in 250ms ease-out 150ms forwards}@keyframes ot-banner-slide-in{to{transform:translateY(0)}}}</style><script id=\"js-optanon-init\" type=\"text/javascript\">function OptanonWrapper() {}</script><script id=\"js-pbjs-init\" type=\"text/javascript\">var pbjs = pbjs || {};\npbjs.que = pbjs.que || [];\npbjs.que.push(function() {\n  pbjs.setConfig({\n    consentManagement: {\n      gdpr: {\n        cmpApi: 'iab',\n        allowAuctionWithoutConsent: false,\n        timeout: 3000\n      }, \n    }\n  });\n});\n</script><script async=\"\" id=\"js-onetrust-script\" src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" type=\"text/javascript\" charSet=\"UTF-8\" data-domain-script=\"bb67a836-2a23-4b28-ae7c-f69a7b7da25c\"></script><script async=\"\" src=\"https://cdn.cookielaw.org/opt-out/otCCPAiab.js\" type=\"text/javascript\" charSet=\"UTF-8\" ccpa-opt-out-ids=\"C0004\" ccpa-opt-out-geo=\"us\" ccpa-opt-out-lspa=\"true\"></script><script async=\"\" src=\"https://cdn.confiant-integrations.net/-Xddlz0fpErE5n621AOliPaIbSM/gpt_and_prebid/config.js\"></script><script>window.__stAuth={loggedIn:false};</script><script src=\"https://chunks-prd.stocktwits-cdn.com/js/asc.stocktwits.js\" async=\"\"></script><script type=\"text/javascript\">w"
        }
      },
      "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": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "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": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95178
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95178
          }
        ]
      },
      "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": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "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": 404,
        "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": "<!DOCTYPE html><html data-theme=\"light\" class=\"light __className_cfe0bf\" lang=\"en\" data-marquee=\"stopped\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"preload\" as=\"image\" href=\"https://chunks-prd.stocktwits-cdn.com/_next/static/media/not-found.2aca5366.png\" data-next-head=\"\"/><meta name=\"apple-itunes-app\" content=\"app-id=389157776\"/><meta name=\"apple-mobile-web-app-title\" content=\"Stocktwits\"/><meta name=\"mobile-web-app-capable\" content=\"yes\"/><meta name=\"HandheldFriendly\" content=\"true\"/><meta property=\"og:url\" content=\"https://stocktwits.comundefined\"/><meta name=\"twitter:site\" content=\"@StockTwits\"/><link rel=\"preconnect\" href=\"//cdn.cookielaw.org\"/><link rel=\"dns-prefetch\" href=\"//cdn.cookielaw.org\"/><li"
      },
      "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://stocktwits.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": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://stocktwits.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://stocktwits.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://stocktwits.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": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Buttons do not have an accessible name

100 Fail

Check name

Buttons do not have an accessible name

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).

Evidence
{
  "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}

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

Reduce unused CSS

20 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Avoid enormous network payloads

10 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 3,355 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Image elements do not have explicit `width` and `height`

10 Warning

Check name

Image elements do not have explicit `width` and `height`

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)

Evidence
{
  "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

10 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 477 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

7 Fail

Check name

Loading performance

Score

67/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": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 270 ms",
      "numericValue": 270
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 93,
      "displayValue": "1.1 s",
      "numericValue": 1071.5100526519857
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 49,
      "displayValue": "250 ms",
      "numericValue": 250.9999999999991
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 46,
      "displayValue": "2.4 s",
      "numericValue": 2379.3428308115913
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 97,
      "displayValue": "0.7 s",
      "numericValue": 736.5065297547851
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 8,
      "displayValue": "890 ms",
      "numericValue": 885.4968409501687
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 41,
      "displayValue": "5.0 s",
      "numericValue": 4988.897632515676
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "20 ms",
      "numericValue": 18.679409999999997
    }
  ]
}

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