We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Press release pages with NewsArticle, Organization context, FAQs, and breadcrumbs.
Represents the press release content.
Anchors the issuing organization.
Answers press and media questions.
Provides navigation context for the press release.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"@id": "https://www.example.com/news/2025-product-launch#article",
"headline": "Northwind Announces the Widget Pro Launch",
"description": "Northwind introduces Widget Pro, a new device for high-volume workflows.",
"datePublished": "2025-05-24",
"dateModified": "2025-05-24",
"url": "https://www.example.com/news/2025-product-launch",
"author": { "@type": "Organization", "name": "Northwind PR" },
"publisher": { "@type": "Organization", "name": "Northwind" },
"image": "https://www.example.com/images/news/widget-pro-launch.webp"
},
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.example.com/#org",
"name": "Northwind",
"url": "https://www.example.com",
"logo": "https://www.example.com/assets/logo.svg",
"sameAs": [
"https://www.linkedin.com/company/northwind"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Press",
"email": "press@example.com"
}
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Where can I download the press kit?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Visit the press resources page to download logos, images, and executive bios."
}
},
{
"@type": "Question",
"name": "Who can I contact for interviews?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Email press@example.com and our media team will respond within two business days."
}
},
{
"@type": "Question",
"name": "Is there an embargo?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No embargo. The announcement is available for immediate publication."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "News", "item": "https://www.example.com/news" },
{ "@type": "ListItem", "position": 3, "name": "Widget Pro Launch", "item": "https://www.example.com/news/2025-product-launch" }
]
}
]Yes. Include the company boilerplate in the page content and keep the Organization details aligned.
If multiple companies are involved, include a separate Organization entry for each.