Skip to content
https://reactnative.dev

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
86
GRADE
B
FIX
0
REVIEW
3
PASS
2
INFO
0
Checks
5
2 PASS 3 REVIEW
C
Structured Data
Action
2 JSON-LD block(s) found — some improvements recommended.
REVIEW
2 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing or invalid @context in block #1
The @context should be "https://schema.org" for search engines to recognize the data.
Got: https://schema.org/ Expected: https://schema.org
Warning::
Missing or invalid @context in block #2
The @context should be "https://schema.org" for search engines to recognize the data.
Expected: https://schema.org
Info::
Custom type "WebPage" — unable to validate specific properties
Info::
2 JSON-LD blocks found
URL: https://schema.org/

The @context should be "https://schema.org" for search engines to recognize the data.

Expected: https://schema.org
Why this matters

JSON-LD without @context is invalid structured data — Google ignores the entire block.

Learn more

@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.

Source: JSON-LD spec / schema.org

The @context should be "https://schema.org" for search engines to recognize the data.

Expected: https://schema.org
Why this matters

JSON-LD without @context is invalid structured data — Google ignores the entire block.

Learn more

@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.

Source: JSON-LD spec / schema.org

JSON-LD Blocks

Block 1 : WebPage
8 properties Valid
Missing or invalid @context
{
  "@context": "https://schema.org/",
  "@id": "https://reactnative.dev/",
  "@type": "WebPage",
  "description": "A framework for building native apps for Android, iOS, and more using React",
  "inLanguage": "en-US",
  "logo": "https://reactnative.dev/img/pwa/manifest-icon-192.png",
  "name": "React Native · Learn once, write anywhere",
  "url": "https://reactnative.dev/"
}
Block 2 : WebSite
8 properties Valid
Missing or invalid @context
{
  "@id": "https://reactnative.dev/",
  "@type": "WebSite",
  "description": "A framework for building native apps for Android, iOS, and more using React",
  "inLanguage": "en-US",
  "name": "React Native · Learn once, write anywhere",
  "potentialAction": [
    {
      "@type": "SearchAction",
      "query-input": {
        "@type": "PropertyValueSpecification",
        "valueName": "query",
        "valueRequired": true
      },
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://reactnative.dev/search?q={query}"
      }
    }
  ],
  "publisher": "Meta Platforms, Inc.",
  "url": "https://reactnative.dev/"
}
C
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Your brand name differs across channels — visitors see inconsistent identity.

C

57/100

Site name appears as

Page titleReact Native · Learn once, write anywhere
og:site_name
twitter:site@reactnative
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

12/15

covers apple-touch-icon

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

0/10

no contact info discoverable

Findings

  • Brand name differs across channels — users see inconsistent identity
  • Add an apple-touch-icon and at least two PNG sizes (32x32 + 192x192)
  • No Organization schema — Google can't render your logo in the knowledge panel
  • No discoverable contact info — trust signal is weak, legal risk is higher in regulated regions

How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.

A+
Mixed Content
No mixed content detected — all resources use HTTPS.
PASS
No mixed content detected — all resources use HTTPS.
Info::
No mixed content detected — all resources use HTTPS
A
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Info::
Missing og:type
The og:type tag helps social platforms categorize the content.
Info::
Missing og:site_name
The og:site_name tag displays the website name in social previews.

The og:type tag helps social platforms categorize the content.

Why this matters

Default og:type is 'website' but the right value (article, product, profile) unlocks richer metadata fields and higher engagement.

Learn more

og:type controls which other og: fields a platform respects. og:type=article enables og:article:published_time, author, and section — surfaced in news cards. og:type=product enables price/availability fields surfaced by Pinterest and shopping integrations. Default 'website' silently disables those.

Source: Open Graph Protocol

The og:site_name tag displays the website name in social previews.

Why this matters

Without og:site_name, social cards omit the brand attribution — users see the post but not who published it.

Learn more

og:site_name appears in the social card chrome (above the title in Facebook/LinkedIn previews). Without it, posts read as anonymous URLs. Set it to your brand name to get free attribution on every share.

Source: Open Graph Protocol

Preview

reactnative.dev

React Native · Learn once, write anywhere

A framework for building native apps for Android, iOS, and more using React

REACTNATIVE.DEV

React Native · Learn once, write anywhere

A framework for building native apps for Android, iOS, and more using React

React Native · Learn once, write anywhere

reactnative.dev

reactnative.dev

React Native · Learn once, write anywhere

A framework for building native apps for Android, iOS, and more using React

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback