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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability37%Agent Easeof Use6%Security& Trust100%GEO, AIO, AEO79%SEO85%Performance& Accessibility80%
  • AI Discoverability 37 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 100 out of 100
  • GEO, AIO and AEO 79 out of 100
  • SEO 85 out of 100
  • Performance and Accessibility 80 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Revenue Management Software Solutions for High Tech & Life Sciences | Model N favicon

Revenue Management Software Solutions for High Tech & Life Sciences | Model N

Model N's leading cloud-based revenue management solutions for high tech and life sciences industries allow companies to impact their top-line. Maximize every revenue moment.

Next step

Turn this report into a fix workflow

24 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
37
Priority fix6161View details
Discoverability
57
Needs work450View details
Content Readiness
46
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
79
Mostly ready6013
GEO Readiness
89
Mostly ready203
AIO Readiness
80
Mostly ready205
AEO Readiness
69
Needs work205
SEO
85
Mostly ready920View details
SEO
85
Mostly ready920View details
Security & Trust
100
Strong900
Security & Trust
100
Strong500
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
80
Mostly ready1681View details
Performance
72
Needs work1061View details
Accessibility
95
Strong620View details

Prioritized recommendations

Issues ranked by score impact

49 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": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

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": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
          },
          {
            "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": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
          },
          {
            "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": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
          },
          {
            "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": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
          },
          {
            "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": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding, Cookie, Cookie"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Cookie, Cookie\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 23977,
        "excerpt": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <nav> landmark; skipped heading levels; 0/9 applicable form inputs have autocomplete attributes (9 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": false,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input type=\"text\" name=\"query\" id=\"search-input\" placeholder=\"Type to Search...\">",
      "<input type=\"text\" id=\"search-field\" class=\"input-search\" placeholder=\"search...\">",
      "<input type=\"text\" name=\"query\" id=\"search-input\" placeholder=\"Type to Search...\">",
      "<input type=\"text\" name=\"query\" id=\"search-input\" placeholder=\"Type to Search...\">",
      "<input id=\"FirstName\" name=\"FirstName\" maxlength=\"255\" aria-labelledby=\"LblFirstName InstructFirstName\" type=\"text\" class=\"mktoField mktoTextField mktoHasWidth mktoRequired\" aria-required=\"true\" style=\"width: 150px;\">",
      "<input id=\"LastName\" name=\"LastName\" maxlength=\"255\" aria-labelledby=\"LblLastName InstructLastName\" type=\"text\" class=\"mktoField mktoTextField mktoHasWidth mktoRequired\" aria-required=\"true\" style=\"width: 150px;\">",
      "<input id=\"Email\" name=\"Email\" maxlength=\"255\" aria-labelledby=\"LblEmail InstructEmail\" type=\"email\" class=\"mktoField mktoEmailField mktoHasWidth mktoRequired\" aria-required=\"true\" style=\"width: 150px;\">",
      "<input id=\"Company\" name=\"Company\" maxlength=\"255\" aria-labelledby=\"LblCompany InstructCompany\" type=\"text\" class=\"mktoField mktoTextField mktoHasWidth mktoRequired\" aria-required=\"true\" style=\"width: 150px;\">",
      "<input id=\"Title\" name=\"Title\" maxlength=\"255\" aria-labelledby=\"LblTitle InstructTitle\" type=\"text\" class=\"mktoField mktoTextField mktoHasWidth mktoRequired\" aria-required=\"true\" style=\"width: 150px;\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h2: 2026 State of Revenue Report",
      "h5: What’s happening in revenue management and compliance this year?",
      "h2: 2026 State of Revenue Report",
      "h5: What’s happening in revenue management and compliance this year?",
      "h2: 2026 State of Revenue Report",
      "h5: What’s happening in revenue management and compliance this year?",
      "h3: Quick Links",
      "h1: 2026 State of Revenue Report",
      "h6: WHAT WE DO",
      "h2: We empower innovators like you",
      "h3: With our intelligent cloud platform, you’re in the driver’s seat.",
      "h6: Put technology and expertise to work.",
      "h6: Streamline to fuel the next big idea",
      "h6: Industries we serve",
      "h2: Purpose-built revenue optimization and compliance solutions",
      "h3: Empowering you to bring life-changing products to the world, faster.",
      "h6: Optimize commercialization and revenue management",
      "h6: Address evolving compliance dynamics",
      "h6: Drive impact with data",
      "h3: Maximize revenue at every point in the commercialization process.",
      "h6: Achieve commercial excellence",
      "h6: Empower sales with value data",
      "h6: Ensure compliance",
      "h3: Pricing and channel solutions for agile high-tech companies",
      "h6: End-to-end revenue solutions",
      "h6: Intelligent deal management",
      "h6: Channel data automation",
      "h2: Results that speak for themselves",
      "h3: Real Time Data Collection",
      "h4: TRUSTED BY LEADING COMPANIES",
      "h6: REPORT",
      "h3: 2026 State of Revenue Report reveals how life sciences leaders are navigating unprecedented revenue complexity and where they see the biggest opportunities to protect margins, strengthen compliance, and modernize operations in 2026.",
      "h6: Why Model N",
      "h2: Leading customers across the globe trust Model N to optimize growth",
      "h2: Discover more about us",
      "h6: An Ongoing Debate: Managing 340B as a Rebate",
      "h6: Turning Revenue Management Data into Powerful Insights",
      "h6: Navigating the Inflation Reduction Act (IRA)",
      "h2: Powering Innovators",
      "h2: © Copyright 2026 Model N . All rights reserved.",
      "h2: Contact Sales",
      "h2: Thank you for reaching out."
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 42,
    "links": 390,
    "inaccessibleLinks": 0,
    "buttons": 5,
    "inaccessibleButtons": 0,
    "images": 73,
    "imagesWithAlt": 73,
    "autocompleteInputs": 9,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 9
  }
}

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": 166715
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          }
        ]
      },
      "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": 166715
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          }
        ]
      },
      "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": 166716
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          }
        ]
      },
      "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": 166715
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          }
        ]
      },
      "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": 166715
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="query"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input name="query"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="query"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <select> is missing a name attribute.
    • <select> 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": 7,
        "formsWithTags": 0,
        "totalInteractive": 399,
        "interactiveWithTags": 0,
        "totalCount": 406,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<select> is missing a name attribute.",
          "<select> is missing tool-param-description.",
          "<input name=\"FirstName\"> is missing tool-param-description.",
          "<input name=\"LastName\"> is missing tool-param-description.",
          "<input name=\"Email\"> is missing tool-param-description.",
          "<input name=\"Company\"> is missing tool-param-description.",
          "<input name=\"Title\"> is missing tool-param-description.",
          "<select name=\"Country\"> is missing tool-param-description.",
          "<textarea name=\"Request_for_Info__c\"> 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": 32,
        "issues": [
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<select> is missing a name attribute.",
          "<select> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"query\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"query\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"query\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<select> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<select> 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": 7,
        "formsWithTags": 0,
        "totalInteractive": 399,
        "interactiveWithTags": 0,
        "totalCount": 406,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"query\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<select> is missing a name attribute.",
          "<select> is missing tool-param-description.",
          "<input name=\"FirstName\"> is missing tool-param-description.",
          "<input name=\"LastName\"> is missing tool-param-description.",
          "<input name=\"Email\"> is missing tool-param-description.",
          "<input name=\"Company\"> is missing tool-param-description.",
          "<input name=\"Title\"> is missing tool-param-description.",
          "<select name=\"Country\"> is missing tool-param-description.",
          "<textarea name=\"Request_for_Info__c\"> 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": 7,
    "formsWithTags": 0,
    "totalInteractive": 399,
    "interactiveWithTags": 0,
    "totalCount": 406,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"query\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input name=\"query\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"query\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<select> is missing a name attribute.",
      "<select> is missing tool-param-description.",
      "<input name=\"FirstName\"> is missing tool-param-description.",
      "<input name=\"LastName\"> is missing tool-param-description.",
      "<input name=\"Email\"> is missing tool-param-description.",
      "<input name=\"Company\"> is missing tool-param-description.",
      "<input name=\"Title\"> is missing tool-param-description.",
      "<select name=\"Country\"> is missing tool-param-description.",
      "<textarea name=\"Request_for_Info__c\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

6 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header.

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

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2026-06-04T06:16:32+00:00",
    "2022-10-04T18:17:20+00:00"
  ],
  "metaDateCount": 1,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

