Skip to content
https://nbcnews.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
2
PASS
2
INFO
0
Checks
5
2 PASS 2 REVIEW 1 FIX
D
Structured Data
Action
3 JSON-LD block(s) found — issues found that may affect search visibility.
FIX
3 JSON-LD block(s) found — issues found that may affect search visibility.
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
Warning::
Missing required property "name" for WebSite
The "name" property is required for the WebSite schema type.
Info::
Custom type "CollectionPage" — unable to validate specific properties
Info::
Custom type "@id" — unable to validate specific properties
Info::
3 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

The "name" property is required for the WebSite schema type.

Why this matters

Schema markup missing required properties is silently rejected by Google — your structured data appears in source but never as a rich result.

Learn more

Each schema.org type has required properties (Article needs headline + author + datePublished; Product needs name + offers; etc.). Missing them means Google's rich-result eligibility check fails. The Search Console Rich Results Test surfaces specific gaps. Fix the missing property; rich results re-appear within hours.

Source: Google Search Central / schema.org

JSON-LD Blocks

Block 1 : CollectionPage
7 properties Valid
Missing or invalid @context
{
  "@context": "https://schema.org/",
  "@type": "CollectionPage",
  "inLanguage": "en-US",
  "copyrightHolder": {
    "@id": "https://www.nbcnews.com/#publisher",
    "@type": "NewsMediaOrganization"
  },
  "copyrightYear": 2026,
  "publisher": {
    "@type": "NewsMediaOrganization",
    "name": "NBC News",
    "masthead": "https://www.nbcnews.com/news/us-news/nbc-news-digital-editors-n893846",
    "url": "https://www.nbcnews.com",
    "logo": {
      "@type": "ImageObject",
      "url": "https://media-cldnry.s-nbcnews.com/image/upload/h_60/v1696280688/newsgroup-logos/nbcnews/logo/primary-black-424x45.png"
    },
    "sameAs": [
      "https://x.com/nbcnews",
      "https://www.pinterest.com/nbcnews/",
      "https://www.facebook.com/NBCNews/",
      "https://www.instagram.com/nbcnews/",
      "https://www.youtube.com/nbcnews",
      "https://www.snapchat.com/p/8bb879c7-45c0-499c-bb3c-7a3d0e229301/2193844248074240",
      "https://www.tiktok.com/@nbcnews?lang=en",
      "https://en.wikipedia.org/wiki/NBC_News"
    ],
    "subOrganization": {
      "@type": "NewsMediaOrganization",
      "name": "NBC Select",
      "masthead": "https://www.nbcnews.com/select/shopping/masthead-rcna167949",
      "url": "https://www.nbcnews.com/select",
      "logo": {
        "@type": "ImageObject",
        "url": "https://media-cldnry.s-nbcnews.com/image/upload/h_60/newsgroup-logos/nbc-select/logo-horizontal/default-blue-360x102.png"
      },
      "sameAs": [
        "https://x.com/nbcselect",
        "https://www.facebook.com/NBCSelect",
        "https://www.instagram.com/nbcselect/",
        "https://www.youtube.com/@NBCSelect",
        "https://www.tiktok.com/@nbcselect",
        "https://www.threads.com/@nbcselect",
        "https://bsky.app/profile/nbcselect.nbcnews.com"
      ]
    }
  },
  "sourceOrganization": {
    "@id": "https://www.nbcnews.com/#publisher",
    "@type": "NewsMediaOrganization"
  }
}
Block 2 : @id
14 properties Valid
Missing or invalid @context
{
  "@context": {
    "@vocab": "http://schema.org",
    "pageType": {
      "@id": "Text",
      "@type": "@id"
    },
    "vertical": {
      "@id": "Text",
      "@type": "@id"
    },
    "subVertical": {
      "@id": "Text",
      "@type": "@id"
    },
    "section": {
      "@id": "Text",
      "@type": "@id"
    },
    "subSection": {
      "@id": "Text",
      "@type": "@id"
    },
    "packageId": {
      "@id": "Text",
      "@type": "@id"
    },
    "sponsor": {
      "@id": "Text",
      "@type": "@id"
    },
    "appVersion": {
      "@id": "Text",
      "@type": "@id"
    },
    "gatedContentEnabled": {
      "@id": "Text",
      "@type": "@id"
    }
  },
  "@type": "Dataset",
  "name": "additionalTaxonomy",
  "description": "This is additional taxonomy that helps us with analytics",
  "url": "https://www.nbcnews.com",
  "pageType": "Front",
  "vertical": "news",
  "subVertical": "",
  "section": "",
  "subSection": "",
  "packageId": "1052579",
  "sponsor": "",
  "appVersion": "5.777.0",
  "gatedContentEnabled": false
}
Block 3 : WebSite
10 properties Valid
Missing required property: name
{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "url": "https://www.nbcnews.com",
  "identifier": {
    "@type": "PropertyValue",
    "propertyID": "Document Id",
    "value": "1052579"
  },
  "alternativeHeadline": "NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://www.nbcnews.com/search?q={search_term_string}",
    "query-input": "required name=search_term_string"
  },
  "image": {
    "@type": "ImageObject",
    "url": "https://media-cldnry.s-nbcnews.com/image/upload/v1696280772/newsgroup-logos/nbcnews/social/primary-color-1680x840.png"
  },
  "publisher": {
    "@type": "NewsMediaOrganization",
    "name": "NBC News",
    "masthead": "https://www.nbcnews.com/news/us-news/nbc-news-digital-editors-n893846",
    "url": "https://www.nbcnews.com",
    "logo": {
      "@type": "ImageObject",
      "url": "https://media-cldnry.s-nbcnews.com/image/upload/h_60/v1696280688/newsgroup-logos/nbcnews/logo/primary-black-424x45.png"
    },
    "sameAs": [
      "https://x.com/nbcnews",
      "https://www.pinterest.com/nbcnews/",
      "https://www.facebook.com/NBCNews/",
      "https://www.instagram.com/nbcnews/",
      "https://www.youtube.com/nbcnews",
      "https://www.snapchat.com/p/8bb879c7-45c0-499c-bb3c-7a3d0e229301/2193844248074240",
      "https://www.tiktok.com/@nbcnews?lang=en",
      "https://en.wikipedia.org/wiki/NBC_News"
    ],
    "subOrganization": {
      "@type": "NewsMediaOrganization",
      "name": "NBC Select",
      "masthead": "https://www.nbcnews.com/select/shopping/masthead-rcna167949",
      "url": "https://www.nbcnews.com/select",
      "logo": {
        "@type": "ImageObject",
        "url": "https://media-cldnry.s-nbcnews.com/image/upload/h_60/newsgroup-logos/nbc-select/logo-horizontal/default-blue-360x102.png"
      },
      "sameAs": [
        "https://x.com/nbcselect",
        "https://www.facebook.com/NBCSelect",
        "https://www.instagram.com/nbcselect/",
        "https://www.youtube.com/@NBCSelect",
        "https://www.tiktok.com/@nbcselect",
        "https://www.threads.com/@nbcselect",
        "https://bsky.app/profile/nbcselect.nbcnews.com"
      ]
    }
  },
  "description": "Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "inLanguage": "English",
    "name": "nbcnews.com",
    "@id": "https://www.nbcnews.com"
  }
}
B
Brand Presence
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.

