Forum
TF Structured Data: custom field type: list
- TF Structured Data
Hi,
For the "format" field, I use list type CF, which consists of three elements: EBook, Paperback, Hardcover, but none of these appears in the structured data. Instead it returns "bookFormat": "https://schema.org/Array"
Could it be because the TFSD cannot accept list type custom fields? Here is an example:
"workExample": {
"@type": "Book",
"isbn": "9787543321724",
"bookFormat": "https://schema.org/Array"
}
I have similar issue is with "eventAttendanceMode", "eventStatus" and "location" of the Event structured data:
"eventAttendanceMode": "https://schema.org/ArrayEventAttendanceMode",
"eventStatus": "https://schema.org/EventArray",
location": {
"@type": [
"0"
]
},
Also for the Book type the TFSD generates a description which includes text with full HTML markup like: <p><span style="font-size: 14pt;">, while the description for Event comes without HTML. Could you please fix this?