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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability36%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO80%SEO92%Performance& Accessibility82%
  • AI Discoverability 36 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 80 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 82 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Parsable Connected Worker® Software | Insights for Frontline Operations favicon

Parsable Connected Worker® Software | Insights for Frontline Operations

Parsable's Connected Worker® platform empowers your frontline workers with modern digital tools to help improve maintenance, safety, quality, and productivity at scale.

Next step

Turn this report into a fix workflow

26 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
36
Priority fix6161View details
Discoverability
57
Needs work450View details
Content Readiness
42
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
80
Mostly ready9210View details
GEO Readiness
89
Mostly ready204
AIO Readiness
80
Mostly ready413View details
AEO Readiness
70
Needs work313View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
82
Mostly ready1763View details
Performance
77
Mostly ready753View details
Accessibility
92
Strong1010View details

Prioritized recommendations

Issues ranked by score impact

48 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 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": null
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 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 DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

AI bot rules in robots.txt is missing or incomplete.

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.

Result

AI bot rules in robots.txt is missing or incomplete.

Evidence
{
  "expectedBots": [
    "GPTBot",
    "ChatGPT-User",
    "ClaudeBot",
    "Claude-Web",
    "Anthropic-AI",
    "Google-Extended",
    "PerplexityBot",
    "CCBot",
    "Applebot-Extended",
    "Meta-ExternalAgent",
    "Bytespider",
    "Amazonbot",
    "Cohere-AI"
  ],
  "configuredBots": []
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Declare AI content usage preferences with Content Signal in robots.txt.

Result

Content Signal is missing or incomplete.

Evidence
{
  "signals": [],
  "ai-train": false,
  "search": false,
  "ai-input": false
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

AI DiscoverabilityContent 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",
            "length": 146
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 146
          }
        ]
      },
      "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, Accept-Encoding, Accept-Encoding,Cookie".

  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, Accept-Encoding, Accept-Encoding,Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
      "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": 13377,
        "excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head itemscope itemtype=\"https://schema.org/WebSite\">\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ig",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 27802
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 27802
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 27802
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Fetch to find resource".

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

mcp.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 28721
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 27802
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 27802
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <nav> landmark; missing <footer> landmark; skipped heading levels; 47 links missing accessible names.

