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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability52%Agent Easeof Use6%Security& Trust60%GEO, AIO, AEO75%SEO100%Performance& Accessibility69%
  • AI Discoverability 52 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 75 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 69 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Customer Engagement Platform for Email, Push… - OneSignal favicon

Customer Engagement Platform for Email, Push… - OneSignal

The world's leader for mobile push notifications, web push, SMS, email and in-app messaging. Trusted by 2 million+ businesses to send 12 billion+ messages per…

Next step

Turn this report into a fix workflow

23 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
52
Needs work1491View details
Discoverability
71
Needs work540View details
Content Readiness
71
Needs work911View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
75
Mostly ready6212View details
GEO Readiness
85
Mostly ready204
AIO Readiness
80
Mostly ready313View details
AEO Readiness
62
Needs work115View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
69
Needs work2223View details
Performance
60
Needs work1423View details
Accessibility
85
Mostly ready800

Prioritized recommendations

Issues ranked by score impact

43 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel="
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

50 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel="
          },
          {
            "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": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel="
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel="
          },
          {
            "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": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel="
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 400,
            "contentType": "text/plain",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"errors\": [\"Request is malformed: Failed to parse app_id from request\", \"JSON body is None for app_id_location=body request\"]}\n"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 400,
            "contentType": "text/plain",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"errors\": [\"Request is malformed: Failed to parse app_id from request\", \"JSON body is None for app_id_location=body request\"]}\n"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel="
          }
        ]
      },
      "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 DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

50 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": [
    "BreadcrumbList",
    "Corporation",
    "FAQPage"
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

