Skip to content

Commit 73633c6

Browse files
committed
feat: add Open Graph and Twitter Card meta tags for social sharing
Add og:image and twitter:image pointing to /assets/nodedb.png, upgrade twitter:card to summary_large_image, and include the nodedb.png and nodedb.webp assets used for social previews.
1 parent 528ff4d commit 73633c6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

assets/nodedb.png

52.3 KB
Loading

assets/nodedb.webp

19.2 KB
Loading

home.rdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ layout: landing
66

77
<Head>
88
<meta property="og:type" content="website" />
9+
<meta property="og:image" content="https://nodedb.dev/assets/nodedb.png" />
10+
<meta name="twitter:card" content="summary_large_image" />
11+
<meta name="twitter:image" content="https://nodedb.dev/assets/nodedb.png" />
912
<script type="application/ld+json">
1013
{
1114
"@context": "https://schema.org",

0 commit comments

Comments
 (0)