Details

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": false,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"https://parsable.com/library/how-to-turn-institutional-knowledge-into-digital-work-instructions/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1470309164-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" fetchpriority=\"high\" srcset=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1470309164-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/12/shutterstock_14703",
      "<a href=\"https://parsable.com/library/american-axle-reaching-new-heights-with-parsable/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSucces",
      "<a href=\"https://parsable.com/library/report-the-state-of-digital-and-connected-work-on-the-manufacturing-frontlines/\" rel=\"bookmark\"><img width=\"300\" height=\"182\" src=\"https://parsable.com/wp-content/uploads/2021/06/shutterstock_1709874127-300x182.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2021/06/shutterstock_1709874127-300x182.jpg 300w, https://parsable.com/wp-content/uploads/2021/06/shutterstock_1709874127-102",
      "<a href=\"https://parsable.com/library/grupo-bimbo-elevating-safety-standards-and-well-being-through-digitization-and-connectivity/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png 300w, https://parsable.com/wp-cont",
      "<a href=\"https://parsable.com/library/grupo-bimbo-success-story-roi/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-1",
      "<a href=\"https://parsable.com/library/silgan-pfc-achieves-better-quality-and-increased-efficiency-at-lower-costs-with-parsable/\" rel=\"bookmark\"><img width=\"264\" height=\"300\" src=\"https://parsable.com/wp-content/uploads/2023/04/Custom-Containers-264x300.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2023/04/Custom-Containers-264x300.png 264w, https://parsable.com/wp-content/uploads/2023/04/Custom-Containers.png 405w\" s",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/learn-how-global-cement-manufacturing-leaders-are-using-digitalization-to-future-proof-their-frontline-operations-es/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-ML-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-ML-text-1200x628-1-300x157.png 300w, https:",
      "<a href=\"https://parsable.com/library/global-brewery-eliminates-raw-materials-receipt-errors-and-boosts-accountability/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png 300w, https://parsable.com/wp-content/uploads",
      "<a href=\"https://parsable.com/library/global-dairy-manufacturer-improves-quality-and-safety-with-insights-from-parsable/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png 300w, https://parsable.com/wp-content/upload",
      "<a href=\"https://parsable.com/library/conagra-brands-success-story/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-10",
      "<a href=\"https://parsable.com/library/global-brewery-success-story/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/10/parsable-CustomerSuccess-text-1200x628-1-10",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/future-proofing-cement-operations/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/10/parsable-ML-text-1200x628-1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/10/parsable-ML-text-1200x628-1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/10/parsable-ML-text-1200x628-1-1024x537.png ",
      "<a href=\"https://parsable.com/webinars/connect-learn/connect-learn-minimize-unplanned-downtime-maintenance/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/2-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/2-768x402.p",
      "<a href=\"https://parsable.com/library/holcim-success-story/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2022/08/shutterstock_1493531177-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/08/shutterstock_1493531177-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2022/08/shutterstock_1493531177-1024x683.jpg 1024w, https://parsable.com/wp-content/uploads/2",
      "<a href=\"https://parsable.com/webinars/connect-learn/reduce-downtime-digital-approach-cil/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/2-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/2-768x402.png 768w, https://",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/frontline-workers-engage-esg-traceability/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/1-768x402.png 7",
      "<a href=\"https://parsable.com/webinars/connect-learn/enable-faster-response-time/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/2-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/2-768x402.png 768w, https://parsable.",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/connected-worker-verdantix/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/1-768x402.png 768w, https://pa",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/future-proof-your-food-beverage-operations-while-empowering-your-frontline-workers-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/1-768x",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/lessons-from-a-plant-manager-how-to-tackle-recruiting-and-retention-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/upl",
      "<a href=\"https://parsable.com/webinars/connect-learn/line-startup/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/2-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/2-768x402.png 768w, https://parsable.com/wp-content/",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/international-frontline-worker-survey-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/1-768x402.png 768",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/industry-week-how-connected-worker-technology-can-close-the-gap-between-esg-goals-the-frontlines-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https:",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/expert-panel-factory-tech-for-worker-retention-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/1-768x40",
      "<a href=\"https://parsable.com/webinars/connect-learn/behavior-based-safety-observation-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/2-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/2-768x402.png 768w, https://p",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/how-to-get-buy-in-for-your-factorys-digital-transformation-programs-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/upl",
      "<a href=\"https://parsable.com/webinars/connect-learn/connect-learn-clean-inspect-lubricate-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/2-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/2-768x402.png 768w, https",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/expert-panel-how-digital-traceability-standardization-unlocks-value-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/upl",
      "<a href=\"https://parsable.com/library/how-manufacturing-waste-leads-to-missed-continuous-improvement-opportunities/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1871281849-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1871281849-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/12/shutterstock_1871281849-1024x",
      "<a href=\"https://parsable.com/webinars/connect-learn/reduce-delayed-response/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/2-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/2-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/2-768x402.png 768w, https://parsable.com/",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/4-best-practices-plant-managers-can-quickly-implement-to-drive-compliance-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-conte",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/how-to-attract-and-retain-gen-z-and-millennial-manufacturing-workers-2/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/up",
      "<a href=\"https://parsable.com/library/how-to-reduce-delayed-responses-and-drive-continuous-improvement-in-manufacturing/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/10/shutterstock_1734348800-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/10/shutterstock_1734348800-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/10/shutterstock_1734348800-",
      "<a href=\"https://parsable.com/webinars/manufacturing-leaders/state-of-digital-on-the-manufacturing-frontline-survey-results/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/uploads/20",
      "<a href=\"https://parsable.com/library/from-crisis-to-recovery-how-connected-worker-technology-can-align-management-and-industrial-workers/\" rel=\"bookmark\"><img width=\"300\" height=\"233\" src=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1734233117-300x233.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1734233117-300x233.jpg 300w, https://parsable.com/wp-content/uploads/2020/12/shutte",
      "<a href=\"https://parsable.com/library/from-crisis-into-recovery-how-connected-work-improves-safety-management-in-industrial-environments/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1296067549-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1296067549-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/12/shutter",
      "<a href=\"https://parsable.com/library/how-connected-workers-drive-operational-excellence-a-practical-guide-to-success/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1709874085-1-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/12/shutterstock_1709874085-1-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/12/shutterstock_170987408",
      "<a href=\"https://parsable.com/library/five-reasons-to-digitize-your-oil-gas-crews/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_796288390-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_796288390-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/11/shutterstock_796288390-1024x683.jpg 1024w, https://parsable.com/",
      "<a href=\"https://parsable.com/library/sku-expansion-is-here-to-stay-how-to-make-it-a-winning-strategy/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_1484934476-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_1484934476-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/11/shutterstock_1484934476-1024x683.jpg 1024w",
      "<a href=\"https://parsable.com/library/3-reasons-why-humans-should-be-at-the-center-of-oee-for-cpg-manufacturers/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_632267009-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_632267009-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/11/shutterstock_632267009-1024x684.jp",
      "<a href=\"https://parsable.com/library/build-or-buy-adding-connected-worker-capabilities-to-your-industrial-technology-stack/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_427206091-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_427206091-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/11/shutterstock_427206091",
      "<a href=\"https://parsable.com/library/how-to-achieve-world-class-quality-and-safety-in-food-and-beverage-manufacturing/\" rel=\"bookmark\"><img width=\"300\" height=\"98\" src=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_1444828571.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\"></a>",
      "<a href=\"https://parsable.com/library/how-connected-work-enables-real-human-machine-collaboration/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_717033646-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_717033646-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/11/shutterstock_717033646-1024x683.jpg 1024w, https",
      "<a href=\"https://parsable.com/library/how-connected-work-improves-safety-management-in-industrial-environments/\" rel=\"bookmark\"><img width=\"300\" height=\"169\" src=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_761907295-300x169.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_761907295-300x169.jpg 300w, https://parsable.com/wp-content/uploads/2020/11/shutterstock_761907295-1024x576.jpg",
      "<a href=\"https://parsable.com/library/lns-research-connecting-people-and-systems-to-transform-operations/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_1653562327-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/11/shutterstock_1653562327-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/11/shutterstock_1653562327-1024x683.jpg 10",
      "<a href=\"https://parsable.com/library/how-connected-work-improves-quality-management-in-manufacturing/\" rel=\"bookmark\"><img width=\"300\" height=\"200\" src=\"https://parsable.com/wp-content/uploads/2020/11/AdobeStock_329102931-1-300x200.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2020/11/AdobeStock_329102931-1-300x200.jpg 300w, https://parsable.com/wp-content/uploads/2020/11/AdobeStock_329102931-1-1024x683.jpg 1024w, h"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: Continuously improve safety quality productivity maintenance logistics throughout your operations",
      "h3: Parsable Receives the Frost & Sullivan Enabling Technology Leader Award",
      "h4: Trusted by companies all over the world",
      "h5: Operational Insights",
      "h2: Everything you need to optimize frontline operations",
      "h3: Digitize your frontline",
      "h3: Engage your workforce",
      "h3: Unlock activity data",
      "h3: Transform your operations",
      "h4: Audits & Inspections",
      "h4: Workflow & Collaboration",
      "h4: Compliance & Adherence",
      "h4: On-the-Job Training",
      "h4: Real-Time Integrations",
      "h4: Insights & Process Optimization",
      "h5: Operational Insights",
      "h2: Connect your teams and drive operational excellence",
      "h4: Industrial executives and leaders",
      "h4: Functional experts",
      "h4: Frontline workers and supervisors",
      "h2: Meet the teams that are building resiliency into their frontline operations",
      "h2: Take a deeper dive into the new way to work",
      "h2: How to Turn Institutional Knowledge Into Digital Work Instructions",
      "h2: Have You Isolated your Frontline Workforce?",
      "h2: Smart Manufacturing: A Guide for Digital CILs",
      "h2: Ultimate Guide to Digital Work Instructions",
      "h2: American Axle and Manufacturing Reaches New Heights With Insights From Parsable",
      "h2: Report: 2023 State of Digital and Connected Work on the Manufacturing Frontlines",
      "h2: Five Reason to Digitize Your Frontline",
      "h2: GRUPO BIMBO: Elevating Safety Standards and Well-Being Through Digitization and Connectivity",
      "h2: Parsable vs Legacy Systems Infographic",
      "h2: GRUPO BIMBO: Transforming Operational Transparency into ROI by Digitizing Critical Procedures",
      "h2: Silgan PFC Achieves Better Quality and Increased Efficiency at Lower Costs with Parsable",
      "h2: [ESPAÑOL] Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations",
      "h2: Digital Innovation at Corporacion Rica Leading to Cost-Saving Benefits",
      "h2: Global Brewery eliminates raw materials receipt errors and boosts accountability",
      "h2: Global Dairy Manufacturer improves Quality and Safety with insights from Parsable",
      "h2: Conagra Brands Improves Quality & Reduces Downtime With Connected Work",
      "h2: Global Brewery increases OEE by 5% with actionable insights from Parsable",
      "h2: Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations",
      "h2: Connect & Learn: How to Minimize Unplanned Downtime with Mobile-First Maintenance Requests",
      "h2: Driving Digital Innovation at Holcim",
      "h2: Connect & Learn: Reduce Unplanned Downtime with a Digital Approach to your CIL Process",
      "h2: How to Engage Frontline Workers in ESG Initiatives and Improve Traceability",
      "h2: Connect & Learn: Enable Faster Response Time & Improve OEE",
      "h2: [Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers",
      "h2: Future-proof Your Food & Beverage Operations While Empowering Your Frontline Workers",
      "h2: The 5 Things You Don’t Know About Reshoring",
      "h2: Lessons from a Plant Manager: How to Tackle Recruiting and Retention",
      "h2: Vernetzung von Arbeiterinnen und Arbeitern in Deutschland 2021",
      "h2: Connect & Learn: Line Startup",
      "h2: Vernetzung von Arbeiterinnen und Arbeitern 2021",
      "h2: The State of the Connected Frontline Manufacturing Worker",
      "h2: International Frontline Worker Survey",
      "h2: Industry Week: How Connected Worker Technology Can Close the Gap Between ESG Goals & the Frontlines",
      "h2: Frontline Manufacturing Workers: Insights and Research",
      "h2: Expert Panel: Factory Tech For Worker Retention",
      "h2: Connect & Learn: Behavior-Based Safety Observation",
      "h2: How to Get Buy-In for Your Factory’s Digital Transformation Programs",
      "h2: Gen Z’s Perception of Manufacturing",
      "h2: Grupo Bimbo: Achieving Next Level Occupational Safety Performance",
      "h2: Grupo Bimbo: How Parsable Helps Prevent Safety Incidents",
      "h2: Connect & Learn: Clean, Inspect, Lubricate",
      "h2: How to Go Paperless in Manufacturing with Digital SOPs",
      "h2: Expert Panel: How Digital Traceability & Standardization Unlocks Value",
      "h2: How Manufacturing Waste Leads to Missed Continuous Improvement Opportunities",
      "h2: Connect & Learn: Reduce Delayed Response",
      "h2: 4 Best Practices Plant Managers Can Quickly Implement To Drive Compliance",
      "h2: Improve Manufacturing Productivity on Your Factory Floor With Connected Work",
      "h2: How to Achieve Visibility, Traceability and Accountability in Manufacturing",
      "h2: How to Attract and Retain Gen Z and Millennial Manufacturing Workers",
      "h2: How to Reduce Delayed Responses and Drive Continuous Improvement in Manufacturing",
      "h2: The State of Digital and Connected Work on the Manufacturing Frontlines",
      "h2: The State of Digital on the Manufacturing Frontline",
      "h2: From Crisis to Recovery: How Connected Worker Technology Can Align Management and Industrial Workers",
      "h2: From Crisis Into Recovery: How Connected Work Improves Safety Management in Industrial Environments",
      "h2: How Connected Workers Drive Operational Excellence – A Practical Guide to Success",
      "h2: Evaluation Success Program Infographic",
      "h2: The Missing Data That Prevents Companies From Creating the Factory of the Future",
      "h2: The Evolution of the Connected Worker: Top 5 Things You Need to Know",
      "h2: 5 Reasons to Digitize Your Energy Crews",
      "h2: Five Reasons to Digitize Your Oil & Gas Crews",
      "h2: SKU Expansion Is Here to Stay: How to Make It a Winning Strategy",
      "h2: 3 Secrets to Increasing Your Maintenance Team Effectiveness",
      "h2: 3 Reasons Why Humans Should Be at the Center of OEE for CPG Manufacturers",
      "h2: 5 Forces Driving the Rise of Connected Worker Applications in Operational Technology",
      "h2: Scientific Drilling: Improving Efficiency of Repair Operations",
      "h2: Introduction to Parsable",
      "h2: Parsable Keynote: IndustryWeek Manufacturing & Technology Conference 2019",
      "h2: Injecting Connected Workflows Into Your Quality System",
      "h2: Build or Buy: Adding Connected Worker Capabilities to Your Industrial Technology Stack",
      "h2: The Impact of Connected Work on a Global Scale",
      "h2: Parsable Company Overview",
      "h2: How to Achieve World-Class Quality and Safety in Food and Beverage Manufacturing",
      "h2: Connected Worker Infographic",
      "h2: How Connected Work Enables Real Human-Machine Collaboration",
      "h2: How Connected Work Improves Safety Management in Industrial Environments",
      "h2: Q&A with Parsable CEO Lawrence Whittle",
      "h2: Overview of Connected Work and the Parsable Platform – Ben Cheng",
      "h2: Transform Frontline Operations with Connected Worker Solutions",
      "h2: LNS Research – Connecting People and Systems to Transform Operations",
      "h2: BCG Puts its Clients’ Interests First With Parsable",
      "h2: How Connected Work Improves Quality Management in Manufacturing",
      "h2: OSHA’s 2019 Top Safety Violations",
      "h2: Onstage: Heineken Discusses Their Connected Brewery Initiative – Onstage at EMS, Berlin",
      "h2: Health & Beauty Manufacturing: How to Improve Safety & Quality in an Ever-Changing Industry",
      "h2: Use Case Videos: Near Miss Reporting",
      "h2: Four Stages of Connected Work",
      "h5: Get Started",
      "h2: Welcome to your digital future"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 110,
    "links": 514,
    "inaccessibleLinks": 47,
    "buttons": 14,
    "inaccessibleButtons": 0,
    "images": 147,
    "imagesWithAlt": 147,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 27802
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 27802
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 28721
          }
        ]
      },
      "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": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5593
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 429,
            "contentType": "text/html; charset=UTF-8",
            "length": 5554
          }
        ]
      },
      "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": 27802
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 28721
          }
        ]
      },
      "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": 27802
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 28721
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "parsable.com",
        "probes": [
          {
            "name": "_index._agents.parsable.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.parsable.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": "parsable.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

13 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

50/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Wed, 10 Jun 2026 23:43:07 GMT",
  "schemaDates": [],
  "metaDateCount": 1,
  "timeDateCount": 0
}

Agent Ease of UseMCPInformational

WebMCP

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

Support WebMCP to expose site tools to AI agents via the browser.

Result

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "text": "About",
      "html": "<a id=\"CybotCookiebotDialogNavAbout\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextAbout\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextAbout\" lang=\"en\">About</a>"
    },
    {
      "href": "https://www.cloudflare.com/privacypolicy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
    },
    {
      "href": "https://www.cookiebot.com/goto/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA..."
    },
    {
      "href": "https://docs.github.com/en/github/site-policy/github-privacy-statement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://www.spreaker.com/privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.spreaker.com/privacy\" title=\"Learn more about this provider Spreaker&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://docs.github.com/en/github/site-policy/github-privacy-statement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://www.facebook.com/policy.php/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.facebook.com/policy.php/\" title=\"Learn more about this provider Meta Platforms, Inc.&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://privacy.microsoft.com/en-US/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.zoominfo.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.zoominfo.com/legal/privacy-policy\" title=\"Learn more about this provider ZoomInfo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "#",
      "text": "Company",
      "html": "<a href=\"#\" itemprop=\"url\">Company</a>"
    },
    {
      "href": "https://parsable.com/webinars/manufacturing-leaders/connected-worker-verdantix/",
      "text": "[Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers",
      "html": "<a href=\"https://parsable.com/webinars/manufacturing-leaders/connected-worker-verdantix/\" rel=\"bookmark\">[Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers</a>"
    },
    {
      "href": "https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/",
      "text": "",
      "html": "<a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/1-7..."
    },
    {
      "href": "https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/",
      "text": "The 5 Things You Don’t Know About Reshoring",
      "html": "<a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\" rel=\"bookmark\">The 5 Things You Don&#x2019;t Know About Reshoring</a>"
    },
    {
      "href": "https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/",
      "text": "Learn more →",
      "html": "<a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\">Learn more <span>&#x2192;</span></a>"
    },
    {
      "href": "https://parsable.com/library/parsable-company-overview/",
      "text": "",
      "html": "<a href=\"https://parsable.com/library/parsable-company-overview/\" rel=\"bookmark\"><img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-onepager.svg\" alt=\"One Pager\"></a>"
    },
    {
      "href": "https://parsable.com/library/parsable-company-overview/",
      "text": "Parsable Company Overview",
      "html": "<a href=\"https://parsable.com/library/parsable-company-overview/\" rel=\"bookmark\">Parsable Company Overview</a>"
    },
    {
      "href": "https://parsable.com/library/parsable-company-overview/",
      "text": "Learn more →",
      "html": "<a href=\"https://parsable.com/library/parsable-company-overview/\">Learn more <span>&#x2192;</span></a>"
    },
    {
      "href": "#",
      "text": "About Us",
      "html": "<a href=\"#\" itemprop=\"url\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/parsable",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/parsable\" target=\"_blank\"><img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/footer-linkedin.svg\" alt=\"LinkedIn\"></a>"
    },
    {
      "href": "https://www.linkedin.com/company/parsable",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/parsable\" target=\"_blank\"><img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/footer-linkedin.svg\" alt=\"LinkedIn\"></a>"
    },
    {
      "href": "#",
      "text": "About Us",
      "html": "<a href=\"#\" itemprop=\"url\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://parsable.com/contact-us/",
      "text": "Contact Us",
      "html": "<a href=\"https://parsable.com/contact-us/\" itemprop=\"url\">Contact Us</a>"
    },
    {
      "href": "https://parsable.com/contact-us/",
      "text": "Contact Sales",
      "html": "<a href=\"https://parsable.com/contact-us/\" target>Contact Sales</a>"
    },
    {
      "href": "https://videojs.com/html5-video-support/",
      "text": "supports HTML5 video",
      "html": "<a href=\"https://videojs.com/html5-video-support/\" target=\"_blank\">supports HTML5 video</a>"
    },
    {
      "href": "https://parsable.com/library/bimbo-safety-performance-video/",
      "text": "Grupo Bimbo: How Parsable Helps Prevent Safety Incidents",
      "html": "<a href=\"https://parsable.com/library/bimbo-safety-performance-video/\" rel=\"bookmark\">Grupo Bimbo: How Parsable Helps Prevent Safety Incidents</a>"
    },
    {
      "href": "https://parsable.com/contact-us/",
      "text": "Get Started",
      "html": "<a href=\"https://parsable.com/contact-us/\" target=\"_self\">Get Started</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.cloudflare.com/privacypolicy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
    },
    {
      "href": "https://www.cookiebot.com/goto/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA..."
    },
    {
      "href": "https://docs.github.com/en/github/site-policy/github-privacy-statement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://www.spreaker.com/privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.spreaker.com/privacy\" title=\"Learn more about this provider Spreaker&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://docs.github.com/en/github/site-policy/github-privacy-statement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://privacy.microsoft.com/en-US/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.zoominfo.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.zoominfo.com/legal/privacy-policy\" title=\"Learn more about this provider ZoomInfo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://parsable.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://parsable.com/privacy-policy/\" itemprop=\"url\">Privacy Policy</a>"
    },
    {
      "href": "https://parsable.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://parsable.com/privacy-policy/\" itemprop=\"url\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

7 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "text": "About",
      "html": "<a id=\"CybotCookiebotDialogNavAbout\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextAbout\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextAbout\" lang=\"en\">About</a>"
    },
    {
      "href": "https://www.cloudflare.com/privacypolicy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
    },
    {
      "href": "https://www.cookiebot.com/goto/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA..."
    },
    {
      "href": "https://docs.github.com/en/github/site-policy/github-privacy-statement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://www.spreaker.com/privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.spreaker.com/privacy\" title=\"Learn more about this provider Spreaker&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://docs.github.com/en/github/site-policy/github-privacy-statement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://www.facebook.com/policy.php/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.facebook.com/policy.php/\" title=\"Learn more about this provider Meta Platforms, Inc.&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://privacy.microsoft.com/en-US/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.zoominfo.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.zoominfo.com/legal/privacy-policy\" title=\"Learn more about this provider ZoomInfo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "#",
      "text": "Company",
      "html": "<a href=\"#\" itemprop=\"url\">Company</a>"
    },
    {
      "href": "https://parsable.com/webinars/manufacturing-leaders/connected-worker-verdantix/",
      "text": "[Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers",
      "html": "<a href=\"https://parsable.com/webinars/manufacturing-leaders/connected-worker-verdantix/\" rel=\"bookmark\">[Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers</a>"
    },
    {
      "href": "https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/",
      "text": "",
      "html": "<a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\" rel=\"bookmark\"><img width=\"300\" height=\"157\" src=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png\" class=\"attachment-medium size-medium wp-post-image\" alt decoding=\"async\" srcset=\"https://parsable.com/wp-content/uploads/2022/01/1-300x157.png 300w, https://parsable.com/wp-content/uploads/2022/01/1-1024x536.png 1024w, https://parsable.com/wp-content/uploads/2022/01/1-7..."
    },
    {
      "href": "https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/",
      "text": "The 5 Things You Don’t Know About Reshoring",
      "html": "<a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\" rel=\"bookmark\">The 5 Things You Don&#x2019;t Know About Reshoring</a>"
    },
    {
      "href": "https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/",
      "text": "Learn more →",
      "html": "<a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\">Learn more <span>&#x2192;</span></a>"
    },
    {
      "href": "https://parsable.com/library/parsable-company-overview/",
      "text": "",
      "html": "<a href=\"https://parsable.com/library/parsable-company-overview/\" rel=\"bookmark\"><img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-onepager.svg\" alt=\"One Pager\"></a>"
    },
    {
      "href": "https://parsable.com/library/parsable-company-overview/",
      "text": "Parsable Company Overview",
      "html": "<a href=\"https://parsable.com/library/parsable-company-overview/\" rel=\"bookmark\">Parsable Company Overview</a>"
    },
    {
      "href": "https://parsable.com/library/parsable-company-overview/",
      "text": "Learn more →",
      "html": "<a href=\"https://parsable.com/library/parsable-company-overview/\">Learn more <span>&#x2192;</span></a>"
    },
    {
      "href": "#",
      "text": "About Us",
      "html": "<a href=\"#\" itemprop=\"url\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/parsable",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/parsable\" target=\"_blank\"><img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/footer-linkedin.svg\" alt=\"LinkedIn\"></a>"
    },
    {
      "href": "https://www.linkedin.com/company/parsable",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/parsable\" target=\"_blank\"><img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/footer-linkedin.svg\" alt=\"LinkedIn\"></a>"
    },
    {
      "href": "#",
      "text": "About Us",
      "html": "<a href=\"#\" itemprop=\"url\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://parsable.com/contact-us/",
      "text": "Contact Us",
      "html": "<a href=\"https://parsable.com/contact-us/\" itemprop=\"url\">Contact Us</a>"
    },
    {
      "href": "https://parsable.com/contact-us/",
      "text": "Contact Sales",
      "html": "<a href=\"https://parsable.com/contact-us/\" target>Contact Sales</a>"
    },
    {
      "href": "https://videojs.com/html5-video-support/",
      "text": "supports HTML5 video",
      "html": "<a href=\"https://videojs.com/html5-video-support/\" target=\"_blank\">supports HTML5 video</a>"
    },
    {
      "href": "https://parsable.com/library/bimbo-safety-performance-video/",
      "text": "Grupo Bimbo: How Parsable Helps Prevent Safety Incidents",
      "html": "<a href=\"https://parsable.com/library/bimbo-safety-performance-video/\" rel=\"bookmark\">Grupo Bimbo: How Parsable Helps Prevent Safety Incidents</a>"
    },
    {
      "href": "https://parsable.com/contact-us/",
      "text": "Get Started",
      "html": "<a href=\"https://parsable.com/contact-us/\" target=\"_self\">Get Started</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.cloudflare.com/privacypolicy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
    },
    {
      "href": "https://www.cookiebot.com/goto/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA..."
    },
    {
      "href": "https://docs.github.com/en/github/site-policy/github-privacy-statement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://www.spreaker.com/privacy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.spreaker.com/privacy\" title=\"Learn more about this provider Spreaker&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.linkedin.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://docs.github.com/en/github/site-policy/github-privacy-statement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://vwo.com/privacy-policy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://privacy.microsoft.com/en-US/privacystatement",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://salesloft.com/privacy-policies/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA..."
    },
    {
      "href": "https://business.safety.google/privacy/",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
    },
    {
      "href": "https://legal.hubspot.com/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr..."
    },
    {
      "href": "https://www.zoominfo.com/legal/privacy-policy",
      "text": "Learn more about this provider",
      "html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.zoominfo.com/legal/privacy-policy\" title=\"Learn more about this provider ZoomInfo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
    },
    {
      "href": "https://parsable.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://parsable.com/privacy-policy/\" itemprop=\"url\">Privacy Policy</a>"
    },
    {
      "href": "https://parsable.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://parsable.com/privacy-policy/\" itemprop=\"url\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

95 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": 96,
  "passing": 1,
  "failing": [
    {
      "heading": "Parsable Receives the Frost & Sullivan Enabling Technology Leader Award",
      "headingHtml": "<h3>Parsable Receives the Frost &amp; Sullivan Enabling Technology Leader Award</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Digitize your frontline",
      "headingHtml": "<h3>Digitize your frontline</h3>",
      "firstParagraph": "Create, update, and distribute digital work instructions worldwide with an easy-to-use authoring tool. Capture and generate work execution data and insights through Parsable’s mobile app for industrial operations.",
      "paragraphHtml": "<p><span style=\"font-weight: 400;\">Create, update, and distribute digital work instructions worldwide with an easy-to-use authoring tool. Capture and generate work execution data and insights through Parsable&#x2019;s mobile app for industrial operations. </span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Engage your workforce",
      "headingHtml": "<h3>Engage your workforce</h3>",
      "firstParagraph": "Enable collaboration amongst your teams. Post a question, report an issue, or share expertise through assignment-specific messaging portals.",
      "paragraphHtml": "<p><span style=\"font-weight: 400;\">Enable collaboration amongst your teams. Post a question, report an issue, or share expertise through assignment-specific messaging portals. </span></p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Unlock activity data",
      "headingHtml": "<h3>Unlock activity data</h3>",
      "firstParagraph": "Leverage near real-time data to unlock actionable insights into inefficiencies impacting operational results. Use flexible configuration options to classify your data for easier organization storage, and analysis.",
      "paragraphHtml": "<p><span style=\"font-weight: 400;\">Leverage near real-time data to unlock actionable insights into inefficiencies impacting operational results. Use flexible configuration options to classify your data for easier organization storage, and analysis.</span></p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transform your operations",
      "headingHtml": "<h3>Transform your operations</h3>",
      "firstParagraph": "Achieve impressive results by enabling your workforce to identify, implement, and sustain improvements – continuously.",
      "paragraphHtml": "<p><span style=\"font-weight: 400;\">Achieve impressive results by enabling your workforce to identify, implement, and sustain improvements &#x2013; continuously. </span></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect your teams and drive operational excellence",
      "headingHtml": "<h2>Connect your teams and drive operational excellence</h2>",
      "firstParagraph": "Leverage human work execution data to improve operations and build a sustainable future.",
      "paragraphHtml": "<p>Leverage human work execution data to improve operations and build a sustainable future. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet the teams that are building resiliency into their frontline operations",
      "headingHtml": "<h2>Meet the teams that are building resiliency into their frontline operations</h2>",
      "firstParagraph": "“Digitizing safety program components using Parsable and analyzing the resulting data has enabled us to make changes proactively before workplace incidents happen.”",
      "paragraphHtml": "<p>&#x201c;Digitizing safety program components using Parsable and analyzing the resulting data has enabled us to make changes proactively before workplace incidents happen.&#x201d;</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Take a deeper dive into the new way to work",
      "headingHtml": "<h2>Take a deeper dive into the new way to work</h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Turn Institutional Knowledge Into Digital Work Instructions",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-turn-institutional-knowledge-into-digital-work-instructions/\" rel=\"bookmark\">How to Turn Institutional Knowledge Into Digital Work Instructions</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Have You Isolated your Frontline Workforce?",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/have-you-isolated-your-frontline-workforce/\" rel=\"bookmark\">Have You Isolated your Frontline Workforce?</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smart Manufacturing: A Guide for Digital CILs",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/smart-manufacturing-a-guide-for-digital-cils/\" rel=\"bookmark\">Smart Manufacturing: A Guide for Digital CILs</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ultimate Guide to Digital Work Instructions",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/ultimate-guide-to-digital-work-instructions/\" rel=\"bookmark\">Ultimate Guide to Digital Work Instructions</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "American Axle and Manufacturing Reaches New Heights With Insights From Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/american-axle-reaching-new-heights-with-parsable/\" rel=\"bookmark\">American Axle and Manufacturing Reaches New Heights With Insights From Parsable</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Report: 2023 State of Digital and Connected Work on the Manufacturing Frontlines",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/report-the-state-of-digital-and-connected-work-on-the-manufacturing-frontlines/\" rel=\"bookmark\">Report: 2023 State of Digital and Connected Work on the Manufacturing Frontlines</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Five Reason to Digitize Your Frontline",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/five-reason-to-digitize-your-frontline/\" rel=\"bookmark\">Five Reason to Digitize Your Frontline</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "GRUPO BIMBO: Elevating Safety Standards and Well-Being Through Digitization and Connectivity",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/grupo-bimbo-elevating-safety-standards-and-well-being-through-digitization-and-connectivity/\" rel=\"bookmark\">GRUPO BIMBO: Elevating Safety Standards and Well-Being Through Digitization and Connectivity</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Parsable vs Legacy Systems Infographic",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/connected-worker-vs-legacy-systems/\" rel=\"bookmark\">Parsable vs Legacy Systems Infographic</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "GRUPO BIMBO: Transforming Operational Transparency into ROI by Digitizing Critical Procedures",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/grupo-bimbo-success-story-roi/\" rel=\"bookmark\">GRUPO BIMBO: Transforming Operational Transparency into ROI by Digitizing Critical Procedures</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Silgan PFC Achieves Better Quality and Increased Efficiency at Lower Costs with Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/silgan-pfc-achieves-better-quality-and-increased-efficiency-at-lower-costs-with-parsable/\" rel=\"bookmark\">Silgan PFC Achieves Better Quality and Increased Efficiency at Lower Costs with Parsable</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "[ESPAÑOL] Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/learn-how-global-cement-manufacturing-leaders-are-using-digitalization-to-future-proof-their-frontline-operations-es/\" rel=\"bookmark\">[ESPA&#xd1;OL] Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Digital Innovation at Corporacion Rica Leading to Cost-Saving Benefits",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/digital-innovation-corporacion-rica/\" rel=\"bookmark\">Digital Innovation at Corporacion Rica Leading to Cost-Saving Benefits</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Global Brewery eliminates raw materials receipt errors and boosts accountability",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/global-brewery-eliminates-raw-materials-receipt-errors-and-boosts-accountability/\" rel=\"bookmark\">Global Brewery eliminates raw materials receipt errors and boosts accountability</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Global Dairy Manufacturer improves Quality and Safety with insights from Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/global-dairy-manufacturer-improves-quality-and-safety-with-insights-from-parsable/\" rel=\"bookmark\">Global Dairy Manufacturer improves Quality and Safety with insights from Parsable</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conagra Brands Improves Quality & Reduces Downtime With Connected Work",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/conagra-brands-success-story/\" rel=\"bookmark\">Conagra Brands Improves Quality &amp; Reduces Downtime With Connected Work</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Global Brewery increases OEE by 5% with actionable insights from Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/global-brewery-success-story/\" rel=\"bookmark\">Global Brewery increases OEE by 5% with actionable insights from Parsable</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/future-proofing-cement-operations/\" rel=\"bookmark\">Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: How to Minimize Unplanned Downtime with Mobile-First Maintenance Requests",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/connect-learn-minimize-unplanned-downtime-maintenance/\" rel=\"bookmark\">Connect &amp; Learn: How to Minimize Unplanned Downtime with Mobile-First Maintenance Requests</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Driving Digital Innovation at Holcim",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/holcim-success-story/\" rel=\"bookmark\">Driving Digital Innovation at Holcim</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Reduce Unplanned Downtime with a Digital Approach to your CIL Process",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/reduce-downtime-digital-approach-cil/\" rel=\"bookmark\">Connect &amp; Learn: Reduce Unplanned Downtime with a Digital Approach to your CIL Process</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Engage Frontline Workers in ESG Initiatives and Improve Traceability",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/frontline-workers-engage-esg-traceability/\" rel=\"bookmark\">How to Engage Frontline Workers in ESG Initiatives and Improve Traceability</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Enable Faster Response Time & Improve OEE",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/enable-faster-response-time/\" rel=\"bookmark\">Connect &amp; Learn: Enable Faster Response Time &amp; Improve OEE</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "[Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/connected-worker-verdantix/\" rel=\"bookmark\">[Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Future-proof Your Food & Beverage Operations While Empowering Your Frontline Workers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/future-proof-your-food-beverage-operations-while-empowering-your-frontline-workers-2/\" rel=\"bookmark\">Future-proof Your Food &amp; Beverage Operations While Empowering Your Frontline Workers</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The 5 Things You Don’t Know About Reshoring",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\" rel=\"bookmark\">The 5 Things You Don&#x2019;t Know About Reshoring</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lessons from a Plant Manager: How to Tackle Recruiting and Retention",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/lessons-from-a-plant-manager-how-to-tackle-recruiting-and-retention-2/\" rel=\"bookmark\">Lessons from a Plant Manager: How to Tackle Recruiting and Retention</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Vernetzung von Arbeiterinnen und Arbeitern in Deutschland 2021",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/vernetzung-von-arbeiterinnen-und-arbeitern-in-deutschland-2021/\" rel=\"bookmark\">Vernetzung von Arbeiterinnen und Arbeitern in Deutschland 2021</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Line Startup",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/line-startup/\" rel=\"bookmark\">Connect &amp; Learn: Line Startup</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Vernetzung von Arbeiterinnen und Arbeitern 2021",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/vernetzung-von-arbeiterinnen-und-arbeitern-2021/\" rel=\"bookmark\">Vernetzung von Arbeiterinnen und Arbeitern 2021</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The State of the Connected Frontline Manufacturing Worker",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-state-of-the-connected-frontline-manufacturing-worker/\" rel=\"bookmark\">The State of the Connected Frontline Manufacturing Worker</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "International Frontline Worker Survey",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/international-frontline-worker-survey-2/\" rel=\"bookmark\">International Frontline Worker Survey</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry Week: How Connected Worker Technology Can Close the Gap Between ESG Goals & the Frontlines",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/industry-week-how-connected-worker-technology-can-close-the-gap-between-esg-goals-the-frontlines-2/\" rel=\"bookmark\">Industry Week: How Connected Worker Technology Can Close the Gap Between ESG Goals &amp; the Frontlines</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frontline Manufacturing Workers: Insights and Research",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/frontline-manufacturing-workers-insights-and-research/\" rel=\"bookmark\">Frontline Manufacturing Workers: Insights and Research</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert Panel: Factory Tech For Worker Retention",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/expert-panel-factory-tech-for-worker-retention-2/\" rel=\"bookmark\">Expert Panel: Factory Tech For Worker Retention</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Behavior-Based Safety Observation",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/behavior-based-safety-observation-2/\" rel=\"bookmark\">Connect &amp; Learn: Behavior-Based Safety Observation</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Get Buy-In for Your Factory’s Digital Transformation Programs",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/how-to-get-buy-in-for-your-factorys-digital-transformation-programs-2/\" rel=\"bookmark\">How to Get Buy-In for Your Factory&#x2019;s Digital Transformation Programs</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Gen Z’s Perception of Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/genz-perception-of-manufacturing/\" rel=\"bookmark\">Gen Z&#x2019;s Perception of Manufacturing</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grupo Bimbo: Achieving Next Level Occupational Safety Performance",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/grupo-bimbo-success-story/\" rel=\"bookmark\">Grupo Bimbo: Achieving Next Level Occupational Safety Performance</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grupo Bimbo: How Parsable Helps Prevent Safety Incidents",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/bimbo-safety-performance-video/\" rel=\"bookmark\">Grupo Bimbo: How Parsable Helps Prevent Safety Incidents</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Clean, Inspect, Lubricate",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/connect-learn-clean-inspect-lubricate-2/\" rel=\"bookmark\">Connect &amp; Learn: Clean, Inspect, Lubricate</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Go Paperless in Manufacturing with Digital SOPs",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-go-paperless-in-manufacturing-with-digital-sops/\" rel=\"bookmark\">How to Go Paperless in Manufacturing with Digital SOPs</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert Panel: How Digital Traceability & Standardization Unlocks Value",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/expert-panel-how-digital-traceability-standardization-unlocks-value-2/\" rel=\"bookmark\">Expert Panel: How Digital Traceability &amp; Standardization Unlocks Value</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Manufacturing Waste Leads to Missed Continuous Improvement Opportunities",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-manufacturing-waste-leads-to-missed-continuous-improvement-opportunities/\" rel=\"bookmark\">How Manufacturing Waste Leads to Missed Continuous Improvement Opportunities</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Reduce Delayed Response",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/reduce-delayed-response/\" rel=\"bookmark\">Connect &amp; Learn: Reduce Delayed Response</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "4 Best Practices Plant Managers Can Quickly Implement To Drive Compliance",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/4-best-practices-plant-managers-can-quickly-implement-to-drive-compliance-2/\" rel=\"bookmark\">4 Best Practices Plant Managers Can Quickly Implement To Drive Compliance</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Improve Manufacturing Productivity on Your Factory Floor With Connected Work",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/improve-manufacturing-productivity-on-your-factory-floor-with-connected-work/\" rel=\"bookmark\">Improve Manufacturing Productivity on Your Factory Floor With Connected Work</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Achieve Visibility, Traceability and Accountability in Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-achieve-visibility-traceability-and-accountability-in-manufacturing/\" rel=\"bookmark\">How to Achieve Visibility, Traceability and Accountability in Manufacturing</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Attract and Retain Gen Z and Millennial Manufacturing Workers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/how-to-attract-and-retain-gen-z-and-millennial-manufacturing-workers-2/\" rel=\"bookmark\">How to Attract and Retain Gen Z and Millennial Manufacturing Workers</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Reduce Delayed Responses and Drive Continuous Improvement in Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-reduce-delayed-responses-and-drive-continuous-improvement-in-manufacturing/\" rel=\"bookmark\">How to Reduce Delayed Responses and Drive Continuous Improvement in Manufacturing</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The State of Digital and Connected Work on the Manufacturing Frontlines",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-state-of-digital-and-connected-work-on-the-manufacturing-frontlines/\" rel=\"bookmark\">The State of Digital and Connected Work on the Manufacturing Frontlines</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The State of Digital on the Manufacturing Frontline",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/state-of-digital-on-the-manufacturing-frontline-survey-results/\" rel=\"bookmark\">The State of Digital on the Manufacturing Frontline</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "From Crisis to Recovery: How Connected Worker Technology Can Align Management and Industrial Workers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/from-crisis-to-recovery-how-connected-worker-technology-can-align-management-and-industrial-workers/\" rel=\"bookmark\">From Crisis to Recovery: How Connected Worker Technology Can Align Management and Industrial Workers</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "From Crisis Into Recovery: How Connected Work Improves Safety Management in Industrial Environments",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/from-crisis-into-recovery-how-connected-work-improves-safety-management-in-industrial-environments/\" rel=\"bookmark\">From Crisis Into Recovery: How Connected Work Improves Safety Management in Industrial Environments</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Connected Workers Drive Operational Excellence – A Practical Guide to Success",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-workers-drive-operational-excellence-a-practical-guide-to-success/\" rel=\"bookmark\">How Connected Workers Drive Operational Excellence &#x2013; A Practical Guide to Success</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Evaluation Success Program Infographic",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/evaluation-success-program-infographic/\" rel=\"bookmark\">Evaluation Success Program Infographic</a></h2>",
      "firstParagraph": "Podcast",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/podcast/\">Podcast</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Missing Data That Prevents Companies From Creating the Factory of the Future",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-missing-data-that-prevents-companies-from-creating-the-factory-of-the-future/\" rel=\"bookmark\">The Missing Data That Prevents Companies From Creating the Factory of the Future</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Evolution of the Connected Worker: Top 5 Things You Need to Know",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-evolution-of-the-connected-worker-top-5-things-you-need-to-know/\" rel=\"bookmark\">The Evolution of the Connected Worker: Top 5 Things You Need to Know</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "5 Reasons to Digitize Your Energy Crews",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/5-reasons-to-digitize-your-energy-crews/\" rel=\"bookmark\">5 Reasons to Digitize Your Energy Crews</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Five Reasons to Digitize Your Oil & Gas Crews",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/five-reasons-to-digitize-your-oil-gas-crews/\" rel=\"bookmark\">Five Reasons to Digitize Your Oil &amp; Gas Crews</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "SKU Expansion Is Here to Stay: How to Make It a Winning Strategy",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/sku-expansion-is-here-to-stay-how-to-make-it-a-winning-strategy/\" rel=\"bookmark\">SKU Expansion Is Here to Stay: How to Make It a Winning Strategy</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "3 Secrets to Increasing Your Maintenance Team Effectiveness",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/3-secrets-to-increasing-your-maintenance-team-effectiveness/\" rel=\"bookmark\">3 Secrets to Increasing Your Maintenance Team Effectiveness</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "3 Reasons Why Humans Should Be at the Center of OEE for CPG Manufacturers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/3-reasons-why-humans-should-be-at-the-center-of-oee-for-cpg-manufacturers/\" rel=\"bookmark\">3 Reasons Why Humans Should Be at the Center of OEE for CPG Manufacturers</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "5 Forces Driving the Rise of Connected Worker Applications in Operational Technology",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/5-forces-driving-the-rise-of-connected-worker-applications-in-operational-technology/\" rel=\"bookmark\">5 Forces Driving the Rise of Connected Worker Applications in Operational Technology</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scientific Drilling: Improving Efficiency of Repair Operations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/scientific-drilling-success-story/\" rel=\"bookmark\">Scientific Drilling: Improving Efficiency of Repair Operations</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Introduction to Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/introduction-to-parsable/\" rel=\"bookmark\">Introduction to Parsable</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Parsable Keynote: IndustryWeek Manufacturing & Technology Conference 2019",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/parsable-keynote-industryweek-manufacturing-technology-conference-2019/\" rel=\"bookmark\">Parsable Keynote: IndustryWeek Manufacturing &amp; Technology Conference 2019</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Injecting Connected Workflows Into Your Quality System",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/injecting-connected-workflows-into-your-quality-system/\" rel=\"bookmark\">Injecting Connected Workflows Into Your Quality System</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build or Buy: Adding Connected Worker Capabilities to Your Industrial Technology Stack",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/build-or-buy-adding-connected-worker-capabilities-to-your-industrial-technology-stack/\" rel=\"bookmark\">Build or Buy: Adding Connected Worker Capabilities to Your Industrial Technology Stack</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Impact of Connected Work on a Global Scale",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-impact-of-connected-worrk-on-a-global-scale/\" rel=\"bookmark\">The Impact of Connected Work on a Global Scale</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Parsable Company Overview",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/parsable-company-overview/\" rel=\"bookmark\">Parsable Company Overview</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Achieve World-Class Quality and Safety in Food and Beverage Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-achieve-world-class-quality-and-safety-in-food-and-beverage-manufacturing/\" rel=\"bookmark\">How to Achieve World-Class Quality and Safety in Food and Beverage Manufacturing</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connected Worker Infographic",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/connected-worker-infographic/\" rel=\"bookmark\">Connected Worker Infographic</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Connected Work Enables Real Human-Machine Collaboration",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-enables-real-human-machine-collaboration/\" rel=\"bookmark\">How Connected Work Enables Real Human-Machine Collaboration</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Connected Work Improves Safety Management in Industrial Environments",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-improves-safety-management-in-industrial-environments/\" rel=\"bookmark\">How Connected Work Improves Safety Management in Industrial Environments</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Q&A with Parsable CEO Lawrence Whittle",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/qa-with-parsable-ceo-lawrence-whittle/\" rel=\"bookmark\">Q&amp;A with Parsable CEO Lawrence Whittle</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Overview of Connected Work and the Parsable Platform – Ben Cheng",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/overview-of-connected-work-and-the-parsable-platform-ben-cheng/\" rel=\"bookmark\">Overview of Connected Work and the Parsable Platform &#x2013; Ben Cheng</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transform Frontline Operations with Connected Worker Solutions",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/transform-frontline-operations-with-connected-worker-solutions/\" rel=\"bookmark\">Transform Frontline Operations with Connected Worker Solutions</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "LNS Research – Connecting People and Systems to Transform Operations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/lns-research-connecting-people-and-systems-to-transform-operations/\" rel=\"bookmark\">LNS Research &#x2013; Connecting People and Systems to Transform Operations</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "BCG Puts its Clients’ Interests First With Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/bcg-puts-its-clients-interests-first-with-parsable/\" rel=\"bookmark\">BCG Puts its Clients&#x2019; Interests First With Parsable</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Connected Work Improves Quality Management in Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-improves-quality-management-in-manufacturing/\" rel=\"bookmark\">How Connected Work Improves Quality Management in Manufacturing</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "OSHA’s 2019 Top Safety Violations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/oshas-2019-top-safety-violations/\" rel=\"bookmark\">OSHA&#x2019;s 2019 Top Safety Violations</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Onstage: Heineken Discusses Their Connected Brewery Initiative – Onstage at EMS, Berlin",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/onstage-heineken-discusses-their-connected-brewery-initiative-onstage-at-ems-berlin/\" rel=\"bookmark\">Onstage: Heineken Discusses Their Connected Brewery Initiative &#x2013; Onstage at EMS, Berlin</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Health & Beauty Manufacturing: How to Improve Safety & Quality in an Ever-Changing Industry",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/health-beauty-manufacturing-how-to-improve-safety-quality-in-an-ever-changing-industry/\" rel=\"bookmark\">Health &amp; Beauty Manufacturing: How to Improve Safety &amp; Quality in an Ever-Changing Industry</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Use Case Videos: Near Miss Reporting",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/use-case-videos-near-miss-reporting/\" rel=\"bookmark\">Use Case Videos: Near Miss Reporting</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Four Stages of Connected Work",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/four-stages-of-connected-work/\" rel=\"bookmark\">Four Stages of Connected Work</a></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Welcome to your digital future",
      "headingHtml": "<h2>Welcome to your digital future</h2>",
      "firstParagraph": "Schedule a custom demo and have an expert show you how Parsable works.",
      "paragraphHtml": "<p style=\"font-size:16px;\">Schedule a custom demo and have an expert show you how Parsable works.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 91,
  "questionH2s": [
    {
      "index": 5,
      "text": "How to Turn Institutional Knowledge Into Digital Work Instructions",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-turn-institutional-knowledge-into-digital-work-instructions/\" rel=\"bookmark\">How to Turn Institutional Knowledge Into Digital Work Instructions</a></h2>"
    },
    {
      "index": 6,
      "text": "Have You Isolated your Frontline Workforce?",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/have-you-isolated-your-frontline-workforce/\" rel=\"bookmark\">Have You Isolated your Frontline Workforce?</a></h2>"
    },
    {
      "index": 26,
      "text": "How to Engage Frontline Workers in ESG Initiatives and Improve Traceability",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/frontline-workers-engage-esg-traceability/\" rel=\"bookmark\">How to Engage Frontline Workers in ESG Initiatives and Improve Traceability</a></h2>"
    },
    {
      "index": 41,
      "text": "How to Get Buy-In for Your Factory’s Digital Transformation Programs",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/how-to-get-buy-in-for-your-factorys-digital-transformation-programs-2/\" rel=\"bookmark\">How to Get Buy-In for Your Factory&#x2019;s Digital Transformation Programs</a></h2>"
    },
    {
      "index": 46,
      "text": "How to Go Paperless in Manufacturing with Digital SOPs",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-go-paperless-in-manufacturing-with-digital-sops/\" rel=\"bookmark\">How to Go Paperless in Manufacturing with Digital SOPs</a></h2>"
    },
    {
      "index": 48,
      "text": "How Manufacturing Waste Leads to Missed Continuous Improvement Opportunities",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-manufacturing-waste-leads-to-missed-continuous-improvement-opportunities/\" rel=\"bookmark\">How Manufacturing Waste Leads to Missed Continuous Improvement Opportunities</a></h2>"
    },
    {
      "index": 52,
      "text": "How to Achieve Visibility, Traceability and Accountability in Manufacturing",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-achieve-visibility-traceability-and-accountability-in-manufacturing/\" rel=\"bookmark\">How to Achieve Visibility, Traceability and Accountability in Manufacturing</a></h2>"
    },
    {
      "index": 53,
      "text": "How to Attract and Retain Gen Z and Millennial Manufacturing Workers",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/how-to-attract-and-retain-gen-z-and-millennial-manufacturing-workers-2/\" rel=\"bookmark\">How to Attract and Retain Gen Z and Millennial Manufacturing Workers</a></h2>"
    },
    {
      "index": 54,
      "text": "How to Reduce Delayed Responses and Drive Continuous Improvement in Manufacturing",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-reduce-delayed-responses-and-drive-continuous-improvement-in-manufacturing/\" rel=\"bookmark\">How to Reduce Delayed Responses and Drive Continuous Improvement in Manufacturing</a></h2>"
    },
    {
      "index": 59,
      "text": "How Connected Workers Drive Operational Excellence – A Practical Guide to Success",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-workers-drive-operational-excellence-a-practical-guide-to-success/\" rel=\"bookmark\">How Connected Workers Drive Operational Excellence &#x2013; A Practical Guide to Success</a></h2>"
    },
    {
      "index": 76,
      "text": "How to Achieve World-Class Quality and Safety in Food and Beverage Manufacturing",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-achieve-world-class-quality-and-safety-in-food-and-beverage-manufacturing/\" rel=\"bookmark\">How to Achieve World-Class Quality and Safety in Food and Beverage Manufacturing</a></h2>"
    },
    {
      "index": 78,
      "text": "How Connected Work Enables Real Human-Machine Collaboration",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-enables-real-human-machine-collaboration/\" rel=\"bookmark\">How Connected Work Enables Real Human-Machine Collaboration</a></h2>"
    },
    {
      "index": 79,
      "text": "How Connected Work Improves Safety Management in Industrial Environments",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-improves-safety-management-in-industrial-environments/\" rel=\"bookmark\">How Connected Work Improves Safety Management in Industrial Environments</a></h2>"
    },
    {
      "index": 85,
      "text": "How Connected Work Improves Quality Management in Manufacturing",
      "isQuestion": true,
      "html": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-improves-quality-management-in-manufacturing/\" rel=\"bookmark\">How Connected Work Improves Quality Management in Manufacturing</a></h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 4529,
  "htmlBytes": 367536,
  "imagesMissingDimensions": [
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/Parsable-cai-phase1-white-with-blue-icon.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/Parsable-cai-phase1-white-with-blue-icon.png\" alt=\"Parsable\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/header-hamburger.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/header-hamburger.svg\" alt=\"Main Menu\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/close.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/close.svg\" alt=\"Close main menu\">"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/AAM-Tag.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/AAM-Tag.svg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2023/06/CCEP_Stacked_Logo_RGB_Red_zttwtc.jpg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2023/06/CCEP_Stacked_Logo_RGB_Red_zttwtc.jpg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/Heineken_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/Heineken_logo.svg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/Logo_Grupo_BIMBO.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/Logo_Grupo_BIMBO.svg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/LogoHolcim2021.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/LogoHolcim2021.svg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/SDI_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/SDI_logo.svg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/SUNTORY_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/SUNTORY_logo.svg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/highlight-1.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/highlight-1.png\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/highlight-2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/highlight-2.png\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/highlight-3.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/highlight-3.png\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/highlight-4.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/highlight-4.png\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/explore-1.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/explore-1.jpeg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/explore-2.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/explore-2.jpeg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/explore-3.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/explore-3.jpeg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/explore-4.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/explore-4.jpeg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/explore-5.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/explore-5.jpeg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/explore-6.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/explore-6.jpeg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/operations-1.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/operations-1.png\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/operations-2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/operations-2.png\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/operations-3.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/operations-3.png\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2021/08/Bimbo-logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2021/08/Bimbo-logo.png\" alt=\"Bimbo logo\">"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-4.09.54-PM.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-4.09.54-PM.png\" alt=\"Didier Moleres, VP of Global Operations, Grupo Bimbo\">"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2020/09/cropped-favicon.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2020/09/cropped-favicon.png\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/testimonial-2.jpeg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/testimonial-2.jpeg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/holcim.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/holcim.svg\" alt>"
    },
    {
      "src": "https://parsable.com/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-4.10.58-PM.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-4.10.58-PM.png\" alt=\"Michael LeMonds, VP, Environment, Land and Government Affairs, Holcim US\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-ebook.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-ebook.svg\" alt=\"Ebook\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-ebook.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-ebook.svg\" alt=\"Ebook\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg\" alt=\"Infographic\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg\" alt=\"Infographic\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-success.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-success.svg\" alt=\"Customer Success Story\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg\" alt=\"Infographic\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-ebook.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-ebook.svg\" alt=\"Ebook\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-ebook.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-ebook.svg\" alt=\"Ebook\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg\" alt=\"Infographic\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-success.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-success.svg\" alt=\"Customer Success Story\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg\" alt=\"Infographic\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-podcast.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-podcast.svg\" alt=\"Podcast\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-success.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-success.svg\" alt=\"Customer Success Story\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-onepager.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-onepager.svg\" alt=\"One Pager\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg\" alt=\"Infographic\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg\" alt=\"Infographic\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-video.svg\" alt=\"Video\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/resources-info.svg\" alt=\"Infographic\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/Parsable-cai-phase1-white-with-blue-icon.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/Parsable-cai-phase1-white-with-blue-icon.png\" alt=\"Parsable\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/footer-fb.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/footer-fb.svg\" alt=\"Facebook\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/footer-linkedin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/footer-linkedin.svg\" alt=\"LinkedIn\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/A_LIGN_badge_SOC_2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"width:72px; height:auto; margin:0 auto;\" src=\"https://parsable.com/wp-content/themes/parsable/assets/images/A_LIGN_badge_SOC_2.png\" alt=\"A-LIN SO2 logo\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/Parsable-cai-phase1-white-with-blue-icon.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/Parsable-cai-phase1-white-with-blue-icon.png\" alt=\"Parsable\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/footer-fb.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/footer-fb.svg\" alt=\"Facebook\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/footer-linkedin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://parsable.com/wp-content/themes/parsable/assets/images/footer-linkedin.svg\" alt=\"LinkedIn\">"
    },
    {
      "src": "https://parsable.com/wp-content/themes/parsable/assets/images/A_LIGN_badge_SOC_2.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img style=\"width:72px; height:auto;\" src=\"https://parsable.com/wp-content/themes/parsable/assets/images/A_LIGN_badge_SOC_2.png\" alt=\"A-LIN SO2 logo\">"
    }
  ],
  "possibleDialogs": [
    "<style type=\"text/css\" id=\"CookiebotDialogStyle\">#CybotCookiebotDialog *,#CybotCookiebotDialogBodyUnderlay *{background:transparent;box-sizing:border-box;color:inherit;font-family:inherit;font-size:1em;margin:0;outline:0;padding:0;vertical-align:baseline}#CybotCookiebotDialog #CybotCookiebotDialogNav :after,#CybotCookiebotDialog #CybotCookiebotDialogNav :before{content:none}#CybotCookiebotDialog button>span:first-child,#CybotCookiebotDialog label{width:auto}#CybotCookiebotDialogBodyUnderlay{b...",
    "<div id=\"CybotCookiebotDialog\" name=\"CybotCookiebotDialog\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"CybotCookiebotDialogBodyContentTitle\" tabindex=\"-1\" lang=\"en\" dir=\"ltr\" ng-non-bindable class=\"CybotMultilevel CybotCookiebotDialogActive\" style=\"display: flex; font-size: 0.9375rem;\" data-template=\"popup\"><div class=\"CybotCookiebotDialogContentWrapper\"><div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img...",
    "<div class=\"CybotCookiebotDialogContentWrapper\"><div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAztJREFUeNrMWL9v01AQtkOlbO5eKTvC3ZComr0C5hRlY4iSHdI/oMofUCUDEoOr7hFlrqvuLmFgqhG72ZjqLRt36feiF/N+2I7tcNLVSe34fXfv7rt75zolxfO8Ll180hekHUlNkpI+kCakP0njNE2...",
    "<div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAztJREFUeNrMWL9v01AQtkOlbO5eKTvC3ZComr0C5hRlY4iSHdI/oMofUCUDEoOr7hFlrqvuLmFgqhG72ZjqLRt36feiF/N+2I7tcNLVSe34fXfv7rt75zolxfO8Ll180hekHUlNkpI+kCakP0njNE2jMuu7BYB6dHlL+pr0jVOthKS3pDdkSFoJcHj2HWnfaUbmpF9...",
    "<div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAztJREFUeNrMWL9v01AQtkOlbO5eKTvC3ZComr0C5hRlY4iSHdI/oMofUCUDEoOr7hFlrqvuLmFgqhG72ZjqLRt36feiF/N+2I7tcNLVSe34fXfv7rt75zolxfO8Ll180hekHUlNkpI+kCakP0njNE2jMuu7BYB6dHlL+pr0jVOthKS3pDdkSFoJcHj2HWnfaUbmpF9sO+EaAPO2T0m7zm6EgZ+TAbHq5jMN6DO6XOWI...",
    "<div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAztJREFUeNrMWL9v01AQtkOlbO5eKTvC3ZComr0C5hRlY4iSHdI/oMofUCUDEoOr7hFlrqvuLmFgqhG72ZjqLRt36feiF/N+2I7tcNLVSe34fXfv7rt75zolxfO8Ll180hekHUlNkpI+kCakP0njNE2jMuu7BYB6dHlL+pr0jVOthKS3pDdkSFoJcHj2HWnfaUbmpF9sO+EaAPO2T0m7zm6EgZ+TAbHq5jMN6DO6XOWI2TqF137fbred5XJ5b/Q44vhqh142eX8gx7+bAf0VTNGkBEhMH...",
    "<img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAztJREFUeNrMWL9v01AQtkOlbO5eKTvC3ZComr0C5hRlY4iSHdI/oMofUCUDEoOr7hFlrqvuLmFgqhG72ZjqLRt36feiF/N+2I7tcNLVSe34fXfv7rt75zolxfO8Ll180hekHUlNkpI+kCakP0njNE2jMuu7BYB6dHlL+pr0jVOthKS3pDdkSFoJcHj2HWnfaUbmpF9sO+EaAPO2T0m7zm6EgZ+TAbHq5jMN6DO6XOWI2TqF137fbred5XJ5b/Q44vhqh142eX8gx7+bAf0VTNGkBEhMH4mvcxqHTE+Al4FPG0xA4cWPhCNR7PpMw1whPT9YAwdzX...",
    "<a href=\"https://www.cookiebot.com/en/what-is-behind-powered-by-cookiebot/?utm_source=banner_cb&amp;utm_medium=referral&amp;utm_content=v2\" rel=\"noopener nofollow\" target=\"_blank\" id=\"CybotCookiebotDialogPoweredbyCybot\" aria-label=\"Cookiebot by Usercentrics - opens in a new window\" tabindex=\"-1\"><svg viewBox=\"0 0 843 248\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M249.651 182.059C246.815 181.906 243.999 182.606 241.573 184.067C239.147 185.528 237.225 187.681 236.06 190.24...",
    "<div id=\"CybotCookiebotDialogNav\" class=\"CybotCookiebotScrollAreaSide\"><div class=\"CybotCookiebotFader CybotCookiebotFaderLeft\" style=\"background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div class=\"CybotCookiebotFader CybotCookiebotFaderRight\" style=\"background-image: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><ul id=\"CybotCookiebotDialogNavList\" class=\"CybotCooki...",
    "<ul id=\"CybotCookiebotDialogNavList\" class=\"CybotCookiebotDialogNavItems\" role=\"tablist\"><li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavDeclaration\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" href=\"#\" data-target=\"CybotCookiebotDialogBody\" tabindex=\"0\" role=\"tab\" aria-selected=\"true\" aria-controls=\"CybotCookiebotDialogBody\" lang=\"en\">Consent</a></li><li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookie...",
    "<li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavDeclaration\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" href=\"#\" data-target=\"CybotCookiebotDialogBody\" tabindex=\"0\" role=\"tab\" aria-selected=\"true\" aria-controls=\"CybotCookiebotDialogBody\" lang=\"en\">Consent</a></li>",
    "<a id=\"CybotCookiebotDialogNavDeclaration\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" href=\"#\" data-target=\"CybotCookiebotDialogBody\" tabindex=\"0\" role=\"tab\" aria-selected=\"true\" aria-controls=\"CybotCookiebotDialogBody\" lang=\"en\">Consent</a>",
    "<li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavDetails\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogTabContentDetails\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogTabContentDetails\" lang=\"en\">Details</a></li>",
    "<a id=\"CybotCookiebotDialogNavDetails\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogTabContentDetails\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogTabContentDetails\" lang=\"en\">Details</a>",
    "<li id=\"CybotCookiebotDialogNavItemAdSettings\" class=\"CybotCookiebotDialogNavItem CybotCookiebotDialogHide\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavAdSettings\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" lang=\"en\">[#IABV2SETTINGS#]</a></li>",
    "<a id=\"CybotCookiebotDialogNavAdSettings\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" lang=\"en\">[#IABV2SETTINGS#]</a>",
    "<li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavAbout\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextAbout\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextAbout\" lang=\"en\">About</a></li>",
    "<a id=\"CybotCookiebotDialogNavAbout\" class=\"CybotCookiebotDialogNavItemLink\" href=\"#\" data-target=\"CybotCookiebotDialogDetailBodyContentTextAbout\" tabindex=\"-1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogDetailBodyContentTextAbout\" lang=\"en\">About</a>",
    "<div id=\"CybotCookiebotDialogTabContent\"><div id=\"CybotCookiebotDialogBody\" class=\"CybotCookiebotDialogTabPanel\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDeclaration\" lang=\"en\"><div class=\"CybotCookiebotScrollContainer\"><div id=\"CybotCookiebotDialogBodyContent\" class=\"CybotCookiebotScrollArea\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div id=...",
    "<div id=\"CybotCookiebotDialogBody\" class=\"CybotCookiebotDialogTabPanel\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDeclaration\" lang=\"en\"><div class=\"CybotCookiebotScrollContainer\"><div id=\"CybotCookiebotDialogBodyContent\" class=\"CybotCookiebotScrollArea\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div id=\"CybotCookiebotDialogBodyContentTitle\" cl...",
    "<div id=\"CybotCookiebotDialogBodyContent\" class=\"CybotCookiebotScrollArea\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div id=\"CybotCookiebotDialogBodyContentTitle\" class=\"CybotCookiebotDialogBodyContentHeading\" lang=\"en\" role=\"heading\" aria-level=\"2\">This website uses cookies</div><div id=\"CybotCookiebotDialogBodyContentText\" lang=\"en\">We use cookies to pers...",
    "<div id=\"CybotCookiebotDialogBodyContentTitle\" class=\"CybotCookiebotDialogBodyContentHeading\" lang=\"en\" role=\"heading\" aria-level=\"2\">This website uses cookies</div>",
    "<div id=\"CybotCookiebotDialogBodyContentText\" lang=\"en\">We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you&#x2019;ve provided to them or that they&#x2019;ve collected from your use of their services. </div>",
    "<div class=\"CybotCookiebotDialogGpcContainer\" style=\"display: none;\"><div id=\"CybotCookiebotDialogGpcIcon\">[#GPC_BANNER_ICON#]</div><div class=\"CybotCookiebotDialogGpcText\" lang=\"en\">[#GPC_TOAST_TEXT#]</div></div>",
    "<div id=\"CybotCookiebotDialogGpcIcon\">[#GPC_BANNER_ICON#]</div>",
    "<div class=\"CybotCookiebotDialogGpcText\" lang=\"en\">[#GPC_TOAST_TEXT#]</div>",
    "<div class=\"CybotCookiebotDialogBodyBottomWrapper\"><div id=\"CybotCookiebotDialogBodyLevelWrapper\"><div id=\"CybotCookiebotDialogBodyLevelButtons\"><div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection...",
    "<div id=\"CybotCookiebotDialogBodyLevelWrapper\"><div id=\"CybotCookiebotDialogBodyLevelButtons\"><div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInn...",
    "<div id=\"CybotCookiebotDialogBodyLevelButtons\"><div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBo...",
    "<div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookie...",
    "<div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDi...",
    "<div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span><div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonNecessary\"><strong class=\"Cybot...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"visuallyhidden\">Consent Selection</span>",
    "<div id=\"CybotCookiebotDialogBodyFieldsetInnerContainer\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonNecessary\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Necessary </strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecess...",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonNecessary\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Necessary </strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" class=\"CybotCookiebotDialogBodyLevelButton CybotCook...",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonNecessary\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Necessary </strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Necessary </strong>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonPreferences\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Preferences </strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"C...",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonPreferences\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Preferences </strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Preferences </strong>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonStatistics\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Statistics </strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"Cybo...",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonStatistics\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Statistics </strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Statistics </strong>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper\"><label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonMarketing\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Marketing </strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCo...",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonMarketing\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Marketing </strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Marketing </strong>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<div id=\"CybotCookiebotDialogBodyEdgeMoreDetails\"><a id=\"CybotCookiebotDialogBodyEdgeMoreDetailsLink\" href=\"#\" class>Show details</a></div>",
    "<a id=\"CybotCookiebotDialogBodyEdgeMoreDetailsLink\" href=\"#\" class>Show details</a>",
    "<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogTabContentDetails\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDetails\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div class=\"CybotCookiebotDialogSROnly\"...",
    "<div id=\"CybotCookiebotDialogTabContentDetails\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDetails\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">Details</div><div id=\"CybotCookiebotDi...",
    "<div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">Details</div>",
    "<div id=\"CybotCookiebotDialogDetailBody\"><div id=\"CybotCookiebotDialogDetailBodyContent\"><div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><butto...",
    "<div id=\"CybotCookiebotDialogDetailBodyContent\"><div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyConte...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebo...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogColl...",
    "<ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyCon...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecess...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonNece...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" role=\"heading\" aria-level=\"3\">Necessary </span> <span...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" role=\"heading\" aria-level=\"3\">Necessary </span>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">33</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\" role=\"switch\" a...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\" role=\"switch\" aria-checked=\"true\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=\"checked\" role=\"switch\" aria-checked=\"true\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<di...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_bla...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a ne...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cloudflare<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cloudflare.com/privacypolicy/\" title=\"Learn more about this provider Cloudflare&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cf.turnstile.u</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"C...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cf.turnstile.u</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>:...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cf.turnstile.u</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cookiebot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Cookiebot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.cookiebot.com/goto/privacy-policy/\" title=\"Learn more about this provider Cookiebot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">CookieConsent</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span cla...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">CookieConsent</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">CookieConsent</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Github<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Github<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gh_sess</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDet...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gh_sess</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span c...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gh_sess</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">logged_in</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers whether the user is logged in. This allows the website owner to make parts of the website inaccessible, based on the user&apos;s log-in status. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"Cybot...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">logged_in</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers whether the user is logged in. This allows the website owner to make parts of the website inaccessible, based on the user&apos;s log-in status. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</strong><span class=\"CybotCooki...",
    "<p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user&apos;s browser supports cookies.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 da...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user&apos;s browser supports cookies.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_GRECAPTCHA</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"Cy...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_GRECAPTCHA</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::a</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::a</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCoo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::a</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::b</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session<...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::b</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::c</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session<...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::c</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::f</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persiste...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">rc::f</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum S...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">bcookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in order to detect spam and improve the website&apos;s security. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">bcookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in order to detect spam and improve the website&apos;s security. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">bcookie</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in order to detect spam and improve the website&apos;s security. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">li_gc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 18...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">li_gc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s cookie consent state for the current domain</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Spreaker<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Spreaker<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.spreaker.com/privacy\" title=\"Learn more about this provider Spreaker&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">object(#-#-##:#:#.#)</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Holds the users timezone.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBody...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">object(#-#-##:#:#.#)</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Holds the users timezone.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"C...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">object(#-#-##:#:#.#)</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Holds the users timezone.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>hsadspixel.net<br>hs-banner.com<br>hubspotusercontent-na1.net<br>linkedin.com<br>parsable.com<br>vimeo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">16</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieI...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>hsadspixel.net<br>hs-banner.com<br>hubspotusercontent-na1.net<br>linkedin.com<br>parsable.com<br>vimeo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">16</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">16</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cf_bm&#xa0;[x16]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of the...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cf_bm&#xa0;[x16]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span cl...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cf_bm&#xa0;[x16]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>static.hsappstatic.net<br>vimeo.com<br>zoominfo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCo...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>static.hsappstatic.net<br>vimeo.com<br>zoominfo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_cfuvid&#xa0;[x3]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is a part of the services provided by Cloudflare - Including load-balancing, deliverance of website content and serving DNS connectio...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_cfuvid&#xa0;[x3]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is a part of the services provided by Cloudflare - Including load-balancing, deliverance of website content and serving DNS connection for website operators. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_cfuvid&#xa0;[x3]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is a part of the services provided by Cloudflare - Including load-balancing, deliverance of website content and serving DNS connection for website operators. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreferenceCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Preferences (4)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsPr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Preferences (4)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButton...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Preferences (4)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" role=\"heading\" aria-level=\"3\">Preferences </span...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" role=\"heading\" aria-level=\"3\">Preferences </span>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">4</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferences\" checked=\"checked\" tabindex=\"0\" role=\"switch\"...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferences\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria...",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferences\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\"...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">messagesUtk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores a unique ID string for each chat-box session. This allows the website-support to see previous issues and reconnect with the previous supporter....",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">messagesUtk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores a unique ID string for each chat-box session. This allows the website-support to see previous issues and reconnect with the previous supporter. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotC...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">messagesUtk</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores a unique ID string for each chat-box session. This allows the website-support to see previous issues and reconnect with the previous supporter. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.linkedin.com/legal/privacy-policy\" title=\"Learn more about this provider LinkedIn&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lidc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=\"C...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lidc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetail...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lidc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers which server-cluster is serving the visitor. This is used in context with load balancing, in order to optimize user experience. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>fast.wistia.net<br>parsable.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailB...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>fast.wistia.net<br>parsable.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia-video-progress-#&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a timestamp for the website&#x2019;s video-content. This allows the user to resume watching without having to start over...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia-video-progress-#&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a timestamp for the website&#x2019;s video-content. This allows the user to resume watching without having to start over, if the user leaves the video or website. </span><div class=\"CybotCookiebotDialogDetailBodyC...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia-video-progress-#&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a timestamp for the website&#x2019;s video-content. This allows the user to resume watching without having to start over, if the user leaves the video or website. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatisticsCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (17)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsSt...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (17)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButton...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (17)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" role=\"heading\" aria-level=\"3\">Statistics </span>...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" role=\"heading\" aria-level=\"3\">Statistics </span>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">17</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatistics\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatistics\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hi...",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatistics\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Github<div c...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Github<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Github<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\"...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Github<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Github<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://docs.github.com/en/github/site-policy/github-privacy-statement\" title=\"Learn more about this provider Github&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_octo</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_octo</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyConte...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_octo</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong><span class=\"CybotCookiebotDial...",
    "<p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDeta...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 years</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 years</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDe...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga_#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 years</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 2 years</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gat</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDet...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gat</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor&apos;s browser.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><s...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor&apos;s browser.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage D...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor&apos;s browser.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssrc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to recognise the visitor&apos;s browser upon reentry on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duratio...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssrc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to recognise the visitor&apos;s browser upon reentry on the website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hstc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookie...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hstc</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hs-cta-interactions#cta</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hs-cta-interactions#cta</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the visitor&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspotutk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspotutk</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">SalesLoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">SalesLoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sliguid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span><div clas...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sliguid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDe...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sliguid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slirequested</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDia...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slirequested</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains an visitor ID - This is used to track visitors&apos; navigation and interaction on the website for internal website-optimization. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">VWO<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new windo...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">VWO<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vwo.com/privacy-policy/\" title=\"Learn more about this provider VWO&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_uuid_v2</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also b...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_uuid_v2</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also be set to improve the visitor&apos;s experience on a website.</span><div class=\"CybotCookiebot...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_vwo_uuid_v2</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is set to make split-tests on the website, which optimizes the website&apos;s relevance towards the visitor &#x2013; the cookie can also be set to improve the visitor&apos;s experience on a website.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">collect/v.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetail...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">collect/v.gif</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>fast.wistia.net<br>parsable.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailB...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>fast.wistia.net<br>parsable.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the website to track the visitor&apos;s use of video-content - The cookie roots from Wistia, which provides video-software to websites.</s...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the website to track the visitor&apos;s use of video-content - The cookie roots from Wistia, which provides video-software to websites.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCook...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wistia&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the website to track the visitor&apos;s use of video-content - The cookie roots from Wistia, which provides video-software to websites.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">parsable.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong clas...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">parsable.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSession</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSession</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"C...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSession</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSessionId</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSessionId</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user&apos;s visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertisingCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (34)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabs...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (34)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButt...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (34)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" role=\"heading\" aria-level=\"3\">Marketing </span>...",
    "<span id=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" role=\"heading\" aria-level=\"3\">Marketing </span>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">34</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketing\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <spa...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketing\" checked=\"checked\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidde...",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketing\" checked=\"checked\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\" aria-hidden=\"true\"></span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platf...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platforms, Inc.<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCou...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platforms, Inc.<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" t...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platforms, Inc.<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - op...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"> Meta Platforms, Inc.<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.facebook.com/policy.php/\" title=\"Learn more about this provider Meta Platforms, Inc.&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrer</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieI...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrer</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maxi...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrer</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrerTime</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lastExternalReferrerTime</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects how the user reached the website by registering their last URL-address.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_fbp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Facebook to deliver a series of advertisement products such as real time bidding from third party advertisers.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInf...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_fbp</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Facebook to deliver a series of advertisement products such as real time bidding from third party advertisers.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">IDE</strong><span class=\"CybotCookiebotDial...",
    "<p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">IDE</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google DoubleClick to register and report the website user&apos;s actions after viewing or clicking one of the advertiser&apos;s ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.</span><div class=\"...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">IDE</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google DoubleClick to register and report the website user&apos;s actions after viewing or clicking one of the advertiser&apos;s ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 400 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 400 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">pagead/1p-user-list/#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks if the user has shown interest in specific products or events across multiple websites and detects how the user navigates between sites. This is used for measurement of advertisement efforts and facilitates payment of referral-...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">pagead/1p-user-list/#</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks if the user has shown interest in specific products or events across multiple websites and detects how the user navigates between sites. This is used for measurement of advertisement efforts and facilitates payment of referral-fees between websites.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_au</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to measure the efficiency of the website&#x2019;s advertisement efforts, by collecting data on the conversion rate of the website&#x2019;s ads across multiple websites.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_au</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to measure the efficiency of the website&#x2019;s advertisement efforts, by collecting data on the conversion rate of the website&#x2019;s ads across multiple websites.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDet...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to send data to Google Analytics about the visitor&apos;s device and behavior. Tracks the visitor across devices and marketing channels.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_ls</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks the conversion rate between the user and the advertisement banners on the website - This serves to optimise the relevance of the advertisements on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span c...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_ls</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks the conversion rate between the user and the advertisement banners on the website - This serves to optimise the relevance of the advertisements on the website. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__ptq.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sends data to the marketing platform Hubspot about the visitor&apos;s device and behaviour. Tracks the visitor across devices and marketing channels.</sp...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__ptq.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sends data to the marketing platform Hubspot about the visitor&apos;s device and behaviour. Tracks the visitor across devices and marketing channels.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__ptq.gif</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sends data to the marketing platform Hubspot about the visitor&apos;s device and behaviour. Tracks the visitor across devices and marketing channels.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">viral-links/v1/tracking</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks the individual sessions on the website, allowing the website to compile statistical data from multiple visits. This data can also be used to create leads for marketing purposes.</span><div class=\"CybotCookiebotDialogDetailBod...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">viral-links/v1/tracking</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks the individual sessions on the website, allowing the website to compile statistical data from multiple visits. This data can also be used to create leads for marketing purposes.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hmpl</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects information on user preferences and/or interaction with web-campaign content - This is used on CRM-campaign-platform used by website owners for promoting events or products.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoF...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hmpl</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects information on user preferences and/or interaction with web-campaign content - This is used on CRM-campaign-platform used by website owners for promoting events or products.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">HUBLYTICS_EVENTS_53</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitor behaviour from multiple websites, in order to present more relevant advertisement - This also allows the website to limit the number of times that they are shown the same advertisement. </span><div class=\"CybotC...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">HUBLYTICS_EVENTS_53</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitor behaviour from multiple websites, in order to present more relevant advertisement - This also allows the website to limit the number of times that they are shown the same advertisement. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">10</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a ne...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">10</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">10</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetmsclkid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterCont...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetmsclkid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetai...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetmsclkid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetmsclkid_exp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetmsclkid_exp</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid_exp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid_exp</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid_exp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid_exp</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MUID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used widely by Microsoft as a unique user ID. The cookie enables user tracking by synchronising the ID across many Microsoft domains.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyC...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MUID</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used widely by Microsoft as a unique user ID. The cookie enables user tracking by synchronising the ID across many Microsoft domains.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetmsclkid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks the conversion rate between the user and the advertisement banners on the website - This serves to optimise the relevance of the advertisements on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><sp...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetmsclkid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks the conversion rate between the user and the advertisement banners on the website - This serves to optimise the relevance of the advertisements on the website. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 3 months</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitor behaviour from multiple websites, in order to present more relevant advertisement - This also allows the website to limit the number of times that they are shown the same advertisement. </span><div class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetsid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitor behaviour from multiple websites, in order to present more relevant advertisement - This also allows the website to limit the number of times that they are shown the same advertisement. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor&apos;s preferences. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">SalesLoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">SalesLoft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider SalesLoft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slireg</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficie...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slireg</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficient retargeting. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><sp...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">slireg</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers user behaviour and navigation on the website, and any interaction with active campaigns. This is used for optimizing advertisement and for efficient retargeting. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 7 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Salesloft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Salesloft<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://salesloft.com/privacy-policies/\" title=\"Learn more about this provider Salesloft&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">site_identity</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span><div cla...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">site_identity</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">site_identity</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on user behaviour and interaction in order to optimize the website and make advertisement on the website more relevant. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">YouTube<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">10</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">YouTube<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">10</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">10</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider YouTube&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-ROLLOUT_TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><spa...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-ROLLOUT_TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Dur...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-ROLLOUT_TOKEN</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-YEC</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s video player preferences using embedded YouTube video</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-YEC</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user&apos;s video player preferences using embedded YouTube video</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-YNID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-YNID</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LAST_RESULT_ENTRY_KEY</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Dura...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LAST_RESULT_ENTRY_KEY</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LogsDatabaseV2:V#||LogsRequestsStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maxim...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LogsDatabaseV2:V#||LogsRequestsStore</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">TESTCOOKIESENABLED</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duratio...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">TESTCOOKIESENABLED</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">VISITOR_INFO1_LIVE</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tries to estimate the users&apos; bandwidth on pages with integrated YouTube videos.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>M...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">VISITOR_INFO1_LIVE</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tries to estimate the users&apos; bandwidth on pages with integrated YouTube videos.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YSC</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID to keep statistics of what videos from YouTube the user has seen.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stora...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YSC</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID to keep statistics of what videos from YouTube the user has seen.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">yt-icons-last-purged</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterCon...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">yt-icons-last-purged</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YtIdbMeta#databases</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Durati...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YtIdbMeta#databases</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: IndexedDB</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-label=\"Unclassified (13)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-expanded=\"false\">Unclassified <span class=\"Cybo...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-label=\"Unclassified (13)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-expanded=\"false\">Unclassified <span class=\"CybotCookiebotDialogDetailBulkConsentCount\">13</span></button>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">13</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeIntro\">Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<di...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a...",
    "<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\"...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspot-modern-theme</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoF...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspot-modern-theme</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDi...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspot-modern-theme</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">ZoomInfo<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">ZoomInfo<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.zoominfo.com/legal/privacy-policy\" title=\"Learn more about this provider ZoomInfo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziScriptSession</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziScriptSession</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDeta...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziScriptSession</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_zitok</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyCont...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_zitok</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">analytics.propensity-abm.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieIn...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">analytics.propensity-abm.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">a__data</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">a__data</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">a__data</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">cdn.metadata.io<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong c...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">cdn.metadata.io<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">Metadata_session_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">Metadata_session_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDe...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">Metadata_session_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">Metadata_visitor_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogD...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">Metadata_visitor_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">opps-widget.getwarmly.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">opps-widget.getwarmly.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ClientSessionStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ClientSessionStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ClientSessionStore</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MediaStore-client</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MediaStore-client</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">warmly_fingerprint</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">warmly_fingerprint</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">WidgetStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetai...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">WidgetStore</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">parsable.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong clas...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">parsable.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">unifiedScriptVerified</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">unifiedScriptVerified</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">unifiedScriptVerified</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">most-recent-viewed-blog</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 13 days</span><span class=\"CybotCookiebotDi...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">most-recent-viewed-blog</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 13 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 13 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">view-blog</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 13 days</span><span class=\"CybotCookiebotDialogDetailBody...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">view-blog</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 13 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 13 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div id=\"CybotCookiebotDialogDetailBulkConsent\" lang=\"en\" style=\"display: none;\"><a id=\"CybotCookiebotDialogDetailBulkConsentLink\" href=\"#\" class=\"CybotExpandLink CybotCookiebotDialogCollapsed\" data-target=\"CybotCookiebotDialogDetailBulkConsentListWrapper\">Cross-domain consent<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">[#BULK_CONSENT_DOMAINS_COUNT#]</span></a><div role=\"heading\" aria-level=\"3\">[#BULK_CONSENT_TITLE#]</div><div id=\"CybotCookiebotDialogDetailBulkConsentListWrapper\"...",
    "<a id=\"CybotCookiebotDialogDetailBulkConsentLink\" href=\"#\" class=\"CybotExpandLink CybotCookiebotDialogCollapsed\" data-target=\"CybotCookiebotDialogDetailBulkConsentListWrapper\">Cross-domain consent<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">[#BULK_CONSENT_DOMAINS_COUNT#]</span></a>",
    "<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">[#BULK_CONSENT_DOMAINS_COUNT#]</span>",
    "<div id=\"CybotCookiebotDialogDetailBulkConsentListWrapper\" class=\"CybotCookiebotDialogHide\"><span>List of domains your consent applies to:</span> [#BULK_CONSENT_DOMAINS#]</div>",
    "<div id=\"CybotCookiebotDialogDetailFooter\" lang=\"en\">Cookie declaration last updated on 6/3/26 by <a href=\"https://www.cookiebot.com\" target=\"_blank\" rel=\"noopener\">Cookiebot</a></div>",
    "<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAdSettings\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div id=\"CybotCookiebotDialo...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAdSettings\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div id=\"CybotCookiebotDialogDetailBodyContentIABContainer\"><div id=\"CybotCookiebotDialogDetailB...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABContainer\"><div id=\"CybotCookiebotDialogDetailBodyContentIABv2Tabs\"><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BO...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2Tabs\"><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_PREFERENCE_INTRO#]</div><div class=\"CookieCard\"><div id=\"...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div>",
    "<div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_PREFERENCE_INTRO#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Purposes\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PURPOSES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\">[#IABV2_LABEL_PURPOSES#]</button><div class=\"CybotCookiebotDialogDetailB...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Purposes\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PURPOSES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\">[#IABV2_LABEL_PURPOSES#]</button>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_PURPOSES_INTRO#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_PURPOSES#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Features\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_FEATURES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\">[#IABV2_LABEL_FEATURES#]</button><div class=\"CybotCookiebotDialogDetailB...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Features\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_FEATURES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\">[#IABV2_LABEL_FEATURES#]</button>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_FEATURES_INTRO#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_FEATURES#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Partners\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PARTNERS_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\">[#IABV2_LABEL_PARTNERS#]</button><div class=\"CybotCookiebotDialogDetailB...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Partners\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PARTNERS_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\">[#IABV2_LABEL_PARTNERS#]</button>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_PARTNERS_INTRO#]</div>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_PARTNERS#]</div>",
    "<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogDetailBodyContentTextAbout\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAbout\" lang=\"en\"><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255,...",
    "<div id=\"CybotCookiebotDialogDetailBodyContentTextAbout\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAbout\" lang=\"en\"><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div role=\"paragraph...",
    "<div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div>",
    "<div id=\"CybotCookiebotDialogFooter\" class=\"CybotCookiebotScrollContainer\"><div class=\"CybotCookiebotScrollArea\"><div id=\"CybotCookiebotDialogBodyButtons\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInforma...",
    "<div id=\"CybotCookiebotDialogBodyButtons\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBo...",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div><label c...",
    "<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
    "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\">",
    "<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
    "<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Do not sell or share my personal information</strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Do not sell or share my personal information</strong>",
    "<div id=\"CybotCookiebotDialogBodyButtonsWrapper\"><button id=\"CybotCookiebotDialogBodyButtonDecline\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Deny</button> <button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Allow selection</button> <button id=\"CybotCookiebotDialogBodyLevelButtonCustomize\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" tabindex=\"0\" lang=\"en\">Customize<div...",
    "<button id=\"CybotCookiebotDialogBodyButtonDecline\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Deny</button>",
    "<button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Allow selection</button>",
    "<button id=\"CybotCookiebotDialogBodyLevelButtonCustomize\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" tabindex=\"0\" lang=\"en\">Customize<div class=\"CybotCookiebotDialogArrow\"></div></button>",
    "<div class=\"CybotCookiebotDialogArrow\"></div>",
    "<button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\">Allow all</button>"
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 22,
      "heading": "H2: Meet the teams that are building resiliency into their frontline operations",
      "text": "“Before, you would have to leave the floor, go to the shop, log in, etc. With this, if you have it on you, by the time it would have taken you to walk there, you’d already have it done.”",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Before, you would have to leave the floor, go to the shop, log in, etc. With this, if you have it on you, by the time it would have taken you to walk there, you&#x2019;d already have it done.&#x201d;</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

95 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": 96,
  "passing": 1,
  "failing": [
    {
      "heading": "Parsable Receives the Frost & Sullivan Enabling Technology Leader Award",
      "headingHtml": "<h3>Parsable Receives the Frost &amp; Sullivan Enabling Technology Leader Award</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Digitize your frontline",
      "headingHtml": "<h3>Digitize your frontline</h3>",
      "firstParagraph": "Create, update, and distribute digital work instructions worldwide with an easy-to-use authoring tool. Capture and generate work execution data and insights through Parsable’s mobile app for industrial operations.",
      "paragraphHtml": "<p><span style=\"font-weight: 400;\">Create, update, and distribute digital work instructions worldwide with an easy-to-use authoring tool. Capture and generate work execution data and insights through Parsable&#x2019;s mobile app for industrial operations. </span></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Engage your workforce",
      "headingHtml": "<h3>Engage your workforce</h3>",
      "firstParagraph": "Enable collaboration amongst your teams. Post a question, report an issue, or share expertise through assignment-specific messaging portals.",
      "paragraphHtml": "<p><span style=\"font-weight: 400;\">Enable collaboration amongst your teams. Post a question, report an issue, or share expertise through assignment-specific messaging portals. </span></p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Unlock activity data",
      "headingHtml": "<h3>Unlock activity data</h3>",
      "firstParagraph": "Leverage near real-time data to unlock actionable insights into inefficiencies impacting operational results. Use flexible configuration options to classify your data for easier organization storage, and analysis.",
      "paragraphHtml": "<p><span style=\"font-weight: 400;\">Leverage near real-time data to unlock actionable insights into inefficiencies impacting operational results. Use flexible configuration options to classify your data for easier organization storage, and analysis.</span></p>",
      "words": 27,
      "direct": false,
      "issue": "First paragraph is 27 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transform your operations",
      "headingHtml": "<h3>Transform your operations</h3>",
      "firstParagraph": "Achieve impressive results by enabling your workforce to identify, implement, and sustain improvements – continuously.",
      "paragraphHtml": "<p><span style=\"font-weight: 400;\">Achieve impressive results by enabling your workforce to identify, implement, and sustain improvements &#x2013; continuously. </span></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect your teams and drive operational excellence",
      "headingHtml": "<h2>Connect your teams and drive operational excellence</h2>",
      "firstParagraph": "Leverage human work execution data to improve operations and build a sustainable future.",
      "paragraphHtml": "<p>Leverage human work execution data to improve operations and build a sustainable future. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet the teams that are building resiliency into their frontline operations",
      "headingHtml": "<h2>Meet the teams that are building resiliency into their frontline operations</h2>",
      "firstParagraph": "“Digitizing safety program components using Parsable and analyzing the resulting data has enabled us to make changes proactively before workplace incidents happen.”",
      "paragraphHtml": "<p>&#x201c;Digitizing safety program components using Parsable and analyzing the resulting data has enabled us to make changes proactively before workplace incidents happen.&#x201d;</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Take a deeper dive into the new way to work",
      "headingHtml": "<h2>Take a deeper dive into the new way to work</h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Turn Institutional Knowledge Into Digital Work Instructions",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-turn-institutional-knowledge-into-digital-work-instructions/\" rel=\"bookmark\">How to Turn Institutional Knowledge Into Digital Work Instructions</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Have You Isolated your Frontline Workforce?",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/have-you-isolated-your-frontline-workforce/\" rel=\"bookmark\">Have You Isolated your Frontline Workforce?</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Smart Manufacturing: A Guide for Digital CILs",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/smart-manufacturing-a-guide-for-digital-cils/\" rel=\"bookmark\">Smart Manufacturing: A Guide for Digital CILs</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ultimate Guide to Digital Work Instructions",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/ultimate-guide-to-digital-work-instructions/\" rel=\"bookmark\">Ultimate Guide to Digital Work Instructions</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "American Axle and Manufacturing Reaches New Heights With Insights From Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/american-axle-reaching-new-heights-with-parsable/\" rel=\"bookmark\">American Axle and Manufacturing Reaches New Heights With Insights From Parsable</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Report: 2023 State of Digital and Connected Work on the Manufacturing Frontlines",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/report-the-state-of-digital-and-connected-work-on-the-manufacturing-frontlines/\" rel=\"bookmark\">Report: 2023 State of Digital and Connected Work on the Manufacturing Frontlines</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Five Reason to Digitize Your Frontline",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/five-reason-to-digitize-your-frontline/\" rel=\"bookmark\">Five Reason to Digitize Your Frontline</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "GRUPO BIMBO: Elevating Safety Standards and Well-Being Through Digitization and Connectivity",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/grupo-bimbo-elevating-safety-standards-and-well-being-through-digitization-and-connectivity/\" rel=\"bookmark\">GRUPO BIMBO: Elevating Safety Standards and Well-Being Through Digitization and Connectivity</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Parsable vs Legacy Systems Infographic",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/connected-worker-vs-legacy-systems/\" rel=\"bookmark\">Parsable vs Legacy Systems Infographic</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "GRUPO BIMBO: Transforming Operational Transparency into ROI by Digitizing Critical Procedures",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/grupo-bimbo-success-story-roi/\" rel=\"bookmark\">GRUPO BIMBO: Transforming Operational Transparency into ROI by Digitizing Critical Procedures</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Silgan PFC Achieves Better Quality and Increased Efficiency at Lower Costs with Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/silgan-pfc-achieves-better-quality-and-increased-efficiency-at-lower-costs-with-parsable/\" rel=\"bookmark\">Silgan PFC Achieves Better Quality and Increased Efficiency at Lower Costs with Parsable</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "[ESPAÑOL] Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/learn-how-global-cement-manufacturing-leaders-are-using-digitalization-to-future-proof-their-frontline-operations-es/\" rel=\"bookmark\">[ESPA&#xd1;OL] Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Digital Innovation at Corporacion Rica Leading to Cost-Saving Benefits",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/digital-innovation-corporacion-rica/\" rel=\"bookmark\">Digital Innovation at Corporacion Rica Leading to Cost-Saving Benefits</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Global Brewery eliminates raw materials receipt errors and boosts accountability",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/global-brewery-eliminates-raw-materials-receipt-errors-and-boosts-accountability/\" rel=\"bookmark\">Global Brewery eliminates raw materials receipt errors and boosts accountability</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Global Dairy Manufacturer improves Quality and Safety with insights from Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/global-dairy-manufacturer-improves-quality-and-safety-with-insights-from-parsable/\" rel=\"bookmark\">Global Dairy Manufacturer improves Quality and Safety with insights from Parsable</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conagra Brands Improves Quality & Reduces Downtime With Connected Work",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/conagra-brands-success-story/\" rel=\"bookmark\">Conagra Brands Improves Quality &amp; Reduces Downtime With Connected Work</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Global Brewery increases OEE by 5% with actionable insights from Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/global-brewery-success-story/\" rel=\"bookmark\">Global Brewery increases OEE by 5% with actionable insights from Parsable</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/future-proofing-cement-operations/\" rel=\"bookmark\">Learn How Global Cement Manufacturing Leaders Are Using Digitalization To Future Proof Their Frontline Operations</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: How to Minimize Unplanned Downtime with Mobile-First Maintenance Requests",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/connect-learn-minimize-unplanned-downtime-maintenance/\" rel=\"bookmark\">Connect &amp; Learn: How to Minimize Unplanned Downtime with Mobile-First Maintenance Requests</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Driving Digital Innovation at Holcim",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/holcim-success-story/\" rel=\"bookmark\">Driving Digital Innovation at Holcim</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Reduce Unplanned Downtime with a Digital Approach to your CIL Process",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/reduce-downtime-digital-approach-cil/\" rel=\"bookmark\">Connect &amp; Learn: Reduce Unplanned Downtime with a Digital Approach to your CIL Process</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Engage Frontline Workers in ESG Initiatives and Improve Traceability",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/frontline-workers-engage-esg-traceability/\" rel=\"bookmark\">How to Engage Frontline Workers in ESG Initiatives and Improve Traceability</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Enable Faster Response Time & Improve OEE",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/enable-faster-response-time/\" rel=\"bookmark\">Connect &amp; Learn: Enable Faster Response Time &amp; Improve OEE</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "[Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/connected-worker-verdantix/\" rel=\"bookmark\">[Mfg Leader] Everything You Need to Know About Connected Worker Solutions for Manufacturers</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Future-proof Your Food & Beverage Operations While Empowering Your Frontline Workers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/future-proof-your-food-beverage-operations-while-empowering-your-frontline-workers-2/\" rel=\"bookmark\">Future-proof Your Food &amp; Beverage Operations While Empowering Your Frontline Workers</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The 5 Things You Don’t Know About Reshoring",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/webinar-the-5-things-you-dont-know-about-reshoring/\" rel=\"bookmark\">The 5 Things You Don&#x2019;t Know About Reshoring</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Lessons from a Plant Manager: How to Tackle Recruiting and Retention",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/lessons-from-a-plant-manager-how-to-tackle-recruiting-and-retention-2/\" rel=\"bookmark\">Lessons from a Plant Manager: How to Tackle Recruiting and Retention</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Vernetzung von Arbeiterinnen und Arbeitern in Deutschland 2021",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/vernetzung-von-arbeiterinnen-und-arbeitern-in-deutschland-2021/\" rel=\"bookmark\">Vernetzung von Arbeiterinnen und Arbeitern in Deutschland 2021</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Line Startup",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/line-startup/\" rel=\"bookmark\">Connect &amp; Learn: Line Startup</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Vernetzung von Arbeiterinnen und Arbeitern 2021",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/vernetzung-von-arbeiterinnen-und-arbeitern-2021/\" rel=\"bookmark\">Vernetzung von Arbeiterinnen und Arbeitern 2021</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The State of the Connected Frontline Manufacturing Worker",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-state-of-the-connected-frontline-manufacturing-worker/\" rel=\"bookmark\">The State of the Connected Frontline Manufacturing Worker</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "International Frontline Worker Survey",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/international-frontline-worker-survey-2/\" rel=\"bookmark\">International Frontline Worker Survey</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Industry Week: How Connected Worker Technology Can Close the Gap Between ESG Goals & the Frontlines",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/industry-week-how-connected-worker-technology-can-close-the-gap-between-esg-goals-the-frontlines-2/\" rel=\"bookmark\">Industry Week: How Connected Worker Technology Can Close the Gap Between ESG Goals &amp; the Frontlines</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frontline Manufacturing Workers: Insights and Research",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/frontline-manufacturing-workers-insights-and-research/\" rel=\"bookmark\">Frontline Manufacturing Workers: Insights and Research</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert Panel: Factory Tech For Worker Retention",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/expert-panel-factory-tech-for-worker-retention-2/\" rel=\"bookmark\">Expert Panel: Factory Tech For Worker Retention</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Behavior-Based Safety Observation",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/behavior-based-safety-observation-2/\" rel=\"bookmark\">Connect &amp; Learn: Behavior-Based Safety Observation</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Get Buy-In for Your Factory’s Digital Transformation Programs",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/how-to-get-buy-in-for-your-factorys-digital-transformation-programs-2/\" rel=\"bookmark\">How to Get Buy-In for Your Factory&#x2019;s Digital Transformation Programs</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Gen Z’s Perception of Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/genz-perception-of-manufacturing/\" rel=\"bookmark\">Gen Z&#x2019;s Perception of Manufacturing</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grupo Bimbo: Achieving Next Level Occupational Safety Performance",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/grupo-bimbo-success-story/\" rel=\"bookmark\">Grupo Bimbo: Achieving Next Level Occupational Safety Performance</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grupo Bimbo: How Parsable Helps Prevent Safety Incidents",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/bimbo-safety-performance-video/\" rel=\"bookmark\">Grupo Bimbo: How Parsable Helps Prevent Safety Incidents</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Clean, Inspect, Lubricate",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/connect-learn-clean-inspect-lubricate-2/\" rel=\"bookmark\">Connect &amp; Learn: Clean, Inspect, Lubricate</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Go Paperless in Manufacturing with Digital SOPs",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-go-paperless-in-manufacturing-with-digital-sops/\" rel=\"bookmark\">How to Go Paperless in Manufacturing with Digital SOPs</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert Panel: How Digital Traceability & Standardization Unlocks Value",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/expert-panel-how-digital-traceability-standardization-unlocks-value-2/\" rel=\"bookmark\">Expert Panel: How Digital Traceability &amp; Standardization Unlocks Value</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Manufacturing Waste Leads to Missed Continuous Improvement Opportunities",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-manufacturing-waste-leads-to-missed-continuous-improvement-opportunities/\" rel=\"bookmark\">How Manufacturing Waste Leads to Missed Continuous Improvement Opportunities</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect & Learn: Reduce Delayed Response",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/connect-learn/reduce-delayed-response/\" rel=\"bookmark\">Connect &amp; Learn: Reduce Delayed Response</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "4 Best Practices Plant Managers Can Quickly Implement To Drive Compliance",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/4-best-practices-plant-managers-can-quickly-implement-to-drive-compliance-2/\" rel=\"bookmark\">4 Best Practices Plant Managers Can Quickly Implement To Drive Compliance</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Improve Manufacturing Productivity on Your Factory Floor With Connected Work",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/improve-manufacturing-productivity-on-your-factory-floor-with-connected-work/\" rel=\"bookmark\">Improve Manufacturing Productivity on Your Factory Floor With Connected Work</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Achieve Visibility, Traceability and Accountability in Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-achieve-visibility-traceability-and-accountability-in-manufacturing/\" rel=\"bookmark\">How to Achieve Visibility, Traceability and Accountability in Manufacturing</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Attract and Retain Gen Z and Millennial Manufacturing Workers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/how-to-attract-and-retain-gen-z-and-millennial-manufacturing-workers-2/\" rel=\"bookmark\">How to Attract and Retain Gen Z and Millennial Manufacturing Workers</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Reduce Delayed Responses and Drive Continuous Improvement in Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-reduce-delayed-responses-and-drive-continuous-improvement-in-manufacturing/\" rel=\"bookmark\">How to Reduce Delayed Responses and Drive Continuous Improvement in Manufacturing</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The State of Digital and Connected Work on the Manufacturing Frontlines",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-state-of-digital-and-connected-work-on-the-manufacturing-frontlines/\" rel=\"bookmark\">The State of Digital and Connected Work on the Manufacturing Frontlines</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The State of Digital on the Manufacturing Frontline",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/webinars/manufacturing-leaders/state-of-digital-on-the-manufacturing-frontline-survey-results/\" rel=\"bookmark\">The State of Digital on the Manufacturing Frontline</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "From Crisis to Recovery: How Connected Worker Technology Can Align Management and Industrial Workers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/from-crisis-to-recovery-how-connected-worker-technology-can-align-management-and-industrial-workers/\" rel=\"bookmark\">From Crisis to Recovery: How Connected Worker Technology Can Align Management and Industrial Workers</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "From Crisis Into Recovery: How Connected Work Improves Safety Management in Industrial Environments",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/from-crisis-into-recovery-how-connected-work-improves-safety-management-in-industrial-environments/\" rel=\"bookmark\">From Crisis Into Recovery: How Connected Work Improves Safety Management in Industrial Environments</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Connected Workers Drive Operational Excellence – A Practical Guide to Success",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-workers-drive-operational-excellence-a-practical-guide-to-success/\" rel=\"bookmark\">How Connected Workers Drive Operational Excellence &#x2013; A Practical Guide to Success</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Evaluation Success Program Infographic",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/evaluation-success-program-infographic/\" rel=\"bookmark\">Evaluation Success Program Infographic</a></h2>",
      "firstParagraph": "Podcast",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/podcast/\">Podcast</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Missing Data That Prevents Companies From Creating the Factory of the Future",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-missing-data-that-prevents-companies-from-creating-the-factory-of-the-future/\" rel=\"bookmark\">The Missing Data That Prevents Companies From Creating the Factory of the Future</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Evolution of the Connected Worker: Top 5 Things You Need to Know",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-evolution-of-the-connected-worker-top-5-things-you-need-to-know/\" rel=\"bookmark\">The Evolution of the Connected Worker: Top 5 Things You Need to Know</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "5 Reasons to Digitize Your Energy Crews",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/5-reasons-to-digitize-your-energy-crews/\" rel=\"bookmark\">5 Reasons to Digitize Your Energy Crews</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Five Reasons to Digitize Your Oil & Gas Crews",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/five-reasons-to-digitize-your-oil-gas-crews/\" rel=\"bookmark\">Five Reasons to Digitize Your Oil &amp; Gas Crews</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "SKU Expansion Is Here to Stay: How to Make It a Winning Strategy",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/sku-expansion-is-here-to-stay-how-to-make-it-a-winning-strategy/\" rel=\"bookmark\">SKU Expansion Is Here to Stay: How to Make It a Winning Strategy</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "3 Secrets to Increasing Your Maintenance Team Effectiveness",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/3-secrets-to-increasing-your-maintenance-team-effectiveness/\" rel=\"bookmark\">3 Secrets to Increasing Your Maintenance Team Effectiveness</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "3 Reasons Why Humans Should Be at the Center of OEE for CPG Manufacturers",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/3-reasons-why-humans-should-be-at-the-center-of-oee-for-cpg-manufacturers/\" rel=\"bookmark\">3 Reasons Why Humans Should Be at the Center of OEE for CPG Manufacturers</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "5 Forces Driving the Rise of Connected Worker Applications in Operational Technology",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/5-forces-driving-the-rise-of-connected-worker-applications-in-operational-technology/\" rel=\"bookmark\">5 Forces Driving the Rise of Connected Worker Applications in Operational Technology</a></h2>",
      "firstParagraph": "Customer Success Story",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/customer-success-story/\">Customer Success Story</a></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scientific Drilling: Improving Efficiency of Repair Operations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/scientific-drilling-success-story/\" rel=\"bookmark\">Scientific Drilling: Improving Efficiency of Repair Operations</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Introduction to Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/introduction-to-parsable/\" rel=\"bookmark\">Introduction to Parsable</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Parsable Keynote: IndustryWeek Manufacturing & Technology Conference 2019",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/parsable-keynote-industryweek-manufacturing-technology-conference-2019/\" rel=\"bookmark\">Parsable Keynote: IndustryWeek Manufacturing &amp; Technology Conference 2019</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Injecting Connected Workflows Into Your Quality System",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/injecting-connected-workflows-into-your-quality-system/\" rel=\"bookmark\">Injecting Connected Workflows Into Your Quality System</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build or Buy: Adding Connected Worker Capabilities to Your Industrial Technology Stack",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/build-or-buy-adding-connected-worker-capabilities-to-your-industrial-technology-stack/\" rel=\"bookmark\">Build or Buy: Adding Connected Worker Capabilities to Your Industrial Technology Stack</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Impact of Connected Work on a Global Scale",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/the-impact-of-connected-worrk-on-a-global-scale/\" rel=\"bookmark\">The Impact of Connected Work on a Global Scale</a></h2>",
      "firstParagraph": "Webinar",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"/webinars\">Webinar</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Parsable Company Overview",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/parsable-company-overview/\" rel=\"bookmark\">Parsable Company Overview</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How to Achieve World-Class Quality and Safety in Food and Beverage Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-to-achieve-world-class-quality-and-safety-in-food-and-beverage-manufacturing/\" rel=\"bookmark\">How to Achieve World-Class Quality and Safety in Food and Beverage Manufacturing</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connected Worker Infographic",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/connected-worker-infographic/\" rel=\"bookmark\">Connected Worker Infographic</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Connected Work Enables Real Human-Machine Collaboration",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-enables-real-human-machine-collaboration/\" rel=\"bookmark\">How Connected Work Enables Real Human-Machine Collaboration</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Connected Work Improves Safety Management in Industrial Environments",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-improves-safety-management-in-industrial-environments/\" rel=\"bookmark\">How Connected Work Improves Safety Management in Industrial Environments</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Q&A with Parsable CEO Lawrence Whittle",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/qa-with-parsable-ceo-lawrence-whittle/\" rel=\"bookmark\">Q&amp;A with Parsable CEO Lawrence Whittle</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Overview of Connected Work and the Parsable Platform – Ben Cheng",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/overview-of-connected-work-and-the-parsable-platform-ben-cheng/\" rel=\"bookmark\">Overview of Connected Work and the Parsable Platform &#x2013; Ben Cheng</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Transform Frontline Operations with Connected Worker Solutions",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/transform-frontline-operations-with-connected-worker-solutions/\" rel=\"bookmark\">Transform Frontline Operations with Connected Worker Solutions</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "LNS Research – Connecting People and Systems to Transform Operations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/lns-research-connecting-people-and-systems-to-transform-operations/\" rel=\"bookmark\">LNS Research &#x2013; Connecting People and Systems to Transform Operations</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "BCG Puts its Clients’ Interests First With Parsable",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/bcg-puts-its-clients-interests-first-with-parsable/\" rel=\"bookmark\">BCG Puts its Clients&#x2019; Interests First With Parsable</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Connected Work Improves Quality Management in Manufacturing",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/how-connected-work-improves-quality-management-in-manufacturing/\" rel=\"bookmark\">How Connected Work Improves Quality Management in Manufacturing</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "OSHA’s 2019 Top Safety Violations",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/oshas-2019-top-safety-violations/\" rel=\"bookmark\">OSHA&#x2019;s 2019 Top Safety Violations</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Onstage: Heineken Discusses Their Connected Brewery Initiative – Onstage at EMS, Berlin",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/onstage-heineken-discusses-their-connected-brewery-initiative-onstage-at-ems-berlin/\" rel=\"bookmark\">Onstage: Heineken Discusses Their Connected Brewery Initiative &#x2013; Onstage at EMS, Berlin</a></h2>",
      "firstParagraph": "Ebook",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/ebook/\">Ebook</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Health & Beauty Manufacturing: How to Improve Safety & Quality in an Ever-Changing Industry",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/health-beauty-manufacturing-how-to-improve-safety-quality-in-an-ever-changing-industry/\" rel=\"bookmark\">Health &amp; Beauty Manufacturing: How to Improve Safety &amp; Quality in an Ever-Changing Industry</a></h2>",
      "firstParagraph": "Video",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/video/\">Video</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Use Case Videos: Near Miss Reporting",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/use-case-videos-near-miss-reporting/\" rel=\"bookmark\">Use Case Videos: Near Miss Reporting</a></h2>",
      "firstParagraph": "Infographic",
      "paragraphHtml": "<p class=\"entry-meta\"><a href=\"https://parsable.com/category/infographic/\">Infographic</a></p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Four Stages of Connected Work",
      "headingHtml": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://parsable.com/library/four-stages-of-connected-work/\" rel=\"bookmark\">Four Stages of Connected Work</a></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Welcome to your digital future",
      "headingHtml": "<h2>Welcome to your digital future</h2>",
      "firstParagraph": "Schedule a custom demo and have an expert show you how Parsable works.",
      "paragraphHtml": "<p style=\"font-size:16px;\">Schedule a custom demo and have an expert show you how Parsable works.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 30,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: software, insights, operations, continuously, logistics, throughout.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

88/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Parsable Connected Worker® Software | Insights for Frontline Operations",
  "h1": "Continuously improve safety quality productivity maintenance logistics throughout your operations",
  "description": "Parsable's Connected Worker® platform empowers your frontline workers with modern digital tools to help improve maintenance, safety, quality, and productivity at scale.",
  "topicOverlap": 0.6,
  "topicTerms": [
    "parsable",
    "connected",
    "worker",
    "software",
    "insights",
    "frontline",
    "operations",
    "continuously",
    "improve",
    "safety",
    "quality",
    "productivity",
    "maintenance",
    "logistics",
    "throughout"
  ],
  "descriptionTerms": [
    "parsable",
    "connected",
    "worker",
    "platform",
    "empowers",
    "frontline",
    "workers",
    "modern",
    "digital",
    "tools",
    "help",
    "improve",
    "maintenance",
    "safety",
    "quality",
    "productivity",
    "scale"
  ],
  "missingFromDescription": [
    "software",
    "insights",
    "operations",
    "continuously",
    "logistics",
    "throughout"
  ],
  "score": 88,
  "weight": 28
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 28721
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 28721
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 28721
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 28721,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 27446,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/javascript",
            "/script",
            "/javascript",
            "https://consent.cookiebot.com/uc.js\"",
            "/script",
            "https://yoast.com/product/yoast-seo-wordpress/",
            "/title",
            "//js.hs-scripts.com'",
            "//cdn.jsdelivr.net'",
            "//www.googletagmanager.com'"
          ],
          "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 27802,
        "text": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t\t\tdata-blockingmode=\"auto\"\n\t></script>\n<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Parsable</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Parsable\" />\n\t<meta property=\"og:site_name\" content=\"Parsable\" />\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//js.hs-scripts.com' />\n<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />\n<link rel='dns-prefetch' href='//www.googletagmanager.com' />\n<link rel='dns-prefetch' href='//use.typekit.net' />\n<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Parsable &raquo; Feed\" href=\"https://parsable.com/feed/\" />\n\t\t<style>\r\n\t\t\t.lazyload,\r\n\t\t\t.lazyloading {\r\n\t\t\t\tmax-width: 100%;\r\n\t\t\t}\r\n\t\t</style>\r\n\t\t<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<link rel='stylesheet' id='child-style-css' href='https://parsable.com/wp-content/themes/parsable/style.css' type='text/css' media='all' />\n<link rel='stylesheet' id='proxima-css' href='//use.typekit.net/lsl5mru.css' type='text/css' media='all' />\n<link rel='stylesheet' id='slick-slide-style-main-css' href='//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css' type='text/css' media='all' />\n<link rel='stylesheet' id='slick-theme-css' href='//cdn.jsdelivr.net/npm/[email protected]/slick/slick-theme.css' type='text/css' media='all' />\n<script type=\"text/javascript\" src=\"https://parsable.com/wp-includes/js/jquery/jquery.min.js\" id=\"jquery-core-js\" data-cookieconsent=\"ignore\"></script>\n<script type=\"text/javascript\" src=\"https://parsable.com/wp-includes/js/jquery/jquery-migrate.min.js\" id=\"jquery-migrate-js\" data-cookieconsent=\"ignore\"></script>\n\n<!-- Google tag (gtag.js) snippet added by Site Kit -->\n<!-- Google Analytics snippet added by Site Kit -->\n<script type=\"text/javascript\" src=\"https://www.googletagmanager.com/gtag/js?id=GT-MJPJB4M2\" id=\"google_gtagjs-js\" async></script>\n<script type=\"text/javascript\" id=\"google_gtagjs-js-after\">\n/* <![CDATA[ */\nwindow.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}\ngtag(\"set\",\"linker\",{\"domains\":[\"parsable.com\"]});\ngtag(\"js\", new Date());\ngtag(\"set\", \"developer_id.dZTNiMT\", true);\ngtag(\"config\", \"GT-MJPJB4M2\");\n window._googlesitekit = window._googlesitekit || {}; window._googlesitekit.throttledEvents = []; window._googlesitekit.gtagEvent = (name, data) => { var key = JSON.stringify( { name, data } ); if ( !! window._googlesitekit.throttledEvents[ key ] ) { return; } window._googlesitekit.throttledEvents[ key ] = true; setTimeout( () => { delete window._googlesitekit.throttledEvents[ key ]; }, 5 ); gtag( \"event\", name, { ...data, event_source: \"site-kit\" } ); }; \n//# sourceURL=google_gtagjs-js-after\n/* ]]> */\n</script>\n<link rel=\"https://api.w.org/\" href=\"https://parsable.com/wp-json/\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" "
      },
      "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": 27802,
          "text": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t\t\tdata-blockingmode=\"auto\"\n\t></script>\n<meta name='robots' content='noindex, follow' />\n\n\t<!-- This site is optimized with the Yoast SEO plugin v27.8 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\t<title>Page not found - Parsable</title>\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found - Parsable\" />\n\t<meta property=\"og:site_name\" content=\"Parsable\" />\n\t<!-- / Yoast SEO plugin. -->\n\n\n<link rel='dns-prefetch' href='//js.hs-scripts.com' />\n<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />\n<link rel='dns-prefetch' href='//www.googletagmanager.com' />\n<link rel='dns-prefetch' href='//use.typekit.net' />\n<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Parsable &raquo; Feed\" href=\"https://parsable.com/feed/\" />\n\t\t<style>\r\n\t\t\t.lazyload,\r\n\t\t\t.lazyloading {\r\n\t\t\t\tmax-width: 100%;\r\n\t\t\t}\r\n\t\t</style>\r\n\t\t<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<link rel='stylesheet' id='child-style-css' href='https://parsable.com/wp-content/themes/parsable/style.css' type='text/css' media='all' />\n<link rel='stylesheet' id='proxima-css' href='//use.typekit.net/lsl5mru.css' type='text/css' media='all' />\n<link rel='stylesheet' id='slick-slide-style-main-css' href='//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css' type='text/css' media='all' />\n<link rel='stylesheet' id='slick-theme-css' href='//cdn.jsdelivr.net/npm/[email protected]/slick/slick-theme.css' type='text/css' media='all' />\n<script type=\"text/javascript\" src=\"https://parsable.com/wp-includes/js/jquery/jquery.min.js\" id=\"jquery-core-js\" data-cookieconsent=\"ignore\"></script>\n<script type=\"text/javascript\" src=\"https://parsable.com/wp-includes/js/jquery/jquery-migrate.min.js\" id=\"jquery-migrate-js\" data-cookieconsent=\"ignore\"></script>\n\n<!-- Google tag (gtag.js) snippet added by Site Kit -->\n<!-- Google Analytics snippet added by Site Kit -->\n<script type=\"text/javascript\" src=\"https://www.googletagmanager.com/gtag/js?id=GT-MJPJB4M2\" id=\"google_gtagjs-js\" async></script>\n<script type=\"text/javascript\" id=\"google_gtagjs-js-after\">\n/* <![CDATA[ */\nwindow.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}\ngtag(\"set\",\"linker\",{\"domains\":[\"parsable.com\"]});\ngtag(\"js\", new Date());\ngtag(\"set\", \"developer_id.dZTNiMT\", true);\ngtag(\"config\", \"GT-MJPJB4M2\");\n window._googlesitekit = window._googlesitekit || {}; window._googlesitekit.throttledEvents = []; window._googlesitekit.gtagEvent = (name, data) => { var key = JSON.stringify( { name, data } ); if ( !! window._googlesitekit.throttledEvents[ key ] ) { return; } window._googlesitekit.throttledEvents[ key ] = true; setTimeout( () => { delete window._googlesitekit.throttledEvents[ key ]; }, 5 ); gtag( \"event\", name, { ...data, event_source: \"site-kit\" } ); }; \n//# sourceURL=google_gtagjs-js-after\n/* ]]> */\n</script>\n<link rel=\"https://api.w.org/\" href=\"https://parsable.com/wp-json/\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" "
        }
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "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": 27802
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 27802
          }
        ]
      },
      "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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<script type=\"text/javascript\" data-cookieconsent=\"ignore\">\n\twindow.dataLayer = window.dataLayer || [];\n\n\tfunction gtag() {\n\t\tdataLayer.push(arguments);\n\t}\n\n\tgtag(\"consent\", \"default\", {\n\t\tad_personalization: \"denied\",\n\t\tad_storage: \"denied\",\n\t\tad_user_data: \"denied\",\n\t\tanalytics_storage: \"denied\",\n\t\tfunctionality_storage: \"denied\",\n\t\tpersonalization_storage: \"denied\",\n\t\tsecurity_storage: \"granted\",\n\t\twait_for_update: 500,\n\t});\n\tgtag(\"set\", \"ads_data_redaction\", true);\n\t</script>\n<script type=\"text/javascript\"\n\t\tid=\"Cookiebot\"\n\t\tsrc=\"https://consent.cookiebot.com/uc.js\"\n\t\tdata-implementation=\"wp\"\n\t\tdata-cbid=\"4b769bfe-bf80-4e91-8a55-d7a44ab75bb0\"\n\t\t\t\t\t"
      },
      "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://parsable.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://parsable.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://parsable.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://parsable.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": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

100 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).

Evidence
{
  "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}

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

9 links found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Avoid large layout shifts

13 Fail

Check name

Avoid large layout shifts

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

4 layout shifts found

Fix guidance

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)

Evidence
{
  "displayValue": "4 layout shifts found",
  "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

13 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

13 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,010 ms

Fix guidance

Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.

Evidence
{
  "displayValue": "Est savings of 1,010 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

13 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

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

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

6 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 10,617 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 10,617 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": 10871473
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

6 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 3,592 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

6 Warning

Check name

Reduce unused JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 243 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

2 Fail

Check name

Loading performance

Score

85/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": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 99,
      "displayValue": "80 ms",
      "numericValue": 81
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 89,
      "displayValue": "1.0 s",
      "numericValue": 951.3733064981252
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 55,
      "displayValue": "2.2 s",
      "numericValue": 2172.0791167590633
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 0 ms",
      "numericValue": 3
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 89,
      "displayValue": "1.2 s",
      "numericValue": 1207.1351721472524
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 39.042855
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 47,
      "displayValue": "4.7 s",
      "numericValue": 4652.254615925996
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 100,
      "displayValue": "50 ms",
      "numericValue": 45
    }
  ]
}

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