Create task task-74

This commit is contained in:
Dylan Knutson
2025-07-26 00:16:45 +00:00
parent 072bbb849e
commit 3d2599a4ab

View File

@@ -0,0 +1,25 @@
---
id: task-74
title: Add OpenGraph tags for social media sharing
status: To Do
assignee: []
created_date: '2025-07-26'
labels: []
dependencies: []
---
## Description
Currently when pages are shared on social media platforms or messaging apps, they lack rich previews with thumbnails and structured metadata. Adding OpenGraph tags would enable proper social media cards with thumbnails, titles, and descriptions, improving the sharing experience and potentially increasing engagement.
## Acceptance Criteria
- [ ] Post pages include OpenGraph title tag
- [ ] Post pages include OpenGraph description tag
- [ ] Post pages include OpenGraph image tag with post thumbnail
- [ ] User pages include OpenGraph title tag
- [ ] User pages include OpenGraph description tag
- [ ] User pages include OpenGraph image tag with user avatar
- [ ] Site homepage includes OpenGraph tags
- [ ] OpenGraph tags validate using Facebook debugger or similar tools
- [ ] Shared links display rich previews on major platforms (Twitter/X Discord Facebook)