Skip to content

Commit 399e626

Browse files
psandersclaude
andcommitted
feat: add OpenGraph banner to site
Exports the QCobro OpenGraph banner from Pencil and wires it up with og: and twitter:card meta tags so link previews show the branded image on social platforms and messaging apps. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9fa8eff commit 399e626

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

site/assets/og-banner.png

562 KB
Loading

site/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@
1111
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
1212
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
1313
<link rel="stylesheet" href="styles.css">
14+
15+
<!-- OpenGraph -->
16+
<meta property="og:type" content="website">
17+
<meta property="og:url" content="https://qcobro.com/">
18+
<meta property="og:title" content="QCobro — Cobra. Siempre.">
19+
<meta property="og:description" content="Infraestructura de cobro con IA que garantiza tu liquidez. Empieza en menos de 7 días.">
20+
<meta property="og:image" content="https://qcobro.com/assets/og-banner.png">
21+
<meta property="og:image:width" content="1200">
22+
<meta property="og:image:height" content="630">
23+
<meta property="og:locale" content="es_ES">
24+
25+
<!-- Twitter Card -->
26+
<meta name="twitter:card" content="summary_large_image">
27+
<meta name="twitter:title" content="QCobro — Cobra. Siempre.">
28+
<meta name="twitter:description" content="Infraestructura de cobro con IA que garantiza tu liquidez. Empieza en menos de 7 días.">
29+
<meta name="twitter:image" content="https://qcobro.com/assets/og-banner.png">
1430
</head>
1531
<body>
1632
<!-- ═══════════════ HERO ROW (Desktop: side-by-side | Mobile: stacked) ═══════════════ -->

0 commit comments

Comments
 (0)