- Posts: 3
- Thank you received: 0
Organizer @type selection (Person/Organization) in Event Schema
- Goran
- Topic Author
- Offline
- New Member
-
Less
More
4 weeks 20 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
- Offline
- Administrator
-
3 weeks 6 days 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
- Offline
- Administrator
-
3 weeks 6 days 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.
- Goran
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
2 weeks 5 days ago #178005
by Goran
Replied by Goran on topic Organizer @type selection (Person/Organization) in Event Schema
Tuan thank you very much will check and let you know if all is good thak you! I somehow have missed your answer in see of mails I get.
Sorry for that.
Sorry for that.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
2 weeks 5 days ago #178008
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Organizer @type selection (Person/Organization) in Event Schema
The change here is already included in latest version 5.6.1, so you just need to update your site to 5.6.1 of Events Booking and use the feature
Regards,
Tuan
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.