Unable to bind Rich Text field CMS element to schema markup

Hi,
I’m creating a schema markup for a blog post page. I’m able to use the ‘add field’ option to add dynamic items such as name, main image, etc. however I’m unable to link the main post body which is rich text. This option is simply not available in the list (see screenshot). Can anyone confirm is this down to the element being rich text and if so what’s the workaround?

In the screenshot below there should be an option for “Post Body” but it’s missing??


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Webflow does not support embedding Rich Text fields, you’d have to achieve this with script or switch from JSON-LD to a Microdata approach.

However Google’s article schemas ( including BlogPosting ) does not support articleBody

1 Like

Thanks for the info Michael