XooCode(){

AnalysisNewsArticle

AnalysisNewsArticle is a NewsArticle subtype for explainers and deep-dives: pieces that interpret events for readers, connect dots, and provide context without arguing a stance. It adds no properties of its own.

AnalysisNewsArticle is distinct from OpinionNewsArticle (which argues a viewpoint) and ReportageNewsArticle (which reports observed facts). An analysis piece synthesises.

Full example of schema.org/AnalysisNewsArticle json-ld markup

The markup is verified as valid with Rich Results Test from Google.

schema.org/AnalysisNewsArticle
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "AnalysisNewsArticle",
  "headline": "What Google's Dec 2025 E-E-A-T update means for local business sites",
  "datePublished": "2026-04-02",
  "author": { "@type": "Person", "name": "Priya Chen", "jobTitle": "Analyst" },
  "publisher": { "@type": "Organization", "name": "Xoo Code" },
  "articleSection": "Analysis",
  "mainEntityOfPage": "https://xoocode.com/analysis/eeat-local-2025"
}
</script>

Minimal valid version

The smallest markup that still produces a valid AnalysisNewsArticle entity. Use it as the floor. Reach for the advanced example above when you want search engines and AI agents to understand more about your content.

schema.org/AnalysisNewsArticle (minimal)
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "AnalysisNewsArticle",
  "headline": "What the Dec 2025 E-E-A-T update means for local sites",
  "author": { "@type": "Person", "name": "Priya Chen" },
  "datePublished": "2026-04-02"
}
</script>

Google rich results this unlocks

AnalysisNewsArticle is a structural type. It does not produce a rich result on its own.

Its value comes from combining it with a primary type whose markup earns a rich result (Article, Product, Event, and so on). AnalysisNewsArticle becomes the trunk that the primary type branches off viamainEntityorbreadcrumb. Include it on every page as the backbone of your markup.

Common AnalysisNewsArticle mistakes

Mistakes that pass validation but silently fail to earn rich results or mislead consumers walking the graph. Avoid these and your markup will be ahead of most sites in the wild.

  1. 01

    Using AnalysisNewsArticle for raw field reporting

    Wrong
    AnalysisNewsArticle on a piece that is just straight news
    Right
    ReportageNewsArticle for straight field reports; reserve AnalysisNewsArticle for synthesis and interpretation

    Analysis implies the author is connecting dots beyond the facts. Straight reports, even lengthy ones, are reportage.

About the example data

A deep-dive explainer on Xoo Code breaking down Google's latest E-E-A-T update for local business publishers.

Comments

Loading comments...

Leave a comment