NewsArticle Schema – Complete Guide for News Content & Rich Results
NewsArticle schema markup is essential for news publishers looking to enhance their visibility in Google News, AMP carousels, and search results. It provides structured data specifically optimized for journalistic content.
What is NewsArticle Schema?
NewsArticle schema is a specialized type of Article schema designed specifically for news content. It tells search engines that your content is journalistic in nature, enabling enhanced display features and improved indexing for news-specific search experiences.
Why NewsArticle Schema Matters
NewsArticle schema is crucial for news publishers because it unlocks specialized Google News features and improves content discoverability. Without proper NewsArticle markup, your news content may not appear in Google News or receive the enhanced treatment it deserves.
The key insight: NewsArticle schema transforms your news content from generic web pages into recognized journalistic material that search engines properly categorize and feature.
What NewsArticle Schema Includes
SEO Benefits You Get
NewsArticle Schema Implementation
Complete NewsArticle Schema Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"@id": "https://example.com/news/breaking-tech-announcement/#newsarticle",
"headline": "Revolutionary AI Technology Transforms Healthcare Industry",
"description": "A groundbreaking artificial intelligence platform promises to revolutionize medical diagnostics and patient care across the healthcare sector.",
"image": [
"https://example.com/images/ai-healthcare-main.jpg",
"https://example.com/images/ai-healthcare-social.jpg"
],
"datePublished": "2024-01-15T08:30:00Z",
"dateModified": "2024-01-15T10:45:00Z",
"author": {
"@type": "Person",
"name": "Sarah Chen",
"jobTitle": "Healthcare Technology Reporter",
"url": "https://example.com/author/sarah-chen",
"image": "https://example.com/images/authors/sarah-chen.jpg",
"sameAs": [
"https://twitter.com/sarahchennews",
"https://linkedin.com/in/sarahchen"
]
},
"publisher": {
"@type": "Organization",
"@id": "https://example.com/#organization",
"name": "Tech Healthcare News",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.svg",
"width": 200,
"height": 60
}
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://example.com/news/breaking-tech-announcement"
},
"articleSection": "Healthcare Technology",
"wordCount": 1250,
"timeRequired": "PT6M",
"keywords": ["artificial intelligence", "healthcare technology"],
"inLanguage": "en-US",
"isAccessibleForFree": true,
"copyrightHolder": {
"@type": "Organization",
"@id": "https://example.com/#organization"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [".headline", ".lead-paragraph"]
}
}
</script>Breaking News Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "BREAKING: Major Scientific Breakthrough in Renewable Energy",
"description": "Scientists announce unprecedented efficiency gains in solar panel technology.",
"image": "https://example.com/news/solar-breakthrough-hero.jpg",
"datePublished": "2024-01-15T07:15:00Z",
"dateModified": "2024-01-15T07:15:00Z",
"author": {
"@type": "Person",
"name": "Dr. Michael Rodriguez",
"jobTitle": "Science Correspondent"
},
"publisher": {
"@type": "Organization",
"name": "Science Daily",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo-science.png"
}
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://example.com/news/solar-breakthrough-2024"
},
"articleSection": "Energy & Environment",
"wordCount": 850,
"dateline": "Cambridge, MA",
"printEdition": "Science Daily, January 15, 2024",
"printPage": "A1",
"isAccessibleForFree": true
}
</script>Required vs Recommended Properties
Required Properties
- •
headline- News article title - •
image- Featured image - •
datePublished- Publication date - •
author- Article author
Recommended Properties
- •
publisher- News organization - •
description- Article summary - •
articleSection- News category - •
dateline- Story location
NewsArticle Schema Best Practices
Content & Accuracy
Advanced Features
Common NewsArticle Schema Mistakes
❌ Using Article Instead of NewsArticle
Mistake: Using generic Article schema for breaking news content.
Fix: Use NewsArticle for time-sensitive news content to enable Google News features and AMP carousels.
❌ Missing Publisher Information
Mistake: Omitting publisher details or using incomplete organization markup.
Fix: Include complete Organization schema for the news publisher with proper logo and organization details.
❌ Incorrect Publication Dates
Mistake: Using future dates or incorrect timestamps that don't match actual publication.
Fix: Ensure datePublished reflects the exact time the article was first made available to readers.
❌ Generic Headlines
Mistake: Using vague or non-descriptive headlines that don't capture the news value.
Fix: Write compelling, specific headlines that clearly communicate the news significance.
Validate Your NewsArticle Schema
Testing Tools & Resources
Official Google Tools
Implementation Check
- • Verify Google News inclusion eligibility
- • Check AMP compatibility
- • Validate publication timestamps
- • Test with Google News Test tool
Related Schema Types
Frequently Asked Questions
What is NewsArticle schema used for?
NewsArticle schema describes journalistic content and news articles. It helps search engines display rich news results with publication details, author information, and article metadata directly in search results.
How do I add NewsArticle schema to my news articles?
Add JSON-LD structured data to news article pages with required properties like headline, datePublished, and author. Include optional properties like publisher, image, and articleSection for enhanced news displays.
What are the required properties for NewsArticle schema?
Required properties include headline (article title), datePublished (publication date), and author. For rich results eligibility, you'll also need image and publisher information.
What's the difference between NewsArticle and Article schemas?
NewsArticle is specifically for time-sensitive journalistic content with news value. Article schema is for general editorial content, blog posts, and evergreen articles. Use NewsArticle for breaking news and current events.
Does NewsArticle schema enable rich results?
Yes! NewsArticle schema enables rich news displays in Google Search, including top stories carousels, article rich snippets with author and date, and enhanced visibility in news search results.
Can I use NewsArticle schema for opinion pieces?
Yes, opinion pieces and editorials can use NewsArticle schema if they represent the publication's journalistic content. However, clearly distinguish opinion from straight news reporting.
How do I add publisher information to NewsArticle schema?
Use the publisher property with Organization schema including name, logo, and sameAs links to your publication's official profiles. This establishes credibility and brand authority.
Can NewsArticle schema include video content?
Yes, use the video property with VideoObject schema for news videos. Include contentUrl, thumbnailUrl, and duration. This can enhance rich results with video previews.
What's the best way to handle article updates?
Use dateModified for substantive content updates while keeping the original datePublished. Include correction notices in the articleBody when factual errors are corrected.
Does NewsArticle schema help with Google News?
NewsArticle schema provides structured data that helps Google News understand and index your content. While it doesn't guarantee inclusion, it improves the chances of appearing in Google News.
How do I add article sections and categories?
Use articleSection for department (e.g., "Politics", "Sports") and keywords for topic tags. This helps with content categorization and search filtering.
Can NewsArticle schema include social media engagement?
While not directly supported, you can include interactionStatistic with InteractionCounter for social shares and comments. This provides engagement context to search engines.
What's the impact of NewsArticle schema on search visibility?
NewsArticle schema significantly enhances search result appearance with rich snippets, potentially improving click-through rates and visibility in news-focused searches.
How often should I update NewsArticle schema?
Update when articles are modified, new information becomes available, or engagement metrics change. Keep all dates and author information current and accurate.
Additional JSON-LD Examples
Breaking News Article Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"@id": "https://example.com/news/earthquake-california-coast/#newsarticle",
"headline": "7.2 Magnitude Earthquake Strikes California Coast, Tsunami Warning Issued",
"description": "A powerful 7.2 magnitude earthquake has struck off the California coast, prompting tsunami warnings and evacuation orders. Authorities report damage to infrastructure and urge residents to move to higher ground immediately.",
"image": [
"https://example.com/news/earthquake-coast-main.jpg",
"https://example.com/news/earthquake-damage.jpg",
"https://example.com/news/tsunami-warning-map.jpg"
],
"datePublished": "2024-01-15T14:32:00-08:00",
"dateModified": "2024-01-15T16:45:00-08:00",
"author": [
{
"@type": "Person",
"name": "Jennifer Walsh",
"jobTitle": "Senior News Reporter",
"worksFor": {
"@type": "Organization",
"@id": "https://example.com/#organization",
"name": "Coastal News Network"
}
},
{
"@type": "Person",
"name": "Dr. Maria Sanchez",
"jobTitle": "Seismologist",
"worksFor": {
"@type": "Organization",
"name": "Pacific Seismic Institute"
}
}
],
"publisher": {
"@type": "Organization",
"@id": "https://example.com/#organization",
"name": "Coastal News Network",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.svg",
"width": 600,
"height": 60
}
},
"articleSection": "Breaking News",
"keywords": ["earthquake", "California", "tsunami", "emergency", "Pacific coast"],
"wordCount": 847,
"inLanguage": "en-US",
"isAccessibleForFree": true,
"hasPart": [
{
"@type": "WebPageElement",
"isAccessibleForFree": false,
"cssSelector": ".paywall-content"
}
],
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [".headline", ".lead-paragraph", ".emergency-alert"]
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://example.com/news/earthquake-california-coast"
},
"about": [
{
"@type": "Event",
"name": "California Coast Earthquake 2024",
"startDate": "2024-01-15T14:32:00-08:00",
"location": {
"@type": "Place",
"name": "Pacific Ocean, California Coast",
"geo": {
"@type": "GeoCoordinates",
"latitude": "35.7796",
"longitude": "-121.2437"
}
}
}
],
"mentions": [
{
"@type": "Organization",
"name": "California Emergency Management Agency"
},
{
"@type": "Organization",
"name": "National Weather Service"
}
]
}
</script>In-Depth Investigative Article Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"@id": "https://example.com/investigations/climate-crisis-hidden-costs/#newsarticle",
"headline": "The Hidden Costs of Climate Change: Billion-Dollar Industries at Risk",
"alternativeHeadline": "Climate Crisis: What Corporations Aren't Telling Investors",
"description": "A year-long investigation reveals how climate change threatens trillion-dollar industries. Exclusive interviews with industry leaders and leaked documents expose the financial risks that corporations are downplaying to shareholders and regulators.",
"image": [
"https://example.com/investigations/climate-costs-main.jpg",
"https://example.com/investigations/flooded-factory.jpg",
"https://example.com/investigations/chart-risk-analysis.jpg",
"https://example.com/investigations/interview-ceo.jpg"
],
"datePublished": "2024-01-10T06:00:00-05:00",
"dateModified": "2024-01-12T14:30:00-05:00",
"author": [
{
"@type": "Person",
"name": "Robert Chen",
"jobTitle": "Investigative Reporter",
"worksFor": {
"@type": "Organization",
"@id": "https://example.com/#organization",
"name": "Business Weekly"
}
},
{
"@type": "Person",
"name": "Sarah Mitchell",
"jobTitle": "Environmental Analyst",
"worksFor": {
"@type": "Organization",
"name": "Green Policy Institute"
}
},
{
"@type": "Person",
"name": "Dr. Michael Torres",
"jobTitle": "Climate Economist",
"worksFor": {
"@type": "Organization",
"name": "Global Economics Research"
}
}
],
"publisher": {
"@type": "Organization",
"@id": "https://example.com/#organization",
"name": "Business Weekly",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.svg",
"width": 400,
"height": 60
},
"foundingDate": "1985",
"sameAs": [
"https://www.facebook.com/businessweekly",
"https://twitter.com/bizweekly",
"https://www.linkedin.com/company/business-weekly"
]
},
"articleSection": "Investigations",
"keywords": ["climate change", "corporate risk", "sustainability", "investment", "environmental economics"],
"wordCount": 3247,
"inLanguage": "en-US",
"isAccessibleForFree": false,
"hasPart": [
{
"@type": "WebPageElement",
"isAccessibleForFree": false,
"cssSelector": ".full-article-content"
}
],
"associatedMedia": [
{
"@type": "VideoObject",
"name": "Climate Risk Investigation - CEO Interviews",
"description": "Exclusive interviews with Fortune 500 CEOs about climate change risks",
"contentUrl": "https://example.com/videos/climate-investigation.mp4",
"duration": "PT18M45S"
}
],
"about": [
{
"@type": "Thing",
"name": "Climate Change",
"description": "Long-term shifts in temperature and weather patterns caused by human activity"
},
{
"@type": "Thing",
"name": "Corporate Risk Management",
"description": "Strategies for identifying and mitigating business risks"
}
],
"mentions": [
{
"@type": "Organization",
"name": "United Nations Intergovernmental Panel on Climate Change"
},
{
"@type": "Organization",
"name": "World Economic Forum"
},
{
"@type": "Event",
"name": "COP28 Climate Conference"
}
],
"citation": [
{
"@type": "CreativeWork",
"name": "IPCC Climate Report 2023",
"url": "https://www.ipcc.ch/report/ar6/wg2/"
},
{
"@type": "CreativeWork",
"name": "World Economic Forum Global Risks Report",
"url": "https://www.weforum.org/reports/global-risks-report-2024"
}
],
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://example.com/investigations/climate-crisis-hidden-costs"
}
}
</script>SEO & Rich Results Notes
SEO Benefits
NewsArticle schema dramatically improves news visibility and credibility:
- • Rich news snippets with author and publication details
- • Top stories carousel eligibility
- • Enhanced visibility in news search results
- • Improved click-through rates from professional displays
- • Better targeting for news and current events searches
Rich Results Eligibility
NewsArticle schema enables powerful news search features:
- • Top stories and news carousel
- • Article rich snippets with author bylines
- • Publisher logo and credibility signals
- • Publication date and update information
- • Integration with Google News platform
Reference: Google's Search Central emphasizes NewsArticle markup for enhanced news search appearance and Google News eligibility.
Important Warnings
- Factual Accuracy: All news information must be accurate and fact-checked. Corrections should be clearly marked and dated.
- Source Attribution: Clearly attribute sources and distinguish between original reporting and aggregated content.
- Timeliness: For breaking news, update content and timestamps as new information becomes available.
- Editorial Standards: Maintain journalistic integrity and avoid sensationalism. Misleading headlines can result in rich result removal.
Official Documentation
- Schema.org: NewsArticle specification
- Google Search Central: Article markup guide
- Google News: Google News Publisher Center
- Rich Results Test: Validate NewsArticle markup