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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability24%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO66%SEO92%Performance& Accessibility96%
  • AI Discoverability 24 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 66 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 96 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Betterworks – Continuous Performance Management | Betterworks favicon

Betterworks – Continuous Performance Management | Betterworks

Betterworks performance management software simplifies performance management, enabling organizations to make smart, data-based decisions.

Next step

Turn this report into a fix workflow

28 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
24
Priority fix5180View details
Discoverability
33
Priority fix360View details
Content Readiness
33
Priority fix280View 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
66
Needs work4312View details
GEO Readiness
76
Mostly ready104
AIO Readiness
58
Needs work223View details
AEO Readiness
62
Needs work115View 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
96
Strong2420View details
Performance
96
Strong1610View details
Accessibility
97
Strong810View details

Prioritized recommendations

Issues ranked by score impact

46 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\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"71ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2F.well-known%2Fapi-catalog\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2F.well-known%2Fapi-catalog\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F342210201\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"b"
      },
      "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\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"50ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fopenapi.json\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fopenapi.json\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F01661012746\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:mod_dt\" content=\"Zy_20"
          },
          {
            "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\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"51ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fopenapi.yaml\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fopenapi.yaml\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F01660583243\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:mod_dt\" content=\"Zy_20"
          },
          {
            "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\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"57ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fswagger.json\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fswagger.json\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F666877756\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:mod_dt\" content=\"Zy_2026"
          },
          {
            "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\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"51ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fswagger.yaml\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fswagger.yaml\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F667307259\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:mod_dt\" content=\"Zy_2026"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"message\":\"Not found.\"}"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "application/json",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"message\":\"Not found.\"}"
          },
          {
            "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\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"52ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fdocs%2Fopenapi.json\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fdocs%2Fopenapi.json\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F1406495082\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:mod_dt\" c"
          }
        ]
      },
      "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 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": 236186
          }
        ]
      },
      "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 ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 26235,
        "excerpt": "<!doctype html>\n<html lang=\"en\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    ",
        "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": 236136
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 236078
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 235938
          }
        ]
      },
      "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": 235822
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 235938
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 236136
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": []
}

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 <footer> landmark.

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 5,
    "links": 223,
    "inaccessibleLinks": 0,
    "buttons": 13,
    "inaccessibleButtons": 0,
    "images": 68,
    "imagesWithAlt": 68,
    "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": 235969
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 235853
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 235822
          }
        ]
      },
      "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": 236009
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 236070
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 235893
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.betterworks.com",
        "probes": [
          {
            "name": "_index._agents.www.betterworks.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.betterworks.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.betterworks.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "betterworks.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <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": 245,
        "interactiveWithTags": 0,
        "totalCount": 245,
        "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": 245,
        "interactiveWithTags": 0,
        "totalCount": 245,
        "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": 245,
    "interactiveWithTags": 0,
    "totalCount": 245,
    "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: Visible structured data match

AIO: Visible structured data match scored 0/100 and needs a fix.

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was 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: Visible structured data match

Score

0/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: Visible structured data match scored 0/100 and needs a fix.

Evidence
{
  "schemaCount": 0,
  "mismatches": [],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "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://www.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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://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.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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "href": "https://www.apple.com/legal/privacy/en-ww/",
      "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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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://www.g2crowd.com/static/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.g2crowd.com/static/privacy\" title=\"Learn more about this provider G2Crowd&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://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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "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://www.apple.com/legal/privacy/en-ww/",
      "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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "#",
      "text": "Company",
      "html": "<a @click.prevent=\"companyMenu = !companyMenu\" href=\"#\" class=\"text-primary-charcoal font-semibold h-full group lg:px-2 xl:px-4 relative flex justify-center items-center gap-1\"> <span class=\"group-hover:text-primary-teal transition-all duration-300\" :class=\"{ &apos;text-primary-teal&apos;: companyMenu }\"> Company </span> <svg class=\"group-hover:stroke-primary-teal stroke-black-3 transition duration-300\" :class=\"{ &apos;rotate-180 stroke-primary-teal&apos;: companyMenu }\" xmlns=\"http://www.w3...."
    },
    {
      "href": "/product/okr-software",
      "text": "Goals & OKRs Align team and individual goals to company priorities and track progress.",
      "html": "<a href=\"/product/okr-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16.0019 5C10.6852 5 6.07971 8.89374 5.17126 14.0978H5.16382L5.12286 14.3621C5.12286 14.3621 5.12286 14.3658 5.12286 14.3695L5.04468 14.8981H5.06329C5.02606 15.2629 5 15.6352 5 16.0037C5 16.3723 5.02606 16.7445..."
    },
    {
      "href": "/about",
      "text": "Our Story Learn about Betterworks’ mission to help organizations build high-performing teams.",
      "html": "<a href=\"/about\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M23 25L16 20L9 25V9C9 8.46957 9.21071 7.96086 9.58579 7.58579C9.96086 7.21071 10.4696 7 11 7H21C21.5304 7 22.0391 7.21071 22.4142 7.58579C22.7893 7.96086 23 8.46957 23 9V25Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-lineca..."
    },
    {
      "href": "/press",
      "text": "In the News See recent Betterworks announcements, press coverage, and company updates.",
      "html": "<a href=\"/press\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M27 11L20 16L27 21V11Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9H7C5.89543 9 5 9.89543 5 11V21C5 22.1046 5.89543 23 7 23H18C19.1046 23 20 22.1046 20 21V11C20 9.89543..."
    },
    {
      "href": "/product/okr-software",
      "text": "Goals & OKRs Align team and individual goals to company priorities and track progress.",
      "html": "<a href=\"/product/okr-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16.0019 5C10.6852 5 6.07971 8.89374 5.17126 14.0978H5.16382L5.12286 14.3621C5.12286 14.3621 5.12286 14.3658 5.12286 14.3695L5.04468 14.8981H5.06329C5.02606 15.2629 5 15.6352 5 16.0037C5 16.3723 5.02606 16.7445..."
    },
    {
      "href": "/about",
      "text": "Our Story Learn about Betterworks’ mission to help organizations build high-performing teams.",
      "html": "<a href=\"/about\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M23 25L16 20L9 25V9C9 8.46957 9.21071 7.96086 9.58579 7.58579C9.96086 7.21071 10.4696 7 11 7H21C21.5304 7 22.0391 7.21071 22.4142 7.58579C22.7893 7.96086 23 8.46957 23 9V25Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-lineca..."
    },
    {
      "href": "/press",
      "text": "In the News See recent Betterworks announcements, press coverage, and company updates.",
      "html": "<a href=\"/press\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M27 11L20 16L27 21V11Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9H7C5.89543 9 5 9.89543 5 11V21C5 22.1046 5.89543 23 7 23H18C19.1046 23 20 22.1046 20 21V11C20 9.89543..."
    },
    {
      "href": "/ai-for-hr",
      "text": "Learn more about AI for HR",
      "html": "<a href=\"/ai-for-hr\" class=\"bg-primary-teal py-2 px-6 rounded-full border border-primary-teal flex items-center justify-center gap-2 w-full xl:w-fit transition-all group-hover:gap-4 duration-500 h-12\"> <span class=\"text-white font-semibold\"> Learn more about AI for HR </span> <svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.699999 6.74666H11.6102L7.90509 10.7144C7.8389 10.7838 7.78621 10.8665 7.75007 10.9578C7.71393 11.049 7.69506 11...."
    },
    {
      "href": "/about",
      "text": "Company",
      "html": "<a href=\"/about\" class=\"font-bold text-primary-teal hover:text-black text-lg\"> Company </a>"
    },
    {
      "href": "/about",
      "text": "Our Story",
      "html": "<a href=\"/about\" class=\"text-primary-charcoal font-medium text-sm hover:text-primary-teal\"> Our Story </a>"
    },
    {
      "href": "https://www.linkedin.com/company/betterworks",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/betterworks\" aria-label=\"LinkedIn Logo\"> <img width=\"24\" src=\"/assets/media/core/icons/linkedin.svg\" class=\"hover:opacity-80 transition duration-200\" alt> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"rounded-full flex items-center justify-center transition-all duration-300 shrink-0 bg-primary-teal text-white font-medium text-base py-1 px-6 w-fit h-8 shrink-0\"> <span> Talk to an Expert </span> <svg class=\"fill-current hidden \" width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.699999 6.74666H11.6102L7.90509 10.7144C7.8389 10.7838 7.78621 10.8665 7.75007 10.9578C7.71393 11.049 7.69506 11.1471 7.69455 11.2462C7.69404 11.3454..."
    },
    {
      "href": "/product/employee-feedback-software",
      "text": "Feedback Enable continuous feedback that helps employees improve and grow faster.",
      "html": "<a href=\"/product/employee-feedback-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16 4C9.37164 4 4 9.37164 4 16C4 22.6284 9.37164 28 16 28C22.6284 28 28 22.6284 28 16C27.9913 9.376 22.624 4.00873 16 4ZM13.0327 5.20873C11.3702 7.504 9.94764 9.96073 8.79127 12.5484C7.456 15.4022..."
    },
    {
      "href": "/product/employee-performance-analytics",
      "text": "Analytics & Insights Turn people data into clear insights that support smarter decisions.",
      "html": "<a href=\"/product/employee-performance-analytics\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M13.6381 9.56444C12.6106 9.41822 11.5911 9.68629 10.7625 10.3077C9.93396 10.9332 9.39783 11.843 9.25568 12.8706C9.10946 13.8982 9.37346 14.9176 9.99895 15.7462C10.6244 16.5748 11.5342 17.1109..."
    },
    {
      "href": "/product/performance-review-software",
      "text": "Conversations Run review cycles that support better feedback and performance decisions.",
      "html": "<a href=\"/product/performance-review-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M19.6209 13.4686C19.6209 13.2564 19.4496 13.0852 19.2374 13.0852H12.331C12.1188 13.0852 11.9475 13.2564 11.9475 13.4686C11.9475 13.6808 12.1188 13.852 12.331 13.852H19.2374C19.4496 13.852 19.6209..."
    },
    {
      "href": "/product/one-on-one-meeting-software",
      "text": "1:1s Support more focused check-ins with shared agendas, notes, and follow-ups.",
      "html": "<a href=\"/product/one-on-one-meeting-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16 27C9.93311 27 5 22.0669 5 16C5 9.93311 9.93311 5 16 5C22.0669 5 27 9.93311 27 16C27 22.0669 22.0669 27 16 27ZM16 5.80409C10.3794 5.80409 5.80409 10.3794 5.80409 16C5.80409 21.6206 10.3794 26...."
    },
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"flex items-center gap-2 text-sm text-primary-teal font-semibold hover:gap-4 transition-all duration-300\"> <span>Talk to an Expert</span> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.33325 8H12.6666\" stroke=\"#037E9D\" stroke-width=\"1.33\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M8 3.33333L12.6667 8L8 12.6667\" stroke=\"#037E9D\" stroke-width=\"1.33\" stroke-linecap=\"round\" stroke-linejoin=\"ro..."
    },
    {
      "href": "#",
      "text": "Why Betterworks See how Betterworks helps teams align goals, improve performance, and drive better business outcomes.",
      "html": "<a href=\"#\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M9.18751 12.0419C9.18751 9.12525 9.18751 6.28108 9.18751 6.09174C9.18751 5.48746 8.70005 5 8.09577 5C7.49148 5 7.00403 5.48746 7.00403 6.09174C7.00403 6.81688 7.00403 12.2192 7 15.6314C7.43106 14.2899 8.17231 13.0652 9.18751 12.0..."
    },
    {
      "href": "https://support.betterworks.com/",
      "text": "Services / Support Get expert guidance and ongoing support to maximize adoption and long-term success.",
      "html": "<a href=\"https://support.betterworks.com/\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#F9C6C3\" fill-opacity=\"0.5\"/><path d=\"M7 22V16C7 13.6131 7.94821 11.3239 9.63604 9.63604C11.3239 7.94821 13.6131 7 16 7C18.3869 7 20.6761 7.94821 22.364 9.63604C24.0518 11.3239 25 13.6131 25 16V22\" stroke=\"#FF7369\" stroke-width=\"1.5\" str..."
    },
    {
      "href": "/resources-library",
      "text": "Resource Library Browse guides, templates, and tools to support every stage of performance management.",
      "html": "<a href=\"/resources-library\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#FCF1C4\" fill-opacity=\"0.5\"/><path d=\"M8 23.5C8 22.837 8.26339 22.2011 8.73223 21.7322C9.20107 21.2634 9.83696 21 10.5 21H24\" stroke=\"#FEBD21\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 6H24V26H10.5C9.83696 26 9...."
    },
    {
      "href": "https://support.betterworks.com/",
      "text": "Help / Support Find product help, implementation guidance, and support resources when you need them.",
      "html": "<a href=\"https://support.betterworks.com/\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#FCF1C4\" fill-opacity=\"0.5\"/><path d=\"M16 26C21.5228 26 26 21.5228 26 16C26 10.4772 21.5228 6 16 6C10.4772 6 6 10.4772 6 16C6 21.5228 10.4772 26 16 26Z\" stroke=\"#FEBD21\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>..."
    },
    {
      "href": "/about",
      "text": "Our Story Learn about Betterworks’ mission to help organizations build high-performing teams.",
      "html": "<a href=\"/about\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M23 25L16 20L9 25V9C9 8.46957 9.21071 7.96086 9.58579 7.58579C9.96086 7.21071 10.4696 7 11 7H21C21.5304 7 22.0391 7.21071 22.4142 7.58579C22.7893 7.96086 23 8.46957 23 9V25Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-lineca..."
    },
    {
      "href": "/sponsorships",
      "text": "Sponsorships Discover the events, partnerships, and communities Betterworks supports.",
      "html": "<a href=\"/sponsorships\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M25 20.0001V12.0001C24.9996 11.6494 24.9071 11.305 24.7315 11.0013C24.556 10.6977 24.3037 10.4455 24 10.2701L17 6.27015C16.696 6.09461 16.3511 6.0022 16 6.0022C15.6489 6.0022 15.304 6.09461 15 6.27015L8 10.2701C7.6962..."
    },
    {
      "href": "/careers",
      "text": "Careers Explore opportunities to grow your career and help shape the future of work.",
      "html": "<a href=\"/careers\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M24 11H8C6.89543 11 6 11.8954 6 13V23C6 24.1046 6.89543 25 8 25H24C25.1046 25 26 24.1046 26 23V13C26 11.8954 25.1046 11 24 11Z\" stroke=\"#4DC6D1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2..."
    },
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"rounded-full flex items-center justify-center transition-all duration-300 bg-primary-teal text-white font-medium text-base py-1.5 px-4 w-fit shrink-0\"> <span> Talk to an Expert </span> </a>"
    },
    {
      "href": "/product/employee-feedback-software",
      "text": "Feedback Enable continuous feedback that helps employees improve and grow faster.",
      "html": "<a href=\"/product/employee-feedback-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16 4C9.37164 4 4 9.37164 4 16C4 22.6284 9.37164 28 16 28C22.6284 28 28 22.6284 28 16C27.9913 9.376 22.624 4.00873 16 4ZM13.0327 5.20873C11.3702 7.504 9.94764 9.96073 8.79127 12.5484C7.456 15.4022..."
    },
    {
      "href": "/product/employee-performance-analytics",
      "text": "Analytics & Insights Turn people data into clear insights that support smarter decisions.",
      "html": "<a href=\"/product/employee-performance-analytics\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M13.6381 9.56444C12.6106 9.41822 11.5911 9.68629 10.7625 10.3077C9.93396 10.9332 9.39783 11.843 9.25568 12.8706C9.10946 13.8982 9.37346 14.9176 9.99895 15.7462C10.6244 16.5748 11.5342 17.1109..."
    },
    {
      "href": "/product/performance-review-software",
      "text": "Conversations Run review cycles that support better feedback and performance decisions.",
      "html": "<a href=\"/product/performance-review-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M19.6209 13.4686C19.6209 13.2564 19.4496 13.0852 19.2374 13.0852H12.331C12.1188 13.0852 11.9475 13.2564 11.9475 13.4686C11.9475 13.6808 12.1188 13.852 12.331 13.852H19.2374C19.4496 13.852 19.6209..."
    },
    {
      "href": "/product/one-on-one-meeting-software",
      "text": "1:1s Support more focused check-ins with shared agendas, notes, and follow-ups.",
      "html": "<a href=\"/product/one-on-one-meeting-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16 27C9.93311 27 5 22.0669 5 16C5 9.93311 9.93311 5 16 5C22.0669 5 27 9.93311 27 16C27 22.0669 22.0669 27 16 27ZM16 5.80409C10.3794 5.80409 5.80409 10.3794 5.80409 16C5.80409 21.6206 10.3794 26...."
    },
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"flex items-center gap-2 text-sm text-primary-teal font-semibold hover:gap-4 transition-all duration-300\"> <span>Talk to an Expert</span> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.33325 8H12.6666\" stroke=\"#037E9D\" stroke-width=\"1.33\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M8 3.33333L12.6667 8L8 12.6667\" stroke=\"#037E9D\" stroke-width=\"1.33\" stroke-linecap=\"round\" stroke-linejoin=\"ro..."
    },
    {
      "href": "#",
      "text": "Why Betterworks See how Betterworks helps teams align goals, improve performance, and drive better business outcomes.",
      "html": "<a href=\"#\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M9.18751 12.0419C9.18751 9.12525 9.18751 6.28108 9.18751 6.09174C9.18751 5.48746 8.70005 5 8.09577 5C7.49148 5 7.00403 5.48746 7.00403 6.09174C7.00403 6.81688 7.00403 12.2192 7 15.6314C7.43106 14.2899 8.17231 13.0652 9.18751 12.0..."
    },
    {
      "href": "https://support.betterworks.com/",
      "text": "Services / Support Get expert guidance and ongoing support to maximize adoption and long-term success.",
      "html": "<a href=\"https://support.betterworks.com/\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#F9C6C3\" fill-opacity=\"0.5\"/><path d=\"M7 22V16C7 13.6131 7.94821 11.3239 9.63604 9.63604C11.3239 7.94821 13.6131 7 16 7C18.3869 7 20.6761 7.94821 22.364 9.63604C24.0518 11.3239 25 13.6131 25 16V22\" stroke=\"#FF7369\" stroke-width=\"1.5\" str..."
    },
    {
      "href": "/resources-library",
      "text": "Resource Library Browse guides, templates, and tools to support every stage of performance management.",
      "html": "<a href=\"/resources-library\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#FCF1C4\" fill-opacity=\"0.5\"/><path d=\"M8 23.5C8 22.837 8.26339 22.2011 8.73223 21.7322C9.20107 21.2634 9.83696 21 10.5 21H24\" stroke=\"#FEBD21\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 6H24V26H10.5C9.83696 26 9...."
    },
    {
      "href": "https://support.betterworks.com/",
      "text": "Help / Support Find product help, implementation guidance, and support resources when you need them.",
      "html": "<a href=\"https://support.betterworks.com/\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#FCF1C4\" fill-opacity=\"0.5\"/><path d=\"M16 26C21.5228 26 26 21.5228 26 16C26 10.4772 21.5228 6 16 6C10.4772 6 6 10.4772 6 16C6 21.5228 10.4772 26 16 26Z\" stroke=\"#FEBD21\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>..."
    },
    {
      "href": "/about",
      "text": "Our Story Learn about Betterworks’ mission to help organizations build high-performing teams.",
      "html": "<a href=\"/about\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M23 25L16 20L9 25V9C9 8.46957 9.21071 7.96086 9.58579 7.58579C9.96086 7.21071 10.4696 7 11 7H21C21.5304 7 22.0391 7.21071 22.4142 7.58579C22.7893 7.96086 23 8.46957 23 9V25Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-lineca..."
    },
    {
      "href": "/sponsorships",
      "text": "Sponsorships Discover the events, partnerships, and communities Betterworks supports.",
      "html": "<a href=\"/sponsorships\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M25 20.0001V12.0001C24.9996 11.6494 24.9071 11.305 24.7315 11.0013C24.556 10.6977 24.3037 10.4455 24 10.2701L17 6.27015C16.696 6.09461 16.3511 6.0022 16 6.0022C15.6489 6.0022 15.304 6.09461 15 6.27015L8 10.2701C7.6962..."
    },
    {
      "href": "/careers",
      "text": "Careers Explore opportunities to grow your career and help shape the future of work.",
      "html": "<a href=\"/careers\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M24 11H8C6.89543 11 6 11.8954 6 13V23C6 24.1046 6.89543 25 8 25H24C25.1046 25 26 24.1046 26 23V13C26 11.8954 25.1046 11 24 11Z\" stroke=\"#4DC6D1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2..."
    },
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"rounded-full flex items-center justify-center transition-all duration-300 shrink-0 gap-2 hover:gap-4 bg-white text-primary-teal font-semibold text-lg py-2 px-6 w-fit h-12 shrink-0\"> <span> Talk to an Expert </span> <svg class=\"fill-current \" width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.699999 6.74666H11.6102L7.90509 10.7144C7.8389 10.7838 7.78621 10.8665 7.75007 10.9578C7.71393 11.049 7.69506 11.1471 7.69455 11.2462C7.6..."
    },
    {
      "href": "/product/performance-review-calibration",
      "text": "See Potential. Grow Leaders. Uncover high-potential talent, assess readiness, and support fair, data-driven succession planning.",
      "html": "<a href=\"/product/performance-review-calibration\" aria-label=\"Performance Review Calibration Link\"> <div class=\"rounded-lg bg-[#80bb00] mb-3 p-5\"> <picture class=\"m-auto\"> <source media=\"(max-width: 420px)\" srcset=\"/img/containers/assets/media/pages/home/home-animation-3.png/aca952af01f46a417e72f5dff1be1d07/home-animation-3.webp\"> <img src=\"/img/containers/assets/media/pages/home/home-animation-3.png/27f76bee5dfa077e46a3bbbdd1935aad/home-animation-3.webp\" alt width=\"600\" height=\"1800\" class=\"..."
    },
    {
      "href": "/ai-for-hr",
      "text": "Put AI to Work for Your People. Help employees and managers communicate faster and more effectively with summaries, suggestions, in-the-moment coaching.",
      "html": "<a href=\"/ai-for-hr\" class=\"contents\" aria-label=\"AI for HR Link\"> <p class=\"text-2xl font-semibold mb-4\"> Put AI to Work for Your People. </p> <p class=\"mb-5\"> Help employees and managers communicate faster and more effectively with summaries, suggestions, in-the-moment coaching. </p> </a>"
    },
    {
      "href": "/contact-us",
      "text": "Speak to an Expert",
      "html": "<a href=\"/contact-us\" class=\"rounded-full flex items-center justify-center transition-all duration-300 shrink-0 gap-2 hover:gap-4 bg-white text-primary-teal font-semibold text-lg py-2 px-6 w-fit h-12 shrink-0\"> <span> Speak to an Expert </span> <svg class=\"fill-current \" width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.699999 6.74666H11.6102L7.90509 10.7144C7.8389 10.7838 7.78621 10.8665 7.75007 10.9578C7.71393 11.049 7.69506 11.1471 7.69455 11.2462C7...."
    },
    {
      "href": "https://support.betterworks.com",
      "text": "Customer Support",
      "html": "<a href=\"https://support.betterworks.com\" class=\"text-primary-charcoal font-medium text-sm hover:text-primary-teal\"> Customer Support </a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\" class=\"font-bold text-primary-teal hover:text-black text-lg\"> Contact Us </a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\" class=\"bg-primary-teal hover:opacity-90 py-2 px-6 rounded-full border border-primary-teal flex items-center justify-center w-full md:w-fit transition-all duration-300 h-12 relative group\"> <span class=\"text-white font-semibold\"> Contact Us </span> <svg class=\"-ml-2 invisible opacity-0 group-hover:opacity-100 group-hover:visible group-hover:ml-3 transition-all duration-300\" width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=..."
    }
  ],
  "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://www.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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://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.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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "href": "https://www.apple.com/legal/privacy/en-ww/",
      "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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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://www.g2crowd.com/static/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.g2crowd.com/static/privacy\" title=\"Learn more about this provider G2Crowd&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://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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "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://www.apple.com/legal/privacy/en-ww/",
      "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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "/privacy-notice",
      "text": "Privacy",
      "html": "<a href=\"/privacy-notice\" class=\"text-primary-charcoal font-medium text-sm hover:text-primary-teal\"> Privacy </a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "#",
      "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://www.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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://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.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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "href": "https://www.apple.com/legal/privacy/en-ww/",
      "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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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://www.g2crowd.com/static/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.g2crowd.com/static/privacy\" title=\"Learn more about this provider G2Crowd&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://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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "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://www.apple.com/legal/privacy/en-ww/",
      "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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "#",
      "text": "Company",
      "html": "<a @click.prevent=\"companyMenu = !companyMenu\" href=\"#\" class=\"text-primary-charcoal font-semibold h-full group lg:px-2 xl:px-4 relative flex justify-center items-center gap-1\"> <span class=\"group-hover:text-primary-teal transition-all duration-300\" :class=\"{ &apos;text-primary-teal&apos;: companyMenu }\"> Company </span> <svg class=\"group-hover:stroke-primary-teal stroke-black-3 transition duration-300\" :class=\"{ &apos;rotate-180 stroke-primary-teal&apos;: companyMenu }\" xmlns=\"http://www.w3...."
    },
    {
      "href": "/product/okr-software",
      "text": "Goals & OKRs Align team and individual goals to company priorities and track progress.",
      "html": "<a href=\"/product/okr-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16.0019 5C10.6852 5 6.07971 8.89374 5.17126 14.0978H5.16382L5.12286 14.3621C5.12286 14.3621 5.12286 14.3658 5.12286 14.3695L5.04468 14.8981H5.06329C5.02606 15.2629 5 15.6352 5 16.0037C5 16.3723 5.02606 16.7445..."
    },
    {
      "href": "/about",
      "text": "Our Story Learn about Betterworks’ mission to help organizations build high-performing teams.",
      "html": "<a href=\"/about\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M23 25L16 20L9 25V9C9 8.46957 9.21071 7.96086 9.58579 7.58579C9.96086 7.21071 10.4696 7 11 7H21C21.5304 7 22.0391 7.21071 22.4142 7.58579C22.7893 7.96086 23 8.46957 23 9V25Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-lineca..."
    },
    {
      "href": "/press",
      "text": "In the News See recent Betterworks announcements, press coverage, and company updates.",
      "html": "<a href=\"/press\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M27 11L20 16L27 21V11Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9H7C5.89543 9 5 9.89543 5 11V21C5 22.1046 5.89543 23 7 23H18C19.1046 23 20 22.1046 20 21V11C20 9.89543..."
    },
    {
      "href": "/product/okr-software",
      "text": "Goals & OKRs Align team and individual goals to company priorities and track progress.",
      "html": "<a href=\"/product/okr-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16.0019 5C10.6852 5 6.07971 8.89374 5.17126 14.0978H5.16382L5.12286 14.3621C5.12286 14.3621 5.12286 14.3658 5.12286 14.3695L5.04468 14.8981H5.06329C5.02606 15.2629 5 15.6352 5 16.0037C5 16.3723 5.02606 16.7445..."
    },
    {
      "href": "/about",
      "text": "Our Story Learn about Betterworks’ mission to help organizations build high-performing teams.",
      "html": "<a href=\"/about\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M23 25L16 20L9 25V9C9 8.46957 9.21071 7.96086 9.58579 7.58579C9.96086 7.21071 10.4696 7 11 7H21C21.5304 7 22.0391 7.21071 22.4142 7.58579C22.7893 7.96086 23 8.46957 23 9V25Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-lineca..."
    },
    {
      "href": "/press",
      "text": "In the News See recent Betterworks announcements, press coverage, and company updates.",
      "html": "<a href=\"/press\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M27 11L20 16L27 21V11Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9H7C5.89543 9 5 9.89543 5 11V21C5 22.1046 5.89543 23 7 23H18C19.1046 23 20 22.1046 20 21V11C20 9.89543..."
    },
    {
      "href": "/ai-for-hr",
      "text": "Learn more about AI for HR",
      "html": "<a href=\"/ai-for-hr\" class=\"bg-primary-teal py-2 px-6 rounded-full border border-primary-teal flex items-center justify-center gap-2 w-full xl:w-fit transition-all group-hover:gap-4 duration-500 h-12\"> <span class=\"text-white font-semibold\"> Learn more about AI for HR </span> <svg width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0.699999 6.74666H11.6102L7.90509 10.7144C7.8389 10.7838 7.78621 10.8665 7.75007 10.9578C7.71393 11.049 7.69506 11...."
    },
    {
      "href": "/about",
      "text": "Company",
      "html": "<a href=\"/about\" class=\"font-bold text-primary-teal hover:text-black text-lg\"> Company </a>"
    },
    {
      "href": "/about",
      "text": "Our Story",
      "html": "<a href=\"/about\" class=\"text-primary-charcoal font-medium text-sm hover:text-primary-teal\"> Our Story </a>"
    },
    {
      "href": "https://www.linkedin.com/company/betterworks",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/betterworks\" aria-label=\"LinkedIn Logo\"> <img width=\"24\" src=\"/assets/media/core/icons/linkedin.svg\" class=\"hover:opacity-80 transition duration-200\" alt> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"rounded-full flex items-center justify-center transition-all duration-300 shrink-0 bg-primary-teal text-white font-medium text-base py-1 px-6 w-fit h-8 shrink-0\"> <span> Talk to an Expert </span> <svg class=\"fill-current hidden \" width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.699999 6.74666H11.6102L7.90509 10.7144C7.8389 10.7838 7.78621 10.8665 7.75007 10.9578C7.71393 11.049 7.69506 11.1471 7.69455 11.2462C7.69404 11.3454..."
    },
    {
      "href": "/product/employee-feedback-software",
      "text": "Feedback Enable continuous feedback that helps employees improve and grow faster.",
      "html": "<a href=\"/product/employee-feedback-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16 4C9.37164 4 4 9.37164 4 16C4 22.6284 9.37164 28 16 28C22.6284 28 28 22.6284 28 16C27.9913 9.376 22.624 4.00873 16 4ZM13.0327 5.20873C11.3702 7.504 9.94764 9.96073 8.79127 12.5484C7.456 15.4022..."
    },
    {
      "href": "/product/employee-performance-analytics",
      "text": "Analytics & Insights Turn people data into clear insights that support smarter decisions.",
      "html": "<a href=\"/product/employee-performance-analytics\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M13.6381 9.56444C12.6106 9.41822 11.5911 9.68629 10.7625 10.3077C9.93396 10.9332 9.39783 11.843 9.25568 12.8706C9.10946 13.8982 9.37346 14.9176 9.99895 15.7462C10.6244 16.5748 11.5342 17.1109..."
    },
    {
      "href": "/product/performance-review-software",
      "text": "Conversations Run review cycles that support better feedback and performance decisions.",
      "html": "<a href=\"/product/performance-review-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M19.6209 13.4686C19.6209 13.2564 19.4496 13.0852 19.2374 13.0852H12.331C12.1188 13.0852 11.9475 13.2564 11.9475 13.4686C11.9475 13.6808 12.1188 13.852 12.331 13.852H19.2374C19.4496 13.852 19.6209..."
    },
    {
      "href": "/product/one-on-one-meeting-software",
      "text": "1:1s Support more focused check-ins with shared agendas, notes, and follow-ups.",
      "html": "<a href=\"/product/one-on-one-meeting-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16 27C9.93311 27 5 22.0669 5 16C5 9.93311 9.93311 5 16 5C22.0669 5 27 9.93311 27 16C27 22.0669 22.0669 27 16 27ZM16 5.80409C10.3794 5.80409 5.80409 10.3794 5.80409 16C5.80409 21.6206 10.3794 26...."
    },
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"flex items-center gap-2 text-sm text-primary-teal font-semibold hover:gap-4 transition-all duration-300\"> <span>Talk to an Expert</span> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.33325 8H12.6666\" stroke=\"#037E9D\" stroke-width=\"1.33\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M8 3.33333L12.6667 8L8 12.6667\" stroke=\"#037E9D\" stroke-width=\"1.33\" stroke-linecap=\"round\" stroke-linejoin=\"ro..."
    },
    {
      "href": "#",
      "text": "Why Betterworks See how Betterworks helps teams align goals, improve performance, and drive better business outcomes.",
      "html": "<a href=\"#\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M9.18751 12.0419C9.18751 9.12525 9.18751 6.28108 9.18751 6.09174C9.18751 5.48746 8.70005 5 8.09577 5C7.49148 5 7.00403 5.48746 7.00403 6.09174C7.00403 6.81688 7.00403 12.2192 7 15.6314C7.43106 14.2899 8.17231 13.0652 9.18751 12.0..."
    },
    {
      "href": "https://support.betterworks.com/",
      "text": "Services / Support Get expert guidance and ongoing support to maximize adoption and long-term success.",
      "html": "<a href=\"https://support.betterworks.com/\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#F9C6C3\" fill-opacity=\"0.5\"/><path d=\"M7 22V16C7 13.6131 7.94821 11.3239 9.63604 9.63604C11.3239 7.94821 13.6131 7 16 7C18.3869 7 20.6761 7.94821 22.364 9.63604C24.0518 11.3239 25 13.6131 25 16V22\" stroke=\"#FF7369\" stroke-width=\"1.5\" str..."
    },
    {
      "href": "/resources-library",
      "text": "Resource Library Browse guides, templates, and tools to support every stage of performance management.",
      "html": "<a href=\"/resources-library\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#FCF1C4\" fill-opacity=\"0.5\"/><path d=\"M8 23.5C8 22.837 8.26339 22.2011 8.73223 21.7322C9.20107 21.2634 9.83696 21 10.5 21H24\" stroke=\"#FEBD21\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 6H24V26H10.5C9.83696 26 9...."
    },
    {
      "href": "https://support.betterworks.com/",
      "text": "Help / Support Find product help, implementation guidance, and support resources when you need them.",
      "html": "<a href=\"https://support.betterworks.com/\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#FCF1C4\" fill-opacity=\"0.5\"/><path d=\"M16 26C21.5228 26 26 21.5228 26 16C26 10.4772 21.5228 6 16 6C10.4772 6 6 10.4772 6 16C6 21.5228 10.4772 26 16 26Z\" stroke=\"#FEBD21\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>..."
    },
    {
      "href": "/about",
      "text": "Our Story Learn about Betterworks’ mission to help organizations build high-performing teams.",
      "html": "<a href=\"/about\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M23 25L16 20L9 25V9C9 8.46957 9.21071 7.96086 9.58579 7.58579C9.96086 7.21071 10.4696 7 11 7H21C21.5304 7 22.0391 7.21071 22.4142 7.58579C22.7893 7.96086 23 8.46957 23 9V25Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-lineca..."
    },
    {
      "href": "/sponsorships",
      "text": "Sponsorships Discover the events, partnerships, and communities Betterworks supports.",
      "html": "<a href=\"/sponsorships\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M25 20.0001V12.0001C24.9996 11.6494 24.9071 11.305 24.7315 11.0013C24.556 10.6977 24.3037 10.4455 24 10.2701L17 6.27015C16.696 6.09461 16.3511 6.0022 16 6.0022C15.6489 6.0022 15.304 6.09461 15 6.27015L8 10.2701C7.6962..."
    },
    {
      "href": "/careers",
      "text": "Careers Explore opportunities to grow your career and help shape the future of work.",
      "html": "<a href=\"/careers\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M24 11H8C6.89543 11 6 11.8954 6 13V23C6 24.1046 6.89543 25 8 25H24C25.1046 25 26 24.1046 26 23V13C26 11.8954 25.1046 11 24 11Z\" stroke=\"#4DC6D1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2..."
    },
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"rounded-full flex items-center justify-center transition-all duration-300 bg-primary-teal text-white font-medium text-base py-1.5 px-4 w-fit shrink-0\"> <span> Talk to an Expert </span> </a>"
    },
    {
      "href": "/product/employee-feedback-software",
      "text": "Feedback Enable continuous feedback that helps employees improve and grow faster.",
      "html": "<a href=\"/product/employee-feedback-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16 4C9.37164 4 4 9.37164 4 16C4 22.6284 9.37164 28 16 28C22.6284 28 28 22.6284 28 16C27.9913 9.376 22.624 4.00873 16 4ZM13.0327 5.20873C11.3702 7.504 9.94764 9.96073 8.79127 12.5484C7.456 15.4022..."
    },
    {
      "href": "/product/employee-performance-analytics",
      "text": "Analytics & Insights Turn people data into clear insights that support smarter decisions.",
      "html": "<a href=\"/product/employee-performance-analytics\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M13.6381 9.56444C12.6106 9.41822 11.5911 9.68629 10.7625 10.3077C9.93396 10.9332 9.39783 11.843 9.25568 12.8706C9.10946 13.8982 9.37346 14.9176 9.99895 15.7462C10.6244 16.5748 11.5342 17.1109..."
    },
    {
      "href": "/product/performance-review-software",
      "text": "Conversations Run review cycles that support better feedback and performance decisions.",
      "html": "<a href=\"/product/performance-review-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M19.6209 13.4686C19.6209 13.2564 19.4496 13.0852 19.2374 13.0852H12.331C12.1188 13.0852 11.9475 13.2564 11.9475 13.4686C11.9475 13.6808 12.1188 13.852 12.331 13.852H19.2374C19.4496 13.852 19.6209..."
    },
    {
      "href": "/product/one-on-one-meeting-software",
      "text": "1:1s Support more focused check-ins with shared agendas, notes, and follow-ups.",
      "html": "<a href=\"/product/one-on-one-meeting-software\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M16 27C9.93311 27 5 22.0669 5 16C5 9.93311 9.93311 5 16 5C22.0669 5 27 9.93311 27 16C27 22.0669 22.0669 27 16 27ZM16 5.80409C10.3794 5.80409 5.80409 10.3794 5.80409 16C5.80409 21.6206 10.3794 26...."
    },
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"flex items-center gap-2 text-sm text-primary-teal font-semibold hover:gap-4 transition-all duration-300\"> <span>Talk to an Expert</span> <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.33325 8H12.6666\" stroke=\"#037E9D\" stroke-width=\"1.33\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M8 3.33333L12.6667 8L8 12.6667\" stroke=\"#037E9D\" stroke-width=\"1.33\" stroke-linecap=\"round\" stroke-linejoin=\"ro..."
    },
    {
      "href": "#",
      "text": "Why Betterworks See how Betterworks helps teams align goals, improve performance, and drive better business outcomes.",
      "html": "<a href=\"#\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M9.18751 12.0419C9.18751 9.12525 9.18751 6.28108 9.18751 6.09174C9.18751 5.48746 8.70005 5 8.09577 5C7.49148 5 7.00403 5.48746 7.00403 6.09174C7.00403 6.81688 7.00403 12.2192 7 15.6314C7.43106 14.2899 8.17231 13.0652 9.18751 12.0..."
    },
    {
      "href": "https://support.betterworks.com/",
      "text": "Services / Support Get expert guidance and ongoing support to maximize adoption and long-term success.",
      "html": "<a href=\"https://support.betterworks.com/\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#F9C6C3\" fill-opacity=\"0.5\"/><path d=\"M7 22V16C7 13.6131 7.94821 11.3239 9.63604 9.63604C11.3239 7.94821 13.6131 7 16 7C18.3869 7 20.6761 7.94821 22.364 9.63604C24.0518 11.3239 25 13.6131 25 16V22\" stroke=\"#FF7369\" stroke-width=\"1.5\" str..."
    },
    {
      "href": "/resources-library",
      "text": "Resource Library Browse guides, templates, and tools to support every stage of performance management.",
      "html": "<a href=\"/resources-library\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#FCF1C4\" fill-opacity=\"0.5\"/><path d=\"M8 23.5C8 22.837 8.26339 22.2011 8.73223 21.7322C9.20107 21.2634 9.83696 21 10.5 21H24\" stroke=\"#FEBD21\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 6H24V26H10.5C9.83696 26 9...."
    },
    {
      "href": "https://support.betterworks.com/",
      "text": "Help / Support Find product help, implementation guidance, and support resources when you need them.",
      "html": "<a href=\"https://support.betterworks.com/\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#FCF1C4\" fill-opacity=\"0.5\"/><path d=\"M16 26C21.5228 26 26 21.5228 26 16C26 10.4772 21.5228 6 16 6C10.4772 6 6 10.4772 6 16C6 21.5228 10.4772 26 16 26Z\" stroke=\"#FEBD21\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>..."
    },
    {
      "href": "/about",
      "text": "Our Story Learn about Betterworks’ mission to help organizations build high-performing teams.",
      "html": "<a href=\"/about\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M23 25L16 20L9 25V9C9 8.46957 9.21071 7.96086 9.58579 7.58579C9.96086 7.21071 10.4696 7 11 7H21C21.5304 7 22.0391 7.21071 22.4142 7.58579C22.7893 7.96086 23 8.46957 23 9V25Z\" stroke=\"#534487\" stroke-width=\"1.5\" stroke-lineca..."
    },
    {
      "href": "/sponsorships",
      "text": "Sponsorships Discover the events, partnerships, and communities Betterworks supports.",
      "html": "<a href=\"/sponsorships\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#E6E2F1\" fill-opacity=\"0.75\"/><path d=\"M25 20.0001V12.0001C24.9996 11.6494 24.9071 11.305 24.7315 11.0013C24.556 10.6977 24.3037 10.4455 24 10.2701L17 6.27015C16.696 6.09461 16.3511 6.0022 16 6.0022C15.6489 6.0022 15.304 6.09461 15 6.27015L8 10.2701C7.6962..."
    },
    {
      "href": "/careers",
      "text": "Careers Explore opportunities to grow your career and help shape the future of work.",
      "html": "<a href=\"/careers\" class=\"flex flex-row gap-3 group transition-all duration-300\"> <svg class=\"shrink-0\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"4\" fill=\"#C6E7EC\" fill-opacity=\"0.5\"/><path d=\"M24 11H8C6.89543 11 6 11.8954 6 13V23C6 24.1046 6.89543 25 8 25H24C25.1046 25 26 24.1046 26 23V13C26 11.8954 25.1046 11 24 11Z\" stroke=\"#4DC6D1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2..."
    },
    {
      "href": "/contact-us",
      "text": "Talk to an Expert",
      "html": "<a href=\"/contact-us\" class=\"rounded-full flex items-center justify-center transition-all duration-300 shrink-0 gap-2 hover:gap-4 bg-white text-primary-teal font-semibold text-lg py-2 px-6 w-fit h-12 shrink-0\"> <span> Talk to an Expert </span> <svg class=\"fill-current \" width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.699999 6.74666H11.6102L7.90509 10.7144C7.8389 10.7838 7.78621 10.8665 7.75007 10.9578C7.71393 11.049 7.69506 11.1471 7.69455 11.2462C7.6..."
    },
    {
      "href": "/product/performance-review-calibration",
      "text": "See Potential. Grow Leaders. Uncover high-potential talent, assess readiness, and support fair, data-driven succession planning.",
      "html": "<a href=\"/product/performance-review-calibration\" aria-label=\"Performance Review Calibration Link\"> <div class=\"rounded-lg bg-[#80bb00] mb-3 p-5\"> <picture class=\"m-auto\"> <source media=\"(max-width: 420px)\" srcset=\"/img/containers/assets/media/pages/home/home-animation-3.png/aca952af01f46a417e72f5dff1be1d07/home-animation-3.webp\"> <img src=\"/img/containers/assets/media/pages/home/home-animation-3.png/27f76bee5dfa077e46a3bbbdd1935aad/home-animation-3.webp\" alt width=\"600\" height=\"1800\" class=\"..."
    },
    {
      "href": "/ai-for-hr",
      "text": "Put AI to Work for Your People. Help employees and managers communicate faster and more effectively with summaries, suggestions, in-the-moment coaching.",
      "html": "<a href=\"/ai-for-hr\" class=\"contents\" aria-label=\"AI for HR Link\"> <p class=\"text-2xl font-semibold mb-4\"> Put AI to Work for Your People. </p> <p class=\"mb-5\"> Help employees and managers communicate faster and more effectively with summaries, suggestions, in-the-moment coaching. </p> </a>"
    },
    {
      "href": "/contact-us",
      "text": "Speak to an Expert",
      "html": "<a href=\"/contact-us\" class=\"rounded-full flex items-center justify-center transition-all duration-300 shrink-0 gap-2 hover:gap-4 bg-white text-primary-teal font-semibold text-lg py-2 px-6 w-fit h-12 shrink-0\"> <span> Speak to an Expert </span> <svg class=\"fill-current \" width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.699999 6.74666H11.6102L7.90509 10.7144C7.8389 10.7838 7.78621 10.8665 7.75007 10.9578C7.71393 11.049 7.69506 11.1471 7.69455 11.2462C7...."
    },
    {
      "href": "https://support.betterworks.com",
      "text": "Customer Support",
      "html": "<a href=\"https://support.betterworks.com\" class=\"text-primary-charcoal font-medium text-sm hover:text-primary-teal\"> Customer Support </a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\" class=\"font-bold text-primary-teal hover:text-black text-lg\"> Contact Us </a>"
    },
    {
      "href": "/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/contact-us\" class=\"bg-primary-teal hover:opacity-90 py-2 px-6 rounded-full border border-primary-teal flex items-center justify-center w-full md:w-fit transition-all duration-300 h-12 relative group\"> <span class=\"text-white font-semibold\"> Contact Us </span> <svg class=\"-ml-2 invisible opacity-0 group-hover:opacity-100 group-hover:visible group-hover:ml-3 transition-all duration-300\" width=\"14\" height=\"12\" viewBox=\"0 0 14 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=..."
    }
  ],
  "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://www.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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://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.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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "href": "https://www.apple.com/legal/privacy/en-ww/",
      "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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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://www.g2crowd.com/static/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.g2crowd.com/static/privacy\" title=\"Learn more about this provider G2Crowd&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://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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "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://vimeo.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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA..."
    },
    {
      "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://www.apple.com/legal/privacy/en-ww/",
      "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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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.crazyegg.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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAA..."
    },
    {
      "href": "/privacy-notice",
      "text": "Privacy",
      "html": "<a href=\"/privacy-notice\" class=\"text-primary-charcoal font-medium text-sm hover:text-primary-teal\"> Privacy </a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 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, JSON-LD structured data.

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

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

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 52,
  "schemaBlocks": 0,
  "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",
    "JSON-LD structured data"
  ],
  "score": 60,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

