I have 16 products and am wanting to display them using schema in the most efficient way possible, so could someone let me know if the structure below is the best option. I’m only showing 2, but there are 16.
I was going to wait to ask, but I have another question. I do have a page where all these products/modules exist so the natural thing will be to put them there, but I’m also considering adding these products to the organization type details I have on the home page.
Is this an option, or should i keep them separate, so Type: Organization is on the home page, and Type Products to be only on the product page, or can I double up on the home page too.
its the brackets I’m worried about, and it validating, so I suppose the alternative is this way
{
"@context": "http://schema.org",
"@type": "Product",
"name": "BrandCheck",
"description": "provides the tools and support necessary to create, develop, maintain or protect the business brand standards.",
"image": "/Images/ModuleIcons/Brand.png",
"name": "RoomCheck",
"description": "monitors room cleaning operations against an international benchmark for housekeeping performance and hygiene.",
"image": "/Images/ModuleIcons/Room.png",
"name": "FoodCheck",
"description": "is based on the processes recommended by the WHO and governments worldwide to ensure safe food hygiene catering.",
"image": "/Images/ModuleIcons/Food.png",
}