You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Public event detail pages have no structured data, missing out on rich results in search engines. Add Event JSON-LD schema to each event detail page using data from the API response.
Acceptance Criteria
Each public event page includes a <script type='application/ld+json'> block.
Schema includes name, startDate, endDate, location, organizer, and offers fields.
Schema validates against Google's Rich Results Test.
Dynamic values are correctly escaped to prevent XSS.
Track
Frontend
Difficulty
Medium
Description
Public event detail pages have no structured data, missing out on rich results in search engines. Add Event JSON-LD schema to each event detail page using data from the API response.
Acceptance Criteria
<script type='application/ld+json'>block.