Google Event Search Results W/ CMS

Hey everyone, today I was thinking how could I incorporate event listings into google search events.

I did find this: https://developers.google.com/search/docs/data-types/event

I’m wondering how to incorporate that into CMS events.

Very easy to create this JSON-LD code by webflow CMS

  1. Go to event collection page
  2. Under custom code Copy-paste this JSON-LD and change the content from static to dynamic (“Add field”)

image

  1. Now with this idea - Create Collection fields for startDate (type: date/time) and other dynamic data
    CMS Collections - Webflow University Documentation

  2. Publish the site & test your code her (fetch URL)
    Herramienta de prueba de lenguaje de marcado de Schema | Central de la Búsqueda de Google  |  Central de la Búsqueda  |  Google for Developers

  3. Important - also add this content (startDate) and so on to your HTML markup

The structured data on the page should describe the content of that page…You should not add structured data about information that is not visible to the user, even if the information is accurate. Google Official - Introduction to Structured Data

Example - “The structured data on the page should describe the content of that page”:

image

#schema.org