NM SignalsNM Signals
§ website audit · completed report

zoom.us

zoom.usaudited March 24, 2026Technology

Audit overview

76 evaluated results
check results
2
22
52
2 fail · 22 warn · 52 pass
checks passing
68%
52/76 checks pass
report coverage
76
across 9 sections

§ findings

Fetch, Render, and URL Integrity

6 checks6 pass
100
Page fetch returns 200passdetails

about this check

Checks that the page returns HTTP 200 when fetched. If crawlers cannot reliably fetch the URL, citations and visibility signals break.

observed

HTTP 200

  • observed: HTTP 200
  • department: engineering
  • weight: 30

expected behavior

The audited URL returns a successful HTTP 200 response with usable page content.

llm discoverability

LLMs and their web crawlers (GPTBot, ClaudeBot, etc.) discard URLs that return non-200 status codes. A page that cannot be fetched simply cannot appear in AI-generated responses or citations.

seo impact

A 200 response is the baseline requirement for indexing; Googlebot drops non-200 URLs from its queue, so the page earns zero organic traffic regardless of its content quality.

benchmark performance

100% of Technology sites pass this check. This site is pass; 100% of the benchmark has the same status.

100% pass0% warn0% failn=278 · updated 2026-07-16open insight ↗
Response is HTML (text/html)passdetails

about this check

Checks that the response Content-Type is text/html. Non-HTML responses can prevent indexers and LLMs from extracting meaningful content.

observed

text/html

  • observed: text/html
  • department: engineering
  • weight: 20

expected behavior

The response identifies the document as HTML so crawlers select the correct parser.

llm discoverability

AI crawlers use Content-Type to decide how to parse a response; non-HTML types are either silently skipped or misinterpreted, preventing reliable content extraction for training data and RAG pipelines.

seo impact

Search engines index HTML documents; a wrong Content-Type header can cause Googlebot to skip parsing entirely, leaving the page absent from search results.

benchmark performance

100% of audited sites pass this check. This site is pass; 100% of the benchmark has the same status.

100% pass0% warn0% failn=11 · updated 2026-07-16open insight ↗
Page served over HTTPSpassdetails

about this check

Evaluates page served over HTTPS against its documented passing condition. The exact target appears under Expected behavior.

observed

HTTPS

  • observed: HTTPS
  • department: engineering
  • weight: 15

expected behavior

The canonical page is served securely over HTTPS, with HTTP requests redirected to it.

llm discoverability

LLM data pipelines heavily favour HTTPS sources as a proxy for trustworthiness; HTTP-only pages are often deprioritised or excluded from training corpora.

seo impact

Google has used HTTPS as a ranking signal since 2014, and browsers warn users on HTTP pages, reducing click-through rates even when rankings are maintained.

benchmark performance

100% of audited sites pass this check. This site is pass; 100% of the benchmark has the same status.

100% pass0% warn0% failn=11 · updated 2026-07-16open insight ↗
Response time under 3 secondspassdetails

about this check

Evaluates response time under 3 seconds against its documented passing condition. The exact target appears under Expected behavior.

observed

217ms

  • observed: 217ms
  • department: engineering
  • weight: 10

expected behavior

The initial HTML response completes in 1,500 ms or less, reducing crawler timeouts and shortening the wait before rendering begins.

llm discoverability

Slow pages increase the likelihood that a crawl times out or is abandoned mid-response; fast pages are more likely to be fully fetched and included in AI knowledge bases.

seo impact

Core Web Vitals (particularly Time to First Byte) directly influence Google's page experience signals, and slow pages are systematically demoted in competitive SERPs.

benchmark performance

86% of Technology sites pass this check. This site is pass; 86% of the benchmark has the same status.

86% pass0% warn14% failn=278 · updated 2026-07-16open insight ↗
No excessive redirect chainpassdetails

about this check

Evaluates no excessive redirect chain against its documented passing condition. The exact target appears under Expected behavior.

observed

1 redirect

  • observed: 1 redirect
  • department: engineering
  • weight: 8

expected behavior

Requests reach the final page in no more than one redirect hop.

llm discoverability

Long redirect chains consume crawl budget and can cause AI crawlers to follow an incomplete path, resulting in the final destination page being indexed under the wrong canonical URL.

seo impact

Each redirect hop passes diminished link equity; chains of 3+ redirects lose PageRank, and Googlebot's crawl budget is wasted resolving intermediary URLs.

benchmark performance

72.7% of audited sites pass this check. This site is pass; 72.7% of the benchmark has the same status.

72.7% pass27.3% warn0% failn=11 · updated 2026-07-16open insight ↗
HTML size under 2 MBpassdetails

about this check

Evaluates HTML size under 2 MB against its documented passing condition. The exact target appears under Expected behavior.

observed

411 KB

  • observed: 411 KB
  • department: engineering
  • weight: 5

expected behavior

The uncompressed HTML response remains at or below 512 KB so crawlers can parse it without excessive transfer or memory cost.

llm discoverability

Excessively large HTML documents can cause crawlers to truncate content mid-page; AI systems may build an incomplete or misleading representation of the page's intent.

seo impact

Large pages slow Time to First Byte and parsing time, hurting Core Web Vitals and increasing the risk of Googlebot crawling only partial content on deep or asset-heavy sites.

benchmark performance

90.9% of audited sites pass this check. This site is pass; 90.9% of the benchmark has the same status.

90.9% pass9.1% warn0% failn=11 · updated 2026-07-16open insight ↗

Bot Access & Control Plane

11 checks2 warn9 pass
93
llms.txt availablewarndetails

about this check

Evaluates llms.txt available against its documented passing condition. The exact target appears under Expected behavior.

observed

Missing

  • observed: Missing
  • department: engineering
  • weight: 10

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
ai.txt availablewarndetails

about this check

Evaluates ai.txt available against its documented passing condition. The exact target appears under Expected behavior.

observed

Missing (404)

  • observed: Missing (404)
  • department: engineering
  • weight: 10

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
X-Robots-Tag is not noindexpassdetails

about this check

Evaluates X-Robots-Tag is not noindex against its documented passing condition. The exact target appears under Expected behavior.

observed

Missing

  • observed: Missing
  • department: engineering
  • weight: 16

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
X-Robots-Tag does not block AIpassdetails

about this check

Evaluates X-Robots-Tag does not block AI against its documented passing condition. The exact target appears under Expected behavior.

observed

Missing

  • observed: Missing
  • department: engineering
  • weight: 12

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
robots.txt availablepassdetails

about this check

Evaluates robots.txt available against its documented passing condition. The exact target appears under Expected behavior.

observed

Present

  • observed: Present
  • department: engineering
  • weight: 18

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
AI crawlers not blockedpassdetails

about this check

Evaluates AI crawlers not blocked against its documented passing condition. The exact target appears under Expected behavior.

observed

Allowed

  • observed: Allowed
  • department: engineering
  • weight: 28

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Meta robots is not noindexpassdetails

about this check

Evaluates meta robots is not noindex against its documented passing condition. The exact target appears under Expected behavior.

observed

index,follow

  • observed: index,follow
  • department: engineering
  • weight: 16

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Meta robots does not block AIpassdetails

about this check

Evaluates meta robots does not block AI against its documented passing condition. The exact target appears under Expected behavior.

observed

index,follow

  • observed: index,follow
  • department: engineering
  • weight: 14

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Sitemap declared in robots.txtpassdetails

about this check

Evaluates sitemap declared in robots.txt against its documented passing condition. The exact target appears under Expected behavior.

observed

1 url(s)

  • observed: 1 url(s)
  • department: engineering
  • weight: 10

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Sitemap availablepassdetails

about this check

Evaluates sitemap available against its documented passing condition. The exact target appears under Expected behavior.

observed

5454 entries

  • observed: 5454 entries
  • department: engineering
  • weight: 20

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Sitemap looks like XML (not HTML)passdetails

about this check

Evaluates sitemap looks like XML (not HTML) against its documented passing condition. The exact target appears under Expected behavior.

observed

OK (text/xml)

  • observed: OK (text/xml)
  • department: engineering
  • weight: 10

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.

HTML Extractability & Main Content Clarity

15 checks1 fail3 warn11 pass
86
Images have alt textfaildetails

about this check

Evaluates images have alt text against its documented passing condition. The exact target appears under Expected behavior.

observed

47/104 images (45%) — most images lack alt text

  • observed: 47/104 images (45%) — most images lack alt text
  • department: marketing
  • weight: 10

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Meta description length reasonablewarndetails

about this check

Evaluates meta description length reasonable against its documented passing condition. The exact target appears under Expected behavior.

observed

29 chars

  • observed: 29 chars
  • department: marketing
  • weight: 10

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Title and H1 alignedwarndetails

about this check

Evaluates title and H1 aligned against its documented passing condition. The exact target appears under Expected behavior.

observed

Mismatch

  • observed: Mismatch
  • department: marketing
  • weight: 12

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Canonical URL matches site originwarndetails

about this check

Evaluates canonical URL matches site origin against its documented passing condition. The exact target appears under Expected behavior.

observed

Different origin

  • observed: Different origin
  • department: engineering
  • weight: 12

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Title tag presentpassdetails

about this check

Evaluates title tag present against its documented passing condition. The exact target appears under Expected behavior.

observed

One platform to connect | Zoom

  • observed: One platform to connect | Zoom
  • department: engineering
  • weight: 25

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Meta description presentpassdetails

about this check

Evaluates meta description present against its documented passing condition. The exact target appears under Expected behavior.