18 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": 19,
  "passing": 1,
  "failing": [
    {
      "heading": "2026 State of Revenue Report",
      "headingHtml": "<h2>2026 State of Revenue Report</h2>",
      "firstParagraph": "Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.",
      "paragraphHtml": "<p>Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026. </p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "2026 State of Revenue Report",
      "headingHtml": "<h2>2026 State of Revenue Report</h2>",
      "firstParagraph": "Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.",
      "paragraphHtml": "<p>Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026. </p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "2026 State of Revenue Report",
      "headingHtml": "<h2>2026 State of Revenue Report</h2>",
      "firstParagraph": "Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.",
      "paragraphHtml": "<p>Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026. </p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Quick Links",
      "headingHtml": "<h3>Quick Links</h3>",
      "firstParagraph": "Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.",
      "paragraphHtml": "<p>Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "With our intelligent cloud platform, you’re in the driver’s seat.",
      "headingHtml": "<h3>With our intelligent cloud platform, you&#x2019;re in the driver&#x2019;s seat.</h3>",
      "firstParagraph": "Accelerate digital transformation with cloud-integrated technology, data, analytics, and expert services, so you can respond with agility to market and regulatory changes while mitigating risk and growing your revenue.",
      "paragraphHtml": "<p>Accelerate digital transformation with cloud-integrated technology, data, analytics, and expert services, so you can respond with agility to market and regulatory changes while mitigating risk and growing your revenue.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Purpose-built revenue optimization and compliance solutions",
      "headingHtml": "<h2>Purpose-built revenue optimization and compliance solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Empowering you to bring life-changing products to the world, faster.",
      "headingHtml": "<h3>Empowering you to bring life-changing products to the world, faster.</h3>",
      "firstParagraph": "Model N connects and automates end-to-end revenue processes – including gross to net – delivering deep insight and control to drive current and future growth.",
      "paragraphHtml": "<p>Model N connects and automates end-to-end revenue processes &#x2013; including gross to net &#x2013; delivering deep insight and control to drive current and future growth.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Maximize revenue at every point in the commercialization process.",
      "headingHtml": "<h3>Maximize revenue at every point in the commercialization process.</h3>",
      "firstParagraph": "Automate commercialization processes from contract creation to rebate payment.",
      "paragraphHtml": "<p>Automate commercialization processes from contract creation to rebate payment.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pricing and channel solutions for agile high-tech companies",
      "headingHtml": "<h3>Pricing and channel solutions for agile high-tech companies</h3>",
      "firstParagraph": "Accelerate deals by automating price execution, including global price management and automated discounting controls.",
      "paragraphHtml": "<p>Accelerate deals by automating price execution, including global price management and automated discounting controls.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Results that speak for themselves",
      "headingHtml": "<h2>Results that speak for themselves</h2>",
      "firstParagraph": "See how companies like yours leverage Model N to enhance operations, boost growth and optimize resources to drive innovation.",
      "paragraphHtml": "<p>See how companies like yours leverage Model N to enhance operations, boost growth and optimize resources to drive innovation.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real Time Data Collection",
      "headingHtml": "<h3>Real Time Data Collection</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "2026 State of Revenue Report reveals how life sciences leaders are navigating unprecedented revenue complexity and where they see the biggest opportunities to protect margins, strengthen compliance, and modernize operations in 2026.",
      "headingHtml": "<h3>2026 State of Revenue Report reveals how life sciences leaders are navigating unprecedented revenue complexity and where they see the biggest opportunities to protect margins, strengthen compliance, and modernize operations in 2026.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Leading customers across the globe trust Model N to optimize growth",
      "headingHtml": "<h2>Leading customers across the globe trust Model N to optimize growth</h2>",
      "firstParagraph": "of the world’s leading companies trust Model N",
      "paragraphHtml": "<p>of the world&#x2019;s leading companies trust Model N</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover more about us",
      "headingHtml": "<h2>Discover more about us</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Powering Innovators",
      "headingHtml": "<h2>Powering Innovators</h2>",
      "firstParagraph": "Streamline, scale, and optimize business operations today.",
      "paragraphHtml": "<p>Streamline, scale, and optimize business operations today. </p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "© Copyright 2026 Model N . All rights reserved.",
      "headingHtml": "<h2><img src=\"https://www.modeln.com/wp-content/themes/modeln/img/modelnlogo_pride.png\" alt=\"footer logo\" loading=\"lazy\" decoding=\"async\"> <div class=\"footer-bottom\"> <div class=\"left\">&#xa9; Copyright 2026 Model N . All rights reserved. </div> </div> </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Contact Sales",
      "headingHtml": "<h2>Contact Sales</h2>",
      "firstParagraph": "Thank you for your interest in Model N. Please submit the form and our sales team will contact you within 24 hours.",
      "paragraphHtml": "<p>Thank you for your interest in Model N. Please submit the form and our sales team will contact you within 24 hours. </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Thank you for reaching out.",
      "headingHtml": "<h2>Thank you for reaching out.</h2>",
      "firstParagraph": "We look forward to responding within one business day.",
      "paragraphHtml": "<p>We look forward to responding within one business day.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

4 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2022-10-04T18:17:20+00:00",
    "2026-06-04T06:16:32+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company/careers/",
      "text": "Careers",
      "html": "<a href=\"/company/careers/\">Careers</a>"
    },
    {
      "href": "/company/events/",
      "text": "EVENTS",
      "html": "<a href=\"/company/events/\" class=\"p-no-link\">EVENTS</a>"
    },
    {
      "href": "/company/",
      "text": "Company",
      "html": "<a href=\"/company/\" class>Company</a>"
    },
    {
      "href": "/company/",
      "text": "company overview",
      "html": "<a href=\"/company/\" class=\"btn btn-blue-hover\">company overview</a>"
    },
    {
      "href": "https://www.modeln.com/company/events/",
      "text": "Events",
      "html": "<a href=\"https://www.modeln.com/company/events/\" class>Events</a>"
    },
    {
      "href": "https://www.modeln.com/company/partners/",
      "text": "Partners",
      "html": "<a href=\"https://www.modeln.com/company/partners/\" class>Partners</a>"
    },
    {
      "href": "https://www.modeln.com/company/careers/",
      "text": "Careers",
      "html": "<a href=\"https://www.modeln.com/company/careers/\" class>Careers</a>"
    },
    {
      "href": "https://www.modeln.com/company/culture/",
      "text": "Culture",
      "html": "<a href=\"https://www.modeln.com/company/culture/\" class>Culture</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/",
      "text": "Locations",
      "html": "<a href=\"https://www.modeln.com/company/locations/\" class>Locations</a>"
    },
    {
      "href": "https://www.modeln.com/company/leadership/",
      "text": "Leadership",
      "html": "<a href=\"https://www.modeln.com/company/leadership/\" class>Leadership</a>"
    },
    {
      "href": "/company/news/",
      "text": "News",
      "html": "<a href=\"/company/news/\" class>News</a>"
    },
    {
      "href": "/company/events/",
      "text": "EVENTS",
      "html": "<a href=\"/company/events/\" class=\"p-no-link\">EVENTS</a>"
    },
    {
      "href": "/company/",
      "text": "Company",
      "html": "<a href=\"/company/\" class>Company</a>"
    },
    {
      "href": "/company/",
      "text": "company overview",
      "html": "<a href=\"/company/\" class=\"btn btn-blue-hover\">company overview</a>"
    },
    {
      "href": "https://www.modeln.com/company/events/",
      "text": "Events",
      "html": "<a href=\"https://www.modeln.com/company/events/\" class>Events</a>"
    },
    {
      "href": "https://www.modeln.com/company/partners/",
      "text": "Partners",
      "html": "<a href=\"https://www.modeln.com/company/partners/\" class>Partners</a>"
    },
    {
      "href": "https://www.modeln.com/company/careers/",
      "text": "Careers",
      "html": "<a href=\"https://www.modeln.com/company/careers/\" class>Careers</a>"
    },
    {
      "href": "https://www.modeln.com/company/culture/",
      "text": "Culture",
      "html": "<a href=\"https://www.modeln.com/company/culture/\" class>Culture</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/",
      "text": "Locations",
      "html": "<a href=\"https://www.modeln.com/company/locations/\" class>Locations</a>"
    },
    {
      "href": "https://www.modeln.com/company/leadership/",
      "text": "Leadership",
      "html": "<a href=\"https://www.modeln.com/company/leadership/\" class>Leadership</a>"
    },
    {
      "href": "/company/news/",
      "text": "News",
      "html": "<a href=\"/company/news/\" class>News</a>"
    },
    {
      "href": "/company/events/",
      "text": "EVENTS",
      "html": "<a href=\"/company/events/\" class>EVENTS</a>"
    },
    {
      "href": "/company/",
      "text": "Company",
      "html": "<a href=\"/company/\" class>Company</a>"
    },
    {
      "href": "/company/",
      "text": "company overview",
      "html": "<a href=\"/company/\" class=\"btn btn-blue-hover\">company overview</a>"
    },
    {
      "href": "https://www.modeln.com/company/events/",
      "text": "Events",
      "html": "<a href=\"https://www.modeln.com/company/events/\" class>Events</a>"
    },
    {
      "href": "https://www.modeln.com/company/partners/",
      "text": "Partners",
      "html": "<a href=\"https://www.modeln.com/company/partners/\" class>Partners</a>"
    },
    {
      "href": "https://www.modeln.com/company/careers/",
      "text": "Careers",
      "html": "<a href=\"https://www.modeln.com/company/careers/\" class>Careers</a>"
    },
    {
      "href": "https://www.modeln.com/company/culture/",
      "text": "Culture",
      "html": "<a href=\"https://www.modeln.com/company/culture/\" class>Culture</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/",
      "text": "Locations",
      "html": "<a href=\"https://www.modeln.com/company/locations/\" class>Locations</a>"
    },
    {
      "href": "https://www.modeln.com/company/leadership/",
      "text": "Leadership",
      "html": "<a href=\"https://www.modeln.com/company/leadership/\" class>Leadership</a>"
    },
    {
      "href": "/company/news/",
      "text": "News",
      "html": "<a href=\"/company/news/\" class>News</a>"
    },
    {
      "href": "/company/news/press-center/",
      "text": "Press Center",
      "html": "<a href=\"/company/news/press-center/\" target=\"_self\">Press Center</a>"
    },
    {
      "href": "https://www.modeln.com/company/events/",
      "text": "Events",
      "html": "<a href=\"https://www.modeln.com/company/events/\">Events</a>"
    },
    {
      "href": "https://www.modeln.com/company/partners/",
      "text": "Partners",
      "html": "<a href=\"https://www.modeln.com/company/partners/\">Partners</a>"
    },
    {
      "href": "https://www.modeln.com/company/careers/",
      "text": "Careers",
      "html": "<a href=\"https://www.modeln.com/company/careers/\">Careers</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/",
      "text": "Locations",
      "html": "<a href=\"https://www.modeln.com/company/locations/\">Locations</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/european-operations/",
      "text": "European Operations",
      "html": "<a href=\"https://www.modeln.com/company/locations/european-operations/\">European Operations</a>"
    },
    {
      "href": "https://www.modeln.com/company/leadership/",
      "text": "Leadership",
      "html": "<a href=\"https://www.modeln.com/company/leadership/\">Leadership</a>"
    },
    {
      "href": "/company/news/",
      "text": "News",
      "html": "<a href=\"/company/news/\">News</a>"
    },
    {
      "href": "https://www.linkedin.com/company/modeln/",
      "text": ".",
      "html": "<a href=\"https://www.linkedin.com/company/modeln/\" target=\"_blank\" class=\"empty-tag\" style=\"font-size: 0px;\"> <img src=\"https://www.modeln.com/wp-content/themes/modeln/img/fa-linkedin.png\" alt=\"linkedin\" loading=\"lazy\" decoding=\"async\"> .</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Support Portal",
      "html": "<a href=\"https://www.modeln.com/nflow/\">Support Portal</a>"
    },
    {
      "href": "/services-support/",
      "text": "Services & Support",
      "html": "<a href=\"/services-support/\" class>Services &amp; Support</a>"
    },
    {
      "href": "/services-support/",
      "text": "service overview",
      "html": "<a href=\"/services-support/\" class=\"btn btn-blue-hover\">service overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/professional-services/",
      "text": "Professional Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/professional-services/\" class>Professional Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/advisory-services/",
      "text": "Advisory Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/advisory-services/\" class>Advisory Services Overview</a>"
    },
    {
      "href": "#",
      "text": "Support",
      "html": "<a href=\"#\" class>Support</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/support-services/",
      "text": "Support Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/support-services/\" class>Support Overview</a>"
    },
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Product Support",
      "html": "<a href=\"https://www.modeln.com/nflow/\" class>Product Support</a>"
    },
    {
      "href": "https://helpcenter.modeln.com/Knowledge_Center",
      "text": "Knowledge Center",
      "html": "<a href=\"https://helpcenter.modeln.com/Knowledge_Center\" class target=\"_blank\">Knowledge Center</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/expert-services/",
      "text": "Expert Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/expert-services/\" class>Expert Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/business-services/",
      "text": "– Business Services",
      "html": "<a href=\"https://www.modeln.com/services-support/business-services/\" class>&#x2013; Business Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/application-services/",
      "text": "– Application Services",
      "html": "<a href=\"https://www.modeln.com/services-support/application-services/\" class>&#x2013; Application Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/value-realization-services/",
      "text": "– Value Realization Services",
      "html": "<a href=\"https://www.modeln.com/services-support/value-realization-services/\" class>&#x2013; Value Realization Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/education-services/",
      "text": "– Education Services",
      "html": "<a href=\"https://www.modeln.com/services-support/education-services/\" class>&#x2013; Education Services</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" class>Contact Us</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" class=\"contact-btn-cta btn-blue-hover md-show\"> Contact Us </a>"
    },
    {
      "href": "/services-support/",
      "text": "Services & Support",
      "html": "<a href=\"/services-support/\" class>Services &amp; Support</a>"
    },
    {
      "href": "/services-support/",
      "text": "service overview",
      "html": "<a href=\"/services-support/\" class=\"btn btn-blue-hover\">service overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/professional-services/",
      "text": "Professional Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/professional-services/\" class>Professional Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/advisory-services/",
      "text": "Advisory Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/advisory-services/\" class>Advisory Services Overview</a>"
    },
    {
      "href": "#",
      "text": "Support",
      "html": "<a href=\"#\" class>Support</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/support-services/",
      "text": "Support Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/support-services/\" class>Support Overview</a>"
    },
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Product Support",
      "html": "<a href=\"https://www.modeln.com/nflow/\" class>Product Support</a>"
    },
    {
      "href": "https://helpcenter.modeln.com/Knowledge_Center",
      "text": "Knowledge Center",
      "html": "<a href=\"https://helpcenter.modeln.com/Knowledge_Center\" class target=\"_blank\">Knowledge Center</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/expert-services/",
      "text": "Expert Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/expert-services/\" class>Expert Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/business-services/",
      "text": "– Business Services",
      "html": "<a href=\"https://www.modeln.com/services-support/business-services/\" class>&#x2013; Business Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/application-services/",
      "text": "– Application Services",
      "html": "<a href=\"https://www.modeln.com/services-support/application-services/\" class>&#x2013; Application Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/value-realization-services/",
      "text": "– Value Realization Services",
      "html": "<a href=\"https://www.modeln.com/services-support/value-realization-services/\" class>&#x2013; Value Realization Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/education-services/",
      "text": "– Education Services",
      "html": "<a href=\"https://www.modeln.com/services-support/education-services/\" class>&#x2013; Education Services</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" class>Contact Us</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" target class=\"contact-btn-cta btn-blue-hover\"> Contact Us </a>"
    },
    {
      "href": "/services-support/",
      "text": "Services & Support",
      "html": "<a href=\"/services-support/\" class>Services &amp; Support</a>"
    },
    {
      "href": "/services-support/",
      "text": "service overview",
      "html": "<a href=\"/services-support/\" class=\"btn btn-blue-hover\">service overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/professional-services/",
      "text": "Professional Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/professional-services/\" class>Professional Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/advisory-services/",
      "text": "Advisory Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/advisory-services/\" class>Advisory Services Overview</a>"
    },
    {
      "href": "#",
      "text": "Support",
      "html": "<a href=\"#\" class>Support</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/support-services/",
      "text": "Support Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/support-services/\" class>Support Overview</a>"
    },
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Product Support",
      "html": "<a href=\"https://www.modeln.com/nflow/\" class>Product Support</a>"
    },
    {
      "href": "https://helpcenter.modeln.com/Knowledge_Center",
      "text": "Knowledge Center",
      "html": "<a href=\"https://helpcenter.modeln.com/Knowledge_Center\" class target=\"_blank\">Knowledge Center</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/expert-services/",
      "text": "Expert Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/expert-services/\" class>Expert Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/business-services/",
      "text": "– Business Services",
      "html": "<a href=\"https://www.modeln.com/services-support/business-services/\" class>&#x2013; Business Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/application-services/",
      "text": "– Application Services",
      "html": "<a href=\"https://www.modeln.com/services-support/application-services/\" class>&#x2013; Application Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/value-realization-services/",
      "text": "– Value Realization Services",
      "html": "<a href=\"https://www.modeln.com/services-support/value-realization-services/\" class>&#x2013; Value Realization Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/education-services/",
      "text": "– Education Services",
      "html": "<a href=\"https://www.modeln.com/services-support/education-services/\" class>&#x2013; Education Services</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" class>Contact Us</a>"
    },
    {
      "href": "#",
      "text": "Contact Us",
      "html": "<a href=\"#\" class=\"product-btn popup-trigger-for-cta\">Contact Us</a>"
    },
    {
      "href": "/services-support/professional-services/",
      "text": "Professional Services",
      "html": "<a href=\"/services-support/professional-services/\">Professional Services</a>"
    },
    {
      "href": "/services-support/support-services/",
      "text": "Support Overview",
      "html": "<a href=\"/services-support/support-services/\">Support Overview</a>"
    },
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Product Support",
      "html": "<a href=\"https://www.modeln.com/nflow/\">Product Support</a>"
    },
    {
      "href": "https://helpcenter.modeln.com/",
      "text": "AI Helpcenter & Knowledge Center",
      "html": "<a href=\"https://helpcenter.modeln.com/\" target=\"_blank\">AI Helpcenter &amp; Knowledge Center</a>"
    },
    {
      "href": "/services-support/expert-services/",
      "text": "Expert Services",
      "html": "<a href=\"/services-support/expert-services/\">Expert Services</a>"
    },
    {
      "href": "/services-support/business-services/",
      "text": "Business Services",
      "html": "<a href=\"/services-support/business-services/\">Business Services</a>"
    },
    {
      "href": "/services-support/application-services/",
      "text": "Application Services",
      "html": "<a href=\"/services-support/application-services/\">Application Services</a>"
    },
    {
      "href": "/services-support/value-realization-services/",
      "text": "Value Realization Services",
      "html": "<a href=\"/services-support/value-realization-services/\">Value Realization Services</a>"
    },
    {
      "href": "/services-support/education-services/",
      "text": "Education Services",
      "html": "<a href=\"/services-support/education-services/\">Education Services</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.modeln.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a tabindex=\"0\" class=\"trustarc-banner-left\" id=\"truste-privacy-button\" target=\"_blank\" rel=\"noopener\" aria-label=\"Privacy Policy\" href=\"https://www.modeln.com/privacy-policy/\">Privacy Policy</a>"
    },
    {
      "href": "/privacy-policy/#ccpa",
      "text": "Do Not Sell My Personal Information",
      "html": "<a href=\"/privacy-policy/#ccpa\">Do Not Sell My Personal Information</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy",
      "html": "<a href=\"/privacy-policy/\">Privacy</a>"
    },
    {
      "href": "https://www.modeln.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.modeln.com/terms-of-use/\">Terms of Use</a>"
    },
    {
      "href": "https://privacy.truste.com/privacy-seal/validation?rid=642d9994-0d24-43c1-8ae7-8a38b287ec12",
      "text": ".",
      "html": "<a href=\"https://privacy.truste.com/privacy-seal/validation?rid=642d9994-0d24-43c1-8ae7-8a38b287ec12\" target=\"_blank\" class=\"empty-tag\" style=\"font-size: 0px;\"><img style=\"border: none\" src=\"//privacy-policy.truste.com/privacy-seal/seal?rid=642d9994-0d24-43c1-8ae7-8a38b287ec12\" alt=\"TRUSTe\" loading=\"lazy\" decoding=\"async\">.</a>"
    }
  ],
  "score": 60,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

