We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
NewsArticle + Breadcrumb + Speakable + SubscriptionAndPaywall signals for publisher pages that need clarity, eligibility, and access control.
Primary article entity with headline, dates, author, and publisher.
Clarifies article location within the site structure.
Defines speakable sections for voice surfaces.
Marks paywall accessibility and paywalled sections for Google guidance.
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/ai-adoption-report#article",
"headline": "AI Adoption Report 2026: Enterprises Accelerate Deployment",
"description": "Key findings from the 2026 enterprise AI adoption survey across 1,200 organizations.",
"datePublished": "2026-02-10T13:00:00Z",
"dateModified": "2026-02-11T09:00:00Z",
"url": "https://www.example.com/news/ai-adoption-report",
"mainEntityOfPage": "https://www.example.com/news/ai-adoption-report",
"image": [
"https://www.example.com/images/ai-report-hero.webp"
],
"author": {
"@type": "Person",
"name": "Casey Lin",
"url": "https://www.example.com/authors/casey-lin"
},
"publisher": {
"@type": "Organization",
"name": "Example News",
"url": "https://www.example.com",
"logo": {
"@type": "ImageObject",
"url": "https://www.example.com/images/logo-120x60.png"
}
},
"isAccessibleForFree": false,
"hasPart": {
"@type": "WebPageElement",
"isAccessibleForFree": false,
"cssSelector": ".paywall",
"url": "https://www.example.com/news/ai-adoption-report/preview"
},
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [
"article h1",
"article h2.lede"
]
}
},
{
"@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": "AI Adoption Report", "item": "https://www.example.com/news/ai-adoption-report" }
]
}
]If you support voice surfaces and a paywall, yes—speakable clarifies which content is eligible for voice, and paywall markup clarifies access.
Use NewsArticle for news/publisher content that meets freshness and E-E-A-T expectations; otherwise use Article.