observed

Modernize workflows with Zoom

  • observed: Modernize workflows with Zoom
  • department: engineering
  • weight: 20

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Canonical URL presentpassdetails

about this check

Evaluates canonical URL present against its documented passing condition. The exact target appears under Expected behavior.

observed

https://www.zoom.com

  • observed: https://www.zoom.com
  • department: engineering
  • weight: 15

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
HTML lang attribute presentpassdetails

about this check

Evaluates HTML lang attribute present against its documented passing condition. The exact target appears under Expected behavior.

observed

en

  • observed: en
  • department: engineering
  • weight: 10

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Exactly one H1passdetails

about this check

Evaluates exactly one H1 against its documented passing condition. The exact target appears under Expected behavior.

observed

1

  • observed: 1
  • department: engineering
  • weight: 15

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
OpenGraph basics presentpassdetails

about this check

Checks whether OpenGraph title, description, and image tags are present so shared links render with rich previews.

observed

title=true, desc=true, image=true

  • observed: title=true, desc=true, image=true
  • department: engineering
  • weight: 15

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Viewport meta presentpassdetails

about this check

Evaluates viewport meta present against its documented passing condition. The exact target appears under Expected behavior.

observed

Present

  • observed: Present
  • department: engineering
  • weight: 5

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Favicon link presentpassdetails

about this check

Evaluates favicon link present against its documented passing condition. The exact target appears under Expected behavior.

observed

Present

  • observed: Present
  • department: engineering
  • weight: 5

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Text-to-HTML ratio reasonablepassdetails

about this check

Evaluates text-to-HTML ratio reasonable against its documented passing condition. The exact target appears under Expected behavior.

observed

5%

  • observed: 5%
  • department: marketing
  • weight: 18

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Sufficient on-page textpassdetails

about this check

Evaluates sufficient on-page text against its documented passing condition. The exact target appears under Expected behavior.

observed

20110 chars

  • observed: 20110 chars
  • department: marketing
  • weight: 16

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Title length reasonablepassdetails

about this check

Evaluates title length reasonable against its documented passing condition. The exact target appears under Expected behavior.

observed

30 chars

  • observed: 30 chars
  • department: marketing
  • weight: 10

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.

Structured Data

10 checks7 warn3 pass
76
Organization schema presentwarndetails

about this check

Checks whether Organization schema is present in your JSON-LD. This helps systems identify the entity behind the page (name, logo, contact points, etc.).

observed

No

  • observed: No
  • department: engineering
  • weight: 24

expected behavior

The page includes valid Organization structured data when that type accurately represents the visible content.

llm discoverability

Organization schema gives LLMs a canonical, machine-readable definition of the entity (name, logo, sameAs links), reducing the chance of misattribution or confusion with similarly named entities.

seo impact

Organisation structured data feeds the Google Knowledge Panel and entity-recognition algorithms, improving brand appearance in branded search queries and knowledge graphs.

benchmark performance

28.8% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

28.8% pass0% warn71.2% failn=278 · updated 2026-07-16open insight ↗
WebPage schema presentwarndetails

about this check

Checks whether WebPage schema is present in your JSON-LD. This helps systems understand the page type and main entity being described.

observed

No

  • observed: No
  • department: engineering
  • weight: 10

expected behavior

The page includes valid WebPage structured data when that type accurately represents the visible content.

llm discoverability

WebPage schema allows AI crawlers to understand the type, author, and primary topic of a page without needing to infer these from prose, improving the accuracy of AI-generated summaries.

seo impact

Page-level schema enriches Google's understanding of content type and authorship, contributing to E-E-A-T signals and supporting rich results for review, article, and FAQ pages.

benchmark performance

17.6% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

17.6% pass0% warn82.4% failn=278 · updated 2026-07-16open insight ↗
BreadcrumbList schema presentwarndetails

about this check

Checks whether BreadcrumbList schema is present in your JSON-LD. Breadcrumbs can improve understanding of site structure and context.

observed

No

  • observed: No
  • department: engineering
  • weight: 6

expected behavior

The page includes valid BreadcrumbList structured data when that type accurately represents the visible content.

llm discoverability

BreadcrumbList schema tells AI systems where a page sits within the site hierarchy, which helps LLMs contextualise content and understand whether a page is a top-level resource or a deep sub-topic.

seo impact

Breadcrumb markup enables the breadcrumb trail to appear in Google SERP snippets, improving visual clarity and typically increasing organic click-through rates.

benchmark performance

9% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

9% pass0% warn91% failn=278 · updated 2026-07-16open insight ↗
FAQPage schema presentwarndetails

about this check

Checks whether FAQPage schema is present in your JSON-LD. Useful when you have real FAQ content on the page.

observed

No

  • observed: No
  • department: engineering
  • weight: 6

expected behavior

The page includes valid FAQPage structured data when that type accurately represents the visible content.

llm discoverability

FAQPage schema presents question–answer pairs in a format LLMs are optimised to consume directly; well-structured FAQ pages dramatically increase the probability of being used as an AI answer source.

seo impact

FAQ rich results expand the SERP footprint significantly; pages with FAQ schema can occupy two to three times the normal result space, substantially boosting click-through rates.

benchmark performance

3.6% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

3.6% pass0% warn96.4% failn=278 · updated 2026-07-16open insight ↗
Article schema presentwarndetails

about this check

Checks whether Article/NewsArticle/BlogPosting schema is present in your JSON-LD (if applicable). Helps machines understand content type and authorship.

observed

No

  • observed: No
  • department: engineering
  • weight: 4

expected behavior

The page includes valid Article structured data when that type accurately represents the visible content.

llm discoverability

Article schema signals authorship, publication date, and content type to LLMs, making it easier for AI systems to assess freshness and credibility before citing or summarising the content.

seo impact

Article schema can unlock Top Stories and news carousels in Google results, and the author/datePublished fields directly contribute to E-E-A-T signals.

benchmark performance

0.7% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

0.7% pass0% warn99.3% failn=278 · updated 2026-07-16open insight ↗
Person schema presentwarndetails

about this check

Checks whether Person schema is present in your JSON-LD (if applicable). Useful for personal brands and author entities.

observed

No

  • observed: No
  • department: engineering
  • weight: 2

expected behavior

The page includes valid Person structured data when that type accurately represents the visible content.

llm discoverability

Person schema is how AI knowledge bases build named-entity graphs; without it, LLMs must guess biographical details from unstructured text, leading to factual errors in AI-generated profiles.

seo impact

Person structured data strengthens author entity recognition in Google's E-E-A-T framework, improving the ranking authority of content attributed to that individual.

benchmark performance

0.4% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

0.4% pass0% warn99.6% failn=278 · updated 2026-07-16open insight ↗
Product schema presentwarndetails

about this check

Checks whether Product schema is present in your JSON-LD (if applicable). Useful for ecommerce/product pages and rich understanding.

observed

No

  • observed: No
  • department: engineering
  • weight: 2

expected behavior

The page includes valid Product structured data when that type accurately represents the visible content.

llm discoverability

Product schema gives AI shopping and comparison agents the structured price, availability, and description data they need to reliably recommend or compare offerings.

seo impact

Product markup unlocks Google's Product rich results and Merchant Center integrations, placing product details directly in search snippets and potentially in Shopping panels.

benchmark performance

1.4% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

1.4% pass0% warn98.6% failn=278 · updated 2026-07-16open insight ↗
JSON-LD presentpassdetails

about this check

JSON-LD is structured data that helps machines understand this page and its entities (organization, website, products, etc.).

observed

2 script(s)

  • observed: 2 script(s)
  • department: engineering
  • weight: 28

expected behavior

The page includes parseable JSON-LD that describes the page or the entity behind it.

llm discoverability

JSON-LD is the format AI systems most reliably parse when extracting structured facts about an entity; its absence forces LLMs to rely on heuristic text extraction, which is less accurate and less authoritative.

seo impact

JSON-LD is Google's preferred structured data format; correctly implemented, it unlocks rich result types (sitelinks, FAQs, product panels) that significantly improve click-through rates.

benchmark performance

46.4% of Technology sites pass this check. This site is pass; 46.4% of the benchmark has the same status.

46.4% pass0% warn53.6% failn=278 · updated 2026-07-16open insight ↗
WebSite schema presentpassdetails

about this check

Checks whether WebSite schema is present in your JSON-LD. This helps systems understand the site as a whole and can support sitelinks/search actions.

observed

Yes

  • observed: Yes
  • department: engineering
  • weight: 18

expected behavior

The page includes valid WebSite structured data when that type accurately represents the visible content.

llm discoverability

WebSite schema communicates the site's purpose and searchable structure to AI systems, enabling them to correctly classify the domain as a coherent entity rather than a random collection of pages.

seo impact

WebSite schema enables the Sitelinks Searchbox feature in Google results and reinforces the association between a domain and its brand name in entity-based ranking systems.

benchmark performance

27.3% of Technology sites pass this check. This site is pass; 27.3% of the benchmark has the same status.

27.3% pass0% warn72.7% failn=278 · updated 2026-07-16open insight ↗
JSON-LD syntax is validpassdetails

about this check

JSON-LD is structured data that helps machines understand this page and its entities (organization, website, products, etc.).

observed

2 script(s), all valid

  • observed: 2 script(s), all valid
  • department: engineering
  • weight: 12

expected behavior

Every JSON-LD block parses as valid JSON and can be consumed by structured-data tools.

llm discoverability

