SEO021 · JSON-LD の必須プロパティ
重大度: warning
チェック内容
Section titled “チェック内容”認識される @type(Article・Product・BreadcrumbList・Organization・WebSite・Event・Recipe・Person・VideoObject・LocalBusiness)について、Google が必要とするプロパティの有無を確認します。未知/カスタム型は検出しません。
認識される @type が必須プロパティを欠くと、対応するリッチリザルトの対象外になります。
不足プロパティを追加します。例えば Product は name と offers が必要です:
{ "@context": "https://schema.org", "@type": "Product", "name": "…", "offers": { "@type": "Offer", "price": "…" } }