[PR #8506] feat(console): add OG image and SEO meta tags for /black page #12773

Closed
opened 2026-02-16 18:17:40 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8506

State: closed
Merged: Yes


Summary

Add Open Graph image and comprehensive SEO meta tags for the /black subscription page.

Changes

  • Add social-share-black.png OG image to packages/ui/src/assets/images/
  • Add symlink in packages/console/app/public/
  • Add SEO meta tags to /black layout:
    • <Title> tag
    • <meta name="description">
    • <link rel="canonical">
    • Open Graph tags (og:type, og:url, og:title, og:description, og:image)
    • Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image)

Verification

Meta tags follow the same pattern as / and /zen pages.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8506 **State:** closed **Merged:** Yes --- ## Summary Add Open Graph image and comprehensive SEO meta tags for the `/black` subscription page. ## Changes - Add `social-share-black.png` OG image to `packages/ui/src/assets/images/` - Add symlink in `packages/console/app/public/` - Add SEO meta tags to `/black` layout: - `<Title>` tag - `<meta name="description">` - `<link rel="canonical">` - Open Graph tags (`og:type`, `og:url`, `og:title`, `og:description`, `og:image`) - Twitter Card tags (`twitter:card`, `twitter:title`, `twitter:description`, `twitter:image`) ## Verification Meta tags follow the same pattern as `/` and `/zen` pages.
yindo added the pull-request label 2026-02-16 18:17:40 -05:00
yindo closed this issue 2026-02-16 18:17:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12773