Merhaba Arkadaşlar Sitem www.ofistasima.net.tr e

Breadcrumb şemasını eklemek istiyorum https://technicalseo.com/tools/schema-markup-generator/ bu siteden hazırladım kodu


kod bu normal google zenginlik sonucunda bu kodu test ettiğimde hata vermiyor ama siteme koyunca hata veriyor sebebi nedir
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Anasayfa",
"item": "https://www.ofistasima.net.tr/"
},{
"@type": "ListItem",
"position": 2,
"name": "Kurumsal",
"item": "https://www.ofistasima.net.tr/kurumsal/"
},{
"@type": "ListItem",
"position": 3,
"name": "Kurumsal Referanslar",
"item": "https://www.ofistasima.net.tr/kurumsal-referanslar/"
},{
"@type": "ListItem",
"position": 4,
"name": "Blog",
"item": "https://www.ofistasima.net.tr/blog/"
},{
"@type": "ListItem",
"position": 5,
"name": "İletişim",
"item": "https://www.ofistasima.net.tr/iletisim/"
}]
}
</script>