Add ticket offers and performers to event metadata - #870
Merged
Conversation
marcoow
reviewed
Jul 28, 2026
Comment on lines
+77
to
+120
| "offers": [ | ||
| { | ||
| "@type": "Offer", | ||
| "name": "Remote Conference Attendance – Private Purchase", | ||
| "price": 50, | ||
| "priceCurrency": "EUR", | ||
| "url": "https://www.tickettailor.com/events/eurorust/2022388" | ||
| }, | ||
| { | ||
| "@type": "Offer", | ||
| "name": "Remote Conference Ticket – Freelancer Purchase", | ||
| "price": 60.5, | ||
| "priceCurrency": "EUR", | ||
| "url": "https://www.tickettailor.com/events/eurorust/2022388" | ||
| }, | ||
| { | ||
| "@type": "Offer", | ||
| "name": "Remote Conference Ticket – Company Purchase", | ||
| "price": 100, | ||
| "priceCurrency": "EUR", | ||
| "url": "https://www.tickettailor.com/events/eurorust/2022388" | ||
| }, | ||
| { | ||
| "@type": "Offer", | ||
| "name": "On-Site Conference Attendance – Private Purchase", | ||
| "price": 275, | ||
| "priceCurrency": "EUR", | ||
| "url": "https://www.tickettailor.com/events/eurorust/2022388" | ||
| }, | ||
| { | ||
| "@type": "Offer", | ||
| "name": "On-Site Conference Ticket – Freelancer Purchase", | ||
| "price": 332.75, | ||
| "priceCurrency": "EUR", | ||
| "url": "https://www.tickettailor.com/events/eurorust/2022388" | ||
| }, | ||
| { | ||
| "@type": "Offer", | ||
| "name": "On-Site Conference Ticket – Company Purchase", | ||
| "price": 600, | ||
| "priceCurrency": "EUR", | ||
| "url": "https://www.tickettailor.com/events/eurorust/2022388" | ||
| } | ||
| ], |
Member
There was a problem hiding this comment.
can we add the workshop tickets as well?
Contributor
Author
There was a problem hiding this comment.
Yes, but they should be separate from the main conference tickets. I’ve added them to each workshop’s CourseInstance and also added offers for the side activity events.
Comment on lines
+121
to
+138
| "performer": [ | ||
| { | ||
| "@type": "Person", | ||
| "name": "Ernest Kissiedu" | ||
| }, | ||
| { | ||
| "@type": "Person", | ||
| "name": "Ciara Rowland-Simms" | ||
| }, | ||
| { | ||
| "@type": "Person", | ||
| "name": "Jan-Erik Rediger" | ||
| }, | ||
| { | ||
| "@type": "Person", | ||
| "name": "Adam Harvey" | ||
| } | ||
| ], |
Member
There was a problem hiding this comment.
all of the speakers should be performers as well?
Contributor
Author
There was a problem hiding this comment.
They’re already performers on their individual talk Event objects but it seems it's good practice to also have them individually for the main event. Added them.
marcoow
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses Google Search Console’s non-critical Event structured-data warnings for missing
offersandperformer.Adds all six EuroRust conference ticket types as Event offers
Adds the four event moderators as main Event performers