2 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": 3,
  "passing": 1,
  "failing": [
    {
      "heading": "Big companies need the best solution. We’ve got you covered.",
      "headingHtml": "<h2 class=\"text-3xl md:text-5xl font-semibold text-center mx-auto max-w-270 mb-4\">Big companies need the best solution. We&#x2019;ve got you covered.</h2>",
      "firstParagraph": "Ditch outdated performance reviews and create a culture of continuous growth with Betterworks. We make goal-setting agile, feedback meaningful, and performance conversations effortless.",
      "paragraphHtml": "<p class=\"text-xl md:text-2xl text-center mb-8\"> Ditch outdated performance reviews and create a culture of continuous growth with Betterworks. We make goal-setting agile, feedback meaningful, and performance conversations effortless. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Insights for HR Leaders driving real change",
      "headingHtml": "<h3 class=\"text-3xl md:text-5xl font-semibold leading-tight\"> Insights for HR Leaders driving real change </h3>",
      "firstParagraph": "Join live and on-demand sessions to learn how today’s top HR teams build cultures of performance and growth.",
      "paragraphHtml": "<p class=\"text-xl md:text-2xl\"> Join live and on-demand sessions to learn how today&#x2019;s top HR teams build cultures of performance and growth. </p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 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 50/100 and needs improvement.

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

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: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 2,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: continuous, turn, real, time, into, business, growth, engine.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

78/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Betterworks – Continuous Performance Management | Betterworks",
  "h1": "Turn real-time performance management into a business growth engine",
  "description": "Betterworks performance management software simplifies performance management, enabling organizations to make smart, data-based decisions.",
  "topicOverlap": 0.2727272727272727,
  "topicTerms": [
    "betterworks",
    "continuous",
    "performance",
    "management",
    "turn",
    "real",
    "time",
    "into",
    "business",
    "growth",
    "engine"
  ],
  "descriptionTerms": [
    "betterworks",
    "performance",
    "management",
    "software",
    "simplifies",
    "enabling",
    "organizations",
    "make",
    "smart",
    "data",
    "based",
    "decisions"
  ],
  "missingFromDescription": [
    "continuous",
    "turn",
    "real",
    "time",
    "into",
    "business",
    "growth",
    "engine"
  ],
  "score": 78,
  "weight": 28
}

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": 163,
      "heading": "H2: Recognized by the Industry’s Most Trusted Voices",
      "text": "When it comes to performance management, Betterworks is setting the standard. Trusted by leading analysts and organizations alike, we’ve recently earned top recognition from Newsweek, HR Tech, and RemoteTech Breakthrough. Learn how our platform is helping enterprise HR teams drive real outcomes.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"text-xl leading-relaxed\"> When it comes to performance management, Betterworks is setting the standard. Trusted by leading analysts and organizations alike, we&#x2019;ve recently earned top recognition from <strong>Newsweek, HR Tech</strong>, and <strong>RemoteTech Breakthrough</strong>. Learn how our platform is helping enterprise HR teams drive real outcomes. </p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "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

56 image(s) are missing width/height attributes. 993 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": 4817,
  "htmlBytes": 494741,
  "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": "/assets/media/core/logo/logo-black.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/assets/media/core/logo/logo-black.svg\" alt class=\"shrink-0\">"
    },
    {
      "src": "/img/containers/assets/media/core/nav/cta-1.png/5750246142f1b8b9dffeb5b9b5932db0/cta-1.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/nav/cta-1.png/5750246142f1b8b9dffeb5b9b5932db0/cta-1.webp\" alt class=\"w-full rounded-md\">"
    },
    {
      "src": "/img/containers/assets/media/core/nav/cta-2.png/2de2d165ea7c56dbe5e6869ccbb13b04/cta-2.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/nav/cta-2.png/2de2d165ea7c56dbe5e6869ccbb13b04/cta-2.webp\" alt class=\"w-full\">"
    },
    {
      "src": "/img/containers/assets/media/core/nav/lissy-nav2.png/a311a7def82779304a4ad8b42e975895/lissy-nav2.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/nav/lissy-nav2.png/a311a7def82779304a4ad8b42e975895/lissy-nav2.webp\" alt class=\"w-full\">"
    },
    {
      "src": "/assets/media/core/logo/logo-black.svg",
      "width": "133",
      "height": "",
      "loading": "",
      "html": "<img src=\"/assets/media/core/logo/logo-black.svg\" alt width=\"133\">"
    },
    {
      "src": "/img/containers/assets/media/core/nav/cta-1.png/5750246142f1b8b9dffeb5b9b5932db0/cta-1.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/nav/cta-1.png/5750246142f1b8b9dffeb5b9b5932db0/cta-1.webp\" alt class=\"w-full rounded-md\">"
    },
    {
      "src": "/img/containers/assets/media/core/nav/cta-2.png/2de2d165ea7c56dbe5e6869ccbb13b04/cta-2.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/nav/cta-2.png/2de2d165ea7c56dbe5e6869ccbb13b04/cta-2.webp\" alt class=\"w-full\">"
    },
    {
      "src": "/img/containers/assets/media/core/nav/lissy-nav2.png/a311a7def82779304a4ad8b42e975895/lissy-nav2.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/nav/lissy-nav2.png/a311a7def82779304a4ad8b42e975895/lissy-nav2.webp\" alt class=\"w-full\">"
    },
    {
      "src": "/assets/2025/03/crak_media.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/crak_media.svg\" alt=\"crakmedia\">"
    },
    {
      "src": "/assets/2025/03/west_coast_university.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/west_coast_university.svg\" alt=\"West Coast University\">"
    },
    {
      "src": "/assets/2025/03/personify_health.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/personify_health.svg\" alt=\"Personify Health\">"
    },
    {
      "src": "/assets/2025/03/visma.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/visma.svg\" alt=\"VISMA\">"
    },
    {
      "src": "/assets/2025/03/posadas.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/posadas.svg\" alt=\"POSADAS\">"
    },
    {
      "src": "/assets/2025/03/biomarin.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/biomarin.svg\" alt=\"BIOMARIN\">"
    },
    {
      "src": "/assets/2025/03/liverspoon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/liverspoon.svg\" alt=\"LivePerson\">"
    },
    {
      "src": "/assets/2025/03/university_phoenix.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/university_phoenix.svg\" alt=\"University of Phoenix\">"
    },
    {
      "src": "/assets/2025/03/atb_financial.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/atb_financial.svg\" alt=\"ATB Financial\">"
    },
    {
      "src": "/assets/2025/03/Buisiness-Insider_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/Buisiness-Insider_logo.svg\" alt=\"Business Insider\">"
    },
    {
      "src": "/assets/2025/03/colgate.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/colgate.svg\" alt=\"Colgate Palmolive\">"
    },
    {
      "src": "/assets/2025/03/Worldpay_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/2025/03/Worldpay_logo.svg\" alt=\"Worldpay\">"
    },
    {
      "src": "/assets/_current/echelon.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/_current/echelon.svg\" alt=\"Echelon\">"
    },
    {
      "src": "/assets/_current/emerson.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/_current/emerson.svg\" alt=\"Emerson\">"
    },
    {
      "src": "/assets/_current/vertiv.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"w-100 mx-auto\" src=\"/assets/_current/vertiv.svg\" alt=\"Vertiv\">"
    },
    {
      "src": "/img/containers/assets/media/core/badges/badge-2026-1.png/48db5b0d8ee39845f7bc2ddeccb2e914/badge-2026-1.webp",
      "width": "111",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/badges/badge-2026-1.png/48db5b0d8ee39845f7bc2ddeccb2e914/badge-2026-1.webp\" alt width=\"111\" class=\"mx-auto w-16 md:w-34 aspect-square object-contain\">"
    },
    {
      "src": "/img/containers/assets/media/core/badges/badge-2026-2.png/1e636c0d575f1572246d3c6d22144d54/badge-2026-2.webp",
      "width": "111",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/badges/badge-2026-2.png/1e636c0d575f1572246d3c6d22144d54/badge-2026-2.webp\" alt width=\"111\" class=\"mx-auto w-16 md:w-34 aspect-square object-contain\">"
    },
    {
      "src": "/img/containers/assets/media/core/badges/badge-2026-3.png/65b60922de738c461c630511cfcbf51f/badge-2026-3.webp",
      "width": "111",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/badges/badge-2026-3.png/65b60922de738c461c630511cfcbf51f/badge-2026-3.webp\" alt width=\"111\" class=\"mx-auto w-16 md:w-34 aspect-square object-contain\">"
    },
    {
      "src": "/img/containers/assets/media/core/badges/badge-2026-4.png/4c9b42695cdc5e540d33233979411b09/badge-2026-4.webp",
      "width": "111",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/badges/badge-2026-4.png/4c9b42695cdc5e540d33233979411b09/badge-2026-4.webp\" alt width=\"111\" class=\"mx-auto w-16 md:w-34 aspect-square object-contain\">"
    },
    {
      "src": "/img/containers/assets/media/core/badges/badge-2026-5.png/c2129a3b5bc2410fd1f4852685e69aab/badge-2026-5.webp",
      "width": "111",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/badges/badge-2026-5.png/c2129a3b5bc2410fd1f4852685e69aab/badge-2026-5.webp\" alt width=\"111\" class=\"mx-auto w-16 md:w-34 aspect-square object-contain\">"
    },
    {
      "src": "/img/containers/assets/media/core/badges/badge-2026-6.png/bf4519df6eb314537a7e9d2f70e67e76/badge-2026-6.webp",
      "width": "111",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/badges/badge-2026-6.png/bf4519df6eb314537a7e9d2f70e67e76/badge-2026-6.webp\" alt width=\"111\" class=\"mx-auto w-16 md:w-34 aspect-square object-contain\">"
    },
    {
      "src": "/img/containers/assets/media/core/badges/badge-2026-7.png/60af5f07d6d29b49d465a55d0dd87e42/badge-2026-7.webp",
      "width": "111",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/badges/badge-2026-7.png/60af5f07d6d29b49d465a55d0dd87e42/badge-2026-7.webp\" alt width=\"111\" class=\"mx-auto w-16 md:w-34 aspect-square object-contain\">"
    },
    {
      "src": "/img/containers/assets/media/core/badges/badge-2026-8.png/f23d7cdf675bebd02c31d5974362ea9c/badge-2026-8.webp",
      "width": "137",
      "height": "",
      "loading": "",
      "html": "<img src=\"/img/containers/assets/media/core/badges/badge-2026-8.png/f23d7cdf675bebd02c31d5974362ea9c/badge-2026-8.webp\" alt width=\"137\" class=\"mx-auto w-16 md:w-34 aspect-square object-contain\">"
    },
    {
      "src": "/assets/media/core/logo/betterworks-logotype.svg",
      "width": "43",
      "height": "",
      "loading": "",
      "html": "<img width=\"43\" src=\"/assets/media/core/logo/betterworks-logotype.svg\" alt>"
    },
    {
      "src": "/assets/media/core/icons/instagram.svg",
      "width": "24",
      "height": "",
      "loading": "",
      "html": "<img width=\"24\" src=\"/assets/media/core/icons/instagram.svg\" class=\"hover:opacity-80 transition duration-200\" alt>"
    },
    {
      "src": "/assets/media/core/icons/linkedin.svg",
      "width": "24",
      "height": "",
      "loading": "",
      "html": "<img width=\"24\" src=\"/assets/media/core/icons/linkedin.svg\" class=\"hover:opacity-80 transition duration-200\" alt>"
    },
    {
      "src": "/assets/media/core/icons/youtube.svg",
      "width": "24",
      "height": "",
      "loading": "",
      "html": "<img width=\"24\" src=\"/assets/media/core/icons/youtube.svg\" class=\"hover:opacity-80 transition duration-200\" alt>"
    }
  ],
  "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 data-template=\"bottom\" class=\"CybotEdge CybotCookiebotDialogActive\" style=\"display: flex; font-size: 0.9375rem;\"><div class=\"CybotCookiebotDialogContentWrapper\"><div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"C...",
    "<div class=\"CybotCookiebotDialogContentWrapper\"><div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:,\" alt=\"logo\" width=\"46\" height=\"34\" style=\"display: none;\"></div><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=\"CybotCookiebot...",
    "<div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:,\" alt=\"logo\" width=\"46\" height=\"34\" style=\"display: none;\"></div><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 U...",
    "<div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:,\" alt=\"logo\" width=\"46\" height=\"34\" style=\"display: none;\"></div><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\"...",
    "<div id=\"CybotCookiebotDialogPoweredbyLink\"><img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:,\" alt=\"logo\" width=\"46\" height=\"34\" style=\"display: none;\"></div>",
    "<img id=\"CybotCookiebotDialogPoweredbyImage\" src=\"data:,\" alt=\"logo\" width=\"46\" height=\"34\" style=\"display: none;\">",
    "<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=\"false\" aria-controls=\"CybotCookiebotDialogBody\" lang=\"en\">Consent</a></li><li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCooki...",
    "<li class=\"CybotCookiebotDialogNavItem\" role=\"presentation\"><a id=\"CybotCookiebotDialogNavDeclaration\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" href=\"#\" data-target=\"CybotCookiebotDialogBody\" tabindex=\"0\" role=\"tab\" aria-selected=\"false\" aria-controls=\"CybotCookiebotDialogBody\" lang=\"en\">Consent</a></li>",
    "<a id=\"CybotCookiebotDialogNavDeclaration\" class=\"CybotCookiebotDialogNavItemLink CybotCookiebotDialogActive\" href=\"#\" data-target=\"CybotCookiebotDialogBody\" tabindex=\"0\" role=\"tab\" aria-selected=\"false\" 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\" class=\"CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogBodyLevelButtons\"><div id=\"CybotCookiebotDialogBodyLevelButtonsTable\"><div id=\"CybotCookiebotDialogBodyLevelButtonsRow\"><div id=\"CybotCookiebotDialogBodyLevelButtonsSelectPane\"><div role=\"group\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\"><span id=\"CybotCookiebotDialogBodyLevelButtonsSelectPaneLegend\" class=\"...",
    "<div id=\"CybotCookiebotDialogBodyLevelWrapper\" class=\"CybotCookiebotDialogHide\"><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=\"Cy...",
    "<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 (35)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecess...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (35)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonNece...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (35)\" 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\">35</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled CybotCookiebotDialogHide\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled\" disabled=\"disabled\" checked=...",
    "<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=\"#\">CrazyEgg<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=\"#\">CrazyEgg<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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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\">ce_asset_waiting</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is part of a bundle of cookies which serve the purpose of content delivery and presentation. The cookies keep the correct state of fon...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ce_asset_waiting</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is part of a bundle of cookies which serve the purpose of content delivery and presentation. The cookies keep the correct state of font, blog/picture sliders, color themes and other website settings.</span><div class=\"CybotCook...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ce_asset_waiting</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is part of a bundle of cookies which serve the purpose of content delivery and presentation. The cookies keep the correct state of font, blog/picture sliders, color themes and other website settings.</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=\"#\">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\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBody...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</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\">_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\">7</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\">7</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</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\">cookietest&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span><div class=\"CybotCookiebotDialogDetailBodyContentCo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest&#xa0;[x2]</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...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest&#xa0;[x2]</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>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">embed/v3/counters.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to implement forms on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">embed/v3/counters.gif</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to implement forms on the website.</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\">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>",
    "<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=\"#\"><div>app.qualified.com<br>js.qualified.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogD...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>app.qualified.com<br>js.qualified.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\">__cflb&#xa0;[x2]</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=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cflb&#xa0;[x2]</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=\"CybotCookiebot...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cflb&#xa0;[x2]</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>g2.com<br>g2crowd.com<br>hsadspixel.net<br>hs-banner.com<br>46096694.fs1.hubspotusercontent-na1.net<br>vimeo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">14</div></a><div class=\"CybotCookiebotDialogDetailBodyContentC...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>g2.com<br>g2crowd.com<br>hsadspixel.net<br>hs-banner.com<br>46096694.fs1.hubspotusercontent-na1.net<br>vimeo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">14</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">14</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cf_bm&#xa0;[x14]</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;[x14]</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;[x14]</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>hubspot.com<br>vimeo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyCont...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>hubspot.com<br>vimeo.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\">_cfuvid&#xa0;[x2]</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;[x2]</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;[x2]</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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>script.crazyegg.com<br>www.betterworks.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>script.crazyegg.com<br>www.betterworks.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\">ce_successful_csp_check&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects whether user behaviour tracking should be active on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContent...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ce_successful_csp_check&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects whether user behaviour tracking should be active on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\">...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ce_successful_csp_check&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Detects whether user behaviour tracking should be active 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=\"#\">www.betterworks.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><stro...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.betterworks.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\">XSRF-TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Ensures visitor browsing-security by preventing cross-site request forgery. This cookie is essential for the security of the website and visitor. </span...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">XSRF-TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Ensures visitor browsing-security by preventing cross-site request forgery. This cookie is essential for the security of the website and visitor. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookieb...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">XSRF-TOKEN</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Ensures visitor browsing-security by preventing cross-site request forgery. This cookie is essential for the security of the website and visitor. </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 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 CybotCookiebotDialogHide\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonPreferences\" checked=\"checked\" t...",
    "<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=\"#\">LinkedIn<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=\"#\">LinkedIn<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=\"#\">LinkedIn<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=\"#\">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=\"#\">Vimeo<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 win...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Vimeo<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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">player</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Saves the user&apos;s preferences when playing embedded videos from Vimeo.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span cl...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">player</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Saves the user&apos;s preferences when playing embedded videos from Vimeo.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duratio...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">player</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Saves the user&apos;s preferences when playing embedded videos from Vimeo.</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\">sync_active</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains data on visitor&apos;s video-content preferences - This allows the website to remember parameters such as preferred volume or video quality. The service is provided by Vimeo.com.</span><div class=\"CybotCookiebotDialogDetailBodyContentC...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">sync_active</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains data on visitor&apos;s video-content preferences - This allows the website to remember parameters such as preferred volume or video quality. The service is provided by Vimeo.com.</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=\"#\">betterworks.navattic.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\">...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">betterworks.navattic.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\">theme-ui-color-mode</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Remembers the user&apos;s preferences in terms of font size and colours on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContent...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">theme-ui-color-mode</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Remembers the user&apos;s preferences in terms of font size and colours on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\">...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">theme-ui-color-mode</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Remembers the user&apos;s preferences in terms of font size and colours 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 id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatisticsCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsSt...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButton...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (33)\" 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\">33</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogHide\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatisticsInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonStatisticsInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonStatistics\" checked=\"checked\" tabi...",
    "<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=\"#\">Apple<div cl...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Apple<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=\"#\">Apple<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" r...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Apple<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 win...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Apple<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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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\">geo</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Saves the user&apos;s current geographical location based on the user&apos;s IP address.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoote...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">geo</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Saves the user&apos;s current geographical location based on the user&apos;s IP address.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stor...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">geo</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Saves the user&apos;s current geographical location based on the user&apos;s IP address.</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=\"#\">CrazyEgg<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">6</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=\"#\">CrazyEgg<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">6</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">6</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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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\">_ce.clock_data</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ce.clock_data</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ce.clock_data</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</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\">_ce.s</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCook...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ce.s</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</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\">_CEFT</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used by the website&#x2019;s operator in context with multi-variate testing. This is a tool used to combine or change content on the website. This allows the website to find the best variation/edition of the site.</span><div class=\"Cyb...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_CEFT</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used by the website&#x2019;s operator in context with multi-variate testing. This is a tool used to combine or change content on the website. This allows the website to find the best variation/edition of the site.</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\">cebs</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=\"CybotCookiebotDialogDetailBodyContentCookieInfoF...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cebs</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>: 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\">cebsp_</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCoo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cebsp_</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</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\">cetabid</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=\"CybotCookiebotDialogDetailBodyContentCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cetabid</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>: 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=\"#\">G2Crowd<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=\"#\">G2Crowd<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.g2crowd.com/static/privacy\" title=\"Learn more about this provider G2Crowd&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\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">g2tracking</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"Cyb...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">g2tracking</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>: P...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">g2tracking</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>: 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=\"#\">Google<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 wi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<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://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&#xa0;[x3]</strong><span class=\"CybotCoo...",
    "<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&#xa0;[x3]</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=\"CybotCookiebot...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga&#xa0;[x3]</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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">14</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=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">14</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">14</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&#xa0;[x3]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor&apos;s browser.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc&#xa0;[x3]</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...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc&#xa0;[x3]</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&#xa0;[x3]</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 Stora...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssrc&#xa0;[x3]</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&#xa0;[x3]</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=\"CybotCookiebotDialogDetailBodyCon...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hstc&#xa0;[x3]</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\">hubspotutk&#xa0;[x3]</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=\"CybotCookiebotDialogDetailBod...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspotutk&#xa0;[x3]</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&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a user&apos;s interactions with a Call-to-Action (CTA) button on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hs-cta-interactions#cta&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a user&apos;s interactions with a Call-to-Action (CTA) button on the website. </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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Vimeo<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 win...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Vimeo<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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">orionV3#identity</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span clas...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">orionV3#identity</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<...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">orionV3#identity</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\">vuid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&apos;s visits to the website, such as which pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">vuid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&apos;s visits to the website, such as which pages have been read.</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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">js.qualified.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">js.qualified.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\">__q_domainTest</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__q_domainTest</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for the visit. This is used for retargeting of multiple users rooting from the same IP-addresses....",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__q_domainTest</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for the visit. This is used for retargeting of multiple users rooting from the same IP-addresses. ABM usually facilitates B2B marketing purposes.</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=\"#\"><div>script.crazyegg.com<br>www.betterworks.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>script.crazyegg.com<br>www.betterworks.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\">ce_fvd&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the websit...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ce_fvd&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ce_fvd&#xa0;[x2]</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user&#x2019;s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</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=\"#\">www.betterworks.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><stro...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.betterworks.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\">utm_content</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used by the website&#x2019;s operator in context with multi-variate testing. This is a tool used to combine or change content on the web...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_content</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used by the website&#x2019;s operator in context with multi-variate testing. This is a tool used to combine or change content on the website. This allows the website to find the best variation/edition of the site. </span><div cla...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_content</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used by the website&#x2019;s operator in context with multi-variate testing. This is a tool used to combine or change content on the website. This allows the website to find the best variation/edition of the site. </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=\"#\">www.bigmarker.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.bigmarker.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\">_session_id</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 be...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_session_id</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...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_session_id</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>: 30 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 30 days</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertisingCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (58)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabs...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (58)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButt...",
    "<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (58)\" 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\">58</span>",
    "<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogHide\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketingInline\" aria-labelledby=\"CybotCookiebotDialogBodyLevelButtonMarketingInlineLabel\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"CybotCookiebotDialogBodyLevelButtonMarketing\" checked=\"checked\" tabinde...",
    "<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=\"#\">6sc.co<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=\"#\">6sc.co<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=\"#\">6sc.co<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCoo...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">6sc.co<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"Cyb...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">6sc.co<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\">6suuid</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\">6suuid</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\">6suuid</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>: 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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</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\">7</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">7</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\">_gcl_au&#xa0;[x3]</strong><span class=\"Cybo...",
    "<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\">_gcl_au&#xa0;[x3]</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=\"CybotCookiebotDialogDetailBodyContentCookieInf...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_au&#xa0;[x3]</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&#xa0;[x2]</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=\"CybotCookiebo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gid&#xa0;[x2]</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\">IDE</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 400 days</span><span class=\"CybotCookiebotDialogDetailBodyConte...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">IDE</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</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\">_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\">2</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\">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://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\">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 site...",
    "<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\">__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>",
    "<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\">Tracks the conversion rate between the user and the advertisement banners on the website - This serves to optimise the relevance of the advertisements...",
    "<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>",
    "<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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Vimeo<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 win...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Vimeo<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://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo&apos;s privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAA...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">picox#events</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterCon...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">picox#events</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDeta...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">picox#events</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>: 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\">LOCAL_STORAGE_ID_PICOX_ID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookie...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LOCAL_STORAGE_ID_PICOX_ID</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\">LOCAL_STORAGE_ID_VIMEO_PLAYER</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LOCAL_STORAGE_ID_VIMEO_PLAYER</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\">PLAYER_PICOX_SAMPLING_SEED</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">PLAYER_PICOX_SAMPLING_SEED</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=\"#\">YouTube<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">16</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\">16</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">16</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\">LAST_RESULT_ENTRY_KEY&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LAST_RESULT_ENTRY_KEY&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum St...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LAST_RESULT_ENTRY_KEY&#xa0;[x2]</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\">TESTCOOKIESENABLED&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stora...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">TESTCOOKIESENABLED&#xa0;[x2]</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\">yt-icons-last-purged&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInf...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">yt-icons-last-purged&#xa0;[x2]</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\">ytidb::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 Stora...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ytidb::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>: 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&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user&#x2019;s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stor...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YtIdbMeta#databases&#xa0;[x2]</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\">__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\">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\">ServiceWorkerLogsDatabase#SWHealthLog</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ServiceWorkerLogsDatabase#SWHealthLog</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>: 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\">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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">b.6sc.co<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"C...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">b.6sc.co<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\">v1/beacon/img.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests f...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">v1/beacon/img.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for the visit. This is used for retargeting of multiple users rooting from the same IP-address...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">v1/beacon/img.gif</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for the visit. This is used for retargeting of multiple users rooting from the same IP-addresses. ABM usually facilitates B2B 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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">j.6sc.co<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">6</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"C...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">j.6sc.co<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">6</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">6</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_6senseCompanyDetails</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page reques...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_6senseCompanyDetails</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for the visit. This is used for retargeting of multiple users rooting from the same IP-add...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_6senseCompanyDetails</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for the visit. This is used for retargeting of multiple users rooting from the same IP-addresses. ABM usually facilitates B2B marketing purposes.</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\">_6signalTTL</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for the visit. This is used for retargeting of multiple users rooting from the same IP-addresses. AB...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_6signalTTL</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with Account-Based-Marketing (ABM). The cookie registers data such as IP-addresses, time spent on the website and page requests for the visit. This is used for retargeting of multiple users rooting from the same IP-addresses. ABM usually facilitates B2B marketing purposes.</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\">_an_uid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Presents the user with relevant content and advertisement. The service is provided by third-party advertisement hubs, which facilitate real-time bidding for advertisers.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_an_uid</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Presents the user with relevant content and advertisement. The service is provided by third-party advertisement hubs, which facilitate real-time bidding for advertisers.</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>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gd_session</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects visitor data related to 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 loaded, with the purpose of displaying targeted ads.</span><div class=\"CybotCookieb...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gd_session</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects visitor data related to 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 loaded, with the purpose of displaying targeted ads.</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\">_gd_svisitor</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects visitor data related to 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 loaded, with the purpose of displaying targeted ads.</span><div class=\"CybotCookie...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gd_svisitor</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects visitor data related to 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 loaded, with the purpose of displaying targeted ads.</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\">_gd_visitor</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects visitor data related to 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 loaded, with the purpose of displaying targeted ads.</span><div class=\"CybotCookieb...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gd_visitor</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects visitor data related to 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 loaded, with the purpose of displaying targeted ads.</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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">js.qualified.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">js.qualified.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\">__q_state_tnDN3QminTauEddA</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a number of attributes identifying the website visitor and their interaction with the Qualified Chat Messenger. This identifier...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__q_state_tnDN3QminTauEddA</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a number of attributes identifying the website visitor and their interaction with the Qualified Chat Messenger. This identifier is stored in the website visitor&#x2019;s browser as well as the Qualified Service. </span><...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__q_state_tnDN3QminTauEddA</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a number of attributes identifying the website visitor and their interaction with the Qualified Chat Messenger. This identifier is stored in the website visitor&#x2019;s browser as well as the Qualified Service. </span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 10 years</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 10 years</span>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__q_local_form_debug</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a number of attributes identifying the website visitor and their interaction with the Qualified Chat Messenger. This identifier is stored in the website visitor&#x2019;s browser as well as the Qualified Service. </span><div cl...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__q_local_form_debug</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains a number of attributes identifying the website visitor and their interaction with the Qualified Chat Messenger. This identifier is stored in the website visitor&#x2019;s browser as well as the Qualified Service. </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=\"#\">www.betterworks.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">9</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><stro...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.betterworks.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">9</div></a>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">9</div>",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_campaign</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 f...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_campaign</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=\"CybotCookiebotDialogDetailBodyContentCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_campaign</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\">utm_campaign</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=\"CybotCookiebotDialogDetailBodyContentCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_campaign</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>: 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\">utm_content</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=\"CybotCookiebotDi...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_content</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>: 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\">utm_medium</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=\"CybotCookiebotDialogDetailBodyContentCookieI...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_medium</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>: 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\">utm_medium</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 Storag...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_medium</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\">utm_source</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Determines how the user accessed the website. This information is used by the website operator in order to measure the efficiency of their marketing. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCoo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_source</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Determines how the user accessed the website. This information is used by the website operator in order to measure the efficiency of their marketing. </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\">utm_source</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Determines how the user accessed the website. This information is used by the website operator in order to measure the efficiency of their marketing. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCoo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_source</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Determines how the user accessed the website. This information is used by the website operator in order to measure the efficiency of their marketing. </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\">utm_term</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Determines how the user accessed the website. This information is used by the website operator in order to measure the efficiency of their marketing. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_term</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Determines how the user accessed the website. This information is used by the website operator in order to measure the efficiency of their marketing. </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\">utm_term</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Determines how the user accessed the website. This information is used by the website operator in order to measure the efficiency of their marketing. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCooki...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_term</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Determines how the user accessed the website. This information is used by the website operator in order to measure the efficiency of their marketing. </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=\"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=\"#\">Apple<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=\"#\">Apple<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=\"#\">Apple<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" r...",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Apple<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 win...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Apple<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.apple.com/legal/privacy/en-ww/\" title=\"Learn more about this provider Apple&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\">mtClientConfig_cachedSource_xp_amp_podcasts_paf</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogD...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mtClientConfig_cachedSource_xp_amp_podcasts_paf</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><s...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">mtClientConfig_cachedSource_xp_amp_podcasts_paf</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=\"#\">CrazyEgg<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=\"#\">CrazyEgg<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.crazyegg.com/privacy\" title=\"Learn more about this provider CrazyEgg&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\">_ce.av</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\">...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ce.av</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyCo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ce.av</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</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\">_ce.seg.targeting</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDeta...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ce.seg.targeting</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>",
    "<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">betterworks.navattic.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=\"#\">betterworks.navattic.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\">__NAVATTIC_FLOW____CUSTOMER_ID__</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyConten...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__NAVATTIC_FLOW____CUSTOMER_ID__</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"Cybo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__NAVATTIC_FLOW____CUSTOMER_ID__</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\">__NAVATTIC_FLOW____SESSION_ID__</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCoo...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__NAVATTIC_FLOW____SESSION_ID__</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\">nv_visitor_consent</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialog...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">nv_visitor_consent</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</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\">nv_visitor_shared_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDial...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">nv_visitor_shared_id</strong>",
    "<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</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=\"#\">js.navattic.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong c...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">js.navattic.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\">nv_uid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\">...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">nv_uid</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\">nv_uid</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=\"#\"><div>script.crazyegg.com<br>www.betterworks.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDi...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>script.crazyegg.com<br>www.betterworks.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\">v11.fsvd&#xa0;[x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">v11.fsvd&#xa0;[x2]</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\">v11.fsvd&#xa0;[x2]</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=\"#\">www.betterworks.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><stro...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.betterworks.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\">betterworks-session</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">betterworks-session</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\">betterworks-session</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\">utm_timestamp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDet...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">utm_timestamp</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=\"#\">www.bigmarker.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
    "<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.bigmarker.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\">time_zone_detection</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFo...",
    "<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">time_zone_detection</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialog...",
    "<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">time_zone_detection</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>",
    "<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 5/14/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\">Opt Out</strong></label>",
    "<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Opt Out</strong>",
    "<div id=\"CybotCookiebotDialogBodyButtonsWrapper\"><button id=\"CybotCookiebotDialogBodyButtonDecline\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\" style=\"width: 100%; height: 58px;\">Opt Out</button> <button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" tabindex=\"0\" lang=\"en\">Allow selection</button> <button id=\"CybotCookiebotDialogBodyLevelButtonCustomize\" class=\"CybotCookiebotDialogBodyButton...",
    "<button id=\"CybotCookiebotDialogBodyButtonDecline\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\" style=\"width: 100%; height: 58px;\">Opt Out</button>",
    "<button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" 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=\"CybotCookiebotDialogBodyButtonAccept\" class=\"CybotCookiebotDialogBodyButton\" tabindex=\"0\" lang=\"en\" style=\"width: 100%; height: 58px;\">OK</button>"
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