Syntactically invalid JSON-LD is silently discarded by parsers; even well-intentioned structured data provides zero benefit to AI systems if the underlying JSON cannot be parsed.

seo impact

Google's Rich Results Test rejects invalid JSON-LD; syntax errors mean no rich results are eligible, negating the investment made in adding structured data.

benchmark performance

46% of Technology sites pass this check. This site is pass; 46% of the benchmark has the same status.

46% pass0% warn54% failn=278 · updated 2026-07-16open insight ↗

Entity Clarity

4 checks2 warn2 pass
77
Organization or LocalBusiness schema presentwarndetails

about this check

Evaluates organization or LocalBusiness schema present against its documented passing condition. The exact target appears under Expected behavior.

observed

No

  • observed: No
  • department: engineering
  • weight: 22

expected behavior

Organization or LocalBusiness schema identifies the entity operating the site with consistent core properties.

llm discoverability

Entity clarity is the degree to which AI systems can identify the brand, organisation, or person behind a site. A well-populated Organization schema with sameAs links, legalName, and logo gives models a canonical source of truth and reduces hallucinated profiles.

seo impact

Organisation detail in structured data feeds the Knowledge Panel, reinforces branded query dominance, and provides Google with verified facts about the entity to surface in AI Overviews.

benchmark performance

28.8% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

28.8% pass0% warn71.2% failn=278 · updated 2026-07-16open insight ↗
Brand/entity name appears in H1warndetails

about this check

Evaluates brand/entity name appears in H1 against its documented passing condition. The exact target appears under Expected behavior.

observed

Missing "zoom"

  • observed: Missing "zoom"
  • department: marketing
  • weight: 20

expected behavior

The primary heading names the audited brand or entity where that identity is central to the page.

llm discoverability

The H1 is the strongest in-document entity signal. Naming the brand or entity here tells LLMs that the page is an authoritative on-site resource for that organisation, product, or person.

seo impact

Entity presence in H1 reinforces brand-to-page association in Google's NLP layer, improving dominance in branded SERP queries and supporting entity-based rich features.

benchmark performance

12.2% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

12.2% pass0% warn87.8% failn=278 · updated 2026-07-16open insight ↗
Brand/entity name appears in titlepassdetails

about this check

Evaluates brand/entity name appears in title against its documented passing condition. The exact target appears under Expected behavior.

observed

Found "zoom"

  • observed: Found "zoom"
  • department: marketing
  • weight: 25

expected behavior

The page title names the audited brand or entity clearly enough to connect the page to it.

llm discoverability

Including the entity or brand name in the title tag helps AI systems connect this URL to the correct real-world brand; without it, pages are harder to attribute correctly in entity-based reasoning.

seo impact

Brand-inclusive titles improve branded search recall and help Google's entity graph link the page to the correct brand entity, supporting rich results and Knowledge Panel associations.

benchmark performance

67.3% of Technology sites pass this check. This site is pass; 67.3% of the benchmark has the same status.

67.3% pass0% warn32.7% failn=278 · updated 2026-07-16open insight ↗
Social profile links presentpassdetails

about this check

Checks whether social media profile links are present in structured data.

observed

5 domain(s)

  • observed: 5 domain(s)
  • department: marketing
  • weight: 25

expected behavior

The site links to its authoritative external profiles using consistent entity identity.

llm discoverability

sameAs links to social profiles help AI knowledge graphs verify that this web entity is the same brand, organisation, or person represented on other trusted platforms.

seo impact

Linking to verified social profiles in structured data strengthens E-E-A-T by corroborating the entity's real-world presence and is used by Google to populate Knowledge Panel social links.

benchmark performance

60.8% of Technology sites pass this check. This site is pass; 60.8% of the benchmark has the same status.

60.8% pass0% warn39.2% failn=278 · updated 2026-07-16open insight ↗

Trust & Security

12 checks1 fail3 warn8 pass
77
Internal link density supports entity graph crawlingcriticaldetails

about this check

Evaluates internal link density supports entity graph crawling against its documented passing condition. The exact target appears under Expected behavior.

observed

No internal links found

  • observed: No internal links found
  • department: engineering
  • weight: 15

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Testimonials / case studies signalswarndetails

about this check

Evaluates testimonials / case studies signals against its documented passing condition. The exact target appears under Expected behavior.

observed

Not detected

  • observed: Not detected
  • department: marketing
  • weight: 15

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Security headers present (HSTS, CSP, X-Frame-Options, X-Content-Type)warndetails

about this check

Evaluates security headers present (HSTS, CSP, X-Frame-Options, X-Content-Type) against its documented passing condition. The exact target appears under Expected behavior.

observed

HSTS ✓ · CSP ✗ · X-Frame ✗ · X-Content-Type ✗

  • observed: HSTS ✓ · CSP ✗ · X-Frame ✗ · X-Content-Type ✗
  • department: engineering
  • weight: 20

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
RSS or Atom feed discoverablewarndetails

about this check

Evaluates RSS or Atom feed discoverable against its documented passing condition. The exact target appears under Expected behavior.

observed

No RSS/Atom feed link — LLMs rely on crawling only

  • observed: No RSS/Atom feed link — LLMs rely on crawling only
  • department: engineering
  • weight: 10

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Speakable schema markup presentpassdetails

about this check

Evaluates speakable schema markup present against its documented passing condition. The exact target appears under Expected behavior.

observed

No Speakable schema (optional for voice assistant targeting)

  • observed: No Speakable schema (optional for voice assistant targeting)
  • department: engineering
  • weight: 8

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
About/Company link presentpassdetails

about this check

Evaluates about/Company link present against its documented passing condition. The exact target appears under Expected behavior.

observed

Yes

  • observed: Yes
  • department: marketing
  • weight: 20

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Contact link presentpassdetails

about this check

Evaluates contact link present against its documented passing condition. The exact target appears under Expected behavior.

observed

Yes

  • observed: Yes
  • department: marketing
  • weight: 22

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Privacy policy link presentpassdetails

about this check

Evaluates privacy policy link present against its documented passing condition. The exact target appears under Expected behavior.

observed

Yes

  • observed: Yes
  • department: marketing
  • weight: 18

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Terms link presentpassdetails

about this check

Evaluates terms link present against its documented passing condition. The exact target appears under Expected behavior.

observed

Yes

  • observed: Yes
  • department: marketing
  • weight: 15

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Press / featured-in signalspassdetails

about this check

Evaluates press / featured-in signals against its documented passing condition. The exact target appears under Expected behavior.

observed

Detected

  • observed: Detected
  • department: marketing
  • weight: 10

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Hreflang tags for multilingual targetingpassdetails

about this check

Evaluates hreflang tags for multilingual targeting against its documented passing condition. The exact target appears under Expected behavior.

observed

18 hreflang tag(s) — LLMs can serve locale-correct content

  • observed: 18 hreflang tag(s) — LLMs can serve locale-correct content
  • department: engineering
  • weight: 8

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
SearchAction schema present (sitelinks search box)passdetails

about this check

Evaluates searchAction schema present (sitelinks search box) against its documented passing condition. The exact target appears under Expected behavior.

observed

SearchAction schema found — enables sitelinks search box

  • observed: SearchAction schema found — enables sitelinks search box
  • department: engineering
  • weight: 8

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.

Content Freshness & Authority

6 checks3 warn3 pass
65
Publication date present (schema or meta)warndetails

about this check

Evaluates publication date present (schema or meta) against its documented passing condition. The exact target appears under Expected behavior.

observed

No publication date signal — LLMs cannot assess freshness

  • observed: No publication date signal — LLMs cannot assess freshness
  • department: marketing
  • weight: 22

expected behavior

The page provides accurate, machine-readable authorship and freshness signals appropriate to its content type.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Last-modified date present (schema or meta)warndetails

about this check

Evaluates last-modified date present (schema or meta) against its documented passing condition. The exact target appears under Expected behavior.

observed

No modified date — LLMs may treat content as potentially stale

  • observed: No modified date — LLMs may treat content as potentially stale
  • department: marketing
  • weight: 22

expected behavior

The page provides accurate, machine-readable authorship and freshness signals appropriate to its content type.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Visible <time> element with datetime attributewarndetails

about this check

Evaluates visible <time> element with datetime attribute against its documented passing condition. The exact target appears under Expected behavior.

observed

No <time> element — users and LLMs cannot see when content was updated

  • observed: No <time> element — users and LLMs cannot see when content was updated
  • department: engineering
  • weight: 12

expected behavior

The page provides accurate, machine-readable authorship and freshness signals appropriate to its content type.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
FAQPage schema present for direct answerspassdetails

about this check

Evaluates FAQPage schema present for direct answers against its documented passing condition. The exact target appears under Expected behavior.

observed

No FAQPage schema (recommended for content with Q&A)

  • observed: No FAQPage schema (recommended for content with Q&A)
  • department: engineering
  • weight: 10

expected behavior

The page provides accurate, machine-readable authorship and freshness signals appropriate to its content type.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Article or BlogPosting schema presentpassdetails

about this check

Evaluates article or BlogPosting schema present against its documented passing condition. The exact target appears under Expected behavior.

observed

No Article schema (recommended for editorial content)

  • observed: No Article schema (recommended for editorial content)
  • department: engineering
  • weight: 9

expected behavior

The page provides accurate, machine-readable authorship and freshness signals appropriate to its content type.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Author or byline present (schema, meta, or visible)passdetails

about this check

Evaluates author or byline present (schema, meta, or visible) against its documented passing condition. The exact target appears under Expected behavior.

