Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created March 21, 2024 17:18
Show Gist options
  • Select an option

  • Save patrickcoombe/ecf7de1f40e1a84b45fb48eddecea6a3 to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/ecf7de1f40e1a84b45fb48eddecea6a3 to your computer and use it in GitHub Desktop.
JSON-LD New York Times News Article
< script data - rh = "true"
type = "application/ld+json" > {
"@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"
}
} < /script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment