It seems later last year Google did the following:
Google Search Console error - Invalid object type in "brand" field
Google changed brand schema type in 2021, to fix this error replace
'@type' => 'Thing',
with
'@type' => 'Brand',
I am getting a warning now in search console for exactly this , I do not know how to implement the fix - has anybody else seen this or fixed yet?
thank you
Google Search Console error - Invalid object type in "brand" field
Google changed brand schema type in 2021, to fix this error replace
'@type' => 'Thing',
with
'@type' => 'Brand',
I am getting a warning now in search console for exactly this , I do not know how to implement the fix - has anybody else seen this or fixed yet?
thank you
Comment