SEO + shareability polish (canonical, JSON-LD, Twitter, PWA manifest)#22
Merged
Conversation
Five additions to make the site as well-presented to search engines and
social platforms as it is to players.
- Meta description rewritten from a one-liner to a real elevator pitch
("No score, no fail state — just stars, planets, and the slow
procession of distance"). Same tone as the in-game story; reads better
in search snippets.
- Title bumped from "Little Rocket" to
"Little Rocket — A meditative browser space game" so search results
carry context without keyword stuffing.
- <link rel="canonical"> declares the official URL — protects against
duplicate-content scoring if anyone proxies or scrapes the site.
- Twitter card gains explicit twitter:title, twitter:description, and
twitter:image. They fall back to og:* but explicit beats implicit when
Twitter's parser is finicky.
- og:image:alt, og:site_name, and og:locale fill out the Open Graph
picture so LinkedIn / Slack / Discord previews look polished.
- JSON-LD structured data (schema.org/VideoGame) tells Google this is a
game with a category, genre, author, and price — eligible for richer
search results.
- manifest.json + apple-touch-icon enable "Add to Home Screen" on iOS
and Android. Standalone display, black theme color, single 1024px icon
reused across sizes.
- Quality workflow's asset-existence list now includes manifest.json.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Closes the remaining gaps for search engines and social shares. All additive — no behaviour changes for players.
What's added
Test plan