50 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: skipped heading levels; 74 links missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"https://onesignal.com/case-studies/taptap-send\" class=\"d-block stretched-link\"></a>",
      "<a href=\"https://onesignal.com/case-studies/beach-bum-games\" class=\"d-block stretched-link\"></a>",
      "<a href=\"https://onesignal.com/case-studies/bitcoin-com\" class=\"d-block stretched-link\"></a>",
      "<a href=\"https://onesignal.com/case-studies/rapchat-boosts-subscription-retention-with-onesignal-revenuecat-integration\" class=\"d-block stretched-link\"></a>",
      "<a href=\"https://onesignal.com/case-studies/tag-heuer\" class=\"d-block stretched-link\"></a>",
      "<a href=\"https://onesignal.com/case-studies/betmate\" class=\"d-block stretched-link\"></a>",
      "<a href=\"https://onesignal.com/integrations/unity\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#000\" d=\"M70.06 35.11V17.34h7.45v18.02c0 2.95 1.52 4.93 5.18 4.93 3.46 0 5.1-2.1 5.1-5.05v-17.9h7.46v17.78c0 6.95-4.17 11.16-12.55 11.16-8.44-.01-12.64-4.13-12.64-11.17ZM98.73 24.16h6.62v2.95h.13c1.6-2.31 3.66-3.58 6.65-3.58 4.71 0 7.5 3.37 7.5 8.17v14.02h-6",
      "<a href=\"https://onesignal.com/integrations/hubspot\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#33475B\" d=\"M19.494 15.115v14.383H6.266V15.115H0v34.32h6.266V35.492h13.228v13.924h6.283V15.115h-6.283ZM45.85 38.328a5.196 5.196 0 1 1-10.375 0V23.606h-5.96v14.722a11.14 11.14 0 0 0 22.262 0V23.606h-5.927v14.722ZM90 25.118a3.7 3.7 0 0 1 4.177-3.974 8.933 8.",
      "<a href=\"https://onesignal.com/integrations/segment\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#141C2C\" d=\"m71.95 19.02.32-1.6c.26-1.35.51-2.7.78-4.04.1-.5.12-.51.63-.52h4.84c.52 0 .56.05.66.57l1.04 5.25c.02.12.07.24.2.34l.6-3.1.5-2.52c.1-.5.14-.54.62-.54h10.07c.56 0 .61.06.61.63v12.73c0 .55-.07.63-.62.63h-4.78c-.62 0-.67-.06-.68-.69V14.2l-.1-.02-.1",
      "<a href=\"https://onesignal.com/integrations/mixpanel\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M0 44.065H10.7984V42.9173H9.98753C8.40921 42.9173 8.02913 42.4866 8.02913 40.912V26.6745C9.1296 24.8102 10.6102 23.6156 12.4745 23.6156C14.8166 23.6156 16.2501 25.3351 16.2501 28.5859V40.9156C16.2501 42.4938 15.8664 42.9209 14.3387 42.92",
      "<a href=\"https://onesignal.com/integrations/adobe-experience-cloud\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#E93323\" d=\"M90.26 65H68.14a10.11 10.11 0 0 1-6.18-1.97 10.13 10.13 0 0 1-4.14-8.3V11.6c0-.76 0-1.51.04-2.27A10.19 10.19 0 0 1 68.1 0h44.29c.92-.01 1.85.09 2.75.3a10.21 10.21 0 0 1 7.61 9.27l.03 1.56v43.5A10.19 10.19 0 0 1 112.52 65H90.27ZM8",
      "<a href=\"https://onesignal.com/integrations/wordpress-vip\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <g fill=\"#151E25\" clip-path=\"url(#hnxighfokr-a)\"> <path d=\"M48.44 0c-6.47 0-12.79 1.9-18.16 5.48a32.54 32.54 0 0 0-12.04 14.58 32.33 32.33 0 0 0 7.08 35.42 32.85 32.85 0 0 0 35.62 7.04 32.64 32.64 0 0 0 14.67-11.96 32.37 32.37 0 0 0-4.08-41.03A32.8 32.8 0 0 0 48",
      "<a href=\"https://onesignal.com/integrations/revenuecat\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#E06061\" d=\"M170.56 25.8h-2.5c0-1.2.16-2.42.5-3.58.1-.31.24-.46.6-.43.45.03.9 0 1.43 0v-1.1c.03-.5.03-1-.01-1.49-.12-.78.22-1.17.9-1.45 1.23-.5 2.55-.76 3.87-.76v4.8h1.44c.82 0 1.64.02 2.45 0 .34 0 .52.09.6.43a8 8 0 0 1 0 3.18c-.06.3-.2.43-.54.42-1.12-.",
      "<a href=\"https://onesignal.com/integrations/appsflyer\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#220D4E\" d=\"M.23 23.3 8.05 37.8c.54 1 1.86 1.78 2.94 1.78h15.95c1.08 0 1.55-.77 1-1.78l-7.89-14.59a3.67 3.67 0 0 0-2.94-1.79H1.08c-.93.08-1.4.86-.85 1.87ZM30.5 40.14l4.72 8.61A2.12 2.12 0 0 0 37 49.84l9.45-.16c.62 0 .93-.46.62-1.08l-4.72-8.62a2.12 2.12 0",
      "<a href=\"https://onesignal.com/integrations/snowflake\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M5.90188 21.1647L14.8782 26.3465C15.9252 26.9541 17.2168 26.7554 18.0423 25.949C18.5658 25.4676 18.8906 24.7797 18.8906 24.0155V13.6291C18.8906 12.177 17.7136 11 16.2653 11C14.8132 11 13.6363 12.177 13.6363 13.6291V19.5407L8.5386 16.598",
      "<a href=\"https://onesignal.com/integrations/amplitude\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M16.5316 22.1924C16.4276 22.0553 16.3094 21.9834 16.1779 21.9834C16.0695 21.9834 15.9704 22.032 15.9068 22.0727C14.908 22.8571 13.5413 26.1803 12.4213 30.5591L13.4129 30.5704C15.3709 30.5927 17.3929 30.6156 19.3915 30.6465C18.8646 28.64",
      "<a href=\"https://onesignal.com/integrations/google-cloud-platform\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <g clip-path=\"url(#urduyzguvc-a)\"> <path fill=\"#5F6368\" d=\"M116.77 41.23A10.88 10.88 0 0 1 105.65 30a10.83 10.83 0 0 1 3.16-7.93 10.73 10.73 0 0 1 7.96-3.23 9.91 9.91 0 0 1 7.8 3.5l-1.9 1.91a7.35 7.35 0 0 0-5.9-2.78 8.09 8.09 0 0 0-7.76 5.22 8.28 8.28 0 ",
      "<a href=\"https://onesignal.com/integrations/flutterflow\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#4B39EF\" fill-rule=\"evenodd\" d=\"M29 16a2.64 2.64 0 0 1 2.3 3.99l-.03.02-4.1 6.88a2.61 2.61 0 0 1-2.2 1.27h-4.73l1.95 4.46.01.02.01.02c.46.83.45 1.82-.02 2.63l-.02.03-4.11 6.88a2.61 2.61 0 0 1-2.2 1.27h-5.79l-4.14 4.37a2.05 2.05 0 0 1-3.38-.65v-.02l-2.1",
      "<a href=\"https://onesignal.com/integrations/databricks\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#EE3D2C\" d=\"M24.98 29.72 13.2 36.34.6 29.26 0 29.6v5.14l13.2 7.4 11.78-6.6v2.73L13.2 44.88.6 37.8l-.61.33v.88l13.2 7.4 13.2-7.4v-5.14l-.61-.33L13.2 40.6 1.4 34v-2.72l11.8 6.6 13.18-7.4V25.4l-.65-.38-12.53 7.03L2.02 25.8l11.19-6.27 9.2 5.16.8-.45v-.63l-1",
      "<a href=\"https://onesignal.com/integrations/google-bigquery\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M115.295 39.8979C115.813 40.6776 116.32 41.4408 116.837 42.2188C116.1 42.7013 115.373 43.1759 114.634 43.6592C114.125 42.9038 113.628 42.1656 113.122 41.4142C112.871 41.5236 112.629 41.6316 112.385 41.734C110.862 42.3768 109.279 4",
      "<a href=\"https://onesignal.com/integrations/adapty\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#111\" fill-rule=\"evenodd\" d=\"M31.1 10c-8.08 0-14.64 3.64-14.64 11.35v23.57c8.08 0 14.64-6.25 14.64-13.97V10ZM0 30.95c0 7.72 6.56 13.97 14.63 13.97V17C6.56 16.99 0 23.24 0 30.95Zm77.53 14.66c-.8 0-1.6-.08-2.38-.21a11.2 11.2 0 0 1-6.83-4.02 10.85 10.85 0 0 1 ",
      "<a href=\"https://onesignal.com/integrations/hightouch\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#191A1C\" d=\"m37.39 18.12 3.83-2.1c.15-.07.33.03.33.2v10.8A5.52 5.52 0 0 1 45.9 25c3.7 0 5.94 2.36 5.94 6.37v9.25c0 .12-.1.21-.22.21h-3.94a.22.22 0 0 1-.22-.21v-8.68c0-2.1-.97-3.32-2.89-3.32-1.63 0-2.99 1.12-2.99 3.73v8.26c0 .12-.1.22-.21.22h-3.88a.22.22 ",
      "<a href=\"https://onesignal.com/integrations/posthog\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <g clip-path=\"url(#hlmerjqrcq-clip0_14021_59596)\"> <path d=\"M0 41.0226C0.00314584 40.7987 0.071947 40.5806 0.197874 40.3954C0.323801 40.2102 0.501316 40.066 0.708412 39.9807C0.915507 39.8954 1.14308 39.8728 1.36291 39.9157C1.58274 39.9585 1.78516 ",
      "<a href=\"https://onesignal.com/integrations/unity\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#000\" d=\"M70.06 35.11V17.34h7.45v18.02c0 2.95 1.52 4.93 5.18 4.93 3.46 0 5.1-2.1 5.1-5.05v-17.9h7.46v17.78c0 6.95-4.17 11.16-12.55 11.16-8.44-.01-12.64-4.13-12.64-11.17ZM98.73 24.16h6.62v2.95h.13c1.6-2.31 3.66-3.58 6.65-3.58 4.71 0 7.5 3.37 7.5 8.17v14.02h-6",
      "<a href=\"https://onesignal.com/integrations/hubspot\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#33475B\" d=\"M19.494 15.115v14.383H6.266V15.115H0v34.32h6.266V35.492h13.228v13.924h6.283V15.115h-6.283ZM45.85 38.328a5.196 5.196 0 1 1-10.375 0V23.606h-5.96v14.722a11.14 11.14 0 0 0 22.262 0V23.606h-5.927v14.722ZM90 25.118a3.7 3.7 0 0 1 4.177-3.974 8.933 8.",
      "<a href=\"https://onesignal.com/integrations/segment\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#141C2C\" d=\"m71.95 19.02.32-1.6c.26-1.35.51-2.7.78-4.04.1-.5.12-.51.63-.52h4.84c.52 0 .56.05.66.57l1.04 5.25c.02.12.07.24.2.34l.6-3.1.5-2.52c.1-.5.14-.54.62-.54h10.07c.56 0 .61.06.61.63v12.73c0 .55-.07.63-.62.63h-4.78c-.62 0-.67-.06-.68-.69V14.2l-.1-.02-.1",
      "<a href=\"https://onesignal.com/integrations/mixpanel\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M0 44.065H10.7984V42.9173H9.98753C8.40921 42.9173 8.02913 42.4866 8.02913 40.912V26.6745C9.1296 24.8102 10.6102 23.6156 12.4745 23.6156C14.8166 23.6156 16.2501 25.3351 16.2501 28.5859V40.9156C16.2501 42.4938 15.8664 42.9209 14.3387 42.92",
      "<a href=\"https://onesignal.com/integrations/adobe-experience-cloud\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#E93323\" d=\"M90.26 65H68.14a10.11 10.11 0 0 1-6.18-1.97 10.13 10.13 0 0 1-4.14-8.3V11.6c0-.76 0-1.51.04-2.27A10.19 10.19 0 0 1 68.1 0h44.29c.92-.01 1.85.09 2.75.3a10.21 10.21 0 0 1 7.61 9.27l.03 1.56v43.5A10.19 10.19 0 0 1 112.52 65H90.27ZM8",
      "<a href=\"https://onesignal.com/integrations/wordpress-vip\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <g fill=\"#151E25\" clip-path=\"url(#ggmxzrhoew-a)\"> <path d=\"M48.44 0c-6.47 0-12.79 1.9-18.16 5.48a32.54 32.54 0 0 0-12.04 14.58 32.33 32.33 0 0 0 7.08 35.42 32.85 32.85 0 0 0 35.62 7.04 32.64 32.64 0 0 0 14.67-11.96 32.37 32.37 0 0 0-4.08-41.03A32.8 32.8 0 0 0 48",
      "<a href=\"https://onesignal.com/integrations/revenuecat\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#E06061\" d=\"M170.56 25.8h-2.5c0-1.2.16-2.42.5-3.58.1-.31.24-.46.6-.43.45.03.9 0 1.43 0v-1.1c.03-.5.03-1-.01-1.49-.12-.78.22-1.17.9-1.45 1.23-.5 2.55-.76 3.87-.76v4.8h1.44c.82 0 1.64.02 2.45 0 .34 0 .52.09.6.43a8 8 0 0 1 0 3.18c-.06.3-.2.43-.54.42-1.12-.",
      "<a href=\"https://onesignal.com/integrations/appsflyer\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#220D4E\" d=\"M.23 23.3 8.05 37.8c.54 1 1.86 1.78 2.94 1.78h15.95c1.08 0 1.55-.77 1-1.78l-7.89-14.59a3.67 3.67 0 0 0-2.94-1.79H1.08c-.93.08-1.4.86-.85 1.87ZM30.5 40.14l4.72 8.61A2.12 2.12 0 0 0 37 49.84l9.45-.16c.62 0 .93-.46.62-1.08l-4.72-8.62a2.12 2.12 0",
      "<a href=\"https://onesignal.com/integrations/snowflake\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M5.90188 21.1647L14.8782 26.3465C15.9252 26.9541 17.2168 26.7554 18.0423 25.949C18.5658 25.4676 18.8906 24.7797 18.8906 24.0155V13.6291C18.8906 12.177 17.7136 11 16.2653 11C14.8132 11 13.6363 12.177 13.6363 13.6291V19.5407L8.5386 16.598",
      "<a href=\"https://onesignal.com/integrations/amplitude\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M16.5316 22.1924C16.4276 22.0553 16.3094 21.9834 16.1779 21.9834C16.0695 21.9834 15.9704 22.032 15.9068 22.0727C14.908 22.8571 13.5413 26.1803 12.4213 30.5591L13.4129 30.5704C15.3709 30.5927 17.3929 30.6156 19.3915 30.6465C18.8646 28.64",
      "<a href=\"https://onesignal.com/integrations/google-cloud-platform\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <g clip-path=\"url(#mdoxsztzxn-a)\"> <path fill=\"#5F6368\" d=\"M116.77 41.23A10.88 10.88 0 0 1 105.65 30a10.83 10.83 0 0 1 3.16-7.93 10.73 10.73 0 0 1 7.96-3.23 9.91 9.91 0 0 1 7.8 3.5l-1.9 1.91a7.35 7.35 0 0 0-5.9-2.78 8.09 8.09 0 0 0-7.76 5.22 8.28 8.28 0 ",
      "<a href=\"https://onesignal.com/integrations/flutterflow\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#4B39EF\" fill-rule=\"evenodd\" d=\"M29 16a2.64 2.64 0 0 1 2.3 3.99l-.03.02-4.1 6.88a2.61 2.61 0 0 1-2.2 1.27h-4.73l1.95 4.46.01.02.01.02c.46.83.45 1.82-.02 2.63l-.02.03-4.11 6.88a2.61 2.61 0 0 1-2.2 1.27h-5.79l-4.14 4.37a2.05 2.05 0 0 1-3.38-.65v-.02l-2.1",
      "<a href=\"https://onesignal.com/integrations/databricks\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#EE3D2C\" d=\"M24.98 29.72 13.2 36.34.6 29.26 0 29.6v5.14l13.2 7.4 11.78-6.6v2.73L13.2 44.88.6 37.8l-.61.33v.88l13.2 7.4 13.2-7.4v-5.14l-.61-.33L13.2 40.6 1.4 34v-2.72l11.8 6.6 13.18-7.4V25.4l-.65-.38-12.53 7.03L2.02 25.8l11.19-6.27 9.2 5.16.8-.45v-.63l-1",
      "<a href=\"https://onesignal.com/integrations/google-bigquery\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M115.295 39.8979C115.813 40.6776 116.32 41.4408 116.837 42.2188C116.1 42.7013 115.373 43.1759 114.634 43.6592C114.125 42.9038 113.628 42.1656 113.122 41.4142C112.871 41.5236 112.629 41.6316 112.385 41.734C110.862 42.3768 109.279 4",
      "<a href=\"https://onesignal.com/integrations/adapty\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#111\" fill-rule=\"evenodd\" d=\"M31.1 10c-8.08 0-14.64 3.64-14.64 11.35v23.57c8.08 0 14.64-6.25 14.64-13.97V10ZM0 30.95c0 7.72 6.56 13.97 14.63 13.97V17C6.56 16.99 0 23.24 0 30.95Zm77.53 14.66c-.8 0-1.6-.08-2.38-.21a11.2 11.2 0 0 1-6.83-4.02 10.85 10.85 0 0 1 ",
      "<a href=\"https://onesignal.com/integrations/hightouch\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#191A1C\" d=\"m37.39 18.12 3.83-2.1c.15-.07.33.03.33.2v10.8A5.52 5.52 0 0 1 45.9 25c3.7 0 5.94 2.36 5.94 6.37v9.25c0 .12-.1.21-.22.21h-3.94a.22.22 0 0 1-.22-.21v-8.68c0-2.1-.97-3.32-2.89-3.32-1.63 0-2.99 1.12-2.99 3.73v8.26c0 .12-.1.22-.21.22h-3.88a.22.22 ",
      "<a href=\"https://onesignal.com/integrations/posthog\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <g clip-path=\"url(#bymmlatmvf-clip0_14021_59596)\"> <path d=\"M0 41.0226C0.00314584 40.7987 0.071947 40.5806 0.197874 40.3954C0.323801 40.2102 0.501316 40.066 0.708412 39.9807C0.915507 39.8954 1.14308 39.8728 1.36291 39.9157C1.58274 39.9585 1.78516 ",
      "<a href=\"https://onesignal.com/integrations/snowflake\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M5.90188 21.1647L14.8782 26.3465C15.9252 26.9541 17.2168 26.7554 18.0423 25.949C18.5658 25.4676 18.8906 24.7797 18.8906 24.0155V13.6291C18.8906 12.177 17.7136 11 16.2653 11C14.8132 11 13.6363 12.177 13.6363 13.6291V19.5407L8.5386 16.598",
      "<a href=\"https://onesignal.com/integrations/amplitude\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M16.5316 22.1924C16.4276 22.0553 16.3094 21.9834 16.1779 21.9834C16.0695 21.9834 15.9704 22.032 15.9068 22.0727C14.908 22.8571 13.5413 26.1803 12.4213 30.5591L13.4129 30.5704C15.3709 30.5927 17.3929 30.6156 19.3915 30.6465C18.8646 28.64",
      "<a href=\"https://onesignal.com/integrations/google-cloud-platform\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <g clip-path=\"url(#nqyntfqvms-a)\"> <path fill=\"#5F6368\" d=\"M116.77 41.23A10.88 10.88 0 0 1 105.65 30a10.83 10.83 0 0 1 3.16-7.93 10.73 10.73 0 0 1 7.96-3.23 9.91 9.91 0 0 1 7.8 3.5l-1.9 1.91a7.35 7.35 0 0 0-5.9-2.78 8.09 8.09 0 0 0-7.76 5.22 8.28 8.28 0 ",
      "<a href=\"https://onesignal.com/integrations/flutterflow\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#4B39EF\" fill-rule=\"evenodd\" d=\"M29 16a2.64 2.64 0 0 1 2.3 3.99l-.03.02-4.1 6.88a2.61 2.61 0 0 1-2.2 1.27h-4.73l1.95 4.46.01.02.01.02c.46.83.45 1.82-.02 2.63l-.02.03-4.11 6.88a2.61 2.61 0 0 1-2.2 1.27h-5.79l-4.14 4.37a2.05 2.05 0 0 1-3.38-.65v-.02l-2.1",
      "<a href=\"https://onesignal.com/integrations/databricks\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#EE3D2C\" d=\"M24.98 29.72 13.2 36.34.6 29.26 0 29.6v5.14l13.2 7.4 11.78-6.6v2.73L13.2 44.88.6 37.8l-.61.33v.88l13.2 7.4 13.2-7.4v-5.14l-.61-.33L13.2 40.6 1.4 34v-2.72l11.8 6.6 13.18-7.4V25.4l-.65-.38-12.53 7.03L2.02 25.8l11.19-6.27 9.2 5.16.8-.45v-.63l-1",
      "<a href=\"https://onesignal.com/integrations/google-bigquery\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M115.295 39.8979C115.813 40.6776 116.32 41.4408 116.837 42.2188C116.1 42.7013 115.373 43.1759 114.634 43.6592C114.125 42.9038 113.628 42.1656 113.122 41.4142C112.871 41.5236 112.629 41.6316 112.385 41.734C110.862 42.3768 109.279 4",
      "<a href=\"https://onesignal.com/integrations/adapty\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#111\" fill-rule=\"evenodd\" d=\"M31.1 10c-8.08 0-14.64 3.64-14.64 11.35v23.57c8.08 0 14.64-6.25 14.64-13.97V10ZM0 30.95c0 7.72 6.56 13.97 14.63 13.97V17C6.56 16.99 0 23.24 0 30.95Zm77.53 14.66c-.8 0-1.6-.08-2.38-.21a11.2 11.2 0 0 1-6.83-4.02 10.85 10.85 0 0 1 ",
      "<a href=\"https://onesignal.com/integrations/hightouch\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#191A1C\" d=\"m37.39 18.12 3.83-2.1c.15-.07.33.03.33.2v10.8A5.52 5.52 0 0 1 45.9 25c3.7 0 5.94 2.36 5.94 6.37v9.25c0 .12-.1.21-.22.21h-3.94a.22.22 0 0 1-.22-.21v-8.68c0-2.1-.97-3.32-2.89-3.32-1.63 0-2.99 1.12-2.99 3.73v8.26c0 .12-.1.22-.21.22h-3.88a.22.22 ",
      "<a href=\"https://onesignal.com/integrations/posthog\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <g clip-path=\"url(#lvppmwpjus-clip0_14021_59596)\"> <path d=\"M0 41.0226C0.00314584 40.7987 0.071947 40.5806 0.197874 40.3954C0.323801 40.2102 0.501316 40.066 0.708412 39.9807C0.915507 39.8954 1.14308 39.8728 1.36291 39.9157C1.58274 39.9585 1.78516 ",
      "<a href=\"https://onesignal.com/integrations/unity\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#000\" d=\"M70.06 35.11V17.34h7.45v18.02c0 2.95 1.52 4.93 5.18 4.93 3.46 0 5.1-2.1 5.1-5.05v-17.9h7.46v17.78c0 6.95-4.17 11.16-12.55 11.16-8.44-.01-12.64-4.13-12.64-11.17ZM98.73 24.16h6.62v2.95h.13c1.6-2.31 3.66-3.58 6.65-3.58 4.71 0 7.5 3.37 7.5 8.17v14.02h-6",
      "<a href=\"https://onesignal.com/integrations/hubspot\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#33475B\" d=\"M19.494 15.115v14.383H6.266V15.115H0v34.32h6.266V35.492h13.228v13.924h6.283V15.115h-6.283ZM45.85 38.328a5.196 5.196 0 1 1-10.375 0V23.606h-5.96v14.722a11.14 11.14 0 0 0 22.262 0V23.606h-5.927v14.722ZM90 25.118a3.7 3.7 0 0 1 4.177-3.974 8.933 8.",
      "<a href=\"https://onesignal.com/integrations/segment\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#141C2C\" d=\"m71.95 19.02.32-1.6c.26-1.35.51-2.7.78-4.04.1-.5.12-.51.63-.52h4.84c.52 0 .56.05.66.57l1.04 5.25c.02.12.07.24.2.34l.6-3.1.5-2.52c.1-.5.14-.54.62-.54h10.07c.56 0 .61.06.61.63v12.73c0 .55-.07.63-.62.63h-4.78c-.62 0-.67-.06-.68-.69V14.2l-.1-.02-.1",
      "<a href=\"https://onesignal.com/integrations/mixpanel\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M0 44.065H10.7984V42.9173H9.98753C8.40921 42.9173 8.02913 42.4866 8.02913 40.912V26.6745C9.1296 24.8102 10.6102 23.6156 12.4745 23.6156C14.8166 23.6156 16.2501 25.3351 16.2501 28.5859V40.9156C16.2501 42.4938 15.8664 42.9209 14.3387 42.92",
      "<a href=\"https://onesignal.com/integrations/adobe-experience-cloud\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#E93323\" d=\"M90.26 65H68.14a10.11 10.11 0 0 1-6.18-1.97 10.13 10.13 0 0 1-4.14-8.3V11.6c0-.76 0-1.51.04-2.27A10.19 10.19 0 0 1 68.1 0h44.29c.92-.01 1.85.09 2.75.3a10.21 10.21 0 0 1 7.61 9.27l.03 1.56v43.5A10.19 10.19 0 0 1 112.52 65H90.27ZM8",
      "<a href=\"https://onesignal.com/integrations/wordpress-vip\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <g fill=\"#151E25\" clip-path=\"url(#uqhnutqhme-a)\"> <path d=\"M48.44 0c-6.47 0-12.79 1.9-18.16 5.48a32.54 32.54 0 0 0-12.04 14.58 32.33 32.33 0 0 0 7.08 35.42 32.85 32.85 0 0 0 35.62 7.04 32.64 32.64 0 0 0 14.67-11.96 32.37 32.37 0 0 0-4.08-41.03A32.8 32.8 0 0 0 48",
      "<a href=\"https://onesignal.com/integrations/revenuecat\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#E06061\" d=\"M170.56 25.8h-2.5c0-1.2.16-2.42.5-3.58.1-.31.24-.46.6-.43.45.03.9 0 1.43 0v-1.1c.03-.5.03-1-.01-1.49-.12-.78.22-1.17.9-1.45 1.23-.5 2.55-.76 3.87-.76v4.8h1.44c.82 0 1.64.02 2.45 0 .34 0 .52.09.6.43a8 8 0 0 1 0 3.18c-.06.3-.2.43-.54.42-1.12-.",
      "<a href=\"https://onesignal.com/integrations/appsflyer\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#220D4E\" d=\"M.23 23.3 8.05 37.8c.54 1 1.86 1.78 2.94 1.78h15.95c1.08 0 1.55-.77 1-1.78l-7.89-14.59a3.67 3.67 0 0 0-2.94-1.79H1.08c-.93.08-1.4.86-.85 1.87ZM30.5 40.14l4.72 8.61A2.12 2.12 0 0 0 37 49.84l9.45-.16c.62 0 .93-.46.62-1.08l-4.72-8.62a2.12 2.12 0",
      "<a href=\"https://onesignal.com/integrations/snowflake\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M5.90188 21.1647L14.8782 26.3465C15.9252 26.9541 17.2168 26.7554 18.0423 25.949C18.5658 25.4676 18.8906 24.7797 18.8906 24.0155V13.6291C18.8906 12.177 17.7136 11 16.2653 11C14.8132 11 13.6363 12.177 13.6363 13.6291V19.5407L8.5386 16.598",
      "<a href=\"https://onesignal.com/integrations/amplitude\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M16.5316 22.1924C16.4276 22.0553 16.3094 21.9834 16.1779 21.9834C16.0695 21.9834 15.9704 22.032 15.9068 22.0727C14.908 22.8571 13.5413 26.1803 12.4213 30.5591L13.4129 30.5704C15.3709 30.5927 17.3929 30.6156 19.3915 30.6465C18.8646 28.64",
      "<a href=\"https://onesignal.com/integrations/google-cloud-platform\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <g clip-path=\"url(#pdbvjdqqdi-a)\"> <path fill=\"#5F6368\" d=\"M116.77 41.23A10.88 10.88 0 0 1 105.65 30a10.83 10.83 0 0 1 3.16-7.93 10.73 10.73 0 0 1 7.96-3.23 9.91 9.91 0 0 1 7.8 3.5l-1.9 1.91a7.35 7.35 0 0 0-5.9-2.78 8.09 8.09 0 0 0-7.76 5.22 8.28 8.28 0 ",
      "<a href=\"https://onesignal.com/integrations/flutterflow\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#4B39EF\" fill-rule=\"evenodd\" d=\"M29 16a2.64 2.64 0 0 1 2.3 3.99l-.03.02-4.1 6.88a2.61 2.61 0 0 1-2.2 1.27h-4.73l1.95 4.46.01.02.01.02c.46.83.45 1.82-.02 2.63l-.02.03-4.11 6.88a2.61 2.61 0 0 1-2.2 1.27h-5.79l-4.14 4.37a2.05 2.05 0 0 1-3.38-.65v-.02l-2.1",
      "<a href=\"https://onesignal.com/integrations/databricks\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#EE3D2C\" d=\"M24.98 29.72 13.2 36.34.6 29.26 0 29.6v5.14l13.2 7.4 11.78-6.6v2.73L13.2 44.88.6 37.8l-.61.33v.88l13.2 7.4 13.2-7.4v-5.14l-.61-.33L13.2 40.6 1.4 34v-2.72l11.8 6.6 13.18-7.4V25.4l-.65-.38-12.53 7.03L2.02 25.8l11.19-6.27 9.2 5.16.8-.45v-.63l-1",
      "<a href=\"https://onesignal.com/integrations/google-bigquery\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M115.295 39.8979C115.813 40.6776 116.32 41.4408 116.837 42.2188C116.1 42.7013 115.373 43.1759 114.634 43.6592C114.125 42.9038 113.628 42.1656 113.122 41.4142C112.871 41.5236 112.629 41.6316 112.385 41.734C110.862 42.3768 109.279 4",
      "<a href=\"https://onesignal.com/integrations/adapty\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#111\" fill-rule=\"evenodd\" d=\"M31.1 10c-8.08 0-14.64 3.64-14.64 11.35v23.57c8.08 0 14.64-6.25 14.64-13.97V10ZM0 30.95c0 7.72 6.56 13.97 14.63 13.97V17C6.56 16.99 0 23.24 0 30.95Zm77.53 14.66c-.8 0-1.6-.08-2.38-.21a11.2 11.2 0 0 1-6.83-4.02 10.85 10.85 0 0 1 ",
      "<a href=\"https://onesignal.com/integrations/hightouch\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#191A1C\" d=\"m37.39 18.12 3.83-2.1c.15-.07.33.03.33.2v10.8A5.52 5.52 0 0 1 45.9 25c3.7 0 5.94 2.36 5.94 6.37v9.25c0 .12-.1.21-.22.21h-3.94a.22.22 0 0 1-.22-.21v-8.68c0-2.1-.97-3.32-2.89-3.32-1.63 0-2.99 1.12-2.99 3.73v8.26c0 .12-.1.22-.21.22h-3.88a.22.22 ",
      "<a href=\"https://onesignal.com/integrations/posthog\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <g clip-path=\"url(#ywspxsouan-clip0_14021_59596)\"> <path d=\"M0 41.0226C0.00314584 40.7987 0.071947 40.5806 0.197874 40.3954C0.323801 40.2102 0.501316 40.066 0.708412 39.9807C0.915507 39.8954 1.14308 39.8728 1.36291 39.9157C1.58274 39.9585 1.78516 ",
      "<a href=\"https://onesignal.com/integrations/unity\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#000\" d=\"M70.06 35.11V17.34h7.45v18.02c0 2.95 1.52 4.93 5.18 4.93 3.46 0 5.1-2.1 5.1-5.05v-17.9h7.46v17.78c0 6.95-4.17 11.16-12.55 11.16-8.44-.01-12.64-4.13-12.64-11.17ZM98.73 24.16h6.62v2.95h.13c1.6-2.31 3.66-3.58 6.65-3.58 4.71 0 7.5 3.37 7.5 8.17v14.02h-6",
      "<a href=\"https://onesignal.com/integrations/hubspot\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#33475B\" d=\"M19.494 15.115v14.383H6.266V15.115H0v34.32h6.266V35.492h13.228v13.924h6.283V15.115h-6.283ZM45.85 38.328a5.196 5.196 0 1 1-10.375 0V23.606h-5.96v14.722a11.14 11.14 0 0 0 22.262 0V23.606h-5.927v14.722ZM90 25.118a3.7 3.7 0 0 1 4.177-3.974 8.933 8.",
      "<a href=\"https://onesignal.com/integrations/segment\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#141C2C\" d=\"m71.95 19.02.32-1.6c.26-1.35.51-2.7.78-4.04.1-.5.12-.51.63-.52h4.84c.52 0 .56.05.66.57l1.04 5.25c.02.12.07.24.2.34l.6-3.1.5-2.52c.1-.5.14-.54.62-.54h10.07c.56 0 .61.06.61.63v12.73c0 .55-.07.63-.62.63h-4.78c-.62 0-.67-.06-.68-.69V14.2l-.1-.02-.1",
      "<a href=\"https://onesignal.com/integrations/mixpanel\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 180 65\" fill=\"none\"> <path d=\"M0 44.065H10.7984V42.9173H9.98753C8.40921 42.9173 8.02913 42.4866 8.02913 40.912V26.6745C9.1296 24.8102 10.6102 23.6156 12.4745 23.6156C14.8166 23.6156 16.2501 25.3351 16.2501 28.5859V40.9156C16.2501 42.4938 15.8664 42.9209 14.3387 42.92",
      "<a href=\"https://onesignal.com/integrations/adobe-experience-cloud\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#E93323\" d=\"M90.26 65H68.14a10.11 10.11 0 0 1-6.18-1.97 10.13 10.13 0 0 1-4.14-8.3V11.6c0-.76 0-1.51.04-2.27A10.19 10.19 0 0 1 68.1 0h44.29c.92-.01 1.85.09 2.75.3a10.21 10.21 0 0 1 7.61 9.27l.03 1.56v43.5A10.19 10.19 0 0 1 112.52 65H90.27ZM8",
      "<a href=\"https://onesignal.com/integrations/wordpress-vip\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <g fill=\"#151E25\" clip-path=\"url(#zfsoakrnpe-a)\"> <path d=\"M48.44 0c-6.47 0-12.79 1.9-18.16 5.48a32.54 32.54 0 0 0-12.04 14.58 32.33 32.33 0 0 0 7.08 35.42 32.85 32.85 0 0 0 35.62 7.04 32.64 32.64 0 0 0 14.67-11.96 32.37 32.37 0 0 0-4.08-41.03A32.8 32.8 0 0 0 48",
      "<a href=\"https://onesignal.com/integrations/revenuecat\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#E06061\" d=\"M170.56 25.8h-2.5c0-1.2.16-2.42.5-3.58.1-.31.24-.46.6-.43.45.03.9 0 1.43 0v-1.1c.03-.5.03-1-.01-1.49-.12-.78.22-1.17.9-1.45 1.23-.5 2.55-.76 3.87-.76v4.8h1.44c.82 0 1.64.02 2.45 0 .34 0 .52.09.6.43a8 8 0 0 1 0 3.18c-.06.3-.2.43-.54.42-1.12-.",
      "<a href=\"https://onesignal.com/integrations/appsflyer\" class=\"integrations-marquee__item\"> <span class=\"integrations-marquee__inner\"> <span class=\"logo-svg\"><svg width=\"180\" height=\"65\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"> <path fill=\"#220D4E\" d=\"M.23 23.3 8.05 37.8c.54 1 1.86 1.78 2.94 1.78h15.95c1.08 0 1.55-.77 1-1.78l-7.89-14.59a3.67 3.67 0 0 0-2.94-1.79H1.08c-.93.08-1.4.86-.85 1.87ZM30.5 40.14l4.72 8.61A2.12 2.12 0 0 0 37 49.84l9.45-.16c.62 0 .93-.46.62-1.08l-4.72-8.62a2.12 2.12 0"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h3: Get a demo",
      "h3: Get a demo",
      "h1: The lifecycle platform that multiplies your revenue",
      "h2: Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages",
      "h2: Lifecycle messaging to deliver growth",
      "h3: Mobile push notifications",
      "h3: Email",
      "h3: In-app messaging",
      "h3: SMS/RCS",
      "h3: Live Activities",
      "h3: Web push notifications",
      "h2: Onboard",
      "h3: Activate faster and get to value",
      "h2: Engage",
      "h3: Build habits and increase engagement",
      "h2: Retain",
      "h3: Reduce churn and maximize LTV",
      "h2: Real results from teams like yours",
      "h2: Connect to your stack",
      "h3: SDKs",
      "h3: REST APIs",
      "h3: Webhooks & event streams",
      "h2: Integrations for smarter engagement",
      "h2: Scale confidently with proven reliability",
      "h2: Common OneSignal FAQs",
      "h4: What is a customer engagement platform (CEP)?",
      "h4: How does OneSignal drive mobile app retention?",
      "h4: What messaging channels does OneSignal support?",
      "h4: What is the benefit of intent-driven lifecycle messaging?",
      "h4: What is the difference between event-driven and scheduled messaging?",
      "h4: How does behavioral segmentation improve campaign ROI?",
      "h4: What are automated customer journeys?",
      "h4: How does OneSignal achieve developer-marketer harmony?",
      "h4: What makes OneSignal’s personalization enterprise-grade?",
      "h4: How does OneSignal compare to legacy marketing automation?",
      "h4: Is OneSignal secure and compliant for global brands?",
      "h4: Can OneSignal scale from a startup to a global enterprise?",
      "h2: Keep more of the users you earn"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 38,
    "links": 199,
    "inaccessibleLinks": 74,
    "buttons": 33,
    "inaccessibleButtons": 0,
    "images": 9,
    "imagesWithAlt": 9,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

