How to implement product microformats in JSON

173 Views Asked by At

I am trying to figure out how to list the microformats-2 in JSON with the correct tags, and setup http://microformats.org/wiki/h-product.

I would like to implement this in my structured data results.

Is it JSON+LD?

1

There are 1 best solutions below

1
unor On

Microformats are intended to be specified as HTML.

The "Parsed JSON" (as shown in the wiki) is what Microformats2 parsers may generate when parsing the HTML. It’s the "canonical JSON representation" of Microformats2.

It doesn’t seem to be JSON-LD, as, for example, the @context is missing.