observed

Author byline or meta author found

  • observed: Author byline or meta author found
  • department: marketing
  • weight: 25

expected behavior

The page provides accurate, machine-readable authorship and freshness signals appropriate to its content type.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.

Content Answerability

6 checks2 warn4 pass
80
Headings use question phrasing (who, what, how…)warndetails

about this check

Evaluates headings use question phrasing (who, what, how…) against its documented passing condition. The exact target appears under Expected behavior.

observed

0/29 headings use question phrasing — LLMs may not extract clear Q&A pairs

  • observed: 0/29 headings use question phrasing — LLMs may not extract clear Q&A pairs
  • department: marketing
  • weight: 20

expected behavior

Where question-led content is appropriate, at least 30% of H2 and H3 headings map a clear question to its answer.

llm discoverability

Headings phrased as questions mirror how users phrase prompts to LLMs; structuring content this way increases the probability that a passage will be returned as a direct answer in conversational AI interactions.

seo impact

Question-formatted headings align with natural language queries and improve the chance of winning People Also Ask (PAA) boxes, which command high visibility and click share.

benchmark performance

4.1% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

4.1% pass0% warn95.9% failn=218 · updated 2026-07-16open insight ↗
FAQ or expandable Q&A section on pagewarndetails

about this check

Evaluates FAQ or expandable Q&A section on page against its documented passing condition. The exact target appears under Expected behavior.

observed

FAQ section found but no FAQPage schema — add schema for better LLM extraction

  • observed: FAQ section found but no FAQPage schema — add schema for better LLM extraction
  • department: marketing
  • weight: 14

expected behavior

Common questions are paired with direct answers, with matching FAQPage schema when the visible content qualifies.

llm discoverability

FAQ-style content provides a library of ready-to-use question–answer pairs that AI systems can directly surface when answering user queries, making the page a high-yield citation candidate.

seo impact

FAQ content expands keyword surface area, targets long-tail question queries, and can earn PAA (People Also Ask) inclusions, all of which broaden organic visibility without additional page creation.

benchmark performance

16.9% of Technology sites pass this check. This site is warn; 0% of the benchmark has the same status.

16.9% pass0% warn83.1% failn=59 · updated 2026-07-16open insight ↗
Content uses definition patterns ("X is…", "refers to…")passdetails

about this check

Evaluates content uses definition patterns ("X is…", "refers to…") against its documented passing condition. The exact target appears under Expected behavior.

observed

No explicit definition patterns — consider adding "X is…" phrasing for key concepts

  • observed: No explicit definition patterns — consider adding "X is…" phrasing for key concepts
  • department: marketing
  • weight: 14

expected behavior

Key concepts include concise, explicit definitions that can stand alone when extracted.

llm discoverability

Pages that define terms and concepts are natural targets for AI "what is X?" queries; clear definitional structures help LLMs extract and cache concept definitions for conversational use.

seo impact

Definitional content frequently wins featured snippets for informational queries; the structured "X is…" format is exactly what Google extracts for position-zero answers.

benchmark performance

100% of Technology sites pass this check. This site is pass; 100% of the benchmark has the same status.

100% pass0% warn0% failn=112 · updated 2026-07-16open insight ↗
Content includes structured elements (lists, tables)passdetails

about this check

Evaluates content includes structured elements (lists, tables) against its documented passing condition. The exact target appears under Expected behavior.

observed

51 list/table element(s) (3.9 per 1k words) — excellent structured content

  • observed: 51 list/table element(s) (3.9 per 1k words) — excellent structured content
  • department: marketing
  • weight: 18

expected behavior

Long-form content uses lists or tables where structure makes facts easier to extract and compare.

llm discoverability

Structured content (lists, tables, step-by-step instructions) is significantly easier for AI systems to parse and summarise than dense prose; high-density structured content is more frequently cited in AI responses.

seo impact

Lists and tables improve content scannability, dwell time, and engagement metrics; they are also more likely to be extracted as featured snippets, earning prominent above-the-fold SERP placement.

benchmark performance

70.5% of Technology sites pass this check. This site is pass; 70.5% of the benchmark has the same status.

70.5% pass0% warn29.5% failn=278 · updated 2026-07-16open insight ↗
Content sections have sufficient depth (≥ 40 words median)passdetails

about this check

Checks whether the page has sufficient content depth for AI systems to extract meaningful information.

observed

Median section: ~2947 words — thorough coverage

  • observed: Median section: ~2947 words — thorough coverage
  • department: marketing
  • weight: 18

expected behavior

Content sections provide enough substance to answer their topic, with a median depth of at least 40 words.

llm discoverability

Deep, comprehensive content gives AI systems more raw material to form accurate, nuanced responses; thin content is systematically down-ranked or excluded from AI answer pools.

seo impact