4 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author, publisher.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [
    "2022-10-04T18:17:20+00:00",
    "2026-06-04T06:16:32+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company/careers/",
      "text": "Careers",
      "html": "<a href=\"/company/careers/\">Careers</a>"
    },
    {
      "href": "/company/events/",
      "text": "EVENTS",
      "html": "<a href=\"/company/events/\" class=\"p-no-link\">EVENTS</a>"
    },
    {
      "href": "/company/",
      "text": "Company",
      "html": "<a href=\"/company/\" class>Company</a>"
    },
    {
      "href": "/company/",
      "text": "company overview",
      "html": "<a href=\"/company/\" class=\"btn btn-blue-hover\">company overview</a>"
    },
    {
      "href": "https://www.modeln.com/company/events/",
      "text": "Events",
      "html": "<a href=\"https://www.modeln.com/company/events/\" class>Events</a>"
    },
    {
      "href": "https://www.modeln.com/company/partners/",
      "text": "Partners",
      "html": "<a href=\"https://www.modeln.com/company/partners/\" class>Partners</a>"
    },
    {
      "href": "https://www.modeln.com/company/careers/",
      "text": "Careers",
      "html": "<a href=\"https://www.modeln.com/company/careers/\" class>Careers</a>"
    },
    {
      "href": "https://www.modeln.com/company/culture/",
      "text": "Culture",
      "html": "<a href=\"https://www.modeln.com/company/culture/\" class>Culture</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/",
      "text": "Locations",
      "html": "<a href=\"https://www.modeln.com/company/locations/\" class>Locations</a>"
    },
    {
      "href": "https://www.modeln.com/company/leadership/",
      "text": "Leadership",
      "html": "<a href=\"https://www.modeln.com/company/leadership/\" class>Leadership</a>"
    },
    {
      "href": "/company/news/",
      "text": "News",
      "html": "<a href=\"/company/news/\" class>News</a>"
    },
    {
      "href": "/company/events/",
      "text": "EVENTS",
      "html": "<a href=\"/company/events/\" class=\"p-no-link\">EVENTS</a>"
    },
    {
      "href": "/company/",
      "text": "Company",
      "html": "<a href=\"/company/\" class>Company</a>"
    },
    {
      "href": "/company/",
      "text": "company overview",
      "html": "<a href=\"/company/\" class=\"btn btn-blue-hover\">company overview</a>"
    },
    {
      "href": "https://www.modeln.com/company/events/",
      "text": "Events",
      "html": "<a href=\"https://www.modeln.com/company/events/\" class>Events</a>"
    },
    {
      "href": "https://www.modeln.com/company/partners/",
      "text": "Partners",
      "html": "<a href=\"https://www.modeln.com/company/partners/\" class>Partners</a>"
    },
    {
      "href": "https://www.modeln.com/company/careers/",
      "text": "Careers",
      "html": "<a href=\"https://www.modeln.com/company/careers/\" class>Careers</a>"
    },
    {
      "href": "https://www.modeln.com/company/culture/",
      "text": "Culture",
      "html": "<a href=\"https://www.modeln.com/company/culture/\" class>Culture</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/",
      "text": "Locations",
      "html": "<a href=\"https://www.modeln.com/company/locations/\" class>Locations</a>"
    },
    {
      "href": "https://www.modeln.com/company/leadership/",
      "text": "Leadership",
      "html": "<a href=\"https://www.modeln.com/company/leadership/\" class>Leadership</a>"
    },
    {
      "href": "/company/news/",
      "text": "News",
      "html": "<a href=\"/company/news/\" class>News</a>"
    },
    {
      "href": "/company/events/",
      "text": "EVENTS",
      "html": "<a href=\"/company/events/\" class>EVENTS</a>"
    },
    {
      "href": "/company/",
      "text": "Company",
      "html": "<a href=\"/company/\" class>Company</a>"
    },
    {
      "href": "/company/",
      "text": "company overview",
      "html": "<a href=\"/company/\" class=\"btn btn-blue-hover\">company overview</a>"
    },
    {
      "href": "https://www.modeln.com/company/events/",
      "text": "Events",
      "html": "<a href=\"https://www.modeln.com/company/events/\" class>Events</a>"
    },
    {
      "href": "https://www.modeln.com/company/partners/",
      "text": "Partners",
      "html": "<a href=\"https://www.modeln.com/company/partners/\" class>Partners</a>"
    },
    {
      "href": "https://www.modeln.com/company/careers/",
      "text": "Careers",
      "html": "<a href=\"https://www.modeln.com/company/careers/\" class>Careers</a>"
    },
    {
      "href": "https://www.modeln.com/company/culture/",
      "text": "Culture",
      "html": "<a href=\"https://www.modeln.com/company/culture/\" class>Culture</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/",
      "text": "Locations",
      "html": "<a href=\"https://www.modeln.com/company/locations/\" class>Locations</a>"
    },
    {
      "href": "https://www.modeln.com/company/leadership/",
      "text": "Leadership",
      "html": "<a href=\"https://www.modeln.com/company/leadership/\" class>Leadership</a>"
    },
    {
      "href": "/company/news/",
      "text": "News",
      "html": "<a href=\"/company/news/\" class>News</a>"
    },
    {
      "href": "/company/news/press-center/",
      "text": "Press Center",
      "html": "<a href=\"/company/news/press-center/\" target=\"_self\">Press Center</a>"
    },
    {
      "href": "https://www.modeln.com/company/events/",
      "text": "Events",
      "html": "<a href=\"https://www.modeln.com/company/events/\">Events</a>"
    },
    {
      "href": "https://www.modeln.com/company/partners/",
      "text": "Partners",
      "html": "<a href=\"https://www.modeln.com/company/partners/\">Partners</a>"
    },
    {
      "href": "https://www.modeln.com/company/careers/",
      "text": "Careers",
      "html": "<a href=\"https://www.modeln.com/company/careers/\">Careers</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/",
      "text": "Locations",
      "html": "<a href=\"https://www.modeln.com/company/locations/\">Locations</a>"
    },
    {
      "href": "https://www.modeln.com/company/locations/european-operations/",
      "text": "European Operations",
      "html": "<a href=\"https://www.modeln.com/company/locations/european-operations/\">European Operations</a>"
    },
    {
      "href": "https://www.modeln.com/company/leadership/",
      "text": "Leadership",
      "html": "<a href=\"https://www.modeln.com/company/leadership/\">Leadership</a>"
    },
    {
      "href": "/company/news/",
      "text": "News",
      "html": "<a href=\"/company/news/\">News</a>"
    },
    {
      "href": "https://www.linkedin.com/company/modeln/",
      "text": ".",
      "html": "<a href=\"https://www.linkedin.com/company/modeln/\" target=\"_blank\" class=\"empty-tag\" style=\"font-size: 0px;\"> <img src=\"https://www.modeln.com/wp-content/themes/modeln/img/fa-linkedin.png\" alt=\"linkedin\" loading=\"lazy\" decoding=\"async\"> .</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Support Portal",
      "html": "<a href=\"https://www.modeln.com/nflow/\">Support Portal</a>"
    },
    {
      "href": "/services-support/",
      "text": "Services & Support",
      "html": "<a href=\"/services-support/\" class>Services &amp; Support</a>"
    },
    {
      "href": "/services-support/",
      "text": "service overview",
      "html": "<a href=\"/services-support/\" class=\"btn btn-blue-hover\">service overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/professional-services/",
      "text": "Professional Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/professional-services/\" class>Professional Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/advisory-services/",
      "text": "Advisory Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/advisory-services/\" class>Advisory Services Overview</a>"
    },
    {
      "href": "#",
      "text": "Support",
      "html": "<a href=\"#\" class>Support</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/support-services/",
      "text": "Support Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/support-services/\" class>Support Overview</a>"
    },
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Product Support",
      "html": "<a href=\"https://www.modeln.com/nflow/\" class>Product Support</a>"
    },
    {
      "href": "https://helpcenter.modeln.com/Knowledge_Center",
      "text": "Knowledge Center",
      "html": "<a href=\"https://helpcenter.modeln.com/Knowledge_Center\" class target=\"_blank\">Knowledge Center</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/expert-services/",
      "text": "Expert Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/expert-services/\" class>Expert Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/business-services/",
      "text": "– Business Services",
      "html": "<a href=\"https://www.modeln.com/services-support/business-services/\" class>&#x2013; Business Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/application-services/",
      "text": "– Application Services",
      "html": "<a href=\"https://www.modeln.com/services-support/application-services/\" class>&#x2013; Application Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/value-realization-services/",
      "text": "– Value Realization Services",
      "html": "<a href=\"https://www.modeln.com/services-support/value-realization-services/\" class>&#x2013; Value Realization Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/education-services/",
      "text": "– Education Services",
      "html": "<a href=\"https://www.modeln.com/services-support/education-services/\" class>&#x2013; Education Services</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" class>Contact Us</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" class=\"contact-btn-cta btn-blue-hover md-show\"> Contact Us </a>"
    },
    {
      "href": "/services-support/",
      "text": "Services & Support",
      "html": "<a href=\"/services-support/\" class>Services &amp; Support</a>"
    },
    {
      "href": "/services-support/",
      "text": "service overview",
      "html": "<a href=\"/services-support/\" class=\"btn btn-blue-hover\">service overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/professional-services/",
      "text": "Professional Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/professional-services/\" class>Professional Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/advisory-services/",
      "text": "Advisory Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/advisory-services/\" class>Advisory Services Overview</a>"
    },
    {
      "href": "#",
      "text": "Support",
      "html": "<a href=\"#\" class>Support</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/support-services/",
      "text": "Support Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/support-services/\" class>Support Overview</a>"
    },
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Product Support",
      "html": "<a href=\"https://www.modeln.com/nflow/\" class>Product Support</a>"
    },
    {
      "href": "https://helpcenter.modeln.com/Knowledge_Center",
      "text": "Knowledge Center",
      "html": "<a href=\"https://helpcenter.modeln.com/Knowledge_Center\" class target=\"_blank\">Knowledge Center</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/expert-services/",
      "text": "Expert Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/expert-services/\" class>Expert Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/business-services/",
      "text": "– Business Services",
      "html": "<a href=\"https://www.modeln.com/services-support/business-services/\" class>&#x2013; Business Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/application-services/",
      "text": "– Application Services",
      "html": "<a href=\"https://www.modeln.com/services-support/application-services/\" class>&#x2013; Application Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/value-realization-services/",
      "text": "– Value Realization Services",
      "html": "<a href=\"https://www.modeln.com/services-support/value-realization-services/\" class>&#x2013; Value Realization Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/education-services/",
      "text": "– Education Services",
      "html": "<a href=\"https://www.modeln.com/services-support/education-services/\" class>&#x2013; Education Services</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" class>Contact Us</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" target class=\"contact-btn-cta btn-blue-hover\"> Contact Us </a>"
    },
    {
      "href": "/services-support/",
      "text": "Services & Support",
      "html": "<a href=\"/services-support/\" class>Services &amp; Support</a>"
    },
    {
      "href": "/services-support/",
      "text": "service overview",
      "html": "<a href=\"/services-support/\" class=\"btn btn-blue-hover\">service overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/professional-services/",
      "text": "Professional Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/professional-services/\" class>Professional Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/advisory-services/",
      "text": "Advisory Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/advisory-services/\" class>Advisory Services Overview</a>"
    },
    {
      "href": "#",
      "text": "Support",
      "html": "<a href=\"#\" class>Support</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/support-services/",
      "text": "Support Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/support-services/\" class>Support Overview</a>"
    },
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Product Support",
      "html": "<a href=\"https://www.modeln.com/nflow/\" class>Product Support</a>"
    },
    {
      "href": "https://helpcenter.modeln.com/Knowledge_Center",
      "text": "Knowledge Center",
      "html": "<a href=\"https://helpcenter.modeln.com/Knowledge_Center\" class target=\"_blank\">Knowledge Center</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/expert-services/",
      "text": "Expert Services Overview",
      "html": "<a href=\"https://www.modeln.com/services-support/expert-services/\" class>Expert Services Overview</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/business-services/",
      "text": "– Business Services",
      "html": "<a href=\"https://www.modeln.com/services-support/business-services/\" class>&#x2013; Business Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/application-services/",
      "text": "– Application Services",
      "html": "<a href=\"https://www.modeln.com/services-support/application-services/\" class>&#x2013; Application Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/value-realization-services/",
      "text": "– Value Realization Services",
      "html": "<a href=\"https://www.modeln.com/services-support/value-realization-services/\" class>&#x2013; Value Realization Services</a>"
    },
    {
      "href": "https://www.modeln.com/services-support/education-services/",
      "text": "– Education Services",
      "html": "<a href=\"https://www.modeln.com/services-support/education-services/\" class>&#x2013; Education Services</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\" class>Contact Us</a>"
    },
    {
      "href": "#",
      "text": "Contact Us",
      "html": "<a href=\"#\" class=\"product-btn popup-trigger-for-cta\">Contact Us</a>"
    },
    {
      "href": "/services-support/professional-services/",
      "text": "Professional Services",
      "html": "<a href=\"/services-support/professional-services/\">Professional Services</a>"
    },
    {
      "href": "/services-support/support-services/",
      "text": "Support Overview",
      "html": "<a href=\"/services-support/support-services/\">Support Overview</a>"
    },
    {
      "href": "https://www.modeln.com/nflow/",
      "text": "Product Support",
      "html": "<a href=\"https://www.modeln.com/nflow/\">Product Support</a>"
    },
    {
      "href": "https://helpcenter.modeln.com/",
      "text": "AI Helpcenter & Knowledge Center",
      "html": "<a href=\"https://helpcenter.modeln.com/\" target=\"_blank\">AI Helpcenter &amp; Knowledge Center</a>"
    },
    {
      "href": "/services-support/expert-services/",
      "text": "Expert Services",
      "html": "<a href=\"/services-support/expert-services/\">Expert Services</a>"
    },
    {
      "href": "/services-support/business-services/",
      "text": "Business Services",
      "html": "<a href=\"/services-support/business-services/\">Business Services</a>"
    },
    {
      "href": "/services-support/application-services/",
      "text": "Application Services",
      "html": "<a href=\"/services-support/application-services/\">Application Services</a>"
    },
    {
      "href": "/services-support/value-realization-services/",
      "text": "Value Realization Services",
      "html": "<a href=\"/services-support/value-realization-services/\">Value Realization Services</a>"
    },
    {
      "href": "/services-support/education-services/",
      "text": "Education Services",
      "html": "<a href=\"/services-support/education-services/\">Education Services</a>"
    },
    {
      "href": "/contact-sales/",
      "text": "Contact Us",
      "html": "<a href=\"/contact-sales/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.modeln.com/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a tabindex=\"0\" class=\"trustarc-banner-left\" id=\"truste-privacy-button\" target=\"_blank\" rel=\"noopener\" aria-label=\"Privacy Policy\" href=\"https://www.modeln.com/privacy-policy/\">Privacy Policy</a>"
    },
    {
      "href": "/privacy-policy/#ccpa",
      "text": "Do Not Sell My Personal Information",
      "html": "<a href=\"/privacy-policy/#ccpa\">Do Not Sell My Personal Information</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy",
      "html": "<a href=\"/privacy-policy/\">Privacy</a>"
    },
    {
      "href": "https://www.modeln.com/terms-of-use/",
      "text": "Terms of Use",
      "html": "<a href=\"https://www.modeln.com/terms-of-use/\">Terms of Use</a>"
    },
    {
      "href": "https://privacy.truste.com/privacy-seal/validation?rid=642d9994-0d24-43c1-8ae7-8a38b287ec12",
      "text": ".",
      "html": "<a href=\"https://privacy.truste.com/privacy-seal/validation?rid=642d9994-0d24-43c1-8ae7-8a38b287ec12\" target=\"_blank\" class=\"empty-tag\" style=\"font-size: 0px;\"><img style=\"border: none\" src=\"//privacy-policy.truste.com/privacy-seal/seal?rid=642d9994-0d24-43c1-8ae7-8a38b287ec12\" alt=\"TRUSTe\" loading=\"lazy\" decoding=\"async\">.</a>"
    }
  ],
  "score": 60,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

