seo: add og:image dimensions, alt text, and twitter:description to all 11 game pages#53
Open
VaultSparkStudios wants to merge 1 commit into
Open
seo: add og:image dimensions, alt text, and twitter:description to all 11 game pages#53VaultSparkStudios wants to merge 1 commit into
VaultSparkStudios wants to merge 1 commit into
Conversation
…l game pages All 11 game pages were missing og:image:width/height, og:image:alt, and twitter:description — causing social previews on Twitter/X, Discord, Slack, and LinkedIn to show no description and risk broken image embeds. Three pages (gridiron-gm-play, vaultspark-forge, voidfall) were also missing twitter:title and twitter:image entirely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016AwxcrrV6vWKsp3USDyNDq
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.
What
All 11 game pages (
/games/*/) were missing three groups of social meta tags:og:image:width+og:image:heightog:image:alttwitter:descriptiontwitter:title+twitter:imageChanges
og:image:width: 1200,og:image:height: 630, and descriptiveog:image:altafter eachog:imagetagtwitter:description(copied fromog:description) after eachtwitter:titletwitter:title,twitter:description, andtwitter:imageto the 3 pages that had onlytwitter:card+twitter:siteFiles changed: 11 game page
index.htmlfiles — no logic, no styling, head-only meta additions.How to verify
https://vaultsparkstudios.com/games/call-of-doodie/) into Twitter Card Validator or OpenGraph.xyz after deploy — confirm description and image both appear.<head>should now haveog:image:width,og:image:height,og:image:alt, andtwitter:description.No visual or functional changes — meta tags only, safe to merge without a staging preview.
Automated improvement by scheduled content-quality agent — 2026-07-18
Generated by Claude Code