2 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": 3,
  "passing": 1,
  "failing": [
    {
      "heading": "Big companies need the best solution. We’ve got you covered.",
      "headingHtml": "<h2 class=\"text-3xl md:text-5xl font-semibold text-center mx-auto max-w-270 mb-4\">Big companies need the best solution. We&#x2019;ve got you covered.</h2>",
      "firstParagraph": "Ditch outdated performance reviews and create a culture of continuous growth with Betterworks. We make goal-setting agile, feedback meaningful, and performance conversations effortless.",
      "paragraphHtml": "<p class=\"text-xl md:text-2xl text-center mb-8\"> Ditch outdated performance reviews and create a culture of continuous growth with Betterworks. We make goal-setting agile, feedback meaningful, and performance conversations effortless. </p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Insights for HR Leaders driving real change",
      "headingHtml": "<h3 class=\"text-3xl md:text-5xl font-semibold leading-tight\"> Insights for HR Leaders driving real change </h3>",
      "firstParagraph": "Join live and on-demand sessions to learn how today’s top HR teams build cultures of performance and growth.",
      "paragraphHtml": "<p class=\"text-xl md:text-2xl\"> Join live and on-demand sessions to learn how today&#x2019;s top HR teams build cultures of performance and growth. </p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: continuous, turn, real, time, into, business, growth, engine.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

82/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Betterworks – Continuous Performance Management | Betterworks",
  "h1": "Turn real-time performance management into a business growth engine",
  "description": "Betterworks performance management software simplifies performance management, enabling organizations to make smart, data-based decisions.",
  "topicOverlap": 0.2727272727272727,
  "definitionCount": 52,
  "topicTerms": [
    "betterworks",
    "continuous",
    "performance",
    "management",
    "turn",
    "real",
    "time",
    "into",
    "business",
    "growth",
    "engine"
  ],
  "descriptionTerms": [
    "betterworks",
    "performance",
    "management",
    "software",
    "simplifies",
    "enabling",
    "organizations",
    "make",
    "smart",
    "data",
    "based",
    "decisions"
  ],
  "missingFromDescription": [
    "continuous",
    "turn",
    "real",
    "time",
    "into",
    "business",
    "growth",
    "engine"
  ],
  "score": 82,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Big companies need the best solution. We’ve got you covered.",
      "html": "<h2 class=\"text-3xl md:text-5xl font-semibold text-center mx-auto max-w-270 mb-4\">Big companies need the best solution. We&#x2019;ve got you covered.</h2>"
    },
    {
      "text": "Recognized by the Industry’s Most Trusted Voices",
      "html": "<h2 class=\"font-semibold text-3xl xl:text-5xl leading-tight mb-3\"> Recognized by the Industry&#x2019;s Most Trusted Voices </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Betterworks – Continuous Performance Management?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Betterworks – Continuous Performance Management work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Betterworks – Continuous Performance Management?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Betterworks – Continuous Performance Management free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Betterworks – Continuous Performance Management compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Betterworks – Continuous Performance Management?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Betterworks – Continuous Performance Management work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Betterworks – Continuous Performance Management?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Betterworks – Continuous Performance Management free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Betterworks – Continuous Performance Management compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Big companies need the best solution. We’ve got you covered.",
      "html": "<h2 class=\"text-3xl md:text-5xl font-semibold text-center mx-auto max-w-270 mb-4\">Big companies need the best solution. We&#x2019;ve got you covered.</h2>"
    },
    {
      "text": "Recognized by the Industry’s Most Trusted Voices",
      "html": "<h2 class=\"font-semibold text-3xl xl:text-5xl leading-tight mb-3\"> Recognized by the Industry&#x2019;s Most Trusted Voices </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Betterworks – Continuous Performance Management?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Betterworks – Continuous Performance Management work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Betterworks – Continuous Performance Management?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Betterworks – Continuous Performance Management free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Betterworks – Continuous Performance Management compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Betterworks – Continuous Performance Management?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Betterworks – Continuous Performance Management work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Betterworks – Continuous Performance Management?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Betterworks – Continuous Performance Management free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Betterworks – Continuous Performance Management compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 235817,
        "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": 195901,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/gIZa7+19ggayIKrhadGRIvaZOmtHWUnLUMnQ5xpH770dI61Jcc9pmAP/L2m/ar1ycgHRvXKO2pAM2curUtStBJ+uqP0IKtiqA1NxR5+5AZE3fQsU2uPimEoONuM1UBcbuwuLB/vTzeyBm1ea5o27pwY89Baue/4ue8oxDUly4fmTdwHqZLSh52r0VturFxPH5HjX8OV3IXVDGe/GDX84Lih4yOrcTmFmqN3iT09wB1KTCHjFuYgc39++3Ij4Zmb9x3qTGYKoKD1xqhdPes3Avw0HSTgqLZbX4rt/Q/5SUB5V3/uNDhO2BOjz+MXbAxVfTHpgeHlPYzp/ZhS+7lnsdFyPBuJzP939IX3zalTbYwKQ+tgs5DcucgFO4ZLBbaFlcwVfcSUUgBnFabTARW9W6UYwBP3lPqKD0XuCorBW0hch4RJq/5GZMBSutaHLg9D0d2mrLHeOaXjaYlWOlOnkCJN82WfXsQT23MHwtnFWY1bcAYAlpcOBzqXYMQFBW2NwwdKqjcyIbb6RBlIu1g53guM7eoMPpT45+HbFjhDGlFf+KuDEeS4qHenU/Of4Us/aJWEZnonTMX4MQvhPonqyuvLnebQNQOEt6tkUgTcLM62ltn5rlMmTTxaoTvYLKN9xX1M2eaMNHLaFexH1C2J1SURhWE7J/+3Iv1vNwtaXGPzIZZuqXsV4dK5NLL2L5nOrIGxcEmZyy/9L7SpKXEhEADax3NZyaypwGhpgpiX/ZaK0q8yElOVuEjzJlPuwizm8FGH2EbCeWiFwXQ1LIIdKBRgdFgT9e/22z6aHAyztdkrRLMivcE6r+duICFcoE1QsDNbH4FEtFbO0il1PHNccd1H96Ln1Ua7CxSyP+omccTP9mwxbDz27K2oGCR0w0nEGiF3rIeWJlw/VJyD4Zz53lLMdqB35IbtWoRSqxL+lmFruy9WFBBThMqY4i31Ler2Li/79k1epBPJ1RGMkM4qVTWUPgJkyJ42WdDGGv4y+gERnDxABpCxBClg2dHsk/fZWoazHabtyG1qQrWqaOwlSIAugDbSDdq7VKe7LWxOFz1cAmcmP8oZF3eA22vjQwf8eEA3fySoszwf6tfmSwwf0OdckBhfIz9/GfbcdF11fMbT6JPZLunFgk02ptOBUuWBXghZvik9eW1V93PkWKpoQR2US0uoVvG44ZE/of3+g4hXTX+DzOAtGTtjIRDphuZdOaBcWOcpmmjGsj8582kVd8dtsjRkuZw7ExwJk4LdSRQd3I3B5kGqRTJvcfjusoL5H0eaOGjoJqipOG0VJKP5K0fEfDEPrhOZebr7X4k0tvoPZpwSqc+eJ0t5nJnLCrd4QWeEjENPG6dfZlCHKsS0k2Oe4V5+BW851guZ0lphZaQPJfzIXz89O5+/R7VOczZ05OtQ4O+OJgJitQ9tHPsXC+56YHUmlnsGvqdJLqFlrIBtJI27Ri0Sr6sVR1Dw78T0qhvyYOIJrTBnQ9HjoSGpWUgaVw5ApZ/V4VJef0VGDiEVNaJFFzCnyc9NddlfPA3lvzUVoWdn2CxlxGKJBJlMZ+v8G/RTyWQKw+0RGpLoynCLIwBDVFJTU1v+D7ot40xOcQMOW8GJJEg/zW/YuoP968nHprJNR6WcZ1mU0ZOUV6jSfM3eM0B+5DeUewqhz7t/UsAFDTeRlZ0I+1FhS5YlZzeBzqZclX9ZOmHZGUMuD45GkKIwQJzQbGDKuXTUHaXvbGTqFsmJl6FqbQmFaXNldfsxQPt5DjA1fHFah9manwCqWusz2WBrEn0Tn2w+M7LddOJi3bhLpTHsf3Gr4WpfpE3YKly0iL3Ix9kruXjc5otwdLIvZFHFs2wN9cSHQ2lLj4eAaf7IWYyWfZcMKvCe1PWEHZJwTeQ3oq9iPJZ4qdeTo3IflJGAQ4oW7E9HgYNmeFzVIWsOAFrf8sP+CA02vIqpVWx1eiebUZ7ROREzJ4+6ZgxvahItthJpbh01NM6K1h5DOtOt5ST0feiwctR3g1Gkad5/7mNk3PkNwAJXDo1aC6rMM9Irhbiq0ePcH7CIbVmnDzoQHfQPM53gdfwlYwS8bSqCvr2U5XIK5GjzOgdoQPAPCb/UQY7sjk82jkTGM2ZrFOMzpjwYaQUJdwLkj4QkOVV0x+KFBCf0YshihBNL9vOet+hvyGGwKHNeMh4PKA8D2hf8j1hX8bTdDf3DKs2rKNI=",
            "/style",
            "https://app-cf.bc0a.com/corejs/be-app.js\"></script>",
            "/title",
            "https://www.betterworks.com/auth.md\"",
            "https://www.betterworks.com\"",
            "https://www.betterworks.com/auth.md\"",
            "/plain",
            "https://www.betterworks.com/humans.txt\"",
            "https://consent.cookiebot.com\""
          ],
          "rawExcerpt": "<!doctype html>\n<html lang=\"en\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"53ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fauth.md\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2Fauth.md\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F1185827117\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:mod_dt\" content=\"Zy_2026;Zm_04;Zd"
        }
      },
      "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": 236085,
        "text": "<!doctype html>\n<html lang=\"en\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"54ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2F.well-known%2Foauth-protected-resource\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2F.well-known%2Foauth-protected-resource\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F1763133936\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:mod_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:diag\" content=\"Ho6P2TUEiWrwerz0w9L3V8dmR7BuCskIqK8tr8trPt3U1y+B8xmW57gmUD4dpUY37aFLUTzWOfk+Mf4G0fiqTNgcJ5e6ziJlqw48D77hjD+DZ4LJr678gyn+etwTVrMIs5mlYinju/U6cd882LnPCfxJRbWcg2LSw95v8W4q5Bj9E2LhjDWWDKDXBpp5tjs/SEg6pmDlAMvBxUFS23f4whbdKf3IgBIzwRXGefhxWKG0xUS4lzcR3G6KPinRtJ6HHrFXQ9WVfdRK99IdjIq4Rt6dQTnJfgdJkV7tQlZVigI15ZSo2Gm78fyxTi2VB10r0BLIusHrbvrkLSb162tcrbYNYUyCoMUXXGeir9C797o5hhzMjinHAfGwp17wbCyLxxyFxjbz/rtTGSgitE+O+XbkXUo+6xT+LL8U+mVtsAdy2XhUVF7X9XIvYkCjs94B8vqpxheGG8ixO/RIjzW+UyqPxfIgi/ljns8PhrH/jD02IUsPU/5pUU9W3Ju5wjXU9TYqeForeBXk3aCGhOUrkDL8PgBctgeipToXelLMuzHgloz1cujDjFhj4ahJvHkpNt8SqKLjOOmIa/GXhdeXers5Ki7lAh/Yx2bQoT60srahW9MViTOJkln14q7XsI1P1xlYGALSIVbM+T/CcfvJaD4IjPS5v+5St9ygSsZXEQhlcLMzMpsX5zcSPj7s/uFEbGz9YoLAiJaTBkP/9/HOCUh3GS3zWZaZbW1/N+lPBed4Y++6zX7uPrgLOJV/7/w1NADNHyJ1cYmfSvU+LrlJ6uzXAkP5W9n5P0YLkywD8kLoEGrHXrpQeLM1L9NLrK6VIiHaNmrgqsm5I5M0dpTGGZx/K7hAMXR4M6utkl/FKsmnel6MznkdQGJ/Zt3IRkBKLUjC9rWg5FsrwmPTWmUYHrtg10BzPvHNaRQQSRcxyhLG87pmwMy6JhbwKjvUkqQ/0X19O5xKTDxDrZ6qjiJwsOxDae4es7PuJUve/9HxgkuMssx3eB1pgBgeOx9n1F5N0U1bFvspHKjlTwSeaMZfFDxkg/foMiKWgxVhdT+l8doh4sN2ASSJGUs2dWlo/PYX22RuIIu1ogLM3gMCEM1bbZ73+qXx6oaviIZxZzUFi6A97EiSd4/X0X84T7wwfQzHYBQjlursYMGadesNlbr8ZeTq+f9Zdk6ZrMzCHb4VR2dikGBA1O5va/5bDRowcSSISx4/5ECbGcCRILvpBlySSv32fhxlIhmGim+oYVS7BSe9iWG/xs51sOyftpy9Td+C7uIajayxbPWkYFGH4TdrI1i0SfEG91iZnyvcLnCWvi/0gj6D1BO4w1nKEREHJcq0CmH0ZV1TFELp78qlZrOmo5mTs2v8il01qTPhLDGItAxQgCx5NJOc0eBDa3ZIrCJaW51nuakf4ZWf1c6uhd31ZI6BZEtrdc85BSjok7qA/FMK7mT/ZA94eekAWvyL0ur5MMU58ShZIdumZbHlrByARfiIZ8GeQu8PQo7EN2RxuHEc9GgGVxjeDbk2pwwuzL2FstZoaxgbfxAdX4wGTcNX9rNroDybRxbqwbr7V16FlqtR+eKVSHWYyxkLLHt3gLoe0XlrfXNr7PSzbHhL1J08+7ruieppwl6q9/0AyqGOxiGeT7P5vPGkOTR6WdbJMnCtMe8V46+/ORKS4A3vb89jz/ezIDggsa5MOesSj2ZsMPYJ/EkwLxryR2gHQkYKL39UD3A3Sp+fsYjA49YzrS7vusMcR2hiFHXzp2TnMLH6RrjdXIVgDKQKNNQin0ISYLZ1t+CI4Q/tSM5wTnWHwJitV/JvcyzvEWZ8PV1bxnLj6miry0shrJKl8WvU4WbAwtDFtAskDpNkESsBACPK4v3YMWWSuZrGY9O74NnIoXGsp1CG2iSux8NhRQBK9ftC2NVIDuQWyExhxOcgCa6AUHymfQqeAp2yrOt+yGdLe+63dmRepFQ66DCN1GbZwme9Kh4sW+WCQ5fc3tko3Z0z3hJ7XB4OFtbPMfGcf9kSJy35knN3Z3KBSkcGMH1CcaQSaRsJHaEnkFrLNlUMm5/g5FKsrISmLd4KWuAEp4ES4q9FToSJPthqazs735eh1ethhn5DHmwMQnAeuURvyq9Wj/A+LHNC4tWs1EXeJXRVkgEr24SEt4lrXjLR3yZyZ+dTe+n1N49db7MBiNgPWbpYyWHihsGvGMfodoG+POYhlGhsTsoccv03tZJfQBJjmqOMPlK/IexWPmZ6igaUo/K+4d598oX/msP4rR9Xnl1T4X1DIJIzb2HVa2W+DC3GL7pIkFgzgjSP9HBW4tPnlhAo8lU8FdGFMxMZjc/p4kKmhj3I/zbUokZrwz4ExXVBuYXLopLb\" />\n<meta name=\"be:messages\" content=\"false\" />\n<style>\n.be-ix-link-block {}\n</style>\n\n<script  id=\"be-app-script\" data-testmode=\"false\" data-delay='0' data-customerid=\"f00000000323048\" src=\"https://app-cf.bc0a.com/corejs/be-app.js\"></script>\n\n        <title>404 Page Not Found | Betterworks</title>\n<meta name=\"description\" content=\"Betterworks performance management software simplifies performance management, enabling organizations to make smart, data-based decisions.\" />\n<meta property=\"og:type\" content=\"website\" />\n<meta property=\"og:title\" content=\"404 Page Not Found\" />\n<meta property=\"og:description\" content=\"Betterworks performance management software simplifies performance managem"
      },
      "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": 236116,
          "text": "<!doctype html>\n<html lang=\"en\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"54ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2F.well-known%2Foauth-authorization-server\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2F.well-known%2Foauth-authorization-server\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F254672122\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:mod_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775064463207\" />\n<meta name=\"be:diag\" content=\"hZKcY7KWigfdzZH+KPrfYJ10KAhLE6xKw7mOU//zZBrfrE3wtcfn+lpXkJJqk5sf3U+wRHLmZWbZ2ZB7dP8ljfvszz29AlZGVIhQpnlQlygN89Rg7GXuRYMq9gYt4NtUnnOqXb6eDqUjH5mlIW01Hl/oIY8/jlTSid1qnHMDTqc4wRIBY9bCuJD9vE9QXDQu8ZTtKtxAZaRkhm/lyEJUY98FdMXPamipdpV4SUXAHumV7rQBsRvP8VLhkUN6ksTR5B0Ol/niipx4oIwrDtAUd3SEP/+amMSAb/0U7nh8bBYjImCla3jiaALQx+2IJ3tudnQQ9hibkm1jjJCzdGgtMPpiHtYVg72CuCQZOWdL4TTVhFu+FJDE3LrBdJCYCuRSkVK6WoabolORU612Sq/sAWUDFGL4UNKd7pOdUFnln8oj/HqnmeKANV0epx/Hiz7KS06bxiRsNU+bf+s8SHFP3Fuk+ane/bNOQ6For+zI4fFG2PBvRDbkLkZnx9JCcXPvEgK69janhkmulk2lpHXsOav+QeH4ld9wMCqeVpyhEea1IWfhkIZuuYMV1S4B2jbyEM8uCSU66t+mJlGi7gavoaLCu7xiJ2TMuXsibBG4Zgdz4ZRi+W62j1G0hG5k+9S1dcWjv39ZskfKv5QEIx8lzFY0EEN849vdEU54Csf7TOlDmJ6CINTwffe0F4vp0LOy+y1ABWv4P+yR24bY7H1dnG1K+Lux8+5cDJLxzMgeVugQoVgTxiPiehiSuWmce/iaR1otiSMzEuifTJH28S0dajFrBJ86Gs7P1HMcimkM5YZ79ZkC5/VEy1k0V0NB5dCsPiUhPcxIht/mAoBgGJKeqK9MkLGrV90lwKohzKrWmph9VfMyf2X52ErsKLMLCH7CbyisKyKOkLtmF43yRWodOK+PNHnLXht3FLXJp2Hyv1yXwskDikzhQ/HG2hOqu8VLpzUTZCN3zDwVdaI964E1RP3AvNuFsx9rS2sdJ16flIdrCGljdA993YgvNGRSoQ0aN5secbZ3hqwD0ps5O+Udcr3Yg98+n8yVlH5GmlCPdPJ51bUCGp9eKU8FCCMsPlIlAZHJJXLvvvpYTL3cSWrw8xDfkiFOCusrIDxWB87IoPyAbOSj3f34Hi6HWvxhRLKc027SwZo3NETgb+Z56f1wZLEMfWJ7QhZPAS28rf2YiePtMUIAwWeXepvkZptiz1TMkDQFw58/hOYtsuFbLalka1J4ZdXzr7EXrWaTsKhzW8KG1HFr/zuEySeg3NuHdRrEHw+aTGzzLkf2p7k0q1Fo1/WaHaCDxIZsBEA5KUamXgUQp+3Oysm/u9M7gmxZh3ZV9KBTau1zq0ksWyCDZMsM5DxZ9+kZmPmK514Zcr540lixUUo1r5moU5M9SgoAn3tUTGJt4KZqrEXa5gxz3s+AJDHv2UF1Id/aTCxTKHEsZCSW7NsMv2+PeWDi/bKyr2QIBc0hV75DSFkDJ3nvMpSKJamAZR6zZT977TefUfUMAJ75tfUfoBLyeKGSG02w1VCM8nymxTrblGBllTuTm8KHoaC0FWTnM9GmrX9QoxaLuBLWOjkCCUsKI0bMWm7rz3evRqVcjzu/20Gb9N1VFaRfe8CK+O8V5GnL7Vy0csBW1+fk8T3IzallkQWpvsZdx8ah01EbPEb556F/M4FEkljNxLFuQBo3k+kFKiyBejmXt/u2OHTm73D7SEsnn0iU6NK0EIErzdsxya6rse/kt/uBWvAzOziNUnt9EV32xPb203I2MKfvjsqHlP+VUocgkEh6g27u/AdeH62//2aKwXvwgo932e5f+StXuFZVRqbamx7lerws5FiK4zyC/ln7PXhmXsVeTVosBdSjOAKadnp56+23HQV6ZHbHODXyEQEEEjHRNLKvONqnU02lB0+HZmSB/2BPhl47akU+4ZmiGeJ7LGevGXY9mvyePFhyn0UXkEVZUW6O7qAy9y89s4d6kRD6w4PMdKJniWjSHKs/X3HNLpvlDjIcZ8u3X48oDUCoWO40euLBOLYQzZoD3MHxY7whSeXE01K8Kkmi6mVr32P27KPQpp14mLcYmx0PZsnRIwSOlMCJyHkeTKbLoYPWKHJ+MzNMpKBBiEcOTAEINxhKmatR6PTvM1kQaSyRqK4HG9U2anxdv/QziF7IVPQ2rY1CdP77T16dpCZcuqaFyJ3bw/E+nF46mI1tiSl72FM8h3qlUgzxLUbNQ46fCs4QsVvFahhggpZSH7cpvYDLQ5OfRzlegsari0PxJfBbcROWYjVppDzIUo/I+F6zu2xZBl1MvEkgTeurLyffslPG/+MmwoKpwmgN6D7JVFRmAF/hmopt8W/yx4cIeiiqkPwnwAlpRlKQm3lyIuRuhObzhGVkcg==\" />\n<meta name=\"be:messages\" content=\"false\" />\n<style>\n.be-ix-link-block {}\n</style>\n\n<script  id=\"be-app-script\" data-testmode=\"false\" data-delay='0' data-customerid=\"f00000000323048\" src=\"https://app-cf.bc0a.com/corejs/be-app.js\"></script>\n\n        <title>404 Page Not Found | Betterworks</title>\n<meta name=\"description\" content=\"Betterworks performance management software simplifies performance management, enabling organizations to make smart, data-based decisions.\" />\n<meta property=\"og:type\" content=\"website\" />\n<meta property=\"og:title\" content=\"404 Page Not Found\" />\n<meta property=\"og:description\" content=\"Betterworks performance management software sim"
        }
      },
      "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": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

