---
title: "Event Booking Structured Data - Google Structured Data"
description: "Generate Event structured data for all Event Booking events. Help people discover your events in Google search and Google Calendar. Perfect for Joomla event websites."
url: "https://www.tassos.gr/docs/google-structured-data/integrations/event-booking"
date: "2026-04-05T03:55:39+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Google Structured Data ](https://www.tassos.gr/index.php?option=com_content&view=category&id=42) / [ Integrations ](https://www.tassos.gr/index.php?option=com_content&view=category&id=67)

#  Event Booking Structured Data

##  Generate Event structured data for all Event Booking events. Help people discover your events in Google search and Google Calendar. Perfect for Joomla event websites.

 Event Booking Structured Data is available in Pro  Unlock this and dozens of other powerful features by upgrading to Google Structured Data Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/google-structured-data/subscribe)

Google Structured Data integrates perfectly with the Event Booking component and enables you to add structured data and specifically the Event Content Type to your Event Booking pages.[](#enable)

## [Enable Integration](#enable)

As with all of the integrations, you need to navigate to Components &gt; Google Structured Data &gt; Configuration and click the Integrations Tab where all the Integrations are listed.

![gsd3-integrations](https://www.tassos.gr/images/gsd3-integrations.png)

Find the "Event Booking" Integration in the list and make sure that it is enabled with the green checkmark indicator as shown in the screenshot below.

![Event Booking Structured Data](https://www.tassos.gr/images/eventbooking_gsd.png)

## [Integration settings](#settings)

To view the available settings, go to Google Structured Data -&gt; Configuration and click on the gear button next to the integration's name.

![GSD Event Booking Remove Microdata](https://www.tassos.gr/images/gsd_eventbooking_remove_microdata.png)

The Event Booking integration comes with a setting called 'Remove Microdata'. If enabled, the plugin will try to detect and remove the extra and incomplete Event snippet generated (using microdata) by the Event Booking extension. If the extra snippet is successfully removed, the [Google Markup Tool](https://search.google.com/structured-data/testing-tool/u/0/) should be reporting one Event snippet. Otherwise, if you see 2 Event snippets the auto-removal didn't work and you'll need to remove it by yourself.

## [Add Event Structured Data to Event Booking Pages](#add)

Let's see how you can add the Event Content Type to Event Booking pages. From the Components menu, choose Google Structured Data, nagivate to the Items section and click on the New button to create a new Structured Data Item.

![GSD New Item](https://www.tassos.gr/images/gsd_new_item.png)

On the next page, you will see the following 3 options where you will need to select Event Content Type and the Event Booking Integration as shown in the screenshot below.

![GSD Event Booking New Item](https://www.tassos.gr/images/gsd_event_booking_new_item.png)

Click Save to return to the same page. Once the item is saved 2 new sections appearing.

- **Event:** This section helps you map the content type properties with Page options, Meta Properties, Site info and more.
- **Publishing Rules:** This is where you can select the pages where the structured data is going to be generated to.

To learn more details on how you can use these sections visit the [How to Add Structured Data to Pages](https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/how-to-add-structured-data-to-pages) documentation page.

## [Publishing Rules](#publishing-rules)

In case, you don't want to generate the Event Content Type to all pages, you can use the available publishing rules to target specific pages. The Event Booking Integration implements the following publishing rules:

 | Name | Description |
|---|---|
| Event | Target specific Event Booking Events only. |
| Category | Target all Events assigned to specific Event Booking categories. |

To learn more about the Publishing Rules section visit the [How to add Structured Data to Pages](https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/how-to-add-structured-data-to-pages#step4) documentation page.

Remember, in case you don't enable any publishing rules, the structured data will be generated on all Event Booking pages.

## [Notes](#notes)

The Structured Data is generated only in the Event Detail View of the Event Booking component where a single Event is displayed. The Category or List views are not currently supported.

 Event Booking Structured Data is available in Pro  Unlock this and dozens of other powerful features by upgrading to Google Structured Data Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/google-structured-data/subscribe)

 Last updated on May 14th 2025 15:05

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Google Structured Data",
            "item": "https://www.tassos.gr/docs/google-structured-data"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Integrations",
            "item": "https://www.tassos.gr/docs/google-structured-data/integrations"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Add Structured Data to Event Booking",
            "item": "https://www.tassos.gr/docs/google-structured-data/integrations/event-booking"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/integrations/event-booking"
    },
    "headline": "Add Structured Data to Event Booking",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/google-structured-data/integrations/event-booking"
    },
    "datePublished": "2017-07-18T18:06:29+03:00",
    "dateCreated": "2018-07-10T11:24:27+03:00",
    "dateModified": "2025-05-14T15:14:29+03:00"
}
```
