Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit e399d45

Browse files
authored
Fix og:image & twitter:image to use branded social preview; add twitter:site
- og:image and twitter:image now point to clawbio-social-preview.png in ClawBio/ClawBio instead of the org avatar - Added twitter:site meta tag (@manuelcorpas) - Fixes the weak LinkedIn/Twitter preview card that was showing just a plain white avatar image
1 parent 11a2964 commit e399d45

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
<meta property="og:site_name" content="ClawBio">
1010
<meta property="og:title" content="🦖 ClawBio — Bioinformatics AI Agent Skills">
1111
<meta property="og:description" content="ClawBio is the first bioinformatics-native AI agent skill library. Run GWAS, phylogenetics, proteomics and more — local-first, privacy-focused, and fully reproducible. Built on OpenClaw.">
12-
<meta property="og:image" content="https://avatars.githubusercontent.com/u/264498536?v=4">
12+
<meta property="og:image" content="https://raw.githubusercontent.com/ClawBio/ClawBio/main/img/clawbio-social-preview.png">
1313
<meta property="og:url" content="https://clawbio.github.io">
1414
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:site" content="@manuelcorpas">
1516
<meta name="twitter:title" content="🦖 ClawBio — Bioinformatics AI Agent Skills">
1617
<meta name="twitter:description" content="ClawBio is the first bioinformatics-native AI agent skill library. Run GWAS, phylogenetics, proteomics and more — local-first, privacy-focused, and fully reproducible. Built on OpenClaw.">
17-
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/264498536?v=4">
18+
<meta name="twitter:image" content="https://raw.githubusercontent.com/ClawBio/ClawBio/main/img/clawbio-social-preview.png">
1819
<style>
1920
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
2021
:root {

0 commit comments

Comments
 (0)