{
  "notice": "template内の例示値を置換し、著者・発行者・日付・画像が公開本文と一致することを確認してください。",
  "template": {
    "@context": "https://schema.org",
    "@type": "Article",
    "@id": "https://www.example.com/articles/example/#article",
    "headline": "公開中の記事タイトル",
    "description": "公開中の記事説明",
    "datePublished": "2026-07-27T00:00:00+09:00",
    "dateModified": "2026-07-27T00:00:00+09:00",
    "inLanguage": "ja-JP",
    "image": [
      "https://www.example.com/images/article-16x9.png"
    ],
    "author": {
      "@type": "Organization",
      "@id": "https://www.example.com/#editorial-team",
      "name": "公開中の編集・執筆主体",
      "url": "https://www.example.com/about/"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.example.com/#organization",
      "name": "公開中の発行組織名",
      "url": "https://www.example.com/",
      "logo": {
        "@type": "ImageObject",
        "url": "https://www.example.com/logo.png",
        "width": 512,
        "height": 512
      }
    },
    "mainEntityOfPage": {
      "@type": "WebPage",
      "@id": "https://www.example.com/articles/example/"
    }
  }
}
