Aynı sorunsal baş gösterdi

"item" alanı eksik
İlk algılanma tarihi: 18.09.2019Durum: Hata



senturksun adlı üyeden alıntı: mesajı görüntüle
Aynı sorunsal baş gösterdi

"item" alanı eksik
İlk algılanma tarihi: 18.09.2019Durum: Hata
Yapısal veri işaretleme ile alakalı bir durum ama mantık dışı, bu aracı kullanmadım hiç. Sanırım sorun artık yapısal veri aracı yapay zekası ile siteleri işaretliyor ve eksik gördüğü kısımları bize bildiriyor.

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