4 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

6 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": 6,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 12,
      "heading": "H5: What’s happening in revenue management and compliance this year?",
      "text": "Model N is the leader in revenue optimization and compliance for pharmaceutical, medtech and high-tech innovators. For more than 25 years, we have helped customers maximize revenue, streamline operations, and maintain compliance through cloud-based software, value-added services, and data-driven insights.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p class=\"content\">Model N is the leader in revenue optimization and compliance for pharmaceutical, medtech and high-tech innovators. For more than 25 years, we have helped customers maximize revenue, streamline operations, and maintain compliance through cloud-based software, value-added services, and data-driven insights. </p>"
    },
    {
      "index": 24,
      "heading": "H5: What’s happening in revenue management and compliance this year?",
      "text": "Model N is the leader in revenue optimization and compliance for pharmaceutical, medtech and high-tech innovators. For more than 25 years, we have helped customers maximize revenue, streamline operations, and maintain compliance through cloud-based software, value-added services, and data-driven insights.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p class=\"content\">Model N is the leader in revenue optimization and compliance for pharmaceutical, medtech and high-tech innovators. For more than 25 years, we have helped customers maximize revenue, streamline operations, and maintain compliance through cloud-based software, value-added services, and data-driven insights. </p>"
    },
    {
      "index": 36,
      "heading": "H5: What’s happening in revenue management and compliance this year?",
      "text": "Model N is the leader in revenue optimization and compliance for pharmaceutical, medtech and high-tech innovators. For more than 25 years, we have helped customers maximize revenue, streamline operations, and maintain compliance through cloud-based software, value-added services, and data-driven insights.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p class=\"content\">Model N is the leader in revenue optimization and compliance for pharmaceutical, medtech and high-tech innovators. For more than 25 years, we have helped customers maximize revenue, streamline operations, and maintain compliance through cloud-based software, value-added services, and data-driven insights. </p>"
    },
    {
      "index": 38,
      "heading": "H2: We empower innovators like you",
      "text": "With Model N, you are in command of every stage of commercialization – from gross-to-net, compliance, global price management, global market access, and beyond. Our technology, data, and expertise give you the visibility and control to ensure every price, incentive, and contract drives profit, not problems. Revenue is optimized. Compliance is assured. And every decision fuels innovation and scalable growth.",
      "words": 59,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (59 words; target 80-220)."
      ],
      "html": "<p>With Model N, you are in command of every stage of commercialization &#x2013; from gross-to-net, compliance, global price management, global market access, and beyond. Our technology, data, and expertise give you the visibility and control to ensure every price, incentive, and contract drives profit, not problems. Revenue is optimized. Compliance is assured. And every decision fuels innovation and scalable growth. </p>"
    },
    {
      "index": 54,
      "heading": "H2: Results that speak for themselves",
      "text": "\"Model N’s business services have been instrumental in the success of our contracting efforts. By providing the resources, processes, and expertise I need for contract administration, they’ve enabled my team to remain lean and focus on our strategic priorities. I deeply value the collaboration and agility they bring to the table.\"",
      "words": 53,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (53 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;Model N&#x2019;s business services have been instrumental in the success of our contracting efforts. By providing the resources, processes, and expertise I need for contract administration, they&#x2019;ve enabled my team to remain lean and focus on our strategic priorities. I deeply value the collaboration and agility they bring to the table.&quot; </p>"
    },
    {
      "index": 55,
      "heading": "H2: Results that speak for themselves",
      "text": "“As the head of Quality and Compliance for Medexus Pharma, Model N’s State Price Transparency Management (SPTM) team partners with me to stay ahead of constantly changing regulations and reporting requirements, prevents unnecessary compliance reporting errors, and determines the reporting impact based on proposed drug price scenarios. I am confident that I will not miss any required reporting for my company with m...",
      "words": 70,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (70 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;As the head of Quality and Compliance for Medexus Pharma, Model N&#x2019;s State Price Transparency Management (SPTM) team partners with me to stay ahead of constantly changing regulations and reporting requirements, prevents unnecessary compliance reporting errors, and determines the reporting impact based on proposed drug price scenarios. I am confident that I will not miss any required reporting for my company with my SPTM Services Manager watching my back.&#x201d; </p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

3 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

2 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

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

Evidence
{
  "schemaCount": 5,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Revenue Management Software Solutions for High Tech & Life Sciences | Model N"
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Model N's leading cloud-based revenue management solutions for high tech and life sciences industries allow companies to impact their top-line. Maximize every revenue moment."
    },
    {
      "path": "$[0].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "Model N"
    },
    {
      "path": "$[0].@graph[2].description",
      "value": "Revenue Management"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "Model N"
    },
    {
      "path": "$[1].name",
      "value": "Revenue Management Software Solutions for High Tech & Life Sciences | Model N"
    },
    {
      "path": "$[1].description",
      "value": "Model N's leading cloud-based revenue management solutions for high tech and life sciences industries allow companies to impact their top-line. Maximize every revenue moment."
    },
    {
      "path": "$[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[3].name",
      "value": "Model N"
    },
    {
      "path": "$[3].description",
      "value": "Revenue Management"
    },
    {
      "path": "$[4].name",
      "value": "Model N"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[1].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[2].itemListElement[0].name",
      "value": "Home"
    }
  ],
  "score": 83,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 2517,
  "htmlBytes": 281633,
  "imagesMissingDimensions": [
    {
      "src": "https://www.modeln.com/wp-content/uploads/2025/05/banner.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2025/05/banner.webp\" alt=\"banner\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/02/[email protected]",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/02/[email protected]\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2022/11/what-we-do.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2022/11/what-we-do.webp\" alt=\"what we do\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2022/11/pharma.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2022/11/pharma.webp\" alt=\"pharma\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2023/10/webinar.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2023/10/webinar.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2022/11/medtech.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2022/11/medtech.webp\" alt=\"medtech\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2023/10/whitepaper.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2023/10/whitepaper.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2022/11/high-tech.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2022/11/high-tech.webp\" alt=\"hightech\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2023/10/whitepaper.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2023/10/whitepaper.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2023/08/moderna-logo.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2023/08/moderna-logo.webp\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2023/09/medexus-pharma-logo.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2023/09/medexus-pharma-logo.webp\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2023/10/uswm-hema-logos.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2023/10/uswm-hema-logos.webp\" alt=\"USWorldMeds Logo\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2022/06/amd-logo.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2022/06/amd-logo.webp\" alt=\"amd logo\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/allergo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/allergo.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/ITALFARMACO-LOGO-HEX-RGB-scaled.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/ITALFARMACO-LOGO-HEX-RGB-scaled.webp\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/Ocular.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/Ocular.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2021/01/diodes-inc-logo-black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2021/01/diodes-inc-logo-black.svg\" alt=\"diodes-inc-logo-black\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/cytokinetics-scaled.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/cytokinetics-scaled.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/Ergotron.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/Ergotron.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/esperion.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/esperion.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/perrigo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/perrigo.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/vantive.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/vantive.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/Targus-Logo-Med-Purple.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/Targus-Logo-Med-Purple.jpg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/avalo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/avalo.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/usworldmeds.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/usworldmeds.jpg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/united.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/united.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/ublox.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/ublox.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/tolmar.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/tolmar.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/sobi.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/sobi.jpg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/logo-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/logo-2.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/Horz_Prasco_Logo_Dark-3.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/Horz_Prasco_Logo_Dark-3.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/glenmark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/glenmark.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/H_MasterLogo_Colour_POS_RGB-scaled.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/H_MasterLogo_Colour_POS_RGB-scaled.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/HLS-Therapeutics_4C_green-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/HLS-Therapeutics_4C_green-1.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/icu_medical__inc__logo-scaled.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/icu_medical__inc__logo-scaled.jpg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/Lantheus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/Lantheus.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/mcc.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/mcc.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/Molnlycke.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/Molnlycke.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/Novo_Nordisk.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/Novo_Nordisk.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/cel.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/cel.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/Bavarian_Nordic.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/Bavarian_Nordic.svg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/images.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/images.jpg\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/aptiv-scaled.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/aptiv-scaled.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/alvogen-logo.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/alvogen-logo.webp\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/04/altera-logo-tm-alterablue-3000-scaled.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/04/altera-logo-tm-alterablue-3000-scaled.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2026/02/SORR-2026.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2026/02/SORR-2026.png\" alt loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/uploads/2019/09/modeln_webinar.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/uploads/2019/09/modeln_webinar.svg\" alt=\"webinar\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/img/resource/live_webinar.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/img/resource/live_webinar.svg\" alt=\"webinar\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/img/resource/ebook.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/img/resource/ebook.svg\" alt=\"ebook\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://consent.trustarc.com/v2/asset/ic-error.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://consent.trustarc.com/v2/asset/ic-error.svg\" alt=\"alert icon\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://consent.trustarc.com/v2/asset/ic-close-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://consent.trustarc.com/v2/asset/ic-close-white.svg\" alt=\"alert message close\" style=\"width: 14px; height: 14px;\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://consent.trustarc.com/v2/asset/ic-error.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://consent.trustarc.com/v2/asset/ic-error.svg\" alt=\"alert icon\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://consent.trustarc.com/v2/asset/ic-close-white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://consent.trustarc.com/v2/asset/ic-close-white.svg\" alt=\"alert message close\" style=\"width: 14px; height: 14px;\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://consent.trustarc.com/v2/asset/trustarc-logo-xs.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://consent.trustarc.com/v2/asset/trustarc-logo-xs.svg\" style=\"margin-bottom:7px;padding-left:5px;padding-top:10px;image-rendering:auto;image-rendering:crisp-edges;image-rendering:pixelated;width:70px;height:16px;\" alt=\"TrustArc logo\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/themes/modeln/img/modelnlogo_pride.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/themes/modeln/img/modelnlogo_pride.png\" alt=\"footer logo\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "//privacy-policy.truste.com/privacy-seal/seal?rid=642d9994-0d24-43c1-8ae7-8a38b287ec12",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img style=\"border: none\" src=\"//privacy-policy.truste.com/privacy-seal/seal?rid=642d9994-0d24-43c1-8ae7-8a38b287ec12\" alt=\"TRUSTe\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/themes/modeln/img/fa-facebook.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/themes/modeln/img/fa-facebook.png\" alt=\"facebook\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "https://www.modeln.com/wp-content/themes/modeln/img/fa-linkedin.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.modeln.com/wp-content/themes/modeln/img/fa-linkedin.png\" alt=\"linkedin\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/AMD_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/AMD_logo.png\" alt=\"AMD\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/abbot_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/abbot_logo.png\" alt=\"Abbot\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/astrazeneca_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/astrazeneca_logo.png\" alt=\"Astrazeneca\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/Merck_Logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/Merck_Logo.png\" alt=\"MERCK\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/seagat_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/seagat_logo.png\" alt=\"Seagate\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/corning_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/corning_logo.png\" alt=\"Corning\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/qualcom_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/qualcom_logo.png\" alt=\"Qyalcomm\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/JohnsonandJohnsonLogo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/JohnsonandJohnsonLogo.png\" alt=\"Jhonson and Jhonson\" loading=\"lazy\" decoding=\"async\">"
    },
    {
      "src": "/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/arrow.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"/wp-content/themes/modeln/views/blog/components/images/contact-form-logos/arrow.png\" alt=\"arrow\" loading=\"lazy\" decoding=\"async\">"
    }
  ],
  "possibleDialogs": [
    "<a href=\"#\" class=\"product-btn popup-trigger-for-cta\">Contact Us</a>",
    "<div id=\"truste-consent-track\" class=\"trustarc-banner-wrapper trustarc-banner-background trustarc-background\" style=\"overflow: auto; opacity: 1; display: block; transition: opacity 350ms;\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Cookie Consent Banner\"> <div id=\"trustarc-info\" class=\"trustarc-info-hide\"> <div class=\"trustarc-info-img\" style=\"margin: 14px 6px 14px 26px;\" aria-hidden=\"true\"> <img src=\"https://consent.trustarc.com/v2/asset/ic-error.svg\" alt=\"alert icon\" loading=\"lazy\" decodin...",
    "<div class=\"mktoModal\"><div class=\"mktoModalMask\" style></div><div class=\"mktoModalContent\" style><div class=\"mktoModalClose\"> X </div><div class=\"mktoModalMain\" style=\"width: 561px;\"><form id=\"mktoForm_2018\" novalidate=\"novalidate\" class=\"mktoForm mktoHasWidth mktoLayoutLeft\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: rgb(51, 51, 51); width: 561px; display: none;\" data-hs-cf-bound=\"true\"><style type=\"text/css\" nonce>.mktoForm .mktoButtonWrap.mktoShadow .mktoBut...",
    "<div class=\"mktoModalMask\" style></div>",
    "<div class=\"mktoModalContent\" style><div class=\"mktoModalClose\"> X </div><div class=\"mktoModalMain\" style=\"width: 561px;\"><form id=\"mktoForm_2018\" novalidate=\"novalidate\" class=\"mktoForm mktoHasWidth mktoLayoutLeft\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: rgb(51, 51, 51); width: 561px; display: none;\" data-hs-cf-bound=\"true\"><style type=\"text/css\" nonce>.mktoForm .mktoButtonWrap.mktoShadow .mktoButton { color:#000; background:#fff; border:1px solid #5e9cd3; p...",
    "<div class=\"mktoModalClose\"> X </div>",
    "<div class=\"mktoModalMain\" style=\"width: 561px;\"><form id=\"mktoForm_2018\" novalidate=\"novalidate\" class=\"mktoForm mktoHasWidth mktoLayoutLeft\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: rgb(51, 51, 51); width: 561px; display: none;\" data-hs-cf-bound=\"true\"><style type=\"text/css\" nonce>.mktoForm .mktoButtonWrap.mktoShadow .mktoButton { color:#000; background:#fff; border:1px solid #5e9cd3; padding:0.4em 1em; font-size:1em; box-shadow: 3px 3px 10px 0px #ccc; backg..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

18 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": 19,
  "passing": 1,
  "failing": [
    {
      "heading": "2026 State of Revenue Report",
      "headingHtml": "<h2>2026 State of Revenue Report</h2>",
      "firstParagraph": "Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.",
      "paragraphHtml": "<p>Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026. </p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "2026 State of Revenue Report",
      "headingHtml": "<h2>2026 State of Revenue Report</h2>",
      "firstParagraph": "Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.",
      "paragraphHtml": "<p>Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026. </p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "2026 State of Revenue Report",
      "headingHtml": "<h2>2026 State of Revenue Report</h2>",
      "firstParagraph": "Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.",
      "paragraphHtml": "<p>Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026. </p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "Quick Links",
      "headingHtml": "<h3>Quick Links</h3>",
      "firstParagraph": "Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.",
      "paragraphHtml": "<p>Ninety-six percent of pharma leaders believe that addressing issues early and throughout the gross-to-net lifecycle would materially impact their profit margins. Learn how you can optimize gross to net in 2026.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "With our intelligent cloud platform, you’re in the driver’s seat.",
      "headingHtml": "<h3>With our intelligent cloud platform, you&#x2019;re in the driver&#x2019;s seat.</h3>",
      "firstParagraph": "Accelerate digital transformation with cloud-integrated technology, data, analytics, and expert services, so you can respond with agility to market and regulatory changes while mitigating risk and growing your revenue.",
      "paragraphHtml": "<p>Accelerate digital transformation with cloud-integrated technology, data, analytics, and expert services, so you can respond with agility to market and regulatory changes while mitigating risk and growing your revenue.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Purpose-built revenue optimization and compliance solutions",
      "headingHtml": "<h2>Purpose-built revenue optimization and compliance solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Empowering you to bring life-changing products to the world, faster.",
      "headingHtml": "<h3>Empowering you to bring life-changing products to the world, faster.</h3>",
      "firstParagraph": "Model N connects and automates end-to-end revenue processes – including gross to net – delivering deep insight and control to drive current and future growth.",
      "paragraphHtml": "<p>Model N connects and automates end-to-end revenue processes &#x2013; including gross to net &#x2013; delivering deep insight and control to drive current and future growth.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Maximize revenue at every point in the commercialization process.",
      "headingHtml": "<h3>Maximize revenue at every point in the commercialization process.</h3>",
      "firstParagraph": "Automate commercialization processes from contract creation to rebate payment.",
      "paragraphHtml": "<p>Automate commercialization processes from contract creation to rebate payment.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pricing and channel solutions for agile high-tech companies",
      "headingHtml": "<h3>Pricing and channel solutions for agile high-tech companies</h3>",
      "firstParagraph": "Accelerate deals by automating price execution, including global price management and automated discounting controls.",
      "paragraphHtml": "<p>Accelerate deals by automating price execution, including global price management and automated discounting controls.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Results that speak for themselves",
      "headingHtml": "<h2>Results that speak for themselves</h2>",
      "firstParagraph": "See how companies like yours leverage Model N to enhance operations, boost growth and optimize resources to drive innovation.",
      "paragraphHtml": "<p>See how companies like yours leverage Model N to enhance operations, boost growth and optimize resources to drive innovation.</p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real Time Data Collection",
      "headingHtml": "<h3>Real Time Data Collection</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "2026 State of Revenue Report reveals how life sciences leaders are navigating unprecedented revenue complexity and where they see the biggest opportunities to protect margins, strengthen compliance, and modernize operations in 2026.",
      "headingHtml": "<h3>2026 State of Revenue Report reveals how life sciences leaders are navigating unprecedented revenue complexity and where they see the biggest opportunities to protect margins, strengthen compliance, and modernize operations in 2026.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Leading customers across the globe trust Model N to optimize growth",
      "headingHtml": "<h2>Leading customers across the globe trust Model N to optimize growth</h2>",
      "firstParagraph": "of the world’s leading companies trust Model N",
      "paragraphHtml": "<p>of the world&#x2019;s leading companies trust Model N</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Discover more about us",
      "headingHtml": "<h2>Discover more about us</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Powering Innovators",
      "headingHtml": "<h2>Powering Innovators</h2>",
      "firstParagraph": "Streamline, scale, and optimize business operations today.",
      "paragraphHtml": "<p>Streamline, scale, and optimize business operations today. </p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "© Copyright 2026 Model N . All rights reserved.",
      "headingHtml": "<h2><img src=\"https://www.modeln.com/wp-content/themes/modeln/img/modelnlogo_pride.png\" alt=\"footer logo\" loading=\"lazy\" decoding=\"async\"> <div class=\"footer-bottom\"> <div class=\"left\">&#xa9; Copyright 2026 Model N . All rights reserved. </div> </div> </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Contact Sales",
      "headingHtml": "<h2>Contact Sales</h2>",
      "firstParagraph": "Thank you for your interest in Model N. Please submit the form and our sales team will contact you within 24 hours.",
      "paragraphHtml": "<p>Thank you for your interest in Model N. Please submit the form and our sales team will contact you within 24 hours. </p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Thank you for reaching out.",
      "headingHtml": "<h2>Thank you for reaching out.</h2>",
      "firstParagraph": "We look forward to responding within one business day.",
      "paragraphHtml": "<p>We look forward to responding within one business day.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "2026 State of Revenue Report",
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "text": "2026 State of Revenue Report",
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "text": "2026 State of Revenue Report",
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "text": "We empower innovators like you",
      "html": "<h2>We empower innovators like you</h2>"
    },
    {
      "text": "Purpose-built revenue optimization and compliance solutions",
      "html": "<h2>Purpose-built revenue optimization and compliance solutions</h2>"
    },
    {
      "text": "Results that speak for themselves",
      "html": "<h2>Results that speak for themselves</h2>"
    },
    {
      "text": "Leading customers across the globe trust Model N to optimize growth",
      "html": "<h2>Leading customers across the globe trust Model N to optimize growth</h2>"
    },
    {
      "text": "Discover more about us",
      "html": "<h2>Discover more about us</h2>"
    },
    {
      "text": "Powering Innovators",
      "html": "<h2>Powering Innovators</h2>"
    },
    {
      "text": "© Copyright 2026 Model N . All rights reserved.",
      "html": "<h2><img src=\"https://www.modeln.com/wp-content/themes/modeln/img/modelnlogo_pride.png\" alt=\"footer logo\" loading=\"lazy\" decoding=\"async\"> <div class=\"footer-bottom\"> <div class=\"left\">&#xa9; Copyright 2026 Model N . All rights reserved. </div> </div> </h2>"
    },
    {
      "text": "Contact Sales",
      "html": "<h2>Contact Sales</h2>"
    },
    {
      "text": "Thank you for reaching out.",
      "html": "<h2>Thank you for reaching out.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Revenue Management Software Solutions for Hig...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Revenue Management Software Solutions for Hig... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Revenue Management Software Solutions for Hig...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Revenue Management Software Solutions for Hig... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Revenue Management Software Solutions for Hig... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Revenue Management Software Solutions for Hig...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Revenue Management Software Solutions for Hig... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Revenue Management Software Solutions for Hig...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Revenue Management Software Solutions for Hig... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Revenue Management Software Solutions for Hig... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "2026 State of Revenue Report",
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "text": "2026 State of Revenue Report",
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "text": "2026 State of Revenue Report",
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "text": "We empower innovators like you",
      "html": "<h2>We empower innovators like you</h2>"
    },
    {
      "text": "Purpose-built revenue optimization and compliance solutions",
      "html": "<h2>Purpose-built revenue optimization and compliance solutions</h2>"
    },
    {
      "text": "Results that speak for themselves",
      "html": "<h2>Results that speak for themselves</h2>"
    },
    {
      "text": "Leading customers across the globe trust Model N to optimize growth",
      "html": "<h2>Leading customers across the globe trust Model N to optimize growth</h2>"
    },
    {
      "text": "Discover more about us",
      "html": "<h2>Discover more about us</h2>"
    },
    {
      "text": "Powering Innovators",
      "html": "<h2>Powering Innovators</h2>"
    },
    {
      "text": "© Copyright 2026 Model N . All rights reserved.",
      "html": "<h2><img src=\"https://www.modeln.com/wp-content/themes/modeln/img/modelnlogo_pride.png\" alt=\"footer logo\" loading=\"lazy\" decoding=\"async\"> <div class=\"footer-bottom\"> <div class=\"left\">&#xa9; Copyright 2026 Model N . All rights reserved. </div> </div> </h2>"
    },
    {
      "text": "Contact Sales",
      "html": "<h2>Contact Sales</h2>"
    },
    {
      "text": "Thank you for reaching out.",
      "html": "<h2>Thank you for reaching out.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Revenue Management Software Solutions for Hig...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Revenue Management Software Solutions for Hig... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Revenue Management Software Solutions for Hig...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Revenue Management Software Solutions for Hig... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Revenue Management Software Solutions for Hig... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Revenue Management Software Solutions for Hig...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Revenue Management Software Solutions for Hig... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Revenue Management Software Solutions for Hig...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Revenue Management Software Solutions for Hig... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Revenue Management Software Solutions for Hig... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; 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": 166715,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 154111,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": false,
          "links": [
            "/javascript",
            "/*!",
            "/iPad",
            "/.test(o.navigator",
            "/Firefox",
            "/);Array.isArray(e)&&e.length",
            "/called",
            "/blobs",
            "/logs",
            "https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e"
          ],
          "rawExcerpt": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing 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": 166715,
        "text": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArray(t[o])?r[o]=Array.from(new Set([...e[o],...t[o]])):e[o]instanceof Map||e[o]instanceof Set||e[o]instanceof Date||e[o]instanceof RegExp?r[o]=e[o]:\"object\"==typeof e[o]&&\"object\"==typeof t[o]?r[o]=i(e[o],t[o]):r[o]=e[o]}catch(e){r[o]||(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},154:(e,t,r)=>{\"use strict\";r.d(t,{OF:()=>u,RI:()=>i,WN:()=>l,bv:()=>s,gm:()=>o,m:()=>c,mw:()=>a,sb:()=>d,zk:()=>f});var n=r(863);const i=\"undefined\"!=typeof window&&!!window.document,s=\"undefined\"!=typeof WorkerGlobalScope&&(\"undefined\"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||\"undefined\"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),o=i?window:\"undefined\"!=typeof WorkerGlobalScope&&(\"undefined\"!=typeof self&&self instanceof WorkerGlobalScope&&self||\"undefined\"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),a=Boolean(\"hidden\"===o?.document?.visibilityState),c=\"\"+o?.location,u=/iPad|iPhone|iPod/.test(o.navigator?.userAgent),d=u&&\"undefined\"==typeof SharedWorker,l=((()=>{const e=o.navigator?.userAgent?.match(/Firefox[/\\s](\\d+\\.\\d+)/);Array.isArray(e)&&e.length>=2&&e[1]})(),Date.now()-(0,n.t)()),f=()=>{const e=o?.performance?.getEntriesByType?.(\"navigation\")?.[0];if(e&&e.responseStart>0&&e.responseStart<o.performance.now())return e}},234:(e,t,r)=>{\"use strict\";r.d(t,{W:()=>i});var n=r(687);class i{constructor(e,t){this.agentRef=e,this.ee=e?.ee,this.featureName=t,this.blocked=!1}deregisterDrain(){(0,n.x3)(this.agentRef,this.featureName)}}},241:(e,t,r)=>{\"use strict\";r.d(t,{W:()=>s});var n=r(154);const i=\"newrelic\";function s(e={}){try{n.gm.dispatchEvent(new CustomEvent(i,{detail:e}))}catch(e){}}},261:(e,t,r)=>{\"use strict\";r.d(t,{$9:()=>u,BL:()=>a,CH:()=>g,Dl:()=>_,Fw:()=>y,PA:()=>h,Pl:()=>n,Pv:()=>k,Tb:()=>l,U2:()=>s,V1:()=>R,Wb:()=>x,bt:()=>b,cD:()=>v,d3:()=>w,dT:()=>c,eY:()=>p,fF:()=>f,hG:()=>i,k6:()=>o,nb:()=>m,o5:()=>d});const n=\"api-\",i=\"addPageAction\",s=\"addToTrace\",o=\"addRelease\",a=\"finished\",c=\"interaction\",u=\"log\",d=\"noticeError\",l=\"pauseReplay\",f=\"recordCustomEvent\",g=\"recordReplay\",p=\"register\",m=\"setApplicationVersion\",h=\"setCurrentRouteName\",v=\"setCustomAttribute\",b=\"setErrorHandler\",y=\"setPageViewName\",_=\"setUserId\",w=\"start\",x=\"wrapLogger\",R=\"measure\",k=\"consent\"},289:(e,t,r)=>{\"use strict\";r.d(t,{GG:()=>o,Qr:()=>c,sB:()=>a});var n=r(878),i=r(389);function s(){return\"undefined\"==typeof document||\"complete\"===document.readyState}function o(e,t){if(s())return e();const r=(0,i.J)(e),o=setInterval(()=>{s()&&(clearInterval(o),r())},500);(0,n.sp)(\"load\",r,t)}function a(e){if(s())return e();(0,n.DD)(\"DOMContentLoaded\",e)}function c(e){if(s())return e();(0,n.sp)(\"popstate\",e)}},324:(e,t,r)=>{\"use strict\";r.d(t,{F3:()=>i,Xs:()=>s,xv:()=>n});const n=\"1.316.0\",i=\"PROD\",s=\"CDN\"},362:(e,t,r)=>{\"use strict\";r.d(t,{d:()=>s});var n=r(566),i=r(741);class s extends i.W{agentIdentifier=(0,n.LA)(16)}},374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return\"\"})()},384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>d,dV:()=>u,pV:()=>l});var n=r(154),i=r(863),s=r(944),o=r(910);const a={beacon:\"bam.nr-dat"
      },
      "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": 166715,
          "text": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArray(t[o])?r[o]=Array.from(new Set([...e[o],...t[o]])):e[o]instanceof Map||e[o]instanceof Set||e[o]instanceof Date||e[o]instanceof RegExp?r[o]=e[o]:\"object\"==typeof e[o]&&\"object\"==typeof t[o]?r[o]=i(e[o],t[o]):r[o]=e[o]}catch(e){r[o]||(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},154:(e,t,r)=>{\"use strict\";r.d(t,{OF:()=>u,RI:()=>i,WN:()=>l,bv:()=>s,gm:()=>o,m:()=>c,mw:()=>a,sb:()=>d,zk:()=>f});var n=r(863);const i=\"undefined\"!=typeof window&&!!window.document,s=\"undefined\"!=typeof WorkerGlobalScope&&(\"undefined\"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||\"undefined\"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),o=i?window:\"undefined\"!=typeof WorkerGlobalScope&&(\"undefined\"!=typeof self&&self instanceof WorkerGlobalScope&&self||\"undefined\"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),a=Boolean(\"hidden\"===o?.document?.visibilityState),c=\"\"+o?.location,u=/iPad|iPhone|iPod/.test(o.navigator?.userAgent),d=u&&\"undefined\"==typeof SharedWorker,l=((()=>{const e=o.navigator?.userAgent?.match(/Firefox[/\\s](\\d+\\.\\d+)/);Array.isArray(e)&&e.length>=2&&e[1]})(),Date.now()-(0,n.t)()),f=()=>{const e=o?.performance?.getEntriesByType?.(\"navigation\")?.[0];if(e&&e.responseStart>0&&e.responseStart<o.performance.now())return e}},234:(e,t,r)=>{\"use strict\";r.d(t,{W:()=>i});var n=r(687);class i{constructor(e,t){this.agentRef=e,this.ee=e?.ee,this.featureName=t,this.blocked=!1}deregisterDrain(){(0,n.x3)(this.agentRef,this.featureName)}}},241:(e,t,r)=>{\"use strict\";r.d(t,{W:()=>s});var n=r(154);const i=\"newrelic\";function s(e={}){try{n.gm.dispatchEvent(new CustomEvent(i,{detail:e}))}catch(e){}}},261:(e,t,r)=>{\"use strict\";r.d(t,{$9:()=>u,BL:()=>a,CH:()=>g,Dl:()=>_,Fw:()=>y,PA:()=>h,Pl:()=>n,Pv:()=>k,Tb:()=>l,U2:()=>s,V1:()=>R,Wb:()=>x,bt:()=>b,cD:()=>v,d3:()=>w,dT:()=>c,eY:()=>p,fF:()=>f,hG:()=>i,k6:()=>o,nb:()=>m,o5:()=>d});const n=\"api-\",i=\"addPageAction\",s=\"addToTrace\",o=\"addRelease\",a=\"finished\",c=\"interaction\",u=\"log\",d=\"noticeError\",l=\"pauseReplay\",f=\"recordCustomEvent\",g=\"recordReplay\",p=\"register\",m=\"setApplicationVersion\",h=\"setCurrentRouteName\",v=\"setCustomAttribute\",b=\"setErrorHandler\",y=\"setPageViewName\",_=\"setUserId\",w=\"start\",x=\"wrapLogger\",R=\"measure\",k=\"consent\"},289:(e,t,r)=>{\"use strict\";r.d(t,{GG:()=>o,Qr:()=>c,sB:()=>a});var n=r(878),i=r(389);function s(){return\"undefined\"==typeof document||\"complete\"===document.readyState}function o(e,t){if(s())return e();const r=(0,i.J)(e),o=setInterval(()=>{s()&&(clearInterval(o),r())},500);(0,n.sp)(\"load\",r,t)}function a(e){if(s())return e();(0,n.DD)(\"DOMContentLoaded\",e)}function c(e){if(s())return e();(0,n.sp)(\"popstate\",e)}},324:(e,t,r)=>{\"use strict\";r.d(t,{F3:()=>i,Xs:()=>s,xv:()=>n});const n=\"1.316.0\",i=\"PROD\",s=\"CDN\"},362:(e,t,r)=>{\"use strict\";r.d(t,{d:()=>s});var n=r(566),i=r(741);class s extends i.W{agentIdentifier=(0,n.LA)(16)}},374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return\"\"})()},384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>d,dV:()=>u,pV:()=>l});var n=r(154),i=r(863),s=r(944),o=r(910);const a={beacon:\"bam.nr-dat"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

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

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 12,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "2026 State of Revenue Report",
      "isQuestion": false,
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "index": 2,
      "text": "2026 State of Revenue Report",
      "isQuestion": false,
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "index": 3,
      "text": "2026 State of Revenue Report",
      "isQuestion": false,
      "html": "<h2>2026 State of Revenue Report</h2>"
    },
    {
      "index": 4,
      "text": "We empower innovators like you",
      "isQuestion": false,
      "html": "<h2>We empower innovators like you</h2>"
    },
    {
      "index": 5,
      "text": "Purpose-built revenue optimization and compliance solutions",
      "isQuestion": false,
      "html": "<h2>Purpose-built revenue optimization and compliance solutions</h2>"
    },
    {
      "index": 6,
      "text": "Results that speak for themselves",
      "isQuestion": false,
      "html": "<h2>Results that speak for themselves</h2>"
    },
    {
      "index": 7,
      "text": "Leading customers across the globe trust Model N to optimize growth",
      "isQuestion": false,
      "html": "<h2>Leading customers across the globe trust Model N to optimize growth</h2>"
    },
    {
      "index": 8,
      "text": "Discover more about us",
      "isQuestion": false,
      "html": "<h2>Discover more about us</h2>"
    },
    {
      "index": 9,
      "text": "Powering Innovators",
      "isQuestion": false,
      "html": "<h2>Powering Innovators</h2>"
    },
    {
      "index": 10,
      "text": "© Copyright 2026 Model N . All rights reserved.",
      "isQuestion": false,
      "html": "<h2><img src=\"https://www.modeln.com/wp-content/themes/modeln/img/modelnlogo_pride.png\" alt=\"footer logo\" loading=\"lazy\" decoding=\"async\"> <div class=\"footer-bottom\"> <div class=\"left\">&#xa9; Copyright 2026 Model N . All rights reserved. </div> </div> </h2>"
    },
    {
      "index": 11,
      "text": "Contact Sales",
      "isQuestion": false,
      "html": "<h2>Contact Sales</h2>"
    },
    {
      "index": 12,
      "text": "Thank you for reaching out.",
      "isQuestion": false,
      "html": "<h2>Thank you for reaching out.</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 166715
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!--Main Nav-->\n<!DOCTYPE html>\n<html lang=\"en-US\">\n\n<head><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"]};(window.NREUM||(NREUM={})).loader_config={licenseKey:\"NRJS-f3a628aa35ed25ea9d9\",applicationID:\"743847242\",browserID:\"743847566\"};;/*! For license information please see nr-loader-rum-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={122:(e,t,r)=>{\"use strict\";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||\"object\"!=typeof e)return(0,n.R)(3);if(!t||\"object\"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),s=0===Object.keys(r).length?e:r;for(let o in s)if(void 0!==e[o])try{if(null===e[o]){r[o]=null;continue}Array.isArray(e[o])&&Array.isArr"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.modeln.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.modeln.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.modeln.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.modeln.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Background and foreground colors do not have a sufficient contrast ratio.

50 Fail

Check name

Background and foreground colors do not have a sufficient contrast ratio.

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).

Evidence
{
  "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}

Performance and AccessibilityAccessibilityBrowser audit

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

50 Fail

Check name

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

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

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

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

SEOSEOBrowser audit

Links are not crawlable

50 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

SEOSEOBrowser audit

Links do not have descriptive text

50 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

4 links found

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Font display

14 Fail

Check name

Font display

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 220 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 220 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

Performance and AccessibilityPerformanceBrowser audit

LCP breakdown

14 Fail

Check name

LCP breakdown

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Evidence
{
  "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

14 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 181 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 181 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": 160
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

14 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 945 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 945 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": 280
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

14 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 860 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

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

7 Warning

Check name

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

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

4 Fail

Check name

Loading performance

Score

70/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": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 39,
      "displayValue": "2.8 s",
      "numericValue": 2781.046865272059
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 95,
      "displayValue": "120 ms",
      "numericValue": 115.49999999999955
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 79,
      "displayValue": "1.1 s",
      "numericValue": 1129.0173575081703
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 95,
      "displayValue": "110 ms",
      "numericValue": 107
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 12,
      "displayValue": "3.8 s",
      "numericValue": 3796.080943100351
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "50 ms",
      "numericValue": 51.00705
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 42,
      "displayValue": "4.9 s",
      "numericValue": 4939.798184442681
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 30 ms",
      "numericValue": 28
    }
  ]
}

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