Skip to content

Add structured data for community hubs#17706

Merged
pettinarip merged 1 commit intodevfrom
hub-schema
Mar 5, 2026
Merged

Add structured data for community hubs#17706
pettinarip merged 1 commit intodevfrom
hub-schema

Conversation

@myelinated-wackerow
Copy link
Collaborator

@myelinated-wackerow myelinated-wackerow commented Mar 3, 2026

Summary

  • Add JSON-LD structured data (Service + Place + EventSeries) for each community hub on /community/events/
  • Enables regional search discovery for hub coworking spaces and events
  • Schema follows pattern: coworking service (provider: EF) at a Place (with address/containedInPlace) with a recurring EventSeries

Changes

  • New: src/data/community-hub-schemas.ts -- schema metadata (addresses, venues, schedules) for all 7 hubs
  • Modified: app/[locale]/community/events/page-jsonld.tsx -- generates hub schema nodes and appends to existing @graph
  • Modified: src/data/community-hubs.ts -- removed stale TODO comment

Notes

  • Berlin intentionally omits street address per hub operator request
  • Only Berlin includes startTime/endTime (confirmed hours); other hubs omit until verified
  • Hub descriptions are pulled from existing i18n translation keys (localized)
  • Schema data derives defaults from community-hubs.ts to stay DRY (hubName, areaServed city)

Authored by Claude (claude-opus-4-6)

Preview link

https://deploy-preview-17706.ethereum.it/community/events
https://validator.schema.org/#url=https%3A%2F%2Fdeploy-preview-17706.ethereum.it%2Fcommunity%2Fevents

Add Service + Place + EventSeries JSON-LD schemas for
each community hub to improve regional search discovery.
Each hub gets three schema.org nodes in the @graph:
Service (coworking), Place (location/address), and
EventSeries (recurring schedule).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
@netlify
Copy link

netlify bot commented Mar 3, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit b7eb0a3
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69a753a8f61a700008953855
😎 Deploy Preview https://deploy-preview-17706.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 58 (🔴 down 2 from production)
Accessibility: 94 (🟢 up 1 from production)
Best Practices: 100 (no change from production)
SEO: 99 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Member

@wackerow wackerow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@pettinarip pettinarip merged commit 6577c9e into dev Mar 5, 2026
8 checks passed
@pettinarip pettinarip deleted the hub-schema branch March 5, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants