Skip to content

Article Schema Generator

Create Article, NewsArticle, or BlogPosting JSON-LD structured data

Getting Rich Results with Article Schema Markup

Article schema markup is one of the most widely used structured data types on the web. Our article schema generator creates valid JSON-LD markup for Article, BlogPosting, and NewsArticle types, helping search engines understand your content and enabling rich results with enhanced visual presentation in search results.

Choosing the Right Article Type

Schema.org defines three main article types for different content. Article is the broadest type suitable for any written content — guides, tutorials, how-tos, and general informational pages. BlogPosting is specifically for blog entries, opinion pieces, and personal commentary. NewsArticle is reserved for timely news content from recognized news organizations and is required for Google News and Top Stories eligibility.

Key Properties for Maximum Impact

The headline property should match your visible page title and stay under 110 characters for optimal display. The image property strongly influences whether your article gets a thumbnail in search results — Google recommends images at least 1200 pixels wide in 16:9, 4:3, and 1:1 aspect ratios. Author and publisher information builds trust signals, and accurate datePublished and dateModified values help Google display freshness indicators.

Publisher Requirements

Every Article schema should include a publisher with a name and logo. The publisher logo should be a rectangular image no wider than 600px and no taller than 60px, in PNG or JPEG format. For NewsArticle schema, the publisher must match your Google News publisher listing. The publisher Organization entity establishes the authoritative source of the content.

Date Handling Best Practices

Accurate dates are critical for article schema. The datePublished should reflect when the article first went live, and dateModified should update whenever you make substantive changes to the content. Google uses these dates to assess content freshness and may display them in search results. Never set future dates or manipulate dates to appear more recent — Google actively penalizes date manipulation.

Common Implementation Mistakes

The most frequent errors include truncated headlines that differ from the page title, missing or incorrectly sized images, omitting the publisher logo, using wrong date formats, and applying NewsArticle type to non-news content. The article structured data must accurately represent visible page content — any mismatch between schema and page content can result in manual actions from Google.

$ faq

What is Article schema markup?
Article schema markup is structured data that helps search engines understand your content as an article, blog post, or news story. Using JSON-LD format with Article, NewsArticle, or BlogPosting types, you provide metadata like headline, author, publish date, and images — enabling rich results with article thumbnails, dates, and author info in Google Search.
What is the difference between Article, NewsArticle, and BlogPosting?
Article is the general type for any written content. NewsArticle is for timely news reporting from a recognized news organization. BlogPosting is for blog entries and opinion pieces. Use NewsArticle only if your site is a news publisher listed in Google News; otherwise, Article or BlogPosting is appropriate for most content.
Which fields are required for Article schema?
Google recommends headline, image, datePublished, dateModified, and author as key properties. The headline should match your page title, images should be at least 696px wide, and author should include name and optionally url. While not all fields trigger errors, including them all maximizes your chance of rich results.
Does Article schema improve SEO rankings?
Article schema does not directly boost rankings but improves search visibility. It enables rich results with article thumbnails, publish dates, and author info — making your listing more prominent. For AMP pages and Google News, Article schema is especially important for eligibility in Top Stories and news carousels.
Can I use multiple images in Article schema?
Yes, you can include multiple images in the image property as an array. Google recommends providing images in three aspect ratios: 16x9 (1200x675), 4x3 (1200x900), and 1x1 (1200x1200). Providing multiple sizes increases the chance that Google selects an appropriate image for different display contexts.
How do I validate my Article schema?
Use Google Rich Results Test (search.google.com/test/rich-results) to check if your Article schema is valid and eligible for rich results. The Schema.org validator (validator.schema.org) checks general schema syntax. Test your markup before deploying to catch any errors or missing required fields.