Hangi sayfada bu hatayı veriyorsa o sayfanın şemasına şema verisi ekleyip ilgili alanı eklemeniz gerekiyor.
Örnek:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"address": {
"@type": "PostalAddress",
"addressRegion": "Neverland",
"streetAddress": "667 Acme Road"
},
"description": "The Acme Organization has been run by the Acme family for generations.",
"name": "Acme Organization",
"telephone": "(0)12 34 56 789"
}
</script>Bu şemanın ekli olduğu sayfada name, telephone ve description hataları vermez mesela.
Siteniz wordpress ise Schema eklentisi ile basitçe yapabilirsiniz.