fix: add missing twitter:image and twitter:site to /membership/ page#55
Open
VaultSparkStudios wants to merge 1 commit into
Open
fix: add missing twitter:image and twitter:site to /membership/ page#55VaultSparkStudios wants to merge 1 commit into
VaultSparkStudios wants to merge 1 commit into
Conversation
summary_large_image card type requires twitter:image to render correctly on Twitter/X — without it the share card shows no image. Also adds twitter:site (@VaultSparkStudios) to match every other page on the site. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KfYCQXeknkGW6KBfK6iPN2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/membership/hadtwitter:card: summary_large_imagebut was missingtwitter:image— meaning every Twitter/X share of the membership page rendered with no image in the card.summary_large_imageis inert without the image tag.twitter:site(@VaultSparkStudios), which every other page on the site declares.twitter:image:altfor accessibility on the card.Change
File:
membership/index.htmlThree tags added inside
<head>, immediately after the existingtwitter:cardblock:The image URL matches the existing
og:imagealready declared on the same page.Why this page matters
/membership/is the primary conversion page for Vault Membership (Free / Sparked / Eternal tiers). Broken share cards on Twitter/X suppress click-through when users share the page organically.What to verify
https://vaultsparkstudios.com/membership/into the Twitter Card Validator — should now show a large image card with the membership OG image.og/og-membership.pngexists at the declared path (assets/og/og-membership.png) — the OG image tag was already there before this PR, so it should be live.twitter:imagewhensummary_large_imageis declared (known gaps noted in automated audit:/games/is missingtwitter:descriptionbut has no image gap).Automated quality pass — scheduled agent run 2026-07-19
Generated by Claude Code