Content depth correlates strongly with topical authority, Google's primary long-term ranking mechanism; comprehensive pages earn more backlinks and rank for more keyword variants.

benchmark performance

87.6% of Technology sites pass this check. This site is pass; 87.6% of the benchmark has the same status.

87.6% pass0% warn12.4% failn=274 · updated 2026-07-16open insight ↗
Content includes unique data points (numbers, percentages, prices)passdetails

about this check

Evaluates content includes unique data points (numbers, percentages, prices) against its documented passing condition. The exact target appears under Expected behavior.

observed

26 data points found — LLMs prefer content with specific figures

  • observed: 26 data points found — LLMs prefer content with specific figures
  • department: marketing
  • weight: 16

expected behavior

The content supports claims with specific, attributable numbers, percentages, prices, or original data.

llm discoverability

Original data, statistics, and research findings are among the most valuable signals for AI systems seeking authoritative sources; unique data dramatically increases citation likelihood and reduces the chance of being displaced by duplicate content.

seo impact

Proprietary data and original research are top-tier link magnets; pages that cite unique numbers or findings earn disproportionate backlink profiles and high-authority placements.

benchmark performance

48.6% of Technology sites pass this check. This site is pass; 48.6% of the benchmark has the same status.

48.6% pass0% warn51.4% failn=278 · updated 2026-07-16open insight ↗

Off-site Presence & Mentions

6 checks6 pass
External mentions foundpassdetails

about this check

Evaluates external mentions found against its documented passing condition. The exact target appears under Expected behavior.

observed

Search sources: Disabled

  • observed: Search sources: Disabled
  • department: marketing
  • weight: 25

expected behavior

Independent sources identify the entity accurately with sufficient relevance, diversity, recency, and authority.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Unique source diversitypassdetails

about this check

Evaluates unique source diversity against its documented passing condition. The exact target appears under Expected behavior.

observed

Search sources: Disabled

  • observed: Search sources: Disabled
  • department: marketing
  • weight: 15

expected behavior

Independent sources identify the entity accurately with sufficient relevance, diversity, recency, and authority.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
High-authority source mentionspassdetails

about this check

Evaluates high-authority source mentions against its documented passing condition. The exact target appears under Expected behavior.

observed

Search sources: Disabled

  • observed: Search sources: Disabled
  • department: marketing
  • weight: 20

expected behavior

Independent sources identify the entity accurately with sufficient relevance, diversity, recency, and authority.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Brand name accuracy in resultspassdetails

about this check

Evaluates brand name accuracy in results against its documented passing condition. The exact target appears under Expected behavior.

observed

Search sources: Disabled

  • observed: Search sources: Disabled
  • department: marketing
  • weight: 20

expected behavior

Independent sources identify the entity accurately with sufficient relevance, diversity, recency, and authority.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Recent mentions (last ~6 months)passdetails

about this check

Evaluates recent mentions (last ~6 months) against its documented passing condition. The exact target appears under Expected behavior.

observed

Search sources: Disabled

  • observed: Search sources: Disabled
  • department: marketing
  • weight: 10

expected behavior

Independent sources identify the entity accurately with sufficient relevance, diversity, recency, and authority.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
No negative/controversy signalspassdetails

about this check

Evaluates no negative/controversy signals against its documented passing condition. The exact target appears under Expected behavior.

observed

Search sources: Disabled

  • observed: Search sources: Disabled
  • department: marketing
  • weight: 10

expected behavior

Independent sources identify the entity accurately with sufficient relevance, diversity, recency, and authority.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.

§ score history

One completed run · oldest to newest

This is the first scored run for this domain. Re-run the audit after making changes to start a comparison.

Run a fresh audit

§ peer benchmark

This run predates versioned scoring, so it cannot be compared safely with current scores.

§ own this domain?

Sign in with an @zoom.us email and save 20%.

We auto-verify ownership from your email domain. If they match, your first year of Premium is 20% off. No extra step at checkout.

Made changes since this audit?

Run the same deterministic checks again to refresh this report and see a valid before-and-after comparison.

re-audit zoom.us

§ share this audit

Link to the full results or add a verified score card to your site.

score badge

Shows the latest score, audit date, and Nyman Media verification.

Website audit score for zoom.us
<a href="https://app.nyman.media/site/zoom.us"><img src="https://app.nyman.media/api/badge/site/zoom.us.svg" alt="Website audit score for zoom.us" width="420" height="112" /></a>

audit result card

An always-current card with score, audit date, and link to the findings.

<iframe src="https://app.nyman.media/embed/site/zoom.us" width="460" height="210" frameborder="0" loading="lazy" title="Website audit results for zoom.us"></iframe>

social share image

The branded score summary shown when this page is shared.

Social share image preview for zoom.us
<meta property="og:image" content="https://app.nyman.media/site/zoom.us/opengraph-image" />