Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 44 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 0 out of 100
- GEO, AIO and AEO 78 out of 100
- SEO 100 out of 100
- Performance and Accessibility 76 out of 100
What AI sees of your website
Engagement and Referral Platform for Customer-led Growth | Extole
Boost revenue with our enterprise platform. Build referral, engagement, loyalty, influencer, and ambassador programs for retail, banks, telecoms, and more.
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.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 44 | Priority fix | 9 | 14 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 63 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 78 | Mostly ready | 4 | 0 | 15 | |
| GEO Readiness | 87 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 81 | Mostly ready | 2 | 0 | 5 | |
| AEO Readiness | 67 | Needs work | 1 | 0 | 6 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 0 | Priority fix | 4 | 5 | 0 | View details |
| Security & Trust | 0 | Priority fix | 0 | 5 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 76 | Mostly ready | 20 | 5 | 3 | View details |
| Performance | 67 | Needs work | 13 | 4 | 3 | View details |
| Accessibility | 92 | Strong | 7 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
52 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
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
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/api-catalog\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"htt"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
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.
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
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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/openapi.json\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/www.e"
},
{
"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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/openapi.yaml\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/www.e"
},
{
"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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/swagger.json\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/www.e"
},
{
"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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/swagger.yaml\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/www.e"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/api\\/openapi.json\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!doctype html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/api\\/swagger.json\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/"
},
{
"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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/docs\\/openapi.json\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
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
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"BreadcrumbList",
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"BreadcrumbList",
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
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
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://www.extole.com/wp-json/",
"rel": "https://api.w.org/",
"type": "application/json"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
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
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 26162,
"excerpt": "<!doctype html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels; 3 links missing accessible names.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"https://www.extole.com\"> <img width=\"124\" height=\"36\" src=\"https://www.extole.com/wp-content/uploads/2023/07/Extole-logo.svg\" class=\"attachment-full size-full wp-image-16101\" alt> </a>",
"<a href=\"https://www.extole.com/resources/referral-best-practices-guide/\"> <img loading=\"lazy\" width=\"1500\" height=\"1024\" src=\"https://www.extole.com/wp-content/uploads/2019/02/General-Referral-Guide_Featured-Image.png\" class=\"attachment-full size-full wp-image-11942\" alt srcset=\"https://www.extole.com/wp-content/uploads/2019/02/General-Referral-Guide_Featured-Image.png 1500w, https://www.extole.com/wp-content/uploads/2019/02/General-Referral-Guide_Featured-Image-300x205.png 300w, https://www.ex",
"<a href=\"#video\"> <img loading=\"lazy\" decoding=\"async\" width=\"739\" height=\"415\" src=\"https://www.extole.com/wp-content/uploads/2025/02/Extole-Demo-FOR-PLACEMENT-ONLY-high.gif\" class=\"attachment-large size-large wp-image-21796\" alt> </a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img src=\"https://ws.zoominfo.com/pixel/nyal4GfWczfoh4qWFbDi\" width=\"1\" height=\"1\" style=\"display: none;\">"
],
"skippedHeadingLevels": [
"h3: Enterprise Platform",
"h3: Platform Features",
"h3: Acquisition Programs",
"h3: Retention Programs",
"h5: RefeRral Platform Tour",
"h2: See the platform in action.",
"h3: By Role",
"h3: By Industry",
"h5: Featured Report",
"h5: Forrester’s Total Economic Impact Study on Extole",
"h3: Resources",
"h3: Blog",
"h3: How-to's",
"h5: Most Popular Guide",
"h5: 2025 Referral Marketing Best Practices Guide",
"h3: Documentation",
"h3: SDKs & GitHub",
"h3: Platform",
"h5: Partner Directory",
"h2: Explore our technology partners.",
"h3: Tech Partners",
"h3: Reseller Partners",
"h3: Agency Partners",
"h1: Build better offerreferralloyaltyreward programs with AI.",
"h2: Our enterprise offer management platform unlocks the full potential of your referral, loyalty, and other incentive-based programs with personalization, automated rewards, performance analytics, and more.",
"h2: Loved by marketers.Ready for AI.",
"h6: Try asking…",
"h6: Reconciliation",
"h6: Investigation",
"h6: Support",
"h2: Built for developers and agents.",
"h3: API & OpenAPI",
"h3: SDKs & GitHub",
"h3: CLI Access",
"h3: Documentation and Guides",
"h3: Agent-Readable Docs",
"h3: Security & Compliance",
"h2: Powerful offer programs.",
"h2: Industry-expertSolutions for Offer Management",
"h4: Retail",
"h5: Drive traffic and conversions by encouraging your existing customers to share with their friends.",
"h4: Consumer FinTech",
"h5: We can help you create modern, scalable, secure programs to acquire low-cost, high-quality new members.",
"h4: Banks & Credit Unions",
"h5: Your existing members can help grow your subscription business or your loyalty program.",
"h4: Telecom",
"h5: Create referral and loyalty programs for your current customers, employees, and property managers",
"h4: Travel & Hospitality",
"h5: Combine configurable online, in-app programs with rich targeting",
"h4: Franchisors",
"h5: Use a wide range of rewards to encourage behavior and the next action",
"h2: Resources",
"h5: 2026 Referral Marketing Playbook",
"h5: Financial Services Marketing: How To Leverage Referrals",
"h5: Put Your Retail Marketing Into High Gear With Referrals",
"h2: Extole unlocks the full potential of your offer, loyalty, and referral programs. Find out how.",
"h6: Enterprise Platform",
"h6: Platform Features",
"h5: Acquisition Programs",
"h5: Solutions by Industry",
"h5: Solutions by Role",
"h5: Resources",
"h5: Company"
]
},
"counts": {
"h1": 1,
"headings": 63,
"links": 263,
"inaccessibleLinks": 3,
"buttons": 21,
"inaccessibleButtons": 0,
"images": 68,
"imagesWithAlt": 67,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
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
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": 147660
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
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
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": 147588
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147594
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147510
}
]
},
"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
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
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
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": 147432
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147510
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147588
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
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
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": 147528
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147450
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147432
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
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
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": 147552
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147582
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147474
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
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
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5616
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5577
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
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
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": 147522
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147444
}
]
},
"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
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
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
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": 147528
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147450
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
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
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
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
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
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
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
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.extole.com",
"probes": [
{
"name": "_index._agents.www.extole.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.extole.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.extole.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "extole.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
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
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
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
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.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
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": 293,
"interactiveWithTags": 0,
"totalCount": 293,
"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": 293,
"interactiveWithTags": 0,
"totalCount": 293,
"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": 293,
"interactiveWithTags": 0,
"totalCount": 293,
"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
}
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
8 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
75/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Wed, 10 Jun 2026 13:26:08 GMT",
"schemaDates": [
"2026-06-03T13:41:32-07:00",
"2023-07-31T22:44:11-07:00"
],
"metaDateCount": 0,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2023-07-31T22:44:11-07:00",
"2026-06-03T13:41:32-07:00"
],
"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.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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.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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
},
{
"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'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'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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'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'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'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'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.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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'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'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
},
{
"href": "https://www.tiktok.com/legal/privacy-policy?lang=en",
"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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA..."
},
{
"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'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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
},
{
"href": "https://archive.org/about/terms.php",
"text": "Learn more about this provider",
"html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://archive.org/about/terms.php\" title=\"Learn more about this provider Archive's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6Q..."
},
{
"href": "https://www.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"href": "https://www.tiktok.com/legal/privacy-policy?lang=en",
"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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA..."
},
{
"href": "https://www.extole.com/platform/mcp/",
"text": "Learn more about Extole MCP →",
"html": "<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https://www.extole.com/platform/mcp/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Learn more about Extole MCP →</span> </span> </a>"
},
{
"href": "https://www.extole.com/resources/2026-referral-marketing-playbook/",
"text": "2026 Referral Marketing Playbook Refer a friend is about sharing. The most effective sharing happens through email. Knowing what makes the emails that power refer-a-friend",
"html": "<a class=\"elementor-element elementor-element-79dcb1f3 e-con-full e-flex e-con e-child\" data-id=\"79dcb1f3\" data-element_type=\"container\" data-e-type=\"container\" href=\"https://www.extole.com/resources/2026-referral-marketing-playbook/\"> <div class=\"elementor-element elementor-element-600aae94 elementor-widget__width-initial elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"600aae94\" data-element_type=\"widget\" data-e-type=\"widget\" data-wi..."
},
{
"href": "https://www.extole.com/company/",
"text": "About",
"html": "<a href=\"https://www.extole.com/company/\" class=\"elementor-item\">About</a>"
},
{
"href": "/company/#careers",
"text": "Careers",
"html": "<a href=\"/company/#careers\" class=\"elementor-item elementor-item-anchor\">Careers</a>"
},
{
"href": "https://www.extole.com/company/",
"text": "About",
"html": "<a href=\"https://www.extole.com/company/\" class=\"elementor-item\" tabindex=\"-1\">About</a>"
},
{
"href": "/company/#careers",
"text": "Careers",
"html": "<a href=\"/company/#careers\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Careers</a>"
},
{
"href": "https://www.linkedin.com/company/extole/",
"text": "Linkedin",
"html": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b7d3782\" href=\"https://www.linkedin.com/company/extole/\" target=\"_blank\"> <span class=\"elementor-screen-only\">Linkedin</span> <i aria-hidden=\"true\" class=\"fab fa-linkedin\"></i> </a>"
}
],
"contactLinks": [
{
"href": "https://success.extole.com/",
"text": "Help Center",
"html": "<a href=\"https://success.extole.com/\" class=\"elementor-item\">Help Center</a>"
},
{
"href": "https://success.extole.com/",
"text": "Help Center",
"html": "<a href=\"https://success.extole.com/\" class=\"elementor-item\" tabindex=\"-1\">Help Center</a>"
},
{
"href": "https://www.extole.com/fintech/",
"text": "Consumer FinTech We can help you create modern, scalable, secure programs to acquire low-cost, high-quality new members.",
"html": "<a class=\"elementor-element elementor-element-48cc99c e-con-full e-flex e-con e-child\" data-id=\"48cc99c\" data-element_type=\"container\" data-e-type=\"container\" href=\"https://www.extole.com/fintech/\"> <div class=\"elementor-element elementor-element-63d6630 elementor-widget elementor-widget-image\" data-id=\"63d6630\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\"> <div class=\"elementor-widget-container\"> <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800..."
},
{
"href": "https://www.extole.com/banks-credit-unions/",
"text": "Banks & Credit Unions Your existing members can help grow your subscription business or your loyalty program.",
"html": "<a class=\"elementor-element elementor-element-8cd2b39 e-con-full e-flex e-con e-child\" data-id=\"8cd2b39\" data-element_type=\"container\" data-e-type=\"container\" href=\"https://www.extole.com/banks-credit-unions/\"> <div class=\"elementor-element elementor-element-977b6c5 elementor-widget elementor-widget-image\" data-id=\"977b6c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\"> <div class=\"elementor-widget-container\"> <img loading=\"lazy\" decoding=\"async\" width=\"800\"..."
},
{
"href": "https://www.extole.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://www.extole.com/contact-us/\" class=\"elementor-item\">Contact Us</a>"
},
{
"href": "https://www.extole.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://www.extole.com/contact-us/\" class=\"elementor-item\" tabindex=\"-1\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://policies.google.com/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://policies.google.com/privacy\" style>Privacy Policy</a>"
},
{
"href": "https://policies.google.com/terms",
"text": "Terms of Service",
"html": "<a href=\"https://policies.google.com/terms\" style>Terms of Service</a>"
},
{
"href": "https://www.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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.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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
},
{
"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'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'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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'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'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'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'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.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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'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'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
},
{
"href": "https://www.tiktok.com/legal/privacy-policy?lang=en",
"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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA..."
},
{
"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'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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
},
{
"href": "https://archive.org/about/terms.php",
"text": "Learn more about this provider",
"html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://archive.org/about/terms.php\" title=\"Learn more about this provider Archive's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6Q..."
},
{
"href": "https://www.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"href": "https://www.tiktok.com/legal/privacy-policy?lang=en",
"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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA..."
},
{
"href": "https://www.extole.com/tos/",
"text": "Terms of Service",
"html": "<a href=\"https://www.extole.com/tos/\"> <span class=\"elementor-icon-list-text\">Terms of Service</span> </a>"
},
{
"href": "https://www.extole.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.extole.com/privacy-policy/\"> <span class=\"elementor-icon-list-text\">Privacy Policy</span> </a>"
},
{
"href": "https://www.extole.com/privacy-policy#cookies",
"text": "Cookies",
"html": "<a href=\"https://www.extole.com/privacy-policy#cookies\"> <span class=\"elementor-icon-list-text\">Cookies</span> </a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
28 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 30,
"passing": 2,
"failing": [
{
"heading": "Enterprise Platform",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Enterprise Platform</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Platform Features",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Platform Features</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Acquisition Programs",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Acquisition Programs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Retention Programs",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Retention Programs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "See the platform in action.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">See the platform in action.</h2>",
"firstParagraph": "Connect enterprise data with customer events for personalization, rewards, and performance analytics.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Connect enterprise data with customer events for personalization, rewards, and performance analytics.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "By Role",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">By Role</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "By Industry",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">By Industry</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Resources</h3>",
"firstParagraph": "Browse our resource library to get everything you need to win at customer-led growth.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Browse our resource library to get everything you need to win at customer-led growth.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Blog",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Blog</h3>",
"firstParagraph": "Get insights for navigating changing markets and industry demands.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Get insights for navigating changing markets and industry demands.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "How-to's",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">How-to's</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Documentation",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Documentation</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "SDKs & GitHub",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">SDKs & GitHub</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Platform",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Platform</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore our technology partners.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Explore our technology partners.</h2>",
"firstParagraph": "Boost your results with the value-add capabilities of Extole's technology and integration partners.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Boost your results with the value-add capabilities of Extole's technology and integration partners.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Tech Partners",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Tech Partners</h3>",
"firstParagraph": "Connect your platform with Extole to deliver integrated value.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Connect your platform with Extole to deliver integrated value. </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Reseller Partners",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Reseller Partners</h3>",
"firstParagraph": "Expand your offering with Extole's customer engagement platform.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Expand your offering with Extole's customer engagement platform.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Agency Partners",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Agency Partners</h3>",
"firstParagraph": "Help your clients unlock the power of customer-led growth.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Help your clients unlock the power of customer-led growth.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Loved by marketers.Ready for AI.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Loved</span> by marketers.<br><span class=\"section-accent\">Ready</span> for AI.</h2>",
"firstParagraph": "With Extole, your marketing team gets answers from right inside the AI assistants they already use. Pull reports, manage rewards, and reconcile numbers in seconds.",
"paragraphHtml": "<p>With Extole, your marketing team gets answers from right inside the AI assistants they already use. Pull reports, manage rewards, and reconcile numbers in seconds.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Built for developers and agents.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Built</span> for developers and agents.</h2>",
"firstParagraph": "Every surface you need to integrate and manage Extole: REST APIs, SDKs, and CLI. Plus, our OpenAPI spec, llms.txt, and documentation MCP give your agents the current specs to build it right and ship faster.",
"paragraphHtml": "<p>Every surface you need to integrate and manage Extole: REST APIs, SDKs, and CLI. Plus, our OpenAPI spec, llms.txt, and documentation MCP give your agents the current specs to build it right and ship faster.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "API & OpenAPI",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">API & OpenAPI</h3>",
"firstParagraph": "A broader, well-documented API that ships with an OpenAPI spec.",
"paragraphHtml": "<p>A broader, well-documented API that ships with an OpenAPI spec.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "SDKs & GitHub",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">SDKs & GitHub</h3>",
"firstParagraph": "Drop-in SDKs for web and mobile to speed up your integration.",
"paragraphHtml": "<p>Drop-in SDKs for web and mobile to speed up your integration.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "CLI Access",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">CLI Access</h3>",
"firstParagraph": "Inspect, debug, and operate Extole from your terminal.",
"paragraphHtml": "<p>Inspect, debug, and operate Extole from your terminal.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Documentation and Guides",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Documentation and Guides</h3>",
"firstParagraph": "Product, Integration, and User documentation, all in one place.",
"paragraphHtml": "<p>Product, Integration, and User documentation, all in one place.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Agent-Readable Docs",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Agent-Readable Docs</h3>",
"firstParagraph": "// enterprise-grade trust",
"paragraphHtml": "<p>// enterprise-grade trust</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Security & Compliance",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Security & Compliance</h3>",
"firstParagraph": "ISO/IEC 27001 certified, with GDPR, CCPA, and EU-US DPF compliance.",
"paragraphHtml": "<p>ISO/IEC 27001 certified, with GDPR, CCPA, and EU-US DPF compliance.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Industry-expertSolutions for Offer Management",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Industry-expert<br>Solutions for <br>Offer <span class=\"section-accent\">Management</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Resources</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Extole unlocks the full potential of your offer, loyalty, and referral programs. Find out how.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Extole unlocks the <span style=\"color:#ee0049\" class=\"section-accent\">full potential</span> of your offer, loyalty, and referral programs. Find out how.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
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": 9,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2023-07-31T22:44:11-07:00",
"2026-06-03T13:41:32-07:00"
],
"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.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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.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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
},
{
"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'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'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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'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'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'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'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.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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'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'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
},
{
"href": "https://www.tiktok.com/legal/privacy-policy?lang=en",
"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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA..."
},
{
"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'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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
},
{
"href": "https://archive.org/about/terms.php",
"text": "Learn more about this provider",
"html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://archive.org/about/terms.php\" title=\"Learn more about this provider Archive's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6Q..."
},
{
"href": "https://www.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"href": "https://www.tiktok.com/legal/privacy-policy?lang=en",
"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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA..."
},
{
"href": "https://www.extole.com/platform/mcp/",
"text": "Learn more about Extole MCP →",
"html": "<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https://www.extole.com/platform/mcp/\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">Learn more about Extole MCP →</span> </span> </a>"
},
{
"href": "https://www.extole.com/resources/2026-referral-marketing-playbook/",
"text": "2026 Referral Marketing Playbook Refer a friend is about sharing. The most effective sharing happens through email. Knowing what makes the emails that power refer-a-friend",
"html": "<a class=\"elementor-element elementor-element-79dcb1f3 e-con-full e-flex e-con e-child\" data-id=\"79dcb1f3\" data-element_type=\"container\" data-e-type=\"container\" href=\"https://www.extole.com/resources/2026-referral-marketing-playbook/\"> <div class=\"elementor-element elementor-element-600aae94 elementor-widget__width-initial elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"600aae94\" data-element_type=\"widget\" data-e-type=\"widget\" data-wi..."
},
{
"href": "https://www.extole.com/company/",
"text": "About",
"html": "<a href=\"https://www.extole.com/company/\" class=\"elementor-item\">About</a>"
},
{
"href": "/company/#careers",
"text": "Careers",
"html": "<a href=\"/company/#careers\" class=\"elementor-item elementor-item-anchor\">Careers</a>"
},
{
"href": "https://www.extole.com/company/",
"text": "About",
"html": "<a href=\"https://www.extole.com/company/\" class=\"elementor-item\" tabindex=\"-1\">About</a>"
},
{
"href": "/company/#careers",
"text": "Careers",
"html": "<a href=\"/company/#careers\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Careers</a>"
},
{
"href": "https://www.linkedin.com/company/extole/",
"text": "Linkedin",
"html": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b7d3782\" href=\"https://www.linkedin.com/company/extole/\" target=\"_blank\"> <span class=\"elementor-screen-only\">Linkedin</span> <i aria-hidden=\"true\" class=\"fab fa-linkedin\"></i> </a>"
}
],
"contactLinks": [
{
"href": "https://success.extole.com/",
"text": "Help Center",
"html": "<a href=\"https://success.extole.com/\" class=\"elementor-item\">Help Center</a>"
},
{
"href": "https://success.extole.com/",
"text": "Help Center",
"html": "<a href=\"https://success.extole.com/\" class=\"elementor-item\" tabindex=\"-1\">Help Center</a>"
},
{
"href": "https://www.extole.com/fintech/",
"text": "Consumer FinTech We can help you create modern, scalable, secure programs to acquire low-cost, high-quality new members.",
"html": "<a class=\"elementor-element elementor-element-48cc99c e-con-full e-flex e-con e-child\" data-id=\"48cc99c\" data-element_type=\"container\" data-e-type=\"container\" href=\"https://www.extole.com/fintech/\"> <div class=\"elementor-element elementor-element-63d6630 elementor-widget elementor-widget-image\" data-id=\"63d6630\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\"> <div class=\"elementor-widget-container\"> <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800..."
},
{
"href": "https://www.extole.com/banks-credit-unions/",
"text": "Banks & Credit Unions Your existing members can help grow your subscription business or your loyalty program.",
"html": "<a class=\"elementor-element elementor-element-8cd2b39 e-con-full e-flex e-con e-child\" data-id=\"8cd2b39\" data-element_type=\"container\" data-e-type=\"container\" href=\"https://www.extole.com/banks-credit-unions/\"> <div class=\"elementor-element elementor-element-977b6c5 elementor-widget elementor-widget-image\" data-id=\"977b6c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\"> <div class=\"elementor-widget-container\"> <img loading=\"lazy\" decoding=\"async\" width=\"800\"..."
},
{
"href": "https://www.extole.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://www.extole.com/contact-us/\" class=\"elementor-item\">Contact Us</a>"
},
{
"href": "https://www.extole.com/contact-us/",
"text": "Contact Us",
"html": "<a href=\"https://www.extole.com/contact-us/\" class=\"elementor-item\" tabindex=\"-1\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://policies.google.com/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://policies.google.com/privacy\" style>Privacy Policy</a>"
},
{
"href": "https://policies.google.com/terms",
"text": "Terms of Service",
"html": "<a href=\"https://policies.google.com/terms\" style>Terms of Service</a>"
},
{
"href": "https://www.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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.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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR..."
},
{
"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'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'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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'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'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'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'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.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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'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'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXN..."
},
{
"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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpw..."
},
{
"href": "https://www.tiktok.com/legal/privacy-policy?lang=en",
"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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA..."
},
{
"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'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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs..."
},
{
"href": "https://archive.org/about/terms.php",
"text": "Learn more about this provider",
"html": "<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://archive.org/about/terms.php\" title=\"Learn more about this provider Archive's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6Q..."
},
{
"href": "https://www.brightcove.com/en/legal/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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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.jazzhr.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://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c..."
},
{
"href": "https://www.tiktok.com/legal/privacy-policy?lang=en",
"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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA..."
},
{
"href": "https://www.extole.com/tos/",
"text": "Terms of Service",
"html": "<a href=\"https://www.extole.com/tos/\"> <span class=\"elementor-icon-list-text\">Terms of Service</span> </a>"
},
{
"href": "https://www.extole.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.extole.com/privacy-policy/\"> <span class=\"elementor-icon-list-text\">Privacy Policy</span> </a>"
},
{
"href": "https://www.extole.com/privacy-policy#cookies",
"text": "Cookies",
"html": "<a href=\"https://www.extole.com/privacy-policy#cookies\"> <span class=\"elementor-icon-list-text\">Cookies</span> </a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 84/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 84/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: customer, led, growth, extole, better, offerreferralloyaltyreward.
Details
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
84/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 84/100 and needs improvement.
Evidence
{
"title": "Engagement and Referral Platform for Customer-led Growth | Extole",
"h1": "Build better offerreferralloyaltyreward programs with AI.",
"description": "Boost revenue with our enterprise platform. Build referral, engagement, loyalty, influencer, and ambassador programs for retail, banks, telecoms, and more.",
"topicOverlap": 0.45454545454545453,
"topicTerms": [
"engagement",
"referral",
"platform",
"customer",
"led",
"growth",
"extole",
"build",
"better",
"offerreferralloyaltyreward",
"programs"
],
"descriptionTerms": [
"boost",
"revenue",
"enterprise",
"platform",
"build",
"referral",
"engagement",
"loyalty",
"influencer",
"ambassador",
"programs",
"retail",
"banks",
"telecoms",
"more"
],
"missingFromDescription": [
"customer",
"led",
"growth",
"extole",
"better",
"offerreferralloyaltyreward"
],
"score": 84,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 30,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
55 image(s) are missing width/height attributes. 905 possible modal/interstitial element(s) detected.
Details
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": 3858,
"htmlBytes": 449450,
"imagesMissingDimensions": [
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgBpdTdCcMgEAdwT/vk04EOkBG6QifpHH3rCF2hk3SVvBaEuoDYu4IgRRMv/iEkD/Hn+QnOuatS6gEAqDoJIQC/vfe594+m576FjAZKL6XXkSDiYox5UQFLXZEoNZJzXg9B/0hK6SKGWkiMcRVBewjnNIuURdIzyFBFo0jZPnoGqaMbCEqRJkSNIiFPCfILj7F1GLkySfvuqnFlShDxWesF6D76zF4jPJ/GWvum7/NRjBCegtsXQuuTY/odOJIAAAAASUVORK5CYII=\" alt=\"opens in a new window\">"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/athleta-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/athleta-logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/loreoal-paris-vector-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/loreoal-paris-vector-logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/asics-seeklogo.com_.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/asics-seeklogo.com_.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/ashley-homestore-logo-vector.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/ashley-homestore-logo-vector.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2021/01/tatcha-logo-nav.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2021/01/tatcha-logo-nav.png\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/bose.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/bose.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/revzilla_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/revzilla_logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/lovesac-logo-vector.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/lovesac-logo-vector.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/wine-com-logo-vector.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/wine-com-logo-vector.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/lull-logo-transparent-background-1024x945-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/lull-logo-transparent-background-1024x945-1.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/CarParts.com_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/CarParts.com_logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/Cleveland_Golf_Logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/Cleveland_Golf_Logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/ancestry-logo-vector.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/ancestry-logo-vector.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/everlywell-logos-idRBRlBpvc.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/everlywell-logos-idRBRlBpvc.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/Cinemark_Logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/Cinemark_Logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/CLEAR_Logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/CLEAR_Logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/princess-cruises-vector-logo-2022.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/princess-cruises-vector-logo-2022.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/c-spire-vector-logo-2021.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/c-spire-vector-logo-2021.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/Kumon_Method_Logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/Kumon_Method_Logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/08/open-english-150x150-1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/08/open-english-150x150-1.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/08/veo-logo-150x150-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/08/veo-logo-150x150-2.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/08/wag-logo-150x150-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/08/wag-logo-150x150-2.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/Greenlight_logo_2020.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/Greenlight_logo_2020.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/Discover_Card_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/Discover_Card_logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/08/teachersfederalcreditunion_logo_black-text.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/08/teachersfederalcreditunion_logo_black-text.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/First_National_Bank_of_Omaha_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/First_National_Bank_of_Omaha_logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/NorthropGrumman-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/NorthropGrumman-logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/columbia.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/columbia.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/tally-logo-icon-full-primary.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/tally-logo-icon-full-primary.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2023/07/dailypay-logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2023/07/dailypay-logo.svg\" alt>"
},
{
"src": "https://www.extole.com/wp-content/uploads/2022/07/Go2Bank-Brand-Logo.png",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.extole.com/wp-content/uploads/2022/07/Go2Bank-Brand-Logo.png\" alt>"
}
],
"possibleDialogs": [
"<link rel=\"stylesheet\" id=\"wp-video-popup-css\" href=\"https://www.extole.com/wp-content/plugins/responsive-youtube-vimeo-popup/assets/css/wp-video-popup.css?ver=2.10.4\" media=\"all\">",
"<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 style=\"display: flex; font-size: 0.9375rem;\" data-template=\"slideup\" class=\"CybotEdge CybotCloseButtonEnabled CybotCookiebotDialogActive\"><div class=\"CybotCookiebotDialogContentWrapper\"><div id=\"CybotCookiebotDialogHeader\"><div id=\"CybotCookiebotDialogHeaderLogosWrapper\"><div id=\"CybotCookiebotDialog...",
"<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&utm_medium=referral&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&utm_medium=referral&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&utm_medium=referral&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&utm_medium=referral&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\">Our Site Uses Cookies</div><div id=\"CybotCookiebotDialogBodyContentText\" lang=\"en\">We use cookies for functio...",
"<div id=\"CybotCookiebotDialogBodyContentTitle\" class=\"CybotCookiebotDialogBodyContentHeading\" lang=\"en\" role=\"heading\" aria-level=\"2\">Our Site Uses Cookies</div>",
"<div id=\"CybotCookiebotDialogBodyContentText\" lang=\"en\">We use cookies for functional and marketing purposes. Please accept or decline the use cookies if you continue to use our website. This site is protected by reCAPTCHA and the Google <a href=\"https://policies.google.com/privacy\" style>Privacy Policy</a> and <a href=\"https://policies.google.com/terms\" style>Terms of Service</a> apply.</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=\"CybotCookiebotDialogBodyLevelButtonNecessa...",
"<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 CybotCooki...",
"<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\">Functionality</strong></label><div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\" class=\"CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox\" data-target=\"...",
"<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyLevelButtonPreferences\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Functionality</strong></label>",
"<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Functionality</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=\"Cybot...",
"<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=\"CybotCoo...",
"<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>Settings</a></div>",
"<a id=\"CybotCookiebotDialogBodyEdgeMoreDetailsLink\" href=\"#\" class>Settings</a>",
"<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogTabContentDetails\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDetails\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div class=\"CybotCookiebotDialogSROnly\"...",
"<div id=\"CybotCookiebotDialogTabContentDetails\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavDetails\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">Details</div><div id=\"CybotCookiebotDi...",
"<div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">Details</div>",
"<div id=\"CybotCookiebotDialogDetailBody\"><div id=\"CybotCookiebotDialogDetailBodyContent\"><div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><butto...",
"<div id=\"CybotCookiebotDialogDetailBodyContent\"><div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyConte...",
"<div id=\"CybotCookiebotDialogDetailBodyContentTextOverview\" lang=\"en\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebo...",
"<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainer\"><ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogColl...",
"<ul id=\"CybotCookiebotDialogDetailBodyContentCookieContainerTypes\" style=\"list-style-type: none;\"><li class=\"CookieCard\"><div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyCon...",
"<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecess...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonNece...",
"<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerNecessary\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-label=\"Necessary (33)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsNecessary\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" role=\"heading\" aria-level=\"3\">Necessary </span> <span...",
"<span id=\"CybotCookiebotDialogBodyLevelButtonNecessaryInlineLabel\" role=\"heading\" aria-level=\"3\">Necessary </span>",
"<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">33</span>",
"<div class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled 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=\"#\">Brightcove<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=\"#\">Brightcove<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=\"#\">Brightcove<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=\"#\">Brightcove<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=\"#\">Brightcove<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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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\">test_cookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user's browser supports cookies.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotC...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user's browser supports cookies.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 da...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">test_cookie</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to check if the user's browser supports cookies.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<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'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=\"#\">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'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\">rc::a</strong><span class=\"CybotCookiebotDi...",
"<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\">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::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>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot'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</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFo...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum S...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookietest</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">This cookie is used to determine if the visitor has accepted the cookie consent box.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">JazzHR<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">JazzHR<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://www.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALB</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=...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALB</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=\"CybotCookiebotDialogDeta...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALB</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>: 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\">AWSALBCORS</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=\"CybotCookiebotDialog...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">AWSALBCORS</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>: 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\">SF_PHPSESSID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for third-party recruitment app.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">SF_PHPSESSID</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for third-party recruitment app.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">LinkedIn<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">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'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\">li_gc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user's cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"Cybo...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">li_gc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user'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'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>bzr.openai.com<br>bzrcdn.openai.com<br>g2.com<br>hsadspixel.net<br>hs-banner.com<br>jazz.co<br>vimeo.com<br>www.extole.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">13</div></a><div class=\"CybotCookiebotDialogDetailBo...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>bzr.openai.com<br>bzrcdn.openai.com<br>g2.com<br>hsadspixel.net<br>hs-banner.com<br>jazz.co<br>vimeo.com<br>www.extole.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">13</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">13</div>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__cf_bm [x13]</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 [x13]</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 [x13]</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>bzr.openai.com<br>bzrcdn.openai.com<br>vimeo.com<br>zoominfo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div c...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>bzr.openai.com<br>bzrcdn.openai.com<br>vimeo.com<br>zoominfo.com<br></div><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\">_cfuvid [x4]</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 [x4]</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 [x4]</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=\"#\">ip2org-ext.zi-ext.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><st...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">ip2org-ext.zi-ext.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\">visitorId</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDe...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">visitorId</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span c...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">visitorId</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Preserves users states across page requests.</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=\"#\">sf16-website-login.neutral.tiktokcdn-eu.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBody...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">sf16-website-login.neutral.tiktokcdn-eu.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\">cookie-consent [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user's cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookie-consent [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user's cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stora...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">cookie-consent [x2]</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user's cookie consent state for the current domain</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>tours.extole.com<br>consent.cookiebot.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDia...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>tours.extole.com<br>consent.cookiebot.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\">CookieConsent [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user's cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">CookieConsent [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user's cookie consent state for the current domain</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storag...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">CookieConsent [x2]</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Stores the user'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=\"#\">www.extole.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong cl...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">www.extole.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\">elementor</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with the website's WordPress theme. The cookie allows the website owner to implement or change the website's content in real-ti...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">elementor</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with the website's WordPress theme. The cookie allows the website owner to implement or change the website's content in real-time.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"Cyb...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">elementor</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with the website's WordPress theme. The cookie allows the website owner to implement or change the website's content in real-time.</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\">wpEmojiSettingsSupports</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=\"Cy...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wpEmojiSettingsSupports</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>",
"<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreferenceCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Functionality (0)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabs...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Functionality (0)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButt...",
"<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerPreference\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-label=\"Functionality (0)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" role=\"heading\" aria-level=\"3\">Functionality </...",
"<span id=\"CybotCookiebotDialogBodyLevelButtonPreferencesInlineLabel\" role=\"heading\" aria-level=\"3\">Functionality </span>",
"<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">0</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\">Functional cookies enable a website to remember information that changes the way the website behaves or that allows Extole to provide a service, such as online chat support.</div>",
"<div id=\"CybotCookiebotDialogDetailBodyContentCookieTabsPreference\" class=\"CollapseCard CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li><p class=\"CybotCookiebotDialogDetailBodyEmptyCategoryMessage\">We do not use cookies of this type.</p></li></ul></div></div>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li><p class=\"CybotCookiebotDialogDetailBodyEmptyCategoryMessage\">We do not use cookies of this type.</p></li></ul></div>",
"<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li><p class=\"CybotCookiebotDialogDetailBodyEmptyCategoryMessage\">We do not use cookies of this type.</p></li></ul>",
"<p class=\"CybotCookiebotDialogDetailBodyEmptyCategoryMessage\">We do not use cookies of this type.</p>",
"<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatisticsCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (16)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsSt...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (16)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButton...",
"<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerStatistics\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsStatistics\" aria-label=\"Statistics (16)\" 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\">16</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=\"#\">Google<div c...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>...",
"<ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><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\"...",
"<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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong><span class=\"CybotCookiebotDial...",
"<p class=\"CybotCookiebotDialogDetailBodyContentCookieProviderDescription\">Some of the data collected by this provider is for the purposes of personalization and measuring advertising effectiveness.</p>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID that is used to generate statistical data on how the visitor uses the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID that is used to generate statistical data on how the visitor uses the website.</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 by Google Analytics to collect data on the number of times a user has visited the website as well as dates for the first and most recent visit. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebot...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_ga_#</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google Analytics to collect data on the number of times a user has visited the website as well as dates for the first and most recent visit. </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\">4</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div>",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor's browser.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><s...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor's browser.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage D...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssc</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Identifies if the cookie data needs to be updated in the visitor's browser.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssrc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to recognise the visitor's browser upon reentry on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duratio...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hssrc</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to recognise the visitor's browser upon reentry on the website.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hstc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookie...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__hstc</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspotutk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCo...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">hubspotutk</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sets a unique ID for the session. This allows the website to obtain data on visitor behaviour for statistical purposes.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<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...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<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://privacy.microsoft.com/en-us/privacystatement\" title=\"Learn more about this provider Microsoft'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\">_clck</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user’s navigation and behavior on the website. This is used to compile statistical reports and heatmaps for the website owner.</s...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_clck</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user’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\">_clck</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user’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\">_clsk [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users' behaviour on the website. Used for internal analytics by the website operator. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyCo...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_clsk [x2]</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users' behaviour on the website. Used for internal analytics by the website operator. </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\">_cltk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users' behaviour on the website. Used for internal analytics by the website operator. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCooki...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_cltk</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers statistical data on users' behaviour on the website. Used for internal analytics by the website operator. </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=\"#\">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'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\">_dd_s</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers the website's speed and performance. This function can be used in context with statistics and load-balancing.</span><div class=\"CybotCookiebot...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_dd_s</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers the website's speed and performance. This function can be used in context with statistics and load-balancing.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCo...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_dd_s</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers the website's speed and performance. This function can be used in context with statistics and load-balancing.</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\">vuid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on the user'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'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=\"#\"><div>tours.extole.com<br>player.vimeo.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDe...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>tours.extole.com<br>player.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\">dd_cookie_test_# [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers data on visitors' website-behaviour. This is used for internal analysis and website optimization. </span><div class=\"Cybo...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">dd_cookie_test_# [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers data on visitors' website-behaviour. This is used for internal analysis and website optimization. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBod...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">dd_cookie_test_# [x2]</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers data on visitors' website-behaviour. This is used for internal analysis and website optimization. </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=\"#\">ws.zoominfo.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong c...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">ws.zoominfo.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSession</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user's visits to the website, such as the number of visits, average time spent on the website and what pages have been...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSession</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user's visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"C...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSession</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user's visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSessionId</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user's visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ziwsSessionId</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects statistics on the user's visits to the website, such as the number of visits, average time spent on the website and what pages have been read.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
"<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertisingCard\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (44)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabs...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieContainerHeader\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (44)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-expanded=\"false\"><span id=\"CybotCookiebotDialogBodyLevelButt...",
"<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising\" aria-label=\"Marketing (44)\" 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\">44</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=\"#\">Brightcove<...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer\"><ul class=\"CybotCookiebotDialogDetailBodyContentCookieTabContent\" style=\"list-style-type: none;\"><li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Brightcove<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=\"#\">Brightcove<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=\"#\">Brightcove<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=\"#\">Brightcove<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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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\">v2/tracker</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with video-advertisement. The cookie limits the number of times a user is shown the same advertisement. The cookie is also used to ensur...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">v2/tracker</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with video-advertisement. The cookie limits the number of times a user is shown the same advertisement. The cookie is also used to ensure relevance of the video-advertisement to the specific user. </span><div class=\"CybotCookiebo...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">v2/tracker</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used in context with video-advertisement. The cookie limits the number of times a user is shown the same advertisement. The cookie is also used to ensure relevance of the video-advertisement to the specific user. </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=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Google<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">3</div>",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://business.safety.google/privacy/\" title=\"Learn more about this provider Google'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</strong><span class=\"CybotCookiebot...",
"<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</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google AdSense for experimenting with advertisement efficiency across websites using their services. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoote...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_au</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by Google AdSense for experimenting with advertisement efficiency across websites using their services. </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\">pagead/1p-user-list/#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks if the user has shown interest in specific products or events across multiple websites and detects how the user navigates between sites. This is used for measurement of advertisement efforts and facilitates payment of referral-...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">pagead/1p-user-list/#</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tracks if the user has shown interest in specific products or events across multiple websites and detects how the user navigates between sites. This is used for measurement of advertisement efforts and facilitates payment of referral-fees between websites.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_ls</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBod...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_gcl_ls</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=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new w...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">HubSpot<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div>",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://legal.hubspot.com/privacy-policy\" title=\"Learn more about this provider HubSpot's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IAr...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__ptq.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sends data to the marketing platform Hubspot about the visitor's device and behaviour. Tracks the visitor across devices and marketing channels.</sp...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__ptq.gif</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Sends data to the marketing platform Hubspot about the visitor'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'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=\"#\">JazzHR<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">JazzHR<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.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">external_referrer_url</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers how the user has reached the website to enable pay-out of referral commission fees to partners.</span><div class=\"CybotCookiebotDia...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">external_referrer_url</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers how the user has reached the website to enable pay-out of referral commission fees to partners.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCooki...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">external_referrer_url</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers how the user has reached the website to enable pay-out of referral commission fees to partners.</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=\"#\">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'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 by the social networking service, LinkedIn, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieIn...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">bcookie</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, LinkedIn, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maxim...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">bcookie</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, LinkedIn, for tracking the use of embedded services.</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\">lidc</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, LinkedIn, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">lidc</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, LinkedIn, for tracking the use of embedded services.</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=\"#\">Microsoft<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...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Microsoft<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://privacy.microsoft.com/en-US/privacystatement\" title=\"Learn more about this provider Microsoft'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\">_uetsid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track visitors on multiple websites, in order to present relevant advertisement based on the visitor's preferences. </span><div class=\"CybotCo...",
"<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'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'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'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's preferences. </span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid_exp</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_uetvid_exp</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Contains the expiry-date for the cookie with corresponding name. </span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MUID</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used widely by Microsoft as a unique user ID. The cookie enables user tracking by synchronising the ID across many Microsoft domains.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyC...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">MUID</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used widely by Microsoft as a unique user ID. The cookie enables user tracking by synchronising the ID across many Microsoft domains.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_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'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's preferences. </span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">TikTok<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">11</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=\"#\">TikTok<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">11</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">11</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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_cache_first_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyConte...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_cache_first_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_cache_first_#</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</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\">__tea_cache_tokens_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDi...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_cache_tokens_#</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\">__tea_sdk_ab_version_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitors' preferences and behaviour on the website - This information is used make content and advertisement more relevant to the specific visitor. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieI...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_sdk_ab_version_#</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects data on visitors' preferences and behaviour on the website - This information is used make content and advertisement more relevant to the specific visitor. </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\">PUMBAA_FREQ</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Max...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">PUMBAA_FREQ</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</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\">SLARDARtiktok_web_embed</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterCon...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">SLARDARtiktok_web_embed</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</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\">xmsi</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum St...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">xmsi</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</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\">xmst</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum St...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">xmst</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</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\">__tea_session_id_#</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_session_id_#</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</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\">msToken [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\">...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">msToken [x2]</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</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\">ttwid</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum S...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ttwid</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used by the social networking service, TikTok, for tracking the use of embedded services.</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\">5</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\">5</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">5</div>",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new window\" href=\"https://vimeo.com/privacy\" title=\"Learn more about this provider Vimeo'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’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’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’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\">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\">11</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\">11</div></a>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">11</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's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-ROLLOUT_TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><spa...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__Secure-ROLLOUT_TOKEN</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’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’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'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'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’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’s interaction with embedded content.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LAST_RESULT_ENTRY_KEY</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Dura...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LAST_RESULT_ENTRY_KEY</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’s interaction with embedded content.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">LogsDatabaseV2:V#||LogsRequestsStore</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’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’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\">TESTCOOKIESENABLED</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duratio...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">TESTCOOKIESENABLED</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’s interaction with embedded content.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">VISITOR_INFO1_LIVE</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Tries to estimate the users' 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' bandwidth on pages with integrated YouTube videos.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 180 days</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YSC</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID to keep statistics of what videos from YouTube the user has seen.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stora...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YSC</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Registers a unique ID to keep statistics of what videos from YouTube the user has seen.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">yt-icons-last-purged</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterCon...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">yt-icons-last-purged</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Necessary for the implementation and functionality of YouTube video-content on the website. </span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTML Local Storage</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YtIdbMeta#databases</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’s interaction with embedded content.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Durati...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">YtIdbMeta#databases</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Used to track user’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>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>tiktokw.eu<br>sf16-website-login.neutral.ttwstatic.com<br></div><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">2</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"Cybo...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\"><div>tiktokw.eu<br>sf16-website-login.neutral.ttwstatic.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\">msToken [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects information on user behaviour on multiple websites. This information is used in order to optimize the relevance of advertisement on the...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">msToken [x2]</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects information on user behaviour on multiple websites. This information is used in order to optimize the relevance of advertisement on the website.</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">msToken [x2]</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Collects information on user behaviour on multiple websites. This information is used in order to optimize the relevance of advertisement on the website.</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 10 days</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 10 days</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<div id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard\"><button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-label=\"Unclassified (21)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-expanded=\"false\">Unclassified <span class=\"Cybo...",
"<button id=\"CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified\" class=\"CybotCookiebotDialogDetailBodyContentCookieContainerButton CybotCookiebotDialogCollapsed\" lang=\"en\" data-target=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-label=\"Unclassified (21)\" aria-controls=\"CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified\" aria-expanded=\"false\">Unclassified <span class=\"CybotCookiebotDialogDetailBulkConsentCount\">21</span></button>",
"<span class=\"CybotCookiebotDialogDetailBulkConsentCount\">21</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=\"#\">Archive<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=\"#\">Archive<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=\"#\">Archive<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=\"#\">Archive<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=\"#\">Archive<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://archive.org/about/terms.php\" title=\"Learn more about this provider Archive's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6Q...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wb-p-SERVER</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterCont...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wb-p-SERVER</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBo...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">wb-p-SERVER</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: HTTP Cookie</span>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">Brightcove<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=\"#\">Brightcove<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.brightcove.com/en/legal/privacy\" title=\"Learn more about this provider Brightcove'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\">ima_sdk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ima_sdk</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyCo...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">ima_sdk</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>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">JazzHR<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><a class=\"CybotCookiebotDialogDetailBodyContentCookieLink\" target=\"_blank\" rel=\"noopener noreferrer nofollow\" aria-label=\"Learn more about this provider - opens in a new wi...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">JazzHR<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.jazzhr.com/privacy-policy/\" title=\"Learn more about this provider JazzHR's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">internal_navigation_count</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookie...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">internal_navigation_count</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 day</span><span class=\"CybotCookiebotDi...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">internal_navigation_count</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=\"#\">TikTok<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 wi...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">TikTok<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.tiktok.com/legal/privacy-policy?lang=en\" title=\"Learn more about this provider TikTok's privacy policy - opens in a new window\">Learn more about this provider<img class=\"CybotExternalLinkArrow\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAA...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_cache_first_345918</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieI...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_cache_first_345918</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookieb...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_cache_first_345918</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\">HYBRID_SLARDAR_WEBtiktok_pns_web_runtime</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span cla...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">HYBRID_SLARDAR_WEBtiktok_pns_web_runtime</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_IS_EFFECTIVE</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\">LOCAL_IS_EFFECTIVE</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\">SLARDARpns_consent_system</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\">SLARDARpns_consent_system</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\">SLARDARpns_cookie_banner_slardar</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\">SLARDARpns_cookie_banner_slardar</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\">__tea_session_id_345918</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDi...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">__tea_session_id_345918</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>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">analytics.kapost.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">1</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><str...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">analytics.kapost.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\">track</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">track</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyCont...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">track</strong>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span></div>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span>",
"<span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Type</b>: Pixel Tracker</span>",
"<li class=\"CybotCookiebotDialogDetailBodyContentCookieGroup\"><a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">tag.unifyintent.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">6</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><stro...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">tag.unifyintent.com<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\">IndrX2NoWGNmWmFIXzd6eHlZQjE4cVp3Tmk5bVRlUFFUTkpOWXFpTUVEbnljX3VuaWZ5X3Nlc3Npb25faWQi</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFoote...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">IndrX2NoWGNmWmFIXzd6eHlZQjE4cVp3Tmk5bVRlUFFUTkpOWXFpTUVEbnljX3VuaWZ5X3Nlc3Npb25faWQi</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stor...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">IndrX2NoWGNmWmFIXzd6eHlZQjE4cVp3Tmk5bVRlUFFUTkpOWXFpTUVEbnljX3VuaWZ5X3Nlc3Npb25faWQi</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\">IndrX2NoWGNmWmFIXzd6eHlZQjE4cVp3Tmk5bVRlUFFUTkpOWXFpTUVEbnljX3VuaWZ5X3Zpc2l0b3JfaWQi</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Stor...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">IndrX2NoWGNmWmFIXzd6eHlZQjE4cVp3Tmk5bVRlUFFUTkpOWXFpTUVEbnljX3VuaWZ5X3Zpc2l0b3JfaWQi</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\">unify_session_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 400 days</span><span class=\"CybotCookiebotDialogDe...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">unify_session_id</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\">unify_visitor_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 400 days</span><span class=\"CybotCookiebotDialogDe...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">unify_visitor_id</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\">IndrX2NoWGNmWmFIXzd6eHlZQjE4cVp3Tmk5bVRlUFFUTkpOWXFpTUVEbnljX3VuaWZ5X3Nlc3Npb24i</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">IndrX2NoWGNmWmFIXzd6eHlZQjE4cVp3Tmk5bVRlUFFUTkpOWXFpTUVEbnljX3VuaWZ5X3Nlc3Npb24i</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\">unify_session</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\">unify_session</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=\"#\">tours.extole.com<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoCount CybotCookiebotDialogDetailBulkConsentCount\">4</div></a><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoWrapper CybotCookiebotDialogHide\"><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong...",
"<a class=\"CybotCookiebotDialogDetailBodyContentCookieProvider CybotCookiebotDialogCollapsed\" role=\"button\" aria-expanded=\"false\" href=\"#\">tours.extole.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\">_dd_s_v2</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_dd_s_v2</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 1 year</span><span class=\"CybotCookiebotDialogDetailBodyCo...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_dd_s_v2</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>",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_dd_tab_id</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Session</span><span class=\"CybotCookiebotDialogDetailBod...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">_dd_tab_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\">navless-live-visitor</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: 400 days</span><span class=\"CybotCookiebotDial...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">navless-live-visitor</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\">tourialLive</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\">tourialLive</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=\"#\">tracking-api.g2.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=\"#\">tracking-api.g2.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\">g2tracking</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterConte...",
"<div class=\"CybotCookiebotDialogDetailBodyContentCookieInfo\"><strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">g2tracking</strong><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoDescription\">Pending</span><div class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooter\"><span class=\"CybotCookiebotDialogDetailBodyContentCookieInfoFooterContent\"><b>Maximum Storage Duration</b>: Persistent</span><span class=\"CybotCookiebotDialogDetail...",
"<strong class=\"CybotCookiebotDialogDetailBodyContentCookieInfoTitle\" role=\"heading\" aria-level=\"4\">g2tracking</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 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/22/26 by <a href=\"https://www.cookiebot.com\" target=\"_blank\" rel=\"noopener\">Cookiebot</a></div>",
"<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAdSettings\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div id=\"CybotCookiebotDialo...",
"<div id=\"CybotCookiebotDialogDetailBodyContentTextIABv2\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAdSettings\" lang=\"en\"><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div id=\"CybotCookiebotDialogDetailBodyContentIABContainer\"><div id=\"CybotCookiebotDialogDetailB...",
"<div id=\"CybotCookiebotDialogDetailBodyContentIABContainer\"><div id=\"CybotCookiebotDialogDetailBodyContentIABv2Tabs\"><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BO...",
"<div id=\"CybotCookiebotDialogDetailBodyContentIABv2Tabs\"><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div><div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_PREFERENCE_INTRO#]</div><div class=\"CookieCard\"><div id=\"...",
"<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\"><div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>[#IABV2_BODY_INTRO#]</div>",
"<div class=\"CybotCookiebotDialogBodyContentHeading\" role=\"heading\" aria-level=\"2\">[#IABV2_TITLE#]</div>",
"<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]</div>",
"<div class=\"CybotCookiebotDialogDetailBodyContentIABv2TabsIntro\">[#IABV2_BODY_PREFERENCE_INTRO#]</div>",
"<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Purposes\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PURPOSES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\">[#IABV2_LABEL_PURPOSES#]</button><div class=\"CybotCookiebotDialogDetailB...",
"<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Purposes\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PURPOSES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\">[#IABV2_LABEL_PURPOSES#]</button>",
"<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_PURPOSES_INTRO#]</div>",
"<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PurposesBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_PURPOSES#]</div>",
"<div id=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Features\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_FEATURES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\">[#IABV2_LABEL_FEATURES#]</button><div class=\"CybotCookiebotDialogDetailB...",
"<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Features\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_FEATURES_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\">[#IABV2_LABEL_FEATURES#]</button>",
"<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_FEATURES_INTRO#]</div>",
"<div id=\"CybotCookiebotDialogDetailBodyContentIABv2FeaturesBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_FEATURES#]</div>",
"<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersCard\"><button id=\"CybotCookiebotDialogDetailBodyContentIABv2Partners\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PARTNERS_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\">[#IABV2_LABEL_PARTNERS#]</button><div class=\"CybotCookiebotDialogDetailB...",
"<button id=\"CybotCookiebotDialogDetailBodyContentIABv2Partners\" class=\"CybotCookiebotDialogDetailBodyContentIABv2Tab CybotCookiebotDialogCollapsed\" tabindex=\"0\" data-target=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" lang=\"en\" aria-label=\"[#IABV2_LABEL_PARTNERS_ARIA_LABEL#]\" aria-controls=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\">[#IABV2_LABEL_PARTNERS#]</button>",
"<div class=\"CybotCookiebotDialogDetailBodyContentIABv2CardIntro\">[#IABV2_BODY_PARTNERS_INTRO#]</div>",
"<div id=\"CybotCookiebotDialogDetailBodyContentIABv2PartnersBody\" class=\"CollapseCard CybotCookiebotDialogHide\">[#IABV2_BODY_PARTNERS#]</div>",
"<div class=\"CybotCookiebotScrollContainer CybotCookiebotDialogHide\"><div id=\"CybotCookiebotDialogDetailBodyContentTextAbout\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAbout\" lang=\"en\"><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255,...",
"<div id=\"CybotCookiebotDialogDetailBodyContentTextAbout\" class=\"CybotCookiebotDialogTabPanel CybotCookiebotDialogHide CybotCookiebotScrollArea\" role=\"tabpanel\" aria-labelledby=\"CybotCookiebotDialogNavAbout\" lang=\"en\"><div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div><div class=\"CybotCookiebotFader\" aria-hidden=\"true\" style=\"background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));\"></div><div role=\"paragraph...",
"<div class=\"CybotCookiebotDialogSROnly\" role=\"heading\" aria-level=\"2\">About</div>",
"<div id=\"CybotCookiebotDialogFooter\" class=\"CybotCookiebotScrollContainer\"><div class=\"CybotCookiebotScrollArea\"><div id=\"CybotCookiebotDialogBodyButtons\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInforma...",
"<div id=\"CybotCookiebotDialogBodyButtons\"><div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBo...",
"<div class=\"CybotCookiebotDialogBodyLevelButtonWrapper CybotCookiebotDialogBodyContentControlsWrapper CybotCookiebotDialogHide CybotCookiebotDialogBodyLevelButtonSliderWrapperFullWidth\"><div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div><label c...",
"<div role=\"group\" class=\"CybotCookiebotDialogBodyLevelButtonSliderWrapper\"><input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\"> <span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span></div>",
"<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\" class=\"CybotCookiebotDialogBodyLevelButton\" tabindex=\"0\" role=\"switch\">",
"<span class=\"CybotCookiebotDialogBodyLevelButtonSlider\"></span>",
"<label class=\"CybotCookiebotDialogBodyLevelButtonLabel\" for=\"CybotCookiebotDialogBodyContentCheckboxPersonalInformation\"><strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Do not sell or share my personal information</strong></label>",
"<strong class=\"CybotCookiebotDialogBodyLevelButtonDescription\">Do not sell or share my personal information</strong>",
"<div id=\"CybotCookiebotDialogBodyButtonsWrapper\"><button id=\"CybotCookiebotDialogBodyButtonDecline\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" tabindex=\"0\" lang=\"en\">Opt-Out</button> <button id=\"CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" tabindex=\"0\" lang=\"en\">Allow selection</button> <button id=\"CybotCookiebotDialogBodyLevelButtonCustomize\" class=\"CybotCookiebotDialogBodyButton CybotCook...",
"<button id=\"CybotCookiebotDialogBodyButtonDecline\" class=\"CybotCookiebotDialogBodyButton CybotCookiebotDialogHide\" tabindex=\"0\" lang=\"en\">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\">Allow Cookies</button>",
"<div class=\"elementor-element elementor-element-e028fbd wp-video-popup elementor-widget elementor-widget-image\" data-id=\"e028fbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\"> <div class=\"elementor-widget-container\"> <a href=\"#video\"> <img loading=\"lazy\" decoding=\"async\" width=\"739\" height=\"415\" src=\"https://www.extole.com/wp-content/uploads/2025/02/Extole-Demo-FOR-PLACEMENT-ONLY-high.gif\" class=\"attachment-large size-large wp-image-21796\" alt> </a> </div>...",
"<div class=\"elementor-element elementor-element-2d03e9ee elementor-align-left elementor-mobile-align-center elementor-tablet-align-center wp-video-popup elementor-invisible elementor-widget elementor-widget-button\" data-id=\"2d03e9ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{"_animation":"fadeInUp"}\" data-widget_type=\"button.default\"> <div class=\"elementor-widget-container\"> <div class=\"elementor-button-wrapper\"> <a class=\"elementor-button elementor-b...",
"<div class=\"wp-video-popup-wrapper\"> <div class=\"wp-video-popup-close\"></div> <iframe class=\"wp-video-popup-video is-hosted is-landscape is-resizable\" src data-wp-video-popup-url=\"https://player.vimeo.com/video/1052814337?byline=0&portrait=0&autoplay=1\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"> </iframe> </div>",
"<div class=\"wp-video-popup-close\"></div>",
"<iframe class=\"wp-video-popup-video is-hosted is-landscape is-resizable\" src data-wp-video-popup-url=\"https://player.vimeo.com/video/1052814337?byline=0&portrait=0&autoplay=1\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"> </iframe>",
"<script src=\"https://www.extole.com/wp-content/plugins/responsive-youtube-vimeo-popup/assets/js/wp-video-popup.js?ver=2.10.4\" id=\"wp-video-popup-js\"></script>"
],
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
28 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 30,
"passing": 2,
"failing": [
{
"heading": "Enterprise Platform",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Enterprise Platform</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Platform Features",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Platform Features</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Acquisition Programs",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Acquisition Programs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Retention Programs",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Retention Programs</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "See the platform in action.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">See the platform in action.</h2>",
"firstParagraph": "Connect enterprise data with customer events for personalization, rewards, and performance analytics.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Connect enterprise data with customer events for personalization, rewards, and performance analytics.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "By Role",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">By Role</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "By Industry",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">By Industry</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Resources</h3>",
"firstParagraph": "Browse our resource library to get everything you need to win at customer-led growth.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Browse our resource library to get everything you need to win at customer-led growth.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Blog",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Blog</h3>",
"firstParagraph": "Get insights for navigating changing markets and industry demands.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Get insights for navigating changing markets and industry demands.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "How-to's",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">How-to's</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Documentation",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Documentation</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "SDKs & GitHub",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">SDKs & GitHub</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Platform",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Platform</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore our technology partners.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Explore our technology partners.</h2>",
"firstParagraph": "Boost your results with the value-add capabilities of Extole's technology and integration partners.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Boost your results with the value-add capabilities of Extole's technology and integration partners.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Tech Partners",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Tech Partners</h3>",
"firstParagraph": "Connect your platform with Extole to deliver integrated value.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Connect your platform with Extole to deliver integrated value. </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Reseller Partners",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Reseller Partners</h3>",
"firstParagraph": "Expand your offering with Extole's customer engagement platform.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Expand your offering with Extole's customer engagement platform.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Agency Partners",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Agency Partners</h3>",
"firstParagraph": "Help your clients unlock the power of customer-led growth.",
"paragraphHtml": "<p class=\"elementor-heading-title elementor-size-default\">Help your clients unlock the power of customer-led growth.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Loved by marketers.Ready for AI.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Loved</span> by marketers.<br><span class=\"section-accent\">Ready</span> for AI.</h2>",
"firstParagraph": "With Extole, your marketing team gets answers from right inside the AI assistants they already use. Pull reports, manage rewards, and reconcile numbers in seconds.",
"paragraphHtml": "<p>With Extole, your marketing team gets answers from right inside the AI assistants they already use. Pull reports, manage rewards, and reconcile numbers in seconds.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Built for developers and agents.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Built</span> for developers and agents.</h2>",
"firstParagraph": "Every surface you need to integrate and manage Extole: REST APIs, SDKs, and CLI. Plus, our OpenAPI spec, llms.txt, and documentation MCP give your agents the current specs to build it right and ship faster.",
"paragraphHtml": "<p>Every surface you need to integrate and manage Extole: REST APIs, SDKs, and CLI. Plus, our OpenAPI spec, llms.txt, and documentation MCP give your agents the current specs to build it right and ship faster.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "API & OpenAPI",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">API & OpenAPI</h3>",
"firstParagraph": "A broader, well-documented API that ships with an OpenAPI spec.",
"paragraphHtml": "<p>A broader, well-documented API that ships with an OpenAPI spec.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "SDKs & GitHub",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">SDKs & GitHub</h3>",
"firstParagraph": "Drop-in SDKs for web and mobile to speed up your integration.",
"paragraphHtml": "<p>Drop-in SDKs for web and mobile to speed up your integration.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "CLI Access",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">CLI Access</h3>",
"firstParagraph": "Inspect, debug, and operate Extole from your terminal.",
"paragraphHtml": "<p>Inspect, debug, and operate Extole from your terminal.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Documentation and Guides",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Documentation and Guides</h3>",
"firstParagraph": "Product, Integration, and User documentation, all in one place.",
"paragraphHtml": "<p>Product, Integration, and User documentation, all in one place.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Agent-Readable Docs",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Agent-Readable Docs</h3>",
"firstParagraph": "// enterprise-grade trust",
"paragraphHtml": "<p>// enterprise-grade trust</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Security & Compliance",
"headingHtml": "<h3 class=\"elementor-heading-title elementor-size-default\">Security & Compliance</h3>",
"firstParagraph": "ISO/IEC 27001 certified, with GDPR, CCPA, and EU-US DPF compliance.",
"paragraphHtml": "<p>ISO/IEC 27001 certified, with GDPR, CCPA, and EU-US DPF compliance.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Industry-expertSolutions for Offer Management",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Industry-expert<br>Solutions for <br>Offer <span class=\"section-accent\">Management</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resources",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Resources</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Extole unlocks the full potential of your offer, loyalty, and referral programs. Find out how.",
"headingHtml": "<h2 class=\"elementor-heading-title elementor-size-default\">Extole unlocks the <span style=\"color:#ee0049\" class=\"section-accent\">full potential</span> of your offer, loyalty, and referral programs. Find out how.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 86/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 86/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
2 structured-data value(s) were not found in visible page text.
Details
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
86/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 86/100 and needs improvement.
Evidence
{
"schemaCount": 5,
"checkedFields": [
{
"path": "$[0].@graph[0].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[0].@graph[1].name",
"value": "Extole, Inc."
},
{
"path": "$[0].@graph[1].description",
"value": "Referral, Loyalty, and Offers Platform"
},
{
"path": "$[0].@graph[2].name",
"value": "Engagement and Referral Platform for Customer-led Growth | Extole"
},
{
"path": "$[0].@graph[2].description",
"value": "Boost revenue with our enterprise platform. Build referral, engagement, loyalty, influencer, and ambassador programs for retail, banks, telecoms, and more."
},
{
"path": "$[0].@graph[3].name",
"value": "Extole"
},
{
"path": "$[0].@graph[3].description",
"value": "Referral, Loyalty, and Offers Platform"
},
{
"path": "$[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[2].name",
"value": "Extole, Inc."
},
{
"path": "$[2].description",
"value": "Referral, Loyalty, and Offers Platform"
},
{
"path": "$[3].name",
"value": "Engagement and Referral Platform for Customer-led Growth | Extole"
},
{
"path": "$[3].description",
"value": "Boost revenue with our enterprise platform. Build referral, engagement, loyalty, influencer, and ambassador programs for retail, banks, telecoms, and more."
},
{
"path": "$[4].name",
"value": "Extole"
},
{
"path": "$[4].description",
"value": "Referral, Loyalty, and Offers Platform"
}
],
"mismatches": [
{
"path": "$[0].@graph[0].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[1].itemListElement[0].name",
"value": "Home"
}
],
"score": 86,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 86/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 86/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: customer, led, growth, extole, better, offerreferralloyaltyreward.
Details
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
86/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 86/100 and needs improvement.
Evidence
{
"title": "Engagement and Referral Platform for Customer-led Growth | Extole",
"h1": "Build better offerreferralloyaltyreward programs with AI.",
"description": "Boost revenue with our enterprise platform. Build referral, engagement, loyalty, influencer, and ambassador programs for retail, banks, telecoms, and more.",
"topicOverlap": 0.45454545454545453,
"definitionCount": 30,
"topicTerms": [
"engagement",
"referral",
"platform",
"customer",
"led",
"growth",
"extole",
"build",
"better",
"offerreferralloyaltyreward",
"programs"
],
"descriptionTerms": [
"boost",
"revenue",
"enterprise",
"platform",
"build",
"referral",
"engagement",
"loyalty",
"influencer",
"ambassador",
"programs",
"retail",
"banks",
"telecoms",
"more"
],
"missingFromDescription": [
"customer",
"led",
"growth",
"extole",
"better",
"offerreferralloyaltyreward"
],
"score": 86,
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, benefits, cost, compare.
Details
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": "See the platform in action.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">See the platform in action.</h2>"
},
{
"text": "Explore our technology partners.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Explore our technology partners.</h2>"
},
{
"text": "Our enterprise offer management platform unlocks the full potential of your referral, loyalty, and other incentive-based programs with personalization, automated rewards, performance analytics, and more.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Our enterprise offer management platform unlocks the full potential of your referral, loyalty, and other incentive-based programs with personalization, automated rewards, performance analytics, and more. </h2>"
},
{
"text": "Loved by marketers.Ready for AI.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Loved</span> by marketers.<br><span class=\"section-accent\">Ready</span> for AI.</h2>"
},
{
"text": "Built for developers and agents.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Built</span> for developers and agents.</h2>"
},
{
"text": "Powerful offer programs.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Powerful</span> offer programs.</h2>"
},
{
"text": "Industry-expertSolutions for Offer Management",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Industry-expert<br>Solutions for <br>Offer <span class=\"section-accent\">Management</span></h2>"
},
{
"text": "Resources",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Resources</h2>"
},
{
"text": "Extole unlocks the full potential of your offer, loyalty, and referral programs. Find out how.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Extole unlocks the <span style=\"color:#ee0049\" class=\"section-accent\">full potential</span> of your offer, loyalty, and referral programs. Find out how.</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Engagement and Referral Platform for Customer...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Engagement and Referral Platform for Customer... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Engagement and Referral Platform for Customer...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Engagement and Referral Platform for Customer... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Engagement and Referral Platform for Customer... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Engagement and Referral Platform for Customer...?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Engagement and Referral Platform for Customer...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Engagement and Referral Platform for Customer... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Engagement and Referral Platform for Customer... 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
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
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
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147480
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147456
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147426
}
]
},
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, benefits, cost, compare.
Details
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": "See the platform in action.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">See the platform in action.</h2>"
},
{
"text": "Explore our technology partners.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Explore our technology partners.</h2>"
},
{
"text": "Our enterprise offer management platform unlocks the full potential of your referral, loyalty, and other incentive-based programs with personalization, automated rewards, performance analytics, and more.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Our enterprise offer management platform unlocks the full potential of your referral, loyalty, and other incentive-based programs with personalization, automated rewards, performance analytics, and more. </h2>"
},
{
"text": "Loved by marketers.Ready for AI.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Loved</span> by marketers.<br><span class=\"section-accent\">Ready</span> for AI.</h2>"
},
{
"text": "Built for developers and agents.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Built</span> for developers and agents.</h2>"
},
{
"text": "Powerful offer programs.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Powerful</span> offer programs.</h2>"
},
{
"text": "Industry-expertSolutions for Offer Management",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Industry-expert<br>Solutions for <br>Offer <span class=\"section-accent\">Management</span></h2>"
},
{
"text": "Resources",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Resources</h2>"
},
{
"text": "Extole unlocks the full potential of your offer, loyalty, and referral programs. Find out how.",
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Extole unlocks the <span style=\"color:#ee0049\" class=\"section-accent\">full potential</span> of your offer, loyalty, and referral programs. Find out how.</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Engagement and Referral Platform for Customer...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Engagement and Referral Platform for Customer... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Engagement and Referral Platform for Customer...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Engagement and Referral Platform for Customer... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Engagement and Referral Platform for Customer... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Engagement and Referral Platform for Customer...?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Engagement and Referral Platform for Customer...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Engagement and Referral Platform for Customer... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Engagement and Referral Platform for Customer... 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
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.
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
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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": 147426,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"compatibleContentType": false,
"contentLength": 140440,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": true,
"links": [
"https://ogp.me/ns#\">",
"https://gmpg.org/xfn/11\">",
"/title",
"/ld+json",
"/schema.org",
"/www.extole.com",
"/auth.md",
"/www.extole.com",
"/www.extole.com",
"/www.extole.com"
],
"rawExcerpt": "<!doctype html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/auth.md\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/www.extole"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity 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": 147606,
"text": "<!doctype html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-protected-resource\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/www.extole.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\/\\/www.extole.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"#listItem\",\"name\":\"404 Error: page not found\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/www.extole.com\\/#organization\",\"name\":\"Extole, Inc.\",\"description\":\"Referral, Loyalty, and Offers Platform\",\"url\":\"https:\\/\\/www.extole.com\\/\",\"telephone\":\"+14152371963\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/www.extole.com\\/wp-content\\/uploads\\/2016\\/09\\/Extole-logo_large-copy.png\",\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-protected-resource\\/#organizationLogo\",\"width\":342,\"height\":100},\"image\":{\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-protected-resource\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-protected-resource\\/#webpage\",\"url\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-protected-resource\\/\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\/\\/www.extole.com\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-protected-resource\\/#breadcrumblist\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/www.extole.com\\/#website\",\"url\":\"https:\\/\\/www.extole.com\\/\",\"name\":\"Extole\",\"description\":\"Referral, Loyalty, and Offers Platform\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\/\\/www.extole.com\\/#organization\"}}]}\n\t\t</script>\n\t\t<!-- All in One SEO Pro -->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Extole » Feed\" href=\"https://www.extole.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Extole » Comments Feed\" href=\"https://www.extole.com/comments/feed/\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"https://use.typekit.net/vjp2nbn.css\"><style id='wp-img-auto-sizes-contain-inline-css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id='wp-emoji-styles-inline-css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n/*# sourceURL=wp-emoji-styles-inline-css */\n</style>\n<link rel='stylesheet' id='wp-block-library-css' href='https://www.extole.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4' media='all' />\n<link rel='stylesheet' id='aioseo/css/src/vue/standalone/blocks/table-of-contents/global.scss-css' href='https://www.extole.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.7.2' media='all' />\n<link rel='stylesheet' id='aioseo/css/src/vue/standalone/blocks/pro/recipe/global.scss-css' href='https://www.extole.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.7.2' media='all' />\n<link rel='stylesheet' id='aioseo/css/src/vue/standalone/blocks/pro/product/global.scss-css' href='https://www.extole.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.7.2' media='all' "
},
"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": 147618,
"text": "<!doctype html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-authorization-server\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/www.extole.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\/\\/www.extole.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"#listItem\",\"name\":\"404 Error: page not found\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/www.extole.com\\/#organization\",\"name\":\"Extole, Inc.\",\"description\":\"Referral, Loyalty, and Offers Platform\",\"url\":\"https:\\/\\/www.extole.com\\/\",\"telephone\":\"+14152371963\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/www.extole.com\\/wp-content\\/uploads\\/2016\\/09\\/Extole-logo_large-copy.png\",\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-authorization-server\\/#organizationLogo\",\"width\":342,\"height\":100},\"image\":{\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-authorization-server\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-authorization-server\\/#webpage\",\"url\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-authorization-server\\/\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\/\\/www.extole.com\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-authorization-server\\/#breadcrumblist\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/www.extole.com\\/#website\",\"url\":\"https:\\/\\/www.extole.com\\/\",\"name\":\"Extole\",\"description\":\"Referral, Loyalty, and Offers Platform\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\/\\/www.extole.com\\/#organization\"}}]}\n\t\t</script>\n\t\t<!-- All in One SEO Pro -->\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Extole » Feed\" href=\"https://www.extole.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Extole » Comments Feed\" href=\"https://www.extole.com/comments/feed/\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"https://use.typekit.net/vjp2nbn.css\"><style id='wp-img-auto-sizes-contain-inline-css'>\nimg:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */\n</style>\n<style id='wp-emoji-styles-inline-css'>\n\n\timg.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n/*# sourceURL=wp-emoji-styles-inline-css */\n</style>\n<link rel='stylesheet' id='wp-block-library-css' href='https://www.extole.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4' media='all' />\n<link rel='stylesheet' id='aioseo/css/src/vue/standalone/blocks/table-of-contents/global.scss-css' href='https://www.extole.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.7.2' media='all' />\n<link rel='stylesheet' id='aioseo/css/src/vue/standalone/blocks/pro/recipe/global.scss-css' href='https://www.extole.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.7.2' media='all' />\n<link rel='stylesheet' id='aioseo/css/src/vue/standalone/blocks/pro/product/global.scss-css' href='https://www.extole.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.7.2' "
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "signup"
}
]
},
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
9 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
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": 9,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "See the platform in action.",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">See the platform in action.</h2>"
},
{
"index": 2,
"text": "Explore our technology partners.",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Explore our technology partners.</h2>"
},
{
"index": 3,
"text": "Our enterprise offer management platform unlocks the full potential of your referral, loyalty, and other incentive-based programs with personalization, automated rewards, performance analytics, and more.",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Our enterprise offer management platform unlocks the full potential of your referral, loyalty, and other incentive-based programs with personalization, automated rewards, performance analytics, and more. </h2>"
},
{
"index": 4,
"text": "Loved by marketers.Ready for AI.",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Loved</span> by marketers.<br><span class=\"section-accent\">Ready</span> for AI.</h2>"
},
{
"index": 5,
"text": "Built for developers and agents.",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Built</span> for developers and agents.</h2>"
},
{
"index": 6,
"text": "Powerful offer programs.",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"section-accent\">Powerful</span> offer programs.</h2>"
},
{
"index": 7,
"text": "Industry-expertSolutions for Offer Management",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Industry-expert<br>Solutions for <br>Offer <span class=\"section-accent\">Management</span></h2>"
},
{
"index": 8,
"text": "Resources",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Resources</h2>"
},
{
"index": 9,
"text": "Extole unlocks the full potential of your offer, loyalty, and referral programs. Find out how.",
"isQuestion": false,
"html": "<h2 class=\"elementor-heading-title elementor-size-default\">Extole unlocks the <span style=\"color:#ee0049\" class=\"section-accent\">full potential</span> of your offer, loyalty, and referral programs. Find out how.</h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
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
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
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
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
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
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": 147582
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 147618
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "signup"
}
]
},
"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
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\t<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">\n\t<title>Page not found – Extole</title>\n\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"robots\" content=\"noindex\" />\n\t<meta name=\"google-site-verification\" content=\"fntoeNKX3LefNVpefqvgYjuN7TB6fViDszmYawbMVUE\" />\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" />\n\t\t<script type=\"application/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/www.extole.com\\/.well-known\\/oauth-protected-resource\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListIte"
},
"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.extole.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.extole.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.extole.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.extole.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "signup"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Heading elements are not in a sequentially-descending order
Check name
Heading elements are not in a sequentially-descending order
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}Performance and AccessibilityPerformanceBrowser audit
Font display
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 70Â ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 70Â ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Layout shift culprits
Check name
Layout shift culprits
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.
References
https://web.dev/learn/performance/Evidence
{
"description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 6,479Â KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 6,479Â KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 6634550
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 166Â KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 166Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 114Â KiB
Fix guidance
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 114Â KiB",
"description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
"numericValue": 0
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
3 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
80/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 45,
"displayValue": "380Â ms",
"numericValue": 375.2717844372635
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 97,
"displayValue": "0.7Â s",
"numericValue": 708.9588229033948
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 69,
"displayValue": "1.8Â s",
"numericValue": 1834.4289054102053
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 39,
"displayValue": "5.1Â s",
"numericValue": 5097.771162425991
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "40Â ms",
"numericValue": 36.41814
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 98,
"displayValue": "0.8Â s",
"numericValue": 801.029860082319
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 5
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 88,
"displayValue": "130Â ms",
"numericValue": 134
}
]
}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.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 52/100 | Level 3, Bot-Aware | Current report |