{
  "_comment": "Article Schema.org · 內容站每篇文章貼 · 讓 AI 知道作者/日期/原文連結 · 範本 by twin3.ai",

  "@context": "https://schema.org",
  "@type": "Article",
  "_type_options": "NewsArticle (新聞) / BlogPosting (部落格) / TechArticle (技術)",

  "headline": "文章標題(50-110 字元)",
  "alternativeHeadline": "副標(可選)",
  "description": "文章摘要(80-160 字),被 AI 引用時當 preview",

  "image": [
    "https://your-domain.com/img/article-hero.jpg",
    "https://your-domain.com/img/article-16x9.jpg",
    "https://your-domain.com/img/article-1x1.jpg"
  ],

  "datePublished": "2026-05-28T08:00:00+08:00",
  "dateModified": "2026-05-28T10:00:00+08:00",

  "author": {
    "@type": "Person",
    "name": "作者全名",
    "url": "https://your-domain.com/author/author-slug",
    "sameAs": [
      "https://www.linkedin.com/in/AUTHOR",
      "https://twitter.com/AUTHOR"
    ]
  },

  "publisher": {
    "@type": "Organization",
    "name": "YOUR-MEDIA-NAME",
    "logo": {
      "@type": "ImageObject",
      "url": "https://your-domain.com/logo.png"
    }
  },

  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://your-domain.com/article/article-slug"
  },

  "url": "https://your-domain.com/article/article-slug",
  "_comment_url": "★ 關鍵欄位 ★ — AI 引用你文章時會把這個 URL 給用戶,流量回到你",

  "articleSection": "主題分類",
  "keywords": ["關鍵字 1", "關鍵字 2", "關鍵字 3"],
  "wordCount": 1500,

  "isAccessibleForFree": true,
  "_paywall_note": "若有付費牆,設為 false 並參考 schema.org/isAccessibleForFree"
}