2 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

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: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 2,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Big companies need the best solution. We’ve got you covered.",
      "isQuestion": false,
      "html": "<h2 class=\"text-3xl md:text-5xl font-semibold text-center mx-auto max-w-270 mb-4\">Big companies need the best solution. We&#x2019;ve got you covered.</h2>"
    },
    {
      "index": 2,
      "text": "Recognized by the Industry’s Most Trusted Voices",
      "isQuestion": false,
      "html": "<h2 class=\"font-semibold text-3xl xl:text-5xl leading-tight mb-3\"> Recognized by the Industry&#x2019;s Most Trusted Voices </h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

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": 236047
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 236116
          }
        ]
      },
      "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": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 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\" class=\"scroll-smooth\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n        \n<!-- be_ixf, sdk, gho-->\n<meta name=\"be:sdk\" content=\"php_sdk_1.5.15\" />\n<meta name=\"be:timer\" content=\"54ms\" />\n<meta name=\"be:orig_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2F.well-known%2Foauth-protected-resource\" />\n<meta name=\"be:norm_url\" content=\"https%3A%2F%2Fwww.betterworks.com%2F.well-known%2Foauth-protected-resource\" />\n<meta name=\"be:capsule_url\" content=\"https%3A%2F%2Fixfd1-api.bc0a.com%2Fapi%2Fixf%2F1.0.0%2Fget_capsule%2Ff00000000323048%2F1763133936\" />\n<meta name=\"be:api_dt\" content=\"Zy_2026;Zm_04;Zd_01;Zh_17;Zmh_27;p_epoch:1775"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.betterworks.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://www.betterworks.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.betterworks.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.betterworks.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": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

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

100 Fail

Check name

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

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 link found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

100 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

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