jsonld@web
jsonld@web:/new-york-times$  cat ./new-york-times.jsonld
rich results · passed post · blog

> New York Times News Article JSON-LD Example - JSONLD.COM

Real NewsArticle JSON-LD from The New York Times -- nearly 2x the length of Forbes. See how NYT structures articles as part of their paid product.

published
modified
size
0.6K
path
/new-york-times/

Last updated March 21, 2024 by Patrick Coombe

New York Times is a bit different than Forbes, and flexed a little bit. It is almost double the length of the Forbes News Article json-ld.  I love how they have “isAccessibleForFree”: false, lol. At the end of the snippet, they establish that this news article is part of the NYT “product.”

 

new-york-times.jsonld · 4.1K test
{
    "@context": "https://schema.org",
    "@type": "NewsArticle",
    "description": "The lawsuit caps years of regulatory scrutiny of Apple’s wildly popular suite of devices and services, which have fueled its growth into a nearly $3 trillion public company.",
    "image": [{
        "@context": "https://schema.org",
        "@type": "ImageObject",
        "url": "https://static01.nyt.com/images/2024/03/06/multimedia/00usa-sues-apple-hfo-gfwq/00usa-sues-apple-hfo-gfwq-videoSixteenByNineJumbo1600.jpg",
        "height": 900,
        "width": 1600,
        "contentUrl": "https://static01.nyt.com/images/2024/03/06/multimedia/00usa-sues-apple-hfo-gfwq/00usa-sues-apple-hfo-gfwq-videoSixteenByNineJumbo1600.jpg",
        "caption": "By tightly controlling the user experience on iPhones and other devices, Apple has created what critics call an uneven playing field where it grants its products and services access to core features that it denies rivals.",
        "creditText": "Ian C. Bates for The New York Times"
    }, {
        "@context": "https://schema.org",
        "@type": "ImageObject",
        "url": "https://static01.nyt.com/images/2024/03/06/multimedia/00usa-sues-apple-hfo-gfwq/00usa-sues-apple-hfo-gfwq-googleFourByThree.jpg",
        "height": 600,
        "width": 800,
        "contentUrl": "https://static01.nyt.com/images/2024/03/06/multimedia/00usa-sues-apple-hfo-gfwq/00usa-sues-apple-hfo-gfwq-googleFourByThree.jpg",
        "caption": "By tightly controlling the user experience on iPhones and other devices, Apple has created what critics call an uneven playing field where it grants its products and services access to core features that it denies rivals.",
        "creditText": "Ian C. Bates for The New York Times"
    }, {
        "@context": "https://schema.org",
        "@type": "ImageObject",
        "url": "https://static01.nyt.com/images/2024/03/06/multimedia/00usa-sues-apple-hfo-gfwq/00usa-sues-apple-hfo-gfwq-mediumSquareAt3X.jpg",
        "height": 1800,
        "width": 1800,
        "contentUrl": "https://static01.nyt.com/images/2024/03/06/multimedia/00usa-sues-apple-hfo-gfwq/00usa-sues-apple-hfo-gfwq-mediumSquareAt3X.jpg",
        "caption": "By tightly controlling the user experience on iPhones and other devices, Apple has created what critics call an uneven playing field where it grants its products and services access to core features that it denies rivals.",
        "creditText": "Ian C. Bates for The New York Times"
    }],
    "mainEntityOfPage": "https://www.nytimes.com/2024/03/21/technology/apple-doj-lawsuit-antitrust.html",
    "url": "https://www.nytimes.com/2024/03/21/technology/apple-doj-lawsuit-antitrust.html",
    "inLanguage": "en",
    "author": [{
        "@context": "https://schema.org",
        "@type": "Person",
        "url": "https://www.nytimes.com/by/david-mccabe",
        "name": "David McCabe"
    }, {
        "@context": "https://schema.org",
        "@type": "Person",
        "url": "https://www.nytimes.com/by/tripp-mickle",
        "name": "Tripp Mickle"
    }],
    "dateModified": "2024-03-21T17:02:36.514Z",
    "datePublished": "2024-03-21T14:30:39.000Z",
    "headline": "U.S. Sues Apple in Antitrust Case, Accusing It of iPhone Monopoly",
    "alternativeHeadline": "U.S. Sues Apple, Accusing It of Maintaining an iPhone Monopoly",
    "video": [{
        "@id": "https://www.nytimes.com/video/us/100000009374404/apple-doj-lawsuit-antitrust.html"
    }],
    "publisher": {
        "@id": "https://www.nytimes.com/#publisher",
        "name": "The New York Times"
    },
    "hasPart": {
        "@type": "WebPageElement",
        "isAccessibleForFree": false,
        "cssSelector": ".meteredContent"
    },
    "copyrightHolder": {
        "@id": "https://www.nytimes.com/#publisher",
        "name": "The New York Times"
    },
    "sourceOrganization": {
        "@id": "https://www.nytimes.com/#publisher",
        "name": "The New York Times"
    },
    "copyrightYear": 2024,
    "isAccessibleForFree": false,
    "isPartOf": {
        "@type": ["CreativeWork", "Product"],
        "name": "The New York Times",
        "productID": "nytimes.com:basic"
    }
}