Created
March 21, 2024 19:03
-
-
Save patrickcoombe/9dd459a39b225710404f522e6b7a16c3 to your computer and use it in GitHub Desktop.
Article JSON-LD 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "NewsArticle", | |
| "headline": "Title of a News Article", | |
| "image": [ | |
| "https://example.com/photos/1x1/photo.jpg", | |
| "https://example.com/photos/4x3/photo.jpg", | |
| "https://example.com/photos/16x9/photo.jpg" | |
| ], | |
| "datePublished": "2015-02-05T08:00:00+08:00", | |
| "dateModified": "2015-02-05T09:20:00+08:00", | |
| "author": [{ | |
| "@type": "Person", | |
| "name": "Jane Doe", | |
| "url": "https://example.com/profile/janedoe123" | |
| },{ | |
| "@type": "Person", | |
| "name": "John Doe", | |
| "url": "https://example.com/profile/johndoe123" | |
| }] | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment