Adding @type="NewsArticle"
(or Article
) structured data can give search engines
clearer info about your story's headline, publication date, author, and publisher. In SERPs,
your article may be displayed with news-specific features or as a knowledge panel snippet.
Example minimal JSON-LD for a News Article:
Copy this JSON-LD snippet into a
<script type="application/ld+json">
tag on your news page.
Ensure the datePublished
and dateModified
use valid ISO 8601 format (e.g., YYYY-MM-DDTHH:mm:ssZ
).