WikiPlus

Article Schema: Help AI Cite Your Content

Article schema is one of the most important but least glamorous types of structured data for content publishers. It does not produce stars or price tags in search results — instead, it tells Google precisely who wrote your content, when it was published and updated, what organization it belongs to, and how authoritative it is. In 2026, with AI Overviews and AI-powered search engines citing web sources more prominently than ever, Article schema has become a critical signal for content that wants to be cited, featured, and attributed correctly.

What Article Schema Communicates to Google and AI Search

Article schema uses the Article, NewsArticle, or BlogPosting type from Schema.org to describe a piece of written content. The choice between these subtypes matters: use NewsArticle for time-sensitive journalism, BlogPosting for casual blog content on personal or brand blogs, and Article for formal editorial content, guides, and reference material. The schema communicates several facts that Google cannot reliably infer from page text alone: the exact headline as the author intended it (not as the HTML might render it), the canonical date of publication and most recent update, the author's identity and credentials, the publishing organization, the primary image for the article, and the canonical URL. For AI Overviews in Google Search, accurate authorship data has become increasingly important. When Google's AI system synthesizes information from multiple sources to answer a query, it attributes content to specific publishers. Article schema with complete author and publisher data makes your content more correctly attributable — AI systems prefer citing sources with clear authorship and institutional affiliation over anonymous content. For Perplexity, ChatGPT Search, and other AI search systems that crawl and cite web content, the same principle applies. These systems use various signals to assess source credibility, and structured metadata like Article schema with author credentials and organizational affiliation is a positive signal. The broader SEO benefit of Article schema is indexing accuracy. Google indexes millions of articles daily and relies on structured data to classify content by topic, recency, and authority. Pages with complete Article schema are more accurately matched to relevant queries and have higher eligibility for the Top Stories carousel, which features recent, high-quality news and editorial content.

Article Schema Properties That Drive Results

Article schema has more properties than most implementations use. Here is a guide to which properties matter most and why. headline is the article's title. Use the exact H1 heading of the page, with a maximum of 110 characters. Do not truncate it or add extra keywords — headline must match the visible title. datePublished is the original publish date in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ for timestamps or YYYY-MM-DD for date-only. Accuracy here is critical — using today's date on older content is a known spam signal that Google penalizes. dateModified is the date of the most recent substantive update. Update this every time you meaningfully edit the content. This property is especially important for evergreen guides where freshness signals matter for query matching. author should be a Person or Organization object, not a plain string. For a Person, include name, url (their author page or personal site), and jobTitle. The sameAs property on the author object is particularly valuable — include links to the author's LinkedIn, Twitter/X, and Wikipedia page if they have one. These sameAs links help Google build or strengthen the author's entity in its knowledge graph. publisher takes an Organization object with name and logo. The logo should be an ImageObject with url pointing to your site's logo. Google uses this for news-style rich results and AI citation display. image is a required property for eligibility in Google's Top Stories carousel. Use an ImageObject with url, width, and height. The minimum recommended size is 1200 × 630 pixels for optimal display across surfaces. mainEntityOfPage should be set to the canonical URL of the article. Use a WebPage object with @id set to the URL. description is a 150–300 character summary. It influences how Google previews the content in certain rich result formats.

Building Author Authority Through Schema

One of the most significant applications of Article schema in 2026 is building author authority — helping Google associate your content with a specific, credible human or organization. This matters for E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness), Google's quality evaluation framework. Every article you publish should consistently reference the same author entity. If Jane Smith writes your financial content, every piece by her should have the same Person object in the author field: same name, same url, same sameAs links. Over time, Google builds a knowledge graph entity for Jane Smith as a financial writer associated with your publication. This accumulated author authority is one of the factors that makes AI Overviews more likely to cite content from your site. The author's url property should point to a well-developed author page on your site. The author page itself should contain its own Person schema, describe the author's credentials and experience, link to their published work, and include external links to professional profiles. An author page with schema is more trustworthy in Google's eyes than a byline with no linked profile. For organizations without named authors — brands, companies, government agencies — using Organization in the author field with strong publisher data is the correct approach. Set the name, url, logo, and sameAs to authoritative external profiles. This is especially important for organizations that want their content cited in AI-generated summaries. The combination of consistent author schema, a strong author page, and an active presence on authoritative external platforms (LinkedIn for professionals, Wikipedia for notable entities) creates a reinforcing signal loop that benefits every piece of content published under that authorship.

Article Schema for News, Blogs, and Evergreen Content

The appropriate Article subtype and property emphasis varies by content format. Here is how to optimize schema for different content models. For news publishers targeting Top Stories, use NewsArticle as the @type. Set dateline if the article covers an event in a specific location. Include a prominentImageOrVideo property if the article leads with video. Make sure your datePublished is accurate to the minute for breaking news — Top Stories heavily weights recency, and an incorrect timestamp can displace your coverage. For lifestyle and brand blogs, BlogPosting is appropriate. Emphasize the author Person object and make sure the author page is well-developed. Blog content competes less on recency and more on expertise signals, so strong authorship data is proportionally more important than timestamp precision. For evergreen guides, tutorials, and reference content, use the generic Article type. Emphasize dateModified and update it every time you substantively revise the content. Evergreen content that regularly shows recent modification dates is treated as actively maintained and trusted, which improves its ranking stability and longevity. For multi-author publications, some content management systems automatically generate per-author schema from post metadata. If you are managing schema manually, ensure every author has a consistent author object across all their posts. Do not mix the same person's name between Jane Smith in some posts and J. Smith in others — consistency is how Google links content to an author entity. For translated or localized content, add the inLanguage property with the BCP 47 language code: en, es, fr, de. For content available in multiple languages, Google uses inLanguage alongside hreflang annotations to properly attribute and serve language-specific versions.

Frequently Asked Questions

Does Article schema help get featured in AI Overviews?
Article schema with complete authorship and publisher data is one of several signals that makes content more likely to be cited by Google's AI Overviews. The schema itself does not guarantee inclusion, but it ensures Google can accurately attribute the content and assess source credibility. AI Overviews tend to cite content from publishers with established authority in a topic area, accurate publication dates, and identifiable authors with verifiable credentials. Article schema helps communicate all of these signals in a structured, machine-readable format.
What is the difference between Article, NewsArticle, and BlogPosting schema?
All three are subtypes of the Article type in Schema.org, meaning they share the same core properties. NewsArticle is for time-sensitive journalistic content — breaking news, reporting, press coverage. It has additional properties like dateline for the location where news was reported. BlogPosting is for informal personal or brand blog content and is typically associated with individual author voices. The generic Article type is appropriate for formal editorial content, guides, tutorials, and reference material that does not fit neatly into either journalism or casual blogging. Choose the subtype that best matches your content model.
Should I add Article schema to every page or only blog posts?
Add Article schema only to pages that are genuinely articles — blog posts, guides, news stories, tutorials, and editorial pieces. Do not add it to homepages, product pages, category pages, contact pages, or landing pages. These page types have their own appropriate schema types. Misusing Article schema on non-article pages can confuse Google's indexing and may produce inaccurate data in search results. For pages that contain both article content and other elements — like a product page with a detailed how-to guide — you can add both Article and Product schema as separate blocks.