Mobile app version of vmapp.org
Login or Join
Phylliss660

: Structured data for long list of computers I have a HTML table of about 600 desktop computers models, with their specs. I will make the table sortable using an off the shelf Jquery component.

@Phylliss660

Posted in: #StructuredData

I have a HTML table of about 600 desktop computers models, with their specs.

I will make the table sortable using an off the shelf Jquery component.

I'm new to structured data. Is it worth tagging each table cell as to make each product row a structured data product?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

1 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

I guess, this listing of computer models has a commercial purpose. Then anytime you will not be able to go around without Google Shopping. And G Shopping will force you to provide the data feed of your products. This data feed should be a csv file. Then G recommends to implement structured data into product pages, so it can validate products from your shopping feed with products on your page. At least at this moment your wish of structured data becomes a need.

Dealing with such amount of data i would recommend to use JSON-LD for products, with following approach:


Look at the shopping feed specifications

support.google.com/merchants/answer/188494 https://support.google.com/merchants/answer/1344057 support.google.com/merchants/answer/160588
Adjust your products table to go conform with G-Shopping
Generate JSON-LD from your products table

Possible approaches:

www.w3.org/2013/csvw/wiki/CSV-LD https://github.com/gkellogg/csv-ld www.convertcsv.com/csv-to-json.htm
Implement your JSON-LD snippet into category and product pages. Use on the page where your list all computer models something like

schema.org/SomeProducts https://schema.org/AggregateOffer

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme