2016-06-16 5 views

答えて

2

画像は必須ではありません。それはドキュメントの間違いです。
John Muellerは修正される予定です。

0

検索結果にリッチスニペットを表示する必要はありません。

ドキュメントに必要とされている理由がわかりません。

1

私は本当に不思議です。

ドキュメントを参考にしてイメージを取り出し、マークアップツールテストに渡してください。

<script type="application/ld+json"> 
{ 
    "@context": "http://schema.org", 
    "@type": "BreadcrumbList", 
    "itemListElement": [{ 
    "@type": "ListItem", 
    "position": 1, 
    "item": { 
     "@id": "https://example.com/books", 
     "name": "Books" 
    } 
    },{ 
    "@type": "ListItem", 
    "position": 2, 
    "item": { 
     "@id": "https://example.com/books/authors", 
     "name": "Authors" 
    } 
    },{ 
    "@type": "ListItem", 
    "position": 3, 
    "item": { 
     "@id": "https://example.com/books/authors/annleckie", 
     "name": "Ann Leckie" 
    } 
    },{ 
    "@type": "ListItem", 
    "position": 4, 
    "item": { 
     "@id": "https://example.com/books/authors/ancillaryjustice", 
     "name": "Ancillary Justice" 
    } 
    }] 
} 
</script> 

画像が必要であるというエラーが表示されます。

+0

inconitoモードで面白そうに開くこのエラーは表示されません – Clempat

関連する問題