B

70/100

Site name appears as

Page titleFilter Icon
og:site_nameNBC News
twitter:siteNBCNews
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

10/10

contact page + mailto link

Findings

  • Brand name differs across channels — users see inconsistent identity
  • No Organization schema — Google can't render your logo in the knowledge panel

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.
Critical::
og:image is not reachable
The og:image URL could not be fetched. Social platforms won't be able to display it.
Got: https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/v1696280772/newsgroup-logos/nbcnews/social/primary-color-1680x840.png
Info::
og:title is long (79 characters)
Titles over 60 characters may be truncated in social sharing previews.
Got: 79 chars Expected: 25–60 chars
URL: https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/v1696280772/newsgroup-logos/nbcnews/social/primary-color-1680x840.png

The og:image URL could not be fetched. Social platforms won't be able to display it.

Why this matters

An unreachable og:image URL (404, DNS fail, slow timeout) means social platforms cache the failure and serve no image for hours.

Learn more

Social platforms (Facebook, Twitter) cache OG metadata aggressively — including failed image fetches. A momentarily-broken og:image can leave your shares imageless for hours. Test og:image URLs in Facebook's Sharing Debugger to force re-cache after fixing.

Source: Open Graph Protocol / Facebook Sharing Debugger

URL: 79 chars

Titles over 60 characters may be truncated in social sharing previews.

Expected: 25–60 chars
Why this matters

og:title borderline-too-long — Facebook/LinkedIn may truncate. Aim for ~60-70 characters max.

Source: Open Graph Protocol

Preview

nbcnews.com

NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles

Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.

Preview quality · Twitter/X A+ · 95/100

Title will be truncated (79 chars / 70 max)

  • twitter:card — summary_large_image
  • twitter:title — NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles
  • twitter:description — Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and...
  • twitter:image — https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1024-512,f_auto,q_auto:best/v1696280772/newsgroup-logos/...
  • Title will be truncated on Twitter/X (79 chars, max 70)

    → Shorten the title to ≤70 characters

NBCNEWS.COM

NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles

Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.

Preview quality · Facebook A+ · 95/100

Title will be truncated (79 chars / 60 max)

  • og:title — NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles
  • og:description — Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and...
  • og:image — https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/v1696280772/newsgroup-logos/...
  • og:type — website
  • og:url — https://www.nbcnews.com
  • og:site_name — NBC News
  • Title will be truncated on Facebook (79 chars, max 60)

    → Shorten og:title to ≤60 characters

NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles

nbcnews.com

Preview quality · LinkedIn A+ · 100/100
  • og:title — NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles
  • og:description — Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and...
  • og:image — https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/v1696280772/newsgroup-logos/...

nbcnews.com

NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles

Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.

Preview quality · Slack A+ · 100/100
  • og:title — NBC News - Breaking Headlines and Video Reports on World, U.S. and Local Angles
  • og:description — Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and...
  • og:image — https://media-cldnry.s-nbcnews.com/image/upload/t_nbcnews-fp-1200-630,f_auto,q_auto:best/v1696280772/newsgroup-logos/...

Social preview quality

Averaged across Twitter/X, Facebook, LinkedIn, and Slack.

A+ · 97/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback