Skip to content
https://www.nytimes.com

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
82
GRADE
B
FIX
2
REVIEW
0
PASS
3
INFO
0
Checks
5
3 PASS 2 FIX
D
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
FIX

Brand Presence

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

D

53/100

Site name appears as

Page titleThe New York Times - Breaking News, US News, World News and Videos
og:site_name
twitter:site@nytimes
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

14/20

og:image set; twitter:image missing

Meta completeness

14/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Brand name differs across channels — users see inconsistent identity
  • Add twitter:image — Twitter falls back to og:image only when it's larger than 300×157
  • twitter:card missing
  • No Organization schema — Google can't render your logo in the knowledge panel
  • Only partial contact info discoverable — consider adding a dedicated contact page or mailto/tel link

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::
og:title is long (66 characters)
Titles over 60 characters may be truncated in social sharing previews.
Got: 66 chars Expected: 25–60 chars
Info::
og:description is long (267 characters)
Descriptions over 200 characters may be truncated in social sharing previews.
Got: 267 chars Expected: 55–200 chars
Info::
Missing og:site_name
The og:site_name tag displays the website name in social previews.
Info::
Missing twitter:card
Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.
URL: 66 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

URL: 267 chars

Descriptions over 200 characters may be truncated in social sharing previews.

Expected: 55–200 chars
Why this matters

og:description borderline-too-long — social platforms truncate around ~200 chars.

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

Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

Why this matters

Without twitter:card, Twitter renders posts as plain text — no preview image, no structured layout.

Learn more

Twitter requires `<meta name="twitter:card" content="summary_large_image">` (or summary) to render share-cards at all. Without it, links appear as raw text and engagement plummets vs cards. Twitter also falls back to og:image if twitter:image isn't set, so configure both.

Source: Twitter Developer Platform

Preview

www.nytimes.com

The New York Times - Breaking News, US News, World News and Videos

Live news, investigations, opinion, photos and video by the journalists of The New York Times from more than 150 countries around the world. Subscribe for coverage of U.S. and international news, politics, business, technology, science, health, arts, sports and more.

WWW.NYTIMES.COM

The New York Times - Breaking News, US News, World News and Videos

Live news, investigations, opinion, photos and video by the journalists of The New York Times from more than 150 countries around the world. Subscribe for coverage of U.S. and international news, politics, business, technology, science, health, arts, sports and more.

The New York Times - Breaking News, US News, World News and Videos

www.nytimes.com

www.nytimes.com

The New York Times - Breaking News, US News, World News and Videos

Live news, investigations, opinion, photos and video by the journalists of The New York Times from more than 150 countries around the world. Subscribe for coverage of U.S. and international news, politics, business, technology, science, health, arts, sports and more.

A+
Structured Data
2 JSON-LD block(s) found — structured data is well configured.
PASS
2 JSON-LD block(s) found — structured data is well configured.
Info::
Missing recommended property "description" for WebSite
Adding "description" can improve how search engines display your content.
Info::
Custom type "NewsMediaOrganization" — unable to validate specific properties
Info::
2 JSON-LD blocks found

Adding "description" can improve how search engines display your content.

Why this matters

Recommended schema properties unlock richer SERP layouts — without them you get the basic rich result instead of the enhanced one.

Learn more

Recommended properties expand what Google can render. E.g., adding aggregateRating to Product unlocks star ratings; adding image to Article unlocks the image-card variant. Each recommended property is a direct SERP-real-estate gain.

Source: Google Search Central / schema.org

JSON-LD Blocks

Block 1 : WebSite
9 properties Valid
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "image": [
    {
      "@context": "https://schema.org",
      "@type": "ImageObject",
      "url": "https://static01.nyt.com/vi-assets/images/share/1200x675_nameplate.png",
      "height": 675,
      "width": 1200,
      "contentUrl": "https://static01.nyt.com/vi-assets/images/share/1200x675_nameplate.png",
      "creditText": "The New York Times"
    },
    {
      "@context": "https://schema.org",
      "@type": "ImageObject",
      "url": "https://static01.nyt.com/vi-assets/images/share/1200x900_t.png",
      "height": 900,
      "width": 1200,
      "contentUrl": "https://static01.nyt.com/vi-assets/images/share/1200x900_t.png",
      "creditText": "The New York Times"
    },
    {
      "@context": "https://schema.org",
      "@type": "ImageObject",
      "url": "https://static01.nyt.com/vi-assets/images/share/1200x1200_t.png",
      "height": 1200,
      "width": 1200,
      "contentUrl": "https://static01.nyt.com/vi-assets/images/share/1200x1200_t.png",
      "creditText": "The New York Times"
    }
  ],
  "url": "https://www.nytimes.com",
  "name": "The New York Times",
  "alternateName": [
    "NYT",
    "new york times",
    "nytimes",
    "ny times"
  ],
  "potentialAction": {
    "@type": "SearchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://www.nytimes.com/search?query={search_term_string}"
    },
    "query-input": "required name=search_term_string"
  },
  "mainEntity": {
    "@context": "https://schema.org",
    "@type": "ItemList",
    "itemListElement": [
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/world/europe/strait-hormuz-shipping-iran.html",
        "position": 1
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/03/world/middleeast/iran-is-being-destroyed-in-front-of-our-eyes-tehran-is-gripped-by-fear.html",
        "position": 2
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/magazine/iran-war-trump-drones-ai.html",
        "position": 3
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/live/2026/04/04/world/iran-war-trump-news",
        "position": 4
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/world/middleeast/missing-airman-iran.html",
        "position": 5
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/03/world/middleeast/f-15-us-fighter-jet-iran.html",
        "position": 6
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/us/politics/trump-endless-wars.html",
        "position": 7
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/world/africa/trump-deportation-africa-migrants.html",
        "position": 8
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/us/politics/attorney-general-trump.html",
        "position": 9
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/03/us/politics/trump-cabinet-changes.html",
        "position": 10
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/us/trumps-immigration-policy-sidelines-foreign-doctors-amid-shortage.html",
        "position": 11
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/world/asia/epstein-india-ambani.html",
        "position": 12
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/us/artemis-ii-nasa-moon-houston-texas.html",
        "position": 13
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/interactive/2026/03/30/science/nasa-artemis-ii-moon-mission-what-to-know.html",
        "position": 14
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/interactive/2026/04/03/arts/nintendo-mario-galaxy-movie-rosalina-princesses.html",
        "position": 15
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/interactive/2026/04/03/briefing/news-quiz-artemis-trump-supreme-court.html",
        "position": 16
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/03/podcasts/the-headlines/the-headlines-news-quiz-apr-3-2026.html",
        "position": 17
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/arts/television/hacks-final-season.html",
        "position": 18
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/world/europe/london-arson-attack.html",
        "position": 19
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/03/world/asia/philippines-holy-week-oil-fuel-prices.html",
        "position": 20
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/03/arts/modigliani-nazi-court-ruling.html",
        "position": 21
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/athletic/live-blogs/manchester-city-vs-liverpool-live-updates-fa-cup-score-result/2igNy8lOPkB5/",
        "position": 22
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/opinion/iran-war-trump-win.html",
        "position": 23
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/opinion/taxes-trump-direct-file-tax-day-april.html",
        "position": 24
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/opinion/pam-bondi-kristi-noem-trump.html",
        "position": 25
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/2026/04/04/opinion/trump-bondi-hegseth-noem.html",
        "position": 26
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/athletic/connections-sports-edition",
        "position": 27
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/games/wordle/index.html",
        "position": 28
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/games/connections?GAMES_connectionsRollout_1130=1_ConnectionsV2",
        "position": 29
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/puzzles/spelling-bee",
        "position": 30
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/crosswords/game/mini",
        "position": 31
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/crosswords/game/midi",
        "position": 32
      },
      {
        "@context": "https://schema.org",
        "@type": "ListItem",
        "url": "https://www.nytimes.com/crosswords/game/daily",
        "position": 33
      }
    ],
    "numberOfItems": 33
  },
  "publisher": {
    "@id": "https://www.nytimes.com/#publisher",
    "name": "The New York Times"
  }
}
Block 2 : NewsMediaOrganization
14 properties Valid
{
  "@context": "https://schema.org",
  "@type": "NewsMediaOrganization",
  "name": "The New York Times",
  "logo": {
    "@context": "https://schema.org",
    "@type": "ImageObject",
    "url": "https://static01.nyt.com/images/icons/t_logo_291_black.png",
    "height": 291,
    "width": 291,
    "contentUrl": "https://static01.nyt.com/images/icons/t_logo_291_black.png",
    "creditText": "The New York Times"
  },
  "url": "https://www.nytimes.com/",
  "@id": "https://www.nytimes.com/#publisher",
  "publishingPrinciples": "https://www.nytimes.com/editorial-standards/ethical-journalism.html",
  "diversityPolicy": "https://www.nytco.com/company/diversity-and-inclusion/",
  "ethicsPolicy": "https://www.nytco.com/company/standards-ethics/",
  "masthead": "https://www.nytimes.com/interactive/2023/01/28/admin/the-new-york-times-masthead.html",
  "foundingDate": "1851-09-18",
  "sameAs": [
    "https://www.facebook.com/nytimes/",
    "https://x.com/nytimes",
    "https://www.instagram.com/nytimes/",
    "https://www.youtube.com/user/TheNewYorkTimes",
    "https://www.linkedin.com/company/the-new-york-times",
    "https://www.wikidata.org/wiki/Q9684",
    "https://en.wikipedia.org/wiki/The_New_York_Times"
  ],
  "alternateName": [
    "NYT",
    "new york times",
    "nytimes",
    "ny times"
  ],
  "subOrganization": [
    {
      "@type": "Organization",
      "name": "NYT Cooking",
      "url": "https://cooking.nytimes.com/",
      "sameAs": [
        "https://www.facebook.com/nytcooking/",
        "https://www.facebook.com/groups/nytcooks/",
        "https://www.instagram.com/nytcooking/",
        "https://www.youtube.com/channel/UC1rIOwTqDuWkFj87HZYRFOg",
        "https://x.com/nytfood"
      ],
      "logo": [
        {
          "url": "https://static01.nyt.com/applications/cooking/37f1abc/assets/SiteLogoRed.svg",
          "height": 31,
          "width": 168,
          "@type": "ImageObject"
        },
        {
          "url": "https://static01.nyt.com/applications/cooking/37f1abc/assets/SiteLogoBlack.svg",
          "height": 24,
          "width": 131,
          "@type": "ImageObject"
        }
      ]
    },
    {
      "@type": "Organization",
      "name": "Wirecutter",
      "url": "https://www.nytimes.com/wirecutter/",
      "sameAs": [
        "https://www.facebook.com/thewirecutter/",
        "https://www.instagram.com/wirecutter/",
        "https://x.com/wirecutter/",
        "https://www.linkedin.com/company/the-wirecutter/",
        "https://www.youtube.com/wirecutter"
      ],
      "logo": {
        "@type": "ImageObject",
        "url": "https://cdn.thewirecutter.com/wp-content/uploads/2020/05/nytimes-wirecutter-logo.png",
        "width": 266,
        "height": 34
      }
    },
    {
      "@type": "Organization",
      "name": "The Athletic",
      "url": "https://www.nytimes.com/athletic/",
      "sameAs": [
        "https://www.facebook.com/TheAthletic",
        "https://instagram.com/TheAthleticHQ",
        "https://x.com/TheAthletic",
        "https://www.linkedin.com/company/the-athletic-media-company/",
        "https://www.youtube.com/TheAthletic"
      ],
      "logo": {
        "@type": "ImageObject",
        "url": "https://www.nytimes.com/athletic/app/themes/athletic/assets/img/open-graph-asset.png",
        "width": 266,
        "height": 150
      }
    }
  ]
}
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback