Schema.org Decision guide 5 menit

Article vs NewsArticle vs BlogPosting

Tiga subtype Article yang sering tertukar. Decision tree untuk pilih yang benar, dan konsekuensi di Google News eligibility.

Tiga schema: Article, NewsArticle, BlogPosting. Semua punya struktur mirip. Tapi pilihan yang salah bisa bikin konten tidak eligible untuk Top Stories, Discover, atau malah menipu pengguna. Pilih dengan benar.

Decision tree

Tipe kontenSchema
Berita time-sensitive (current event)NewsArticle
Blog post editorial personal/opiniBlogPosting
Longform guide, evergreen tutorialArticle
White paper, research reportArticle + ScholarlyArticle
Review produk / jasaReview + Article
Case studyArticle (atau CaseStudy tidak standard)
Press releaseNewsArticle (jika news-worthy)

Perbedaan requirements

PropertiArticleNewsArticleBlogPosting
headlineWajibWajibWajib
datePublishedWajibWajibWajib
dateModifiedRekomendasiWajib untuk fresh signalRekomendasi
authorWajibWajibWajib
publisherWajibWajib (Organization)Opsional
imageWajibWajibWajib
Google News eligibleTidakYa (dengan syarat)Tidak

Template NewsArticle

{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "headline": "PT Witanabe Tunjuk Sebagai Distributor Eksklusif ALBIN Pump untuk Indonesia",
  "image": ["https://hibranwar.com/images/news-witanabe-albin.webp"],
  "datePublished": "2025-11-15T10:00:00+07:00",
  "dateModified": "2025-11-15T10:00:00+07:00",
  "author": {
    "@type": "Person",
    "name": "Editor",
    "url": "https://hibranwar.com/about/"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Hibranwar",
    "logo": {
      "@type": "ImageObject",
      "url": "https://hibranwar.com/images/logo.webp"
    }
  },
  "articleSection": "Business news",
  "wordCount": 450
}

Kualifikasi Google News

  • Domain atau section konsisten publish news (bukan campur dengan non-news).Submit via Publisher Center.
  • Author byline nyata, linked ke profil author.Nama 'Editor' saja kurang trust.
  • Publisher logo min 112×112px dan wide format untuk AMP.Logo 600×60 untuk AMP.
  • datePublished dan dateModified akurat dan diupdate saat edit substantif.False date = penalty.
  • Konten original, bukan rewrite press release.Editorial value ditambah.
Common mistake

Setiap artikel blog diberi NewsArticle schema untuk 'dapat Top Stories'. Google detect ini dan issue manual action. Pakai BlogPosting atau Article untuk konten non-news.