How to map the bundle/node's field to properties?

Created on 30 January 2025, 2 months ago

Problem/Motivation

How do I specify which entity/node field should be used for a given property?

For example, I have an Event content type with fields (see attached Eventfields.png). I added schema type and properties to the content type (see attached image Eventschema.pdf). I created an Event node (see attached image Eventnode.png). Here's the JSON LD result of an event page in the page HTML head section:

<script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Event","about":{"@type":"Event"},"duration":{"@type":"Duration"},"endDate":"","image":{"@type":"ImageObject"},"location":"","organizer":{"@type":"Organization"},"performers":{"@type":"Organization"},"startDate":"","eventStatus":"schema:EventRescheduled"}</script>

How do I get the actual info from the node into the JSON data? What did I miss? Your help is greatly appreciated!

💬 Support request
Status

Active

Version

1.0

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024