50 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

38 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Wed, 10 Jun 2026 23:19:08 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          }
        ]
      },
      "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

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          }
        ]
      },
      "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

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <select name="2A"> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

Evidence
{
  "failedStep": "declarative-annotation-quality",
  "steps": [
    {
      "id": "data-mcp-tool-attributes",
      "title": "Detect data-mcp-tool annotations",
      "status": "informational",
      "evidence": {
        "dataMcpToolCount": 0,
        "dataMcpTools": []
      },
      "issue": "No data-mcp-tool attributes were found on interactive elements.",
      "howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
    },
    {
      "id": "declarative-tags",
      "title": "Detect WebMCP declarative tags",
      "status": "informational",
      "evidence": {
        "totalForms": 0,
        "formsWithTags": 0,
        "totalInteractive": 233,
        "interactiveWithTags": 0,
        "totalCount": 233,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<select name=\"2A\"> 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": 1,
        "issues": [
          "<select name=\"2A\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<select name=\"2A\"> 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": 233,
        "interactiveWithTags": 0,
        "totalCount": 233,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<select name=\"2A\"> 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": 233,
    "interactiveWithTags": 0,
    "totalCount": 233,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<select name=\"2A\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

8 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company-events",
      "text": "Company events",
      "html": "<a class=\"nav-dropdown-item-link\" href=\"/company-events\">Company events</a>"
    },
    {
      "href": "/about",
      "text": "About us",
      "html": "<a href=\"/about\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/onesignal/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/onesignal/\" target=\"_blank\" title=\"LinkedIn\" aria-label=\"LinkedIn\" rel=\"noopener\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.5 8.5H2.5C2.22386 8.5 2 8.72386 2 9V22C2 22.2761 2.22386 22.5 2.5 22.5H6.5C6.77614 22.5 7 22.2761 7 22V9C7 8.72386 6.77614 8.5 6.5 8.5Z\" fill=\"#051B2C\"/> <path d=\"M4.48 6.5C5.84967 6.5 6.96 5.38071 6.96 4C6.96 2.61929 5.84967 1.5 4.48 1.5C3.11033 1.5 2 2.61929 2 4C..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://onesignal.com/contact",
      "text": "Get a demo Connect with a customer engagement expert to learn more",
      "html": "<a href=\"https://onesignal.com/contact\"> <img class=\"lazy\" src=\"https://onesignal.com/images/placeholder.png\" alt=\"Nav get a demo thumbnail\" data-src=\"https://media-cms.onesignal.com/cms/Website%20Layout/_260x146_crop_center-center_none/nav-get-a-demo-thumbnail.jpg\" width=\"260\" height=\"146\" data-srcset=\"https://media-cms.onesignal.com/cms/Website%20Layout/_390x219_crop_center-center_none/nav-get-a-demo-thumbnail.jpg 1.5x, https://media-cms.onesignal.com/cms/Website%20Layout/_520x292_crop_cent..."
    },
    {
      "href": "https://onesignal.com/contact",
      "text": "Get a demo Connect with a customer engagement expert to learn more",
      "html": "<a href=\"https://onesignal.com/contact\"> <img class=\"lazy\" src=\"https://onesignal.com/images/placeholder.png\" alt=\"Nav get a demo thumbnail\" data-src=\"https://media-cms.onesignal.com/cms/Website%20Layout/_260x146_crop_center-center_none/nav-get-a-demo-thumbnail.jpg\" width=\"260\" height=\"146\" data-srcset=\"https://media-cms.onesignal.com/cms/Website%20Layout/_390x219_crop_center-center_none/nav-get-a-demo-thumbnail.jpg 1.5x, https://media-cms.onesignal.com/cms/Website%20Layout/_520x292_crop_cent..."
    },
    {
      "href": "/contact",
      "text": "Get a demo",
      "html": "<a href=\"/contact\" class=\"nav-link\">Get a demo</a>"
    },
    {
      "href": "/contact",
      "text": "Talk to sales",
      "html": "<a class=\"btn btn-secondary\" href=\"/contact\" id=\"btn-contact-nav\">Talk to sales</a>"
    },
    {
      "href": "/contact",
      "text": "Talk to sales",
      "html": "<a class=\"btn btn-secondary mt-3 mt-sm-0\" href=\"/contact\" id=\"btn-contact-homepage-hero\">Talk to sales</a>"
    },
    {
      "href": "/contact",
      "text": "Talk to sales",
      "html": "<a class=\"btn btn-secondary footer-button ml-md-2\" href=\"/contact\" id=\"btn-contact-footer\">Talk to sales</a>"
    },
    {
      "href": "/contact",
      "text": "Contact sales",
      "html": "<a href=\"/contact\">Contact sales</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://onesignal.com/privacy",
      "text": "View security & privacy",
      "html": "<a href=\"https://onesignal.com/privacy\" class=\"btn btn-secondary\">View security &amp; privacy</a>"
    },
    {
      "href": "/privacy",
      "text": "Security & privacy",
      "html": "<a href=\"/privacy\">Security &amp; privacy</a>"
    },
    {
      "href": "/tos",
      "text": "Terms of use",
      "html": "<a href=\"/tos\">Terms of use</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company-events",
      "text": "Company events",
      "html": "<a class=\"nav-dropdown-item-link\" href=\"/company-events\">Company events</a>"
    },
    {
      "href": "/about",
      "text": "About us",
      "html": "<a href=\"/about\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/onesignal/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/onesignal/\" target=\"_blank\" title=\"LinkedIn\" aria-label=\"LinkedIn\" rel=\"noopener\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.5 8.5H2.5C2.22386 8.5 2 8.72386 2 9V22C2 22.2761 2.22386 22.5 2.5 22.5H6.5C6.77614 22.5 7 22.2761 7 22V9C7 8.72386 6.77614 8.5 6.5 8.5Z\" fill=\"#051B2C\"/> <path d=\"M4.48 6.5C5.84967 6.5 6.96 5.38071 6.96 4C6.96 2.61929 5.84967 1.5 4.48 1.5C3.11033 1.5 2 2.61929 2 4C..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://onesignal.com/contact",
      "text": "Get a demo Connect with a customer engagement expert to learn more",
      "html": "<a href=\"https://onesignal.com/contact\"> <img class=\"lazy\" src=\"https://onesignal.com/images/placeholder.png\" alt=\"Nav get a demo thumbnail\" data-src=\"https://media-cms.onesignal.com/cms/Website%20Layout/_260x146_crop_center-center_none/nav-get-a-demo-thumbnail.jpg\" width=\"260\" height=\"146\" data-srcset=\"https://media-cms.onesignal.com/cms/Website%20Layout/_390x219_crop_center-center_none/nav-get-a-demo-thumbnail.jpg 1.5x, https://media-cms.onesignal.com/cms/Website%20Layout/_520x292_crop_cent..."
    },
    {
      "href": "https://onesignal.com/contact",
      "text": "Get a demo Connect with a customer engagement expert to learn more",
      "html": "<a href=\"https://onesignal.com/contact\"> <img class=\"lazy\" src=\"https://onesignal.com/images/placeholder.png\" alt=\"Nav get a demo thumbnail\" data-src=\"https://media-cms.onesignal.com/cms/Website%20Layout/_260x146_crop_center-center_none/nav-get-a-demo-thumbnail.jpg\" width=\"260\" height=\"146\" data-srcset=\"https://media-cms.onesignal.com/cms/Website%20Layout/_390x219_crop_center-center_none/nav-get-a-demo-thumbnail.jpg 1.5x, https://media-cms.onesignal.com/cms/Website%20Layout/_520x292_crop_cent..."
    },
    {
      "href": "/contact",
      "text": "Get a demo",
      "html": "<a href=\"/contact\" class=\"nav-link\">Get a demo</a>"
    },
    {
      "href": "/contact",
      "text": "Talk to sales",
      "html": "<a class=\"btn btn-secondary\" href=\"/contact\" id=\"btn-contact-nav\">Talk to sales</a>"
    },
    {
      "href": "/contact",
      "text": "Talk to sales",
      "html": "<a class=\"btn btn-secondary mt-3 mt-sm-0\" href=\"/contact\" id=\"btn-contact-homepage-hero\">Talk to sales</a>"
    },
    {
      "href": "/contact",
      "text": "Talk to sales",
      "html": "<a class=\"btn btn-secondary footer-button ml-md-2\" href=\"/contact\" id=\"btn-contact-footer\">Talk to sales</a>"
    },
    {
      "href": "/contact",
      "text": "Contact sales",
      "html": "<a href=\"/contact\">Contact sales</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://onesignal.com/privacy",
      "text": "View security & privacy",
      "html": "<a href=\"https://onesignal.com/privacy\" class=\"btn btn-secondary\">View security &amp; privacy</a>"
    },
    {
      "href": "/privacy",
      "text": "Security & privacy",
      "html": "<a href=\"/privacy\">Security &amp; privacy</a>"
    },
    {
      "href": "/tos",
      "text": "Terms of use",
      "html": "<a href=\"/tos\">Terms of use</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 25,
  "passing": 2,
  "failing": [
    {
      "heading": "Get a demo",
      "headingHtml": "<h3 class=\" mt-md-3 mt-0 mb-0\">Get a demo</h3>",
      "firstParagraph": "Connect with a customer engagement expert to learn more",
      "paragraphHtml": "<p>Connect with a customer engagement expert to learn more</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get a demo",
      "headingHtml": "<h3 class=\"mt-md-3 mt-0 mb-0\">Get a demo</h3>",
      "firstParagraph": "Connect with a customer engagement expert to learn more",
      "paragraphHtml": "<p>Connect with a customer engagement expert to learn more</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages",
      "headingHtml": "<h2 class=\"lead mb-0\">Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages</h2>",
      "firstParagraph": "Get started now Talk to sales",
      "paragraphHtml": "<p class=\"mb-4 pb-6\"> <a class=\"btn btn-primary mt-0\" href=\"https://dashboard.onesignal.com/signup\" id=\"btn-signup-homepage-hero\">Get started now</a> <a class=\"btn btn-secondary mt-3 mt-sm-0\" href=\"/contact\" id=\"btn-contact-homepage-hero\">Talk to sales</a> </p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mobile push notifications",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Mobile push notifications</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Email",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Email</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "In-app messaging",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">In-app messaging</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SMS/RCS",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">SMS/RCS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Live Activities",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Live Activities</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Web push notifications",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Web push notifications</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Onboard",
      "headingHtml": "<h2 class=\"heading-md mb-0\">Onboard</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Activate faster and get to value",
      "headingHtml": "<h3>Activate faster and get to value</h3>",
      "firstParagraph": "Turn acquisition spend into real activation with multi-channel welcome journeys that get users to value fast.",
      "paragraphHtml": "<p class=\"text-gray-800\">Turn acquisition spend into real activation with multi-channel welcome journeys that get users to value fast.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Engage",
      "headingHtml": "<h2 class=\"heading-md mb-0\">Engage</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Build habits and increase engagement",
      "headingHtml": "<h3>Build habits and increase engagement</h3>",
      "firstParagraph": "Cut through the noise with real-time behavioral triggers that drive engagement and deliver the right experience across every channel.",
      "paragraphHtml": "<p class=\"text-gray-800\">Cut through the noise with real-time behavioral triggers that drive engagement and deliver the right experience across every channel.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Retain",
      "headingHtml": "<h2 class=\"heading-md mb-0\">Retain</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reduce churn and maximize LTV",
      "headingHtml": "<h3>Reduce churn and maximize LTV</h3>",
      "firstParagraph": "Break the churn loop. Segment at-risk users before they're gone, automate win-back journeys, and track the revenue impact of every campaign.",
      "paragraphHtml": "<p class=\"text-gray-800\">Break the churn loop. Segment at-risk users before they&apos;re gone, automate win-back journeys, and track the revenue impact of every campaign.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real results from teams like yours",
      "headingHtml": "<h2 class=\"heading-md mb-3 text-white\"> Real results from teams like yours </h2>",
      "firstParagraph": "From mobile gaming to fintech, OneSignal customers don't just send messages. They activate users, build habits, and grow revenue",
      "paragraphHtml": "<p class=\"lead font-weight-normal text-gray-100\"> From mobile gaming to fintech, OneSignal customers don&apos;t just send messages. They activate users, build habits, and grow revenue </p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect to your stack",
      "headingHtml": "<h2 class=\"heading-md mb-0\" id=\"developers\">Connect to your stack</h2>",
      "firstParagraph": "Start with an AI prompt or drop in our SDKs for Android, iOS, Flutter, React Native, Expo, and Unity. No complex setup. Just fast integration that gets your lifecycle messaging live the same day.",
      "paragraphHtml": "<p class=\"lead pt-md-1 pt-3 mb-0\"> Start with an AI prompt or drop in our SDKs for Android, iOS, Flutter, React Native, Expo, and Unity. No complex setup. Just fast integration that gets your lifecycle messaging live the same day. </p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "SDKs",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">SDKs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "REST APIs",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">REST APIs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Webhooks & event streams",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Webhooks &amp; event streams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Integrations for smarter engagement",
      "headingHtml": "<h2 class=\"mb-3 heading-md\"> Integrations for smarter engagement </h2>",
      "firstParagraph": "Connect OneSignal to your analytics, CDP, warehouse, and CRM to make lifecycle outcomes easier to measure and improve.",
      "paragraphHtml": "<p class=\"lead mb-4 pb-2\"> Connect OneSignal to your analytics, CDP, warehouse, and CRM to make lifecycle outcomes easier to measure and improve. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale confidently with proven reliability",
      "headingHtml": "<h2 class=\"heading-md mb-0\">Scale confidently with proven reliability</h2>",
      "firstParagraph": "OneSignal makes reaching customers seamless and scalable. Powering billions of messages daily, we help businesses of all sizes connect with their audiences in real time — across push, email, SMS/RCS, and in-app messaging — anywhere in the world.",
      "paragraphHtml": "<p class=\"text-gray-800\">OneSignal makes reaching customers seamless and scalable. Powering billions of messages daily, we help businesses of all sizes connect with their audiences in real time &#x2014; across push, email, SMS/RCS, and in-app messaging &#x2014; anywhere in the world.</p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "Keep more of the users you earn",
      "headingHtml": "<h2 class=\"text-black heading-md\">Keep more of the users you earn</h2>",
      "firstParagraph": "Push, email, SMS/RCS, and in-app messaging in one platform. Free to start, built to scale.",
      "paragraphHtml": "<p class=\"lead text-gray-800\">Push, email, SMS/RCS, and in-app messaging in one platform.&#xa0; Free to start, built to scale.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: customer, engagement, platform, onesignal, lifecycle, multiplies, revenue.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

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

Evidence
{
  "title": "Customer Engagement Platform for Email, Push… - OneSignal",
  "h1": "The lifecycle platform that multiplies your revenue",
  "description": "The world's leader for mobile push notifications, web push, SMS, email and in-app messaging. Trusted by 2 million+ businesses to send 12 billion+ messages per…",
  "topicOverlap": 0.2222222222222222,
  "topicTerms": [
    "customer",
    "engagement",
    "platform",
    "email",
    "push",
    "onesignal",
    "lifecycle",
    "multiplies",
    "revenue"
  ],
  "descriptionTerms": [
    "world",
    "leader",
    "mobile",
    "push",
    "notifications",
    "web",
    "sms",
    "email",
    "app",
    "messaging",
    "trusted",
    "million",
    "businesses",
    "send",
    "billion",
    "messages",
    "per"
  ],
  "missingFromDescription": [
    "customer",
    "engagement",
    "platform",
    "onesignal",
    "lifecycle",
    "multiplies",
    "revenue"
  ],
  "score": 77,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 12,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 138,
      "heading": "H4: What is a customer engagement platform (CEP)?",
      "text": "A customer engagement platform is the real-time intelligence engine that connects your user data to automated messaging across Push, Email, and SMS. Unlike legacy tools, a CEP like OneSignal uses a \"feedback loop\" of user behavior to deliver personalized value at every stage of the lifecycle, from initial onboarding to long-term retention.",
      "words": 52,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (52 words; target 80-220)."
      ],
      "html": "<p>A <strong>customer engagement platform</strong> is the real-time intelligence engine that connects your user data to automated messaging across Push, Email, and SMS. Unlike legacy tools, a CEP like OneSignal uses a &quot;feedback loop&quot; of user behavior to deliver personalized value at every stage of the lifecycle, from initial onboarding to long-term retention.</p>"
    },
    {
      "index": 139,
      "heading": "H4: How does OneSignal drive mobile app retention?",
      "text": "OneSignal drives retention by capturing real-time micro-intents. By analyzing how a user interacts with your app, the platform triggers relevant messages, such as a personalized tip or a re-engagement offerat the exact moment the user is most likely to act. This outcome-led approach ensures your brand stays top-of-mind without causing notification fatigue.",
      "words": 52,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (52 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>OneSignal drives retention by capturing <strong>real-time micro-intents</strong>. By analyzing how a user interacts with your app, the platform triggers relevant messages, such as a personalized tip or a re-engagement offerat the exact moment the user is most likely to act. This outcome-led approach ensures your brand stays top-of-mind without causing notification fatigue.</p>"
    },
    {
      "index": 140,
      "heading": "H4: What messaging channels does OneSignal support?",
      "text": "OneSignal is a unified omnichannel orchestration hub. From a single dashboard, you can coordinate and send mobile push, web push, email, SMS, RCS (rich communication services), in-app messaging, and Live Activities. This allows you to reach users on their preferred channel with a consistent brand voice.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>OneSignal is a unified <strong>omnichannel orchestration hub</strong>. From a single dashboard, you can coordinate and send mobile push, web push, email, SMS, RCS (rich communication services), in-app messaging, and Live Activities. This allows you to reach users on their preferred channel with a consistent brand voice.</p>"
    },
    {
      "index": 141,
      "heading": "H4: What is the benefit of intent-driven lifecycle messaging?",
      "text": "Intent-driven messaging replaces \"one-size-fits-all\" blasts with reactive communication. By setting up automated workflows that respond to specific user actions, like completing a tutorial or abandoning a cart so you ensure that every message is a direct response to the user's current needs, significantly increasing conversion rates.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Intent-driven messaging replaces &quot;one-size-fits-all&quot; blasts with <strong>reactive communication</strong>. By setting up automated workflows that respond to specific user actions, like completing a tutorial or abandoning a cart so you ensure that every message is a direct response to the user&apos;s current needs, significantly increasing conversion rates.</p>"
    },
    {
      "index": 142,
      "heading": "H4: What is the difference between event-driven and scheduled messaging?",
      "text": "Scheduled messaging follows a fixed calendar, while event-driven messaging follows the user. OneSignal triggers messages based on real-time \"Events\" (e.g., item_purchased or app_opened). This allows businesses to be agile, responding to user behavior the millisecond it happens rather than waiting for a pre-set campaign time.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Scheduled messaging follows a fixed calendar, while event-driven messaging follows the user. OneSignal triggers messages based on real-time &quot;Events&quot; (e.g., <code>item_purchased</code> or <code>app_opened</code>). This allows businesses to be agile, responding to user behavior the millisecond it happens rather than waiting for a pre-set campaign time.</p>"
    },
    {
      "index": 143,
      "heading": "H4: How does behavioral segmentation improve campaign ROI?",
      "text": "Behavioral segmentation groups users based on their actual digital footprints, such as feature usage, purchase frequency, or last-active status. This level of granularity allows marketers to stop \"guessing\" and start sending hyper-targeted content that resonates with specific audience needs, resulting in much higher engagement per message.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p><strong>Behavioral segmentation</strong> groups users based on their actual digital footprints, such as feature usage, purchase frequency, or last-active status. This level of granularity allows marketers to stop &quot;guessing&quot; and start sending hyper-targeted content that resonates with specific audience needs, resulting in much higher engagement per message.</p>"
    },
    {
      "index": 144,
      "heading": "H4: What are automated customer journeys?",
      "text": "Customer journeys are visual, multi-step workflows that guide users through a product experience. Using OneSignal’s no-code builder, you can create paths that branch based on user behavior (e.g., \"If user opens email, wait 2 days; if not, send SMS\"). This ensures no user falls through the cracks, regardless of how they engage.",
      "words": 54,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (54 words; target 80-220)."
      ],
      "html": "<p><strong>Customer journeys</strong> are visual, multi-step workflows that guide users through a product experience. Using OneSignal&#x2019;s no-code builder, you can create paths that branch based on user behavior (e.g., &quot;If user opens email, wait 2 days; if not, send SMS&quot;). This ensures no user falls through the cracks, regardless of how they engage.</p>"
    },
    {
      "index": 145,
      "heading": "H4: How does OneSignal achieve developer-marketer harmony?",
      "text": "OneSignal is built to eliminate the technical bottleneck. We provide powerful, lightweight SDKs and APIs that developers love for their reliability and performance, paired with an intuitive, no-code UI that empowers marketers to launch and iterate on campaigns without ever touching a line of code.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>OneSignal is built to eliminate the technical bottleneck. We provide <strong>powerful, lightweight SDKs and APIs</strong> that developers love for their reliability and performance, paired with an <strong>intuitive, no-code UI</strong> that empowers marketers to launch and iterate on campaigns without ever touching a line of code.</p>"
    },
    {
      "index": 146,
      "heading": "H4: What makes OneSignal’s personalization enterprise-grade?",
      "text": "OneSignal enables personalization at scale by merging real-time data with liquid templating and dynamic content blocks. Whether you are messaging one hundred users or one hundred million, you can tailor every element, from the subject line to the image, based on unique user attributes and preferences.",
      "words": 46,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220)."
      ],
      "html": "<p>OneSignal enables <strong>personalization at scale</strong> by merging real-time data with liquid templating and dynamic content blocks. Whether you are messaging one hundred users or one hundred million, you can tailor every element, from the subject line to the image, based on unique user attributes and preferences.</p>"
    },
    {
      "index": 147,
      "heading": "H4: How does OneSignal compare to legacy marketing automation?",
      "text": "OneSignal is built for speed and agility. While traditional marketing clouds are often \"email-first\" and require months of implementation, OneSignal is \"mobile-native\" and offers a much faster time-to-value. We provide the real-time, event-driven infrastructure that modern apps need to compete in an AI-driven world.",
      "words": 44,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>OneSignal is built for <strong>speed and agility</strong>. While traditional marketing clouds are often &quot;email-first&quot; and require months of implementation, OneSignal is &quot;mobile-native&quot; and offers a much faster <strong>time-to-value</strong>. We provide the real-time, event-driven infrastructure that modern apps need to compete in an AI-driven world.</p>"
    },
    {
      "index": 148,
      "heading": "H4: Is OneSignal secure and compliant for global brands?",
      "text": "Yes. OneSignal maintains the highest industry standards, including SOC 2 Type 2, ISO 27001, and GDPR compliance. We offer robust data privacy controls and regional data residency, ensuring that your customer data is protected and that your brand meets all global regulatory requirements.",
      "words": 43,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220)."
      ],
      "html": "<p>Yes. OneSignal maintains the highest industry standards, including <strong>SOC 2 Type 2, ISO 27001, and GDPR compliance</strong>. We offer robust data privacy controls and regional data residency, ensuring that your customer data is protected and that your brand meets all global regulatory requirements.</p>"
    },
    {
      "index": 149,
      "heading": "H4: Can OneSignal scale from a startup to a global enterprise?",
      "text": "Absolutely. OneSignal is designed to grow with you. We power engagement for over one million businesses, ranging from early-stage startups to Fortune 500 enterprises. Our flexible infrastructure handles billions of messages daily, ensuring 99.9% reliability regardless of your audience size.",
      "words": 41,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220)."
      ],
      "html": "<p>Absolutely. OneSignal is designed to grow with you. We power engagement for over one million businesses, ranging from early-stage startups to <strong>Fortune 500 enterprises</strong>. Our flexible infrastructure handles billions of messages daily, ensuring 99.9% reliability regardless of your audience size.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 25,
  "passing": 2,
  "failing": [
    {
      "heading": "Get a demo",
      "headingHtml": "<h3 class=\" mt-md-3 mt-0 mb-0\">Get a demo</h3>",
      "firstParagraph": "Connect with a customer engagement expert to learn more",
      "paragraphHtml": "<p>Connect with a customer engagement expert to learn more</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get a demo",
      "headingHtml": "<h3 class=\"mt-md-3 mt-0 mb-0\">Get a demo</h3>",
      "firstParagraph": "Connect with a customer engagement expert to learn more",
      "paragraphHtml": "<p>Connect with a customer engagement expert to learn more</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages",
      "headingHtml": "<h2 class=\"lead mb-0\">Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages</h2>",
      "firstParagraph": "Get started now Talk to sales",
      "paragraphHtml": "<p class=\"mb-4 pb-6\"> <a class=\"btn btn-primary mt-0\" href=\"https://dashboard.onesignal.com/signup\" id=\"btn-signup-homepage-hero\">Get started now</a> <a class=\"btn btn-secondary mt-3 mt-sm-0\" href=\"/contact\" id=\"btn-contact-homepage-hero\">Talk to sales</a> </p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mobile push notifications",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Mobile push notifications</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Email",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Email</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "In-app messaging",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">In-app messaging</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SMS/RCS",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">SMS/RCS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Live Activities",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Live Activities</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Web push notifications",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Web push notifications</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Onboard",
      "headingHtml": "<h2 class=\"heading-md mb-0\">Onboard</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Activate faster and get to value",
      "headingHtml": "<h3>Activate faster and get to value</h3>",
      "firstParagraph": "Turn acquisition spend into real activation with multi-channel welcome journeys that get users to value fast.",
      "paragraphHtml": "<p class=\"text-gray-800\">Turn acquisition spend into real activation with multi-channel welcome journeys that get users to value fast.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Engage",
      "headingHtml": "<h2 class=\"heading-md mb-0\">Engage</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Build habits and increase engagement",
      "headingHtml": "<h3>Build habits and increase engagement</h3>",
      "firstParagraph": "Cut through the noise with real-time behavioral triggers that drive engagement and deliver the right experience across every channel.",
      "paragraphHtml": "<p class=\"text-gray-800\">Cut through the noise with real-time behavioral triggers that drive engagement and deliver the right experience across every channel.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Retain",
      "headingHtml": "<h2 class=\"heading-md mb-0\">Retain</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reduce churn and maximize LTV",
      "headingHtml": "<h3>Reduce churn and maximize LTV</h3>",
      "firstParagraph": "Break the churn loop. Segment at-risk users before they're gone, automate win-back journeys, and track the revenue impact of every campaign.",
      "paragraphHtml": "<p class=\"text-gray-800\">Break the churn loop. Segment at-risk users before they&apos;re gone, automate win-back journeys, and track the revenue impact of every campaign.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real results from teams like yours",
      "headingHtml": "<h2 class=\"heading-md mb-3 text-white\"> Real results from teams like yours </h2>",
      "firstParagraph": "From mobile gaming to fintech, OneSignal customers don't just send messages. They activate users, build habits, and grow revenue",
      "paragraphHtml": "<p class=\"lead font-weight-normal text-gray-100\"> From mobile gaming to fintech, OneSignal customers don&apos;t just send messages. They activate users, build habits, and grow revenue </p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect to your stack",
      "headingHtml": "<h2 class=\"heading-md mb-0\" id=\"developers\">Connect to your stack</h2>",
      "firstParagraph": "Start with an AI prompt or drop in our SDKs for Android, iOS, Flutter, React Native, Expo, and Unity. No complex setup. Just fast integration that gets your lifecycle messaging live the same day.",
      "paragraphHtml": "<p class=\"lead pt-md-1 pt-3 mb-0\"> Start with an AI prompt or drop in our SDKs for Android, iOS, Flutter, React Native, Expo, and Unity. No complex setup. Just fast integration that gets your lifecycle messaging live the same day. </p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "SDKs",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">SDKs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "REST APIs",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">REST APIs</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Webhooks & event streams",
      "headingHtml": "<h3 class=\"card-title pb-2 pt-4\">Webhooks &amp; event streams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Integrations for smarter engagement",
      "headingHtml": "<h2 class=\"mb-3 heading-md\"> Integrations for smarter engagement </h2>",
      "firstParagraph": "Connect OneSignal to your analytics, CDP, warehouse, and CRM to make lifecycle outcomes easier to measure and improve.",
      "paragraphHtml": "<p class=\"lead mb-4 pb-2\"> Connect OneSignal to your analytics, CDP, warehouse, and CRM to make lifecycle outcomes easier to measure and improve. </p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Scale confidently with proven reliability",
      "headingHtml": "<h2 class=\"heading-md mb-0\">Scale confidently with proven reliability</h2>",
      "firstParagraph": "OneSignal makes reaching customers seamless and scalable. Powering billions of messages daily, we help businesses of all sizes connect with their audiences in real time — across push, email, SMS/RCS, and in-app messaging — anywhere in the world.",
      "paragraphHtml": "<p class=\"text-gray-800\">OneSignal makes reaching customers seamless and scalable. Powering billions of messages daily, we help businesses of all sizes connect with their audiences in real time &#x2014; across push, email, SMS/RCS, and in-app messaging &#x2014; anywhere in the world.</p>",
      "words": 37,
      "direct": false,
      "issue": "First paragraph is 37 words and does not look like a concise direct answer."
    },
    {
      "heading": "Keep more of the users you earn",
      "headingHtml": "<h2 class=\"text-black heading-md\">Keep more of the users you earn</h2>",
      "firstParagraph": "Push, email, SMS/RCS, and in-app messaging in one platform. Free to start, built to scale.",
      "paragraphHtml": "<p class=\"lead text-gray-800\">Push, email, SMS/RCS, and in-app messaging in one platform.&#xa0; Free to start, built to scale.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

1 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

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

Evidence
{
  "schemaCount": 5,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].mainEntity[0].name",
      "value": "What is a customer engagement platform (CEP)?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[1].name",
      "value": "How does OneSignal drive mobile app retention?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[2].name",
      "value": "What messaging channels does OneSignal support?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[3].name",
      "value": "What is the benefit of intent-driven lifecycle messaging?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[4].name",
      "value": "What is the difference between event-driven and scheduled messaging?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[5].name",
      "value": "How does behavioral segmentation improve campaign ROI?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[6].name",
      "value": "What are automated customer journeys?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[7].name",
      "value": "How does OneSignal achieve developer-marketer harmony?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[8].name",
      "value": "What makes OneSignal’s personalization enterprise-grade?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[9].name",
      "value": "How does OneSignal compare to legacy marketing automation?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[10].name",
      "value": "Is OneSignal secure and compliant for global brands?"
    },
    {
      "path": "$[0].@graph[0].mainEntity[11].name",
      "value": "Can OneSignal scale from a startup to a global enterprise?"
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "OneSignal"
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "OneSignal"
    },
    {
      "path": "$[0].@graph[3].description",
      "value": "Breadcrumbs list"
    },
    {
      "path": "$[0].@graph[3].itemListElement[0].name",
      "value": "Customer Messaging Delivered | Send Mobile & Web Push Notifications, Email, SMS & In-App"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Breadcrumbs"
    },
    {
      "path": "$[1].mainEntity[0].name",
      "value": "What is a customer engagement platform (CEP)?"
    },
    {
      "path": "$[1].mainEntity[1].name",
      "value": "How does OneSignal drive mobile app retention?"
    },
    {
      "path": "$[1].mainEntity[2].name",
      "value": "What messaging channels does OneSignal support?"
    },
    {
      "path": "$[1].mainEntity[3].name",
      "value": "What is the benefit of intent-driven lifecycle messaging?"
    },
    {
      "path": "$[1].mainEntity[4].name",
      "value": "What is the difference between event-driven and scheduled messaging?"
    },
    {
      "path": "$[1].mainEntity[5].name",
      "value": "How does behavioral segmentation improve campaign ROI?"
    },
    {
      "path": "$[1].mainEntity[6].name",
      "value": "What are automated customer journeys?"
    },
    {
      "path": "$[1].mainEntity[7].name",
      "value": "How does OneSignal achieve developer-marketer harmony?"
    },
    {
      "path": "$[1].mainEntity[8].name",
      "value": "What makes OneSignal’s personalization enterprise-grade?"
    },
    {
      "path": "$[1].mainEntity[9].name",
      "value": "How does OneSignal compare to legacy marketing automation?"
    },
    {
      "path": "$[1].mainEntity[10].name",
      "value": "Is OneSignal secure and compliant for global brands?"
    },
    {
      "path": "$[1].mainEntity[11].name",
      "value": "Can OneSignal scale from a startup to a global enterprise?"
    },
    {
      "path": "$[2].name",
      "value": "OneSignal"
    },
    {
      "path": "$[3].name",
      "value": "OneSignal"
    },
    {
      "path": "$[4].description",
      "value": "Breadcrumbs list"
    },
    {
      "path": "$[4].itemListElement[0].name",
      "value": "Customer Messaging Delivered | Send Mobile & Web Push Notifications, Email, SMS & In-App"
    },
    {
      "path": "$[4].name",
      "value": "Breadcrumbs"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[3].description",
      "value": "Breadcrumbs list"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Breadcrumbs"
    },
    {
      "path": "$[4].description",
      "value": "Breadcrumbs list"
    },
    {
      "path": "$[4].name",
      "value": "Breadcrumbs"
    }
  ],
  "score": 88,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: customer, engagement, platform, onesignal, lifecycle, multiplies, revenue.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

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

Evidence
{
  "title": "Customer Engagement Platform for Email, Push… - OneSignal",
  "h1": "The lifecycle platform that multiplies your revenue",
  "description": "The world's leader for mobile push notifications, web push, SMS, email and in-app messaging. Trusted by 2 million+ businesses to send 12 billion+ messages per…",
  "topicOverlap": 0.2222222222222222,
  "definitionCount": 17,
  "topicTerms": [
    "customer",
    "engagement",
    "platform",
    "email",
    "push",
    "onesignal",
    "lifecycle",
    "multiplies",
    "revenue"
  ],
  "descriptionTerms": [
    "world",
    "leader",
    "mobile",
    "push",
    "notifications",
    "web",
    "sms",
    "email",
    "app",
    "messaging",
    "trusted",
    "million",
    "businesses",
    "send",
    "billion",
    "messages",
    "per"
  ],
  "missingFromDescription": [
    "customer",
    "engagement",
    "platform",
    "onesignal",
    "lifecycle",
    "multiplies",
    "revenue"
  ],
  "score": 81,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages",
      "html": "<h2 class=\"lead mb-0\">Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages</h2>"
    },
    {
      "text": "Lifecycle messaging to deliver growth",
      "html": "<h2 class=\"mb-md-0\"> Lifecycle messaging to deliver growth </h2>"
    },
    {
      "text": "Onboard",
      "html": "<h2 class=\"heading-md mb-0\">Onboard</h2>"
    },
    {
      "text": "Engage",
      "html": "<h2 class=\"heading-md mb-0\">Engage</h2>"
    },
    {
      "text": "Retain",
      "html": "<h2 class=\"heading-md mb-0\">Retain</h2>"
    },
    {
      "text": "Real results from teams like yours",
      "html": "<h2 class=\"heading-md mb-3 text-white\"> Real results from teams like yours </h2>"
    },
    {
      "text": "Connect to your stack",
      "html": "<h2 class=\"heading-md mb-0\" id=\"developers\">Connect to your stack</h2>"
    },
    {
      "text": "Integrations for smarter engagement",
      "html": "<h2 class=\"mb-3 heading-md\"> Integrations for smarter engagement </h2>"
    },
    {
      "text": "Scale confidently with proven reliability",
      "html": "<h2 class=\"heading-md mb-0\">Scale confidently with proven reliability</h2>"
    },
    {
      "text": "Common OneSignal FAQs",
      "html": "<h2 class=\"mb-0\"> Common OneSignal FAQs </h2>"
    },
    {
      "text": "Keep more of the users you earn",
      "html": "<h2 class=\"text-black heading-md\">Keep more of the users you earn</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Customer Engagement Platform for Email, Push…...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Customer Engagement Platform for Email, Push…... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Customer Engagement Platform for Email, Push…...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Customer Engagement Platform for Email, Push…... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Customer Engagement Platform for Email, Push…... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Customer Engagement Platform for Email, Push…...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Customer Engagement Platform for Email, Push…... work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Customer Engagement Platform for Email, Push…... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Customer Engagement Platform for Email, Push…... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages",
      "html": "<h2 class=\"lead mb-0\">Onboard, engage, and retain your customers with unified journeys across push, email, SMS/RCS, and in-app messages</h2>"
    },
    {
      "text": "Lifecycle messaging to deliver growth",
      "html": "<h2 class=\"mb-md-0\"> Lifecycle messaging to deliver growth </h2>"
    },
    {
      "text": "Onboard",
      "html": "<h2 class=\"heading-md mb-0\">Onboard</h2>"
    },
    {
      "text": "Engage",
      "html": "<h2 class=\"heading-md mb-0\">Engage</h2>"
    },
    {
      "text": "Retain",
      "html": "<h2 class=\"heading-md mb-0\">Retain</h2>"
    },
    {
      "text": "Real results from teams like yours",
      "html": "<h2 class=\"heading-md mb-3 text-white\"> Real results from teams like yours </h2>"
    },
    {
      "text": "Connect to your stack",
      "html": "<h2 class=\"heading-md mb-0\" id=\"developers\">Connect to your stack</h2>"
    },
    {
      "text": "Integrations for smarter engagement",
      "html": "<h2 class=\"mb-3 heading-md\"> Integrations for smarter engagement </h2>"
    },
    {
      "text": "Scale confidently with proven reliability",
      "html": "<h2 class=\"heading-md mb-0\">Scale confidently with proven reliability</h2>"
    },
    {
      "text": "Common OneSignal FAQs",
      "html": "<h2 class=\"mb-0\"> Common OneSignal FAQs </h2>"
    },
    {
      "text": "Keep more of the users you earn",
      "html": "<h2 class=\"text-black heading-md\">Keep more of the users you earn</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Customer Engagement Platform for Email, Push…...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Customer Engagement Platform for Email, Push…... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Customer Engagement Platform for Email, Push…...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Customer Engagement Platform for Email, Push…... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Customer Engagement Platform for Email, Push…... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Customer Engagement Platform for Email, Push…...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Customer Engagement Platform for Email, Push…... work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Customer Engagement Platform for Email, Push…... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Customer Engagement Platform for Email, Push…... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 14974,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 12153,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "https://onesignal.com/css/style.min.css\">",
            "/favicon.ico",
            "/apple-touch-icon.png",
            "/png",
            "/favicon-32x32.png",
            "/png",
            "/favicon-16x16.png",
            "https://onesignal.com/\"",
            "/style"
          ],
          "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel="
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8",
        "length": 14974,
        "text": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n    <meta name=\"msapplication-TileColor\" content=\"#e54b4d\">\n    <meta name=\"theme-color\" content=\"#e54b4d\">\n\n    <meta name=\"twitter:card\" content=\"summary\">\n    <meta name=\"twitter:site\" content=\"@OneSignal\">\n    <meta name=\"twitter:title\" content=\"OneSignal: High Volume Mobile and Web Push Notifications\">\n    <meta name=\"twitter:description\" content=\"OneSignal is a free push notification service designed for mobile apps and websites.\">\n    <meta name=\"twitter:creator\" content=\"@OneSignal\">\n    <meta name=\"twitter:image:src\" content=\"\">\n    <meta name=\"twitter:domain\" content=\"onesignal.com\">\n\n    <meta property=\"og:title\" content=\"OneSignal: High Volume Mobile and Web Push Notifications\" />\n    <meta property=\"og:type\" content=\"website\" />\n    <meta property=\"og:url\" content=\"https://onesignal.com/\" />\n    <meta property=\"og:image\" content=\"\" />\n    <meta property=\"og:description\" content=\"OneSignal is a free push notification service designed for mobile apps and websites.\" />\n\n    <style>\n    html, body {\n      margin: 0;\n      padding: 0;\n      background: #051b2c;\n      font-size: 18px;\n      color: white;\n    }\n\n    svg#logo {\n      position: fixed;\n      top: 30px;\n      left: 30px;\n      width: 240px;\n      height: 102px;\n    }\n\n    .logo-head {\n      margin-top: 1.3em;\n    }\n\n    svg#logo-head {\n      width: 40px;\n      height: 40px;\n    }\n\n    #content {\n      margin: 2em auto;\n      width: 600px;\n      padding: 30px;\n      text-align: center;\n    }\n\n    .text {\n      font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n      font-weight: 200;\n      line-height: 1.6em;\n    }\n\n    .text.twitter {\n      font-size: 0.85em;\n    }\n\n    h1 {\n      font-size: 4em;\n      font-weight: 700;\n      color: #fff;\n    }\n\n    h2 {\n      font-size: 2em;\n      position: relative;\n      font-weight: 400;\n      color: #fff;\n    }\n\n    a {\n      text-decoration: none;\n    }\n\n    a:hover {\n      text-decoration: underline;\n    }\n\n    a:visited {\n      text-decoration: none;\n      color: inherit;\n    }\n\n\n    footer {\n      margin-top: 2em;\n    }\n\n    iframe {\n      border: 1px solid rgba(0, 0, 0, 0.1) !important;\n      border-radius: 4px;\n    }\n\n    #scene-container {\n      width: 100vw;\n      height: 100vh;\n      max-width: 100vw;\n      max-height: 100vh;\n      margin: 0 auto;\n      overflow: hidden;\n    }\n\n    #scene {\n      width: 100vw;\n      height: 100vh;\n      max-width: 100vw;\n      max-height: 100vh;\n      background-color: #051b2c;\n      margin: 0 auto;\n    }\n    #scene-back {\n      position: relative;\n    }\n    #scene-mid {\n      position: relative;\n    }\n    #scene-near {\n      position: relative;\n    }\n    #scene-fixed {\n      position: relative;\n    }\n    #content {\n      width: 100vw;\n      margin: 0 auto;\n    }\n\n    @keyframes squirrel {\n      0% {\n        top: -50px;\n        transform: rotate(-50deg);\n      }\n      25% {\n        top: 0px;\n        transform: rotate(-60deg);\n      }\n      50% {\n        top: 50px;\n        transform: rotate(-50deg);\n      }\n      75% {\n        top: 0px;\n        transform: rotate(-40deg);\n      }\n      100% {\n        top: -50px;\n        t"
      },
      "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": 14974,
          "text": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n    <meta name=\"msapplication-TileColor\" content=\"#e54b4d\">\n    <meta name=\"theme-color\" content=\"#e54b4d\">\n\n    <meta name=\"twitter:card\" content=\"summary\">\n    <meta name=\"twitter:site\" content=\"@OneSignal\">\n    <meta name=\"twitter:title\" content=\"OneSignal: High Volume Mobile and Web Push Notifications\">\n    <meta name=\"twitter:description\" content=\"OneSignal is a free push notification service designed for mobile apps and websites.\">\n    <meta name=\"twitter:creator\" content=\"@OneSignal\">\n    <meta name=\"twitter:image:src\" content=\"\">\n    <meta name=\"twitter:domain\" content=\"onesignal.com\">\n\n    <meta property=\"og:title\" content=\"OneSignal: High Volume Mobile and Web Push Notifications\" />\n    <meta property=\"og:type\" content=\"website\" />\n    <meta property=\"og:url\" content=\"https://onesignal.com/\" />\n    <meta property=\"og:image\" content=\"\" />\n    <meta property=\"og:description\" content=\"OneSignal is a free push notification service designed for mobile apps and websites.\" />\n\n    <style>\n    html, body {\n      margin: 0;\n      padding: 0;\n      background: #051b2c;\n      font-size: 18px;\n      color: white;\n    }\n\n    svg#logo {\n      position: fixed;\n      top: 30px;\n      left: 30px;\n      width: 240px;\n      height: 102px;\n    }\n\n    .logo-head {\n      margin-top: 1.3em;\n    }\n\n    svg#logo-head {\n      width: 40px;\n      height: 40px;\n    }\n\n    #content {\n      margin: 2em auto;\n      width: 600px;\n      padding: 30px;\n      text-align: center;\n    }\n\n    .text {\n      font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n      font-weight: 200;\n      line-height: 1.6em;\n    }\n\n    .text.twitter {\n      font-size: 0.85em;\n    }\n\n    h1 {\n      font-size: 4em;\n      font-weight: 700;\n      color: #fff;\n    }\n\n    h2 {\n      font-size: 2em;\n      position: relative;\n      font-weight: 400;\n      color: #fff;\n    }\n\n    a {\n      text-decoration: none;\n    }\n\n    a:hover {\n      text-decoration: underline;\n    }\n\n    a:visited {\n      text-decoration: none;\n      color: inherit;\n    }\n\n\n    footer {\n      margin-top: 2em;\n    }\n\n    iframe {\n      border: 1px solid rgba(0, 0, 0, 0.1) !important;\n      border-radius: 4px;\n    }\n\n    #scene-container {\n      width: 100vw;\n      height: 100vh;\n      max-width: 100vw;\n      max-height: 100vh;\n      margin: 0 auto;\n      overflow: hidden;\n    }\n\n    #scene {\n      width: 100vw;\n      height: 100vh;\n      max-width: 100vw;\n      max-height: 100vh;\n      background-color: #051b2c;\n      margin: 0 auto;\n    }\n    #scene-back {\n      position: relative;\n    }\n    #scene-mid {\n      position: relative;\n    }\n    #scene-near {\n      position: relative;\n    }\n    #scene-fixed {\n      position: relative;\n    }\n    #content {\n      width: 100vw;\n      margin: 0 auto;\n    }\n\n    @keyframes squirrel {\n      0% {\n        top: -50px;\n        transform: rotate(-50deg);\n      }\n      25% {\n        top: 0px;\n        transform: rotate(-60deg);\n      }\n      50% {\n        top: 50px;\n        transform: rotate(-50deg);\n      }\n      75% {\n        top: 0px;\n        transform: rotate(-40deg);\n      }\n      100% {\n        top: -50px;\n        t"
        }
      },
      "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": 15,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 14974
          }
        ]
      },
      "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": 15,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "\n<!DOCTYPE html>\n<html class=\"mdl-js\" lang=\"en\">\n\t<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>404 Page Not Found - OneSignal</title>\n    <meta name=\"description\" content=\"The world's leading Mobile and Web Push Notification service. Delivering 4.5 Billion daily notifications for over 600k developers. Supported platforms include Android Push Notifications (FCM), iOS Push Notifications (APNS), and HTML5 Web Push Notifications.\" />\n\n    <link rel=\"stylesheet\" href=\"https://onesignal.com/css/style.min.css\">\n\n    <link rel=\"icon\" href=\"/favicon.ico\">\n    <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel="
      },
      "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://onesignal.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": 400,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://onesignal.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 400,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://onesignal.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 400,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://onesignal.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": 15,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

100 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

1 warning found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "1 warning found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

20 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

10 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 3,932 KiB

Fix guidance

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

Evidence
{
  "displayValue": "Total size was 3,932 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": 4026830
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

10 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 63 KiB

Fix guidance

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).

Evidence
{
  "displayValue": "Est savings of 63 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

Reduce unused JavaScript

10 Warning

Check name

Reduce unused JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 943 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

9 Fail

Check name

Loading performance

Score

53/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "70 ms",
      "numericValue": 70.06009499999999
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 90,
      "displayValue": "1.2 s",
      "numericValue": 1164.9129690419195
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 4,
      "displayValue": "600 ms",
      "numericValue": 597.0000000000009
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 20 ms",
      "numericValue": 21
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 32,
      "displayValue": "2.8 s",
      "numericValue": 2806.355700009648
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "4,140 ms",
      "numericValue": 4136.90724513473
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 6,
      "displayValue": "9.3 s",
      "numericValue": 9313.982759230266
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 90,
      "displayValue": "0.9 s",
      "numericValue": 932.0927548652721
    }
  ]
}

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
56/100Level 3, Bot-AwareCurrent report
onesignal.com AI SEO Report: 56/100 (Level 3, Bot-Aware)