[object Object]

← back to Bounce Studio

TK-10471: add social-share + JSON-LD SEO surface to landing (og:type/url/site_name, twitter summary card, canonical, robots, Organization+Service+WebSite schema); og:image deferred (no asset yet)

8e7eb09a9af7656c7d8d8420f04fcc652c95c57f · 2026-08-17 23:13:33 -0700 · Steve

Files touched

Diff

commit 8e7eb09a9af7656c7d8d8420f04fcc652c95c57f
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Aug 17 23:13:33 2026 -0700

    TK-10471: add social-share + JSON-LD SEO surface to landing (og:type/url/site_name, twitter summary card, canonical, robots, Organization+Service+WebSite schema); og:image deferred (no asset yet)
---
 public/index.html | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/public/index.html b/public/index.html
index 97688fb..0c6110a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,6 +7,16 @@
 <meta name="description" content="Six specialized skills sit in the model before your brief is written — each one owns a piece of the site, so it never has to guess. Premium sites, $15k, fast.">
 <meta property="og:title" content="Bounce — six skills, one site, no guessing">
 <meta property="og:description" content="Same Claude everyone opens. But six specialized skills are already running in context before a word of the brief. $15k a site.">
+<!-- social-share + SEO surface (yolo-w2, TK-10471): og:image/twitter:image intentionally omitted — no share asset exists yet; a broken card is worse than none. Add a 1200x630 og.png here when one ships. -->
+<meta property="og:type" content="website">
+<meta property="og:site_name" content="Bounce">
+<meta property="og:url" content="https://sixskills.agentabrams.com/">
+<meta property="og:locale" content="en_US">
+<meta name="twitter:card" content="summary">
+<meta name="twitter:title" content="Bounce — six skills, one site, no guessing">
+<meta name="twitter:description" content="Same Claude everyone opens. But six specialized skills are already running in context before a word of the brief. $15k a site.">
+<link rel="canonical" href="https://sixskills.agentabrams.com/">
+<meta name="robots" content="index,follow">
 <meta name="theme-color" content="#0a0a0a">
 <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7' fill='%230a0a0b'/%3E%3Ccircle cx='16' cy='16' r='7' fill='%23c6ff3a'/%3E%3C/svg%3E">
 <style>
@@ -146,6 +156,40 @@
   .reveal.in{opacity:1;transform:none}
   @media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.dot,.cur{animation:none}}
 </style>
+<script type="application/ld+json">
+{
+  "@context": "https://schema.org",
+  "@graph": [
+    {
+      "@type": "WebSite",
+      "@id": "https://sixskills.agentabrams.com/#website",
+      "url": "https://sixskills.agentabrams.com/",
+      "name": "Bounce",
+      "description": "Premium sites, before you write the brief — six specialized skills own a piece of the site so it never has to guess."
+    },
+    {
+      "@type": "Organization",
+      "@id": "https://sixskills.agentabrams.com/#org",
+      "name": "Bounce",
+      "url": "https://sixskills.agentabrams.com/",
+      "description": "A productized web studio: premium custom sites built by a six-skill AI pipeline, fixed price."
+    },
+    {
+      "@type": "Service",
+      "name": "Premium website build",
+      "provider": { "@id": "https://sixskills.agentabrams.com/#org" },
+      "serviceType": "Custom website design and development",
+      "description": "Six specialized skills sit in the model before your brief is written — each owns a piece of the site. Premium sites, delivered fast.",
+      "offers": {
+        "@type": "Offer",
+        "price": "15000",
+        "priceCurrency": "USD",
+        "url": "https://sixskills.agentabrams.com/"
+      }
+    }
+  ]
+}
+</script>
 </head>
 <body>
 

← 36dd476 chore: session-close hardening — 413 on oversize body, path.  ·  back to Bounce Studio  ·  TK-10471: ship 1200x630 og.png share card + wire og:image/tw c658dce →