chore(visimer): favicon + full SEO meta (#2847)#2
Merged
Conversation
* chore(visimer/site): favicon, OG image, and full SEO meta
- Adds public/favicon.svg (logo on paper bg so it reads on dark browser themes)
- Adds public/og-image.svg + og-image.png for social cards (baked with sips)
- Adds public/robots.txt and public/sitemap.xml
- index.html gains description tuned for search, Open Graph, Twitter Card, canonical URL, theme-color, JSON-LD SoftwareApplication schema, apple-touch-icon, mask-icon
Canonical hostname is visimer.com. Adjust if the attached domain differs.
* chore(visimer/site): swap OG image for a playground screenshot
The playground shot is more compelling than the branded card: viewers see the actual product before they land.
* fix(visimer/site): stable fade origin + instant CTA scroll
- Star-hint fade recomputes its origin on every scroll and reacts to resize, so a late font layout shift or viewport change doesn't leave the ratio stale.
- Playground CTA parks the page at the demo section before expanding so exit lands on the playground instead of back at the hero. scrollTo uses behavior: 'instant' to override the html { scroll-behavior: smooth } rule that otherwise gets frozen mid-animation by the body.overflow=hidden expand triggers.
GitOrigin-RevId: 3bf650b65f4b2f505b22435e35c87abf7e637885
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.
Copybara-translated 1 Inkeep OSS change. Rebase-merge this PR so the prepared commit lands directly on public main.