I have a Website that typically describes an Organization/LocalBusiness/FurnitureStore and what it sells: brands (not owned), product categories, single products (not owned), service categories and single services (owned). I need help to define the best/correct microdata structure for the whole website. I would like to help a simple, clear example/tutorial for dummies.
As suggested I have splitted the original question in different posts. Read a complete description of the problem »
Single “Product Category” WebPage
http://www.schiano-arredamenti.it/camerette-per-bambini-e-ragazzi/
A. header - FurnitureStore: logo, name, nav.
B. main
- category
name descriptionimages (gallery of products)
C. footer - FurnitureStore: copyrightHolder of Website, vatID, url to "Contact us" WebPage (with address, telephone, email etc.), url to "Privacy policy" WebPage etc.
If main describes an Offer/Category is it right to apply itemscope itemtype="FurnitureStore" to the body, so that header and footer microdata are applied? Or is better to apply itemscope itemtype="Offer" to the body and itemprop="seller" to the header with itemref="footer"? mainEntityOfPage can help? Is there a better solution? What changes?
FurnitureStoreitems (one in the header, one in the footer)? What do you mean withCategory(in "Offer/Category")? - unorFurnitureStoreis splitted in header and footer: is it possible to "merge" them (and set theFurnitureStoreasseller)? WhitCategoryI mean a an offered product category, i.e. "Kitchens", not a single kitchen product, as an "Arredo3 Wega" kitchen specific configuration. - Lorenzo De TomasiLocalBusinessand anOffer, right? Anyway, I tried to answer what I think is your core question here. Feel free to comment if anything’s unclear or if I misunderstood something. - unor