Skip to content

seo: add og:image dimensions, alt text, and twitter:description to all 11 game pages#53

Open
VaultSparkStudios wants to merge 1 commit into
mainfrom
feat/seo-game-pages-og-twitter-meta
Open

seo: add og:image dimensions, alt text, and twitter:description to all 11 game pages#53
VaultSparkStudios wants to merge 1 commit into
mainfrom
feat/seo-game-pages-og-twitter-meta

Conversation

@VaultSparkStudios

Copy link
Copy Markdown
Owner

What

All 11 game pages (/games/*/) were missing three groups of social meta tags:

Tag Missing from Impact
og:image:width + og:image:height All 11 pages Some platforms (LinkedIn, Slack) won't render the OG image without explicit dimensions
og:image:alt All 11 pages Accessibility gap on social embeds; required by some crawlers for image indexing
twitter:description All 11 pages Twitter/X card shows no description — share cards look empty/broken
twitter:title + twitter:image 3 pages (gridiron-gm-play, vaultspark-forge, voidfall) Twitter card would show nothing useful at all

Changes

  • Added og:image:width: 1200, og:image:height: 630, and descriptive og:image:alt after each og:image tag
  • Added twitter:description (copied from og:description) after each twitter:title
  • Added missing twitter:title, twitter:description, and twitter:image to the 3 pages that had only twitter:card + twitter:site

Files changed: 11 game page index.html files — no logic, no styling, head-only meta additions.

How to verify

  1. Paste any game URL (e.g. https://vaultsparkstudios.com/games/call-of-doodie/) into Twitter Card Validator or OpenGraph.xyz after deploy — confirm description and image both appear.
  2. Check page source: each game page <head> should now have og:image:width, og:image:height, og:image:alt, and twitter:description.
  3. Paste a game URL into a Discord or Slack message in a test channel — the embed should show the game's description, not a blank card.

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

…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants