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
Sharing a VeriTix event link on social media shows no preview card. Add dynamic Open Graph and Twitter Card meta tags to the event detail page using Next.js metadata API.
Acceptance Criteria
og:title, og:description, og:image, and og:url are set per event.
twitter:card, twitter:title, and twitter:image are set per event.
Fallback values are used when optional event fields are absent.
Tested with the Twitter Card Validator and Facebook Sharing Debugger.
Track
Frontend
Difficulty
Trivial
Description
Sharing a VeriTix event link on social media shows no preview card. Add dynamic Open Graph and Twitter Card meta tags to the event detail page using Next.js metadata API.
Acceptance Criteria