Google Search console : Invalid object type for field 'brand'

Google Search console : Invalid object type for field 'brand'

Curios
Tourist
6 0 1

In google search console I have the error 'Invalid object type for field 'brand'

I changed the code in my product liquid file from Thing to Brand :

"brand": {
"@type": "Brand",
"name": {{ product.vendor | json }}
},

 

But the issue hasn't been resolved

Is there an area in the pages/code items are also listed as Thing?

 

Replies 2 (2)

Premmali
Shopify Partner
1 0 0

Were you able to solve this issue? I'm facing the same on few products, even tho the type is equal to "Brand"

Please let me know if you were able to find a solution.

Curios
Tourist
6 0 1

I found duplicate coding in the schema of the product liquid file which was causing the issue.

I'd check to see if any apps have edited the shop code in this particular area.