- Posts: 1
- Thank you received: 0
Organizer @type selection (Person/Organization) in Event Schema
- Goran
- Topic Author
- Offline
- New Member
-
Less
More
15 hours 31 minutes ago #177888
by Goran
Organizer @type selection (Person/Organization) in Event Schema was created by Goran
Hi there,Currently in the Event Booking event editor, under the Schema / Structured Data section, we have fields for Organizer Name, Organizer URL, and Performer Name.The issue is that the organizer is always rendered as
in the JSON-LD output (in
, line 264). For businesses and organizations hosting events, this is incorrect per Google's Event structured data guidelines, where
should be used instead.Current output:
Expected output (for organizations):
Could you add a select/radio field (Person or Organization) to the Schema section of the event editor, so we can choose the correct
for the organizer? This would also be useful as a global default in the plugin settings (
), with per-event override capability.Thank you!
Code:
@type: "Person"
Code:
plugins/eventbooking/gsdata/gsdata.php
Code:
@type: "Organization"
Code:
"organizer": { "@type": "Person", "name": "My Company", "url": "https://example.com" }
Code:
"organizer": { "@type": "Organization", "name": "My Company", "url": "https://example.com" }
Code:
@type
Code:
default_organizer_type
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
12 hours 17 minutes ago #177891
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Organizer @type selection (Person/Organization) in Event Schema
Thanks Goran. We are going to work on the plugin to allow choosing it as a parameter in the plugin and can also be overridden for each event if needed
Will update you when it is implemented
Regards,
Tuan
Will update you when it is implemented
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
12 hours 11 minutes ago #177892
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Organizer @type selection (Person/Organization) in Event Schema
Hi Goran
You can install this updated version of the plugin, then check the result. It should work as expected
Regards,
Tuan
You can install this updated version of the plugin, then check the result. It should work as expected
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.