Social share image: replace old key-thumbnail with current scroll mark + KEYSAT wordmark
The previous og:image (assets/keysat-thumbnail.png) showed an older brand asset — a small key icon next to "KEYSAT" in a serif-ish typeface — that no longer matches the site. iMessage / Slack / X were rendering that old card, creating a mismatch between what people clicked and what they landed on. New asset: assets/keysat-social.svg (1200x1200 source) + assets/keysat-social.png (1200x1200 rendered). Cream brand background, current scroll mark centered, "KEYSAT" wordmark in the Manrope-style spacing the lockup uses, gold "SELF-HOSTED LICENSING SERVER" tagline beneath. og:image + twitter:image on both index.html and support.html now point at the new asset; width/height attributes updated to 1200. Old assets/keysat-thumbnail.png left in place — harmless, and the 1.7MB file was only referenced from the meta tags this commit rewires, so no broken links elsewhere.
This commit is contained in:
+5
-5
@@ -15,14 +15,14 @@
|
||||
<meta property="og:title" content="Keysat: Bitcoin-native self-hosted licensing service for software creators">
|
||||
<meta property="og:description" content="Keysat is a self-hosted licensing server. Buyers pay you for the software you create, and their license can be verified offline. Your licensing key, customer list, and payment rails all live on your hardware. No SaaS, no middleman, no platform risk.">
|
||||
<meta property="og:url" content="https://keysat.xyz/">
|
||||
<meta property="og:image" content="https://keysat.xyz/assets/keysat-thumbnail.png">
|
||||
<meta property="og:image:width" content="1024">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:alt" content="Keysat">
|
||||
<meta property="og:image" content="https://keysat.xyz/assets/keysat-social.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="1200">
|
||||
<meta property="og:image:alt" content="Keysat — self-hosted licensing server">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Keysat: Bitcoin-native self-hosted licensing service for software creators">
|
||||
<meta name="twitter:description" content="Self-hosted licensing for software creators. Buyers pay you for the software you create; licenses verify offline. You own the signing key, the customer list, and the payment rails.">
|
||||
<meta name="twitter:image" content="https://keysat.xyz/assets/keysat-thumbnail.png">
|
||||
<meta name="twitter:image" content="https://keysat.xyz/assets/keysat-social.png">
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
||||
Reference in New Issue
Block a user