How to correct Google index issue for vendor type?

Hi

When google indexes my site (www.andaboat.com) it doesnt interpret the “vendor” correct.

It complains on this.

“brand”: {
@type”: “Thing”,
“name”: “Guzzini”
},

From what i read up on, the @type has to be “organization” or preferably “Brand”

How do I change this? can I do this as a “non coder” or is it something for a pro?

I’m using Empire theme.

Thanks!

Found the sollution, so I thougth I’d post it if someone else runs into the same problem.

In Empire theme. The sctructured data is located in Snippets, Structured-data.liquid.

Simply search for “brand” and replace thing with Brand like below

“brand”: {
@type”: “Brand”,
“name”: “Guzzini”
},