Closed smujmaiku closed 3 years ago
The json-ld spec specifies "... an array of zero or more node objects." However, the postSchema property in the SEO component doesn't allow for an array of schema. Instead an array is converted to an Object:
postSchema
SEO
{"0": { ... }, "1": { ... }}
The json-ld spec specifies "... an array of zero or more node objects." However, the
postSchema
property in theSEO
component doesn't allow for an array of schema. Instead an array is converted to an Object: