Googleがパンくずリストの画像を表示する必要があるのはなぜですか?Googleはパンくずリストに「画像」を要求するのはなぜですか?
Google breadcrumb documentを参照してください。
Googleがパンくずリストの画像を表示する必要があるのはなぜですか?Googleはパンくずリストに「画像」を要求するのはなぜですか?
Google breadcrumb documentを参照してください。
画像は必須ではありません。それはドキュメントの間違いです。
John Muellerは修正される予定です。
検索結果にリッチスニペットを表示する必要はありません。
ドキュメントに必要とされている理由がわかりません。
私は本当に不思議です。
ドキュメントを参考にしてイメージを取り出し、マークアップツールテストに渡してください。
<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>
画像が必要であるというエラーが表示されます。
inconitoモードで面白そうに開くこのエラーは表示されません – Clempat