Mobile app version of vmapp.org
Login or Join
Heady270

: The attribute image.itemtype has an invalid value I am using JSON-LD format for Structured data. In home page @type=website & in details page @type=Article. Logo property of Organization section

@Heady270

Posted in: #GoogleSearchConsole #SchemaOrg #StructuredData

I am using JSON-LD format for Structured data. In home page @type =website & in details page @type =Article. Logo property of Organization section in details page showing following warning in Google Structured Data Testing Tool But home page is not although in both page value is same.


kothaboli.com/media/1018/ka.jpg (The attribute logo.itemtype has an invalid value.)


Home page JSON-LD

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://kothaboli.com/",
"name": ".....",
"alternateName" : "....",
"description" : "......",
"potentialAction": {
"@type": "SearchAction",
"target": "http://kothaboli.com/search?keywords={search_term_string}",
"query-input": "required name=search_term_string"
},
"sameAs":[
"https://www.facebook.com/kothaboliDotCom/",
"https://twitter.com/kotha_boli",
"https://plus.google.com/+kothaboli"
],
"publisher" : {
"@type" : "Organization",
"name" : "....",
"alternateName": "...",
"logo": "http://kothaboli.com/media/1018/ka.jpg"
}
}
</script>


Google Testing Tool Result

Details page JSON-LD

<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Article",
"url": "http://kothaboli.com/interviews/intellectual/arundhati-roy/",
"name" : "... ....",
"headline": "...--’",
"datePublished" : "7/26/2016 1:10:05 AM",
"dateModified" : "8/12/2016 1:50:54 AM",
"image" : "http://kothaboli.com/media/1088/33333333.jpg",
"articleSection" : "....",
"articleBody" : ".....’ ",
"mainEntityOfPage": "..",
"author" : {
"@type" : "Person",
"name" : "....",
"alternateName": "Arundhati Roy"
},
"publisher" : {
"@type" : "Organization",
"name" : "...",
"alternateName": "Kothaboli",
"logo": "http://kothaboli.com/media/1018/ka.jpg"
}
}
</script>


Google Testing Tool Result

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady270

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann8826881

If you want Google’s Article rich result, you have to provide an ImageObject value (with url/height/width) for the logo and image properties. Currently you provide a URL value.

If you don’t want this feature (or you can’t get it because you can’t provide other required properties), you can keep your structured data like that.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme