Skip to content

Commit c87e25e

Browse files
committed
Add social preview image (og:image) for link sharing
1 parent 2a11c09 commit c87e25e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

assets/og-image.png

113 KB
Loading

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@
1919
<meta property="og:title" content="Wine Explorer — Interactive Guide to Notable Wines & Grape Varieties">
2020
<meta property="og:description" content="Explore notable wines and grape varieties interactively: body, tannin, sweetness, key flavors and regions, plus a built-in quiz.">
2121
<meta property="og:url" content="https://ttingchen.github.io/wine-learning/">
22+
<meta property="og:image" content="https://ttingchen.github.io/wine-learning/assets/og-image.png">
23+
<meta property="og:image:width" content="1200">
24+
<meta property="og:image:height" content="630">
25+
<meta property="og:image:alt" content="Wine Explorer — interactive guide to notable wines and grape varieties">
2226

2327
<!-- Twitter / X card -->
24-
<meta name="twitter:card" content="summary">
28+
<meta name="twitter:card" content="summary_large_image">
2529
<meta name="twitter:title" content="Wine Explorer — Interactive Guide to Notable Wines & Grape Varieties">
2630
<meta name="twitter:description" content="Explore notable wines and grape varieties interactively: body, tannin, sweetness, key flavors and regions, plus a built-in quiz.">
31+
<meta name="twitter:image" content="https://ttingchen.github.io/wine-learning/assets/og-image.png">
2732

2833
<!-- Structured data: help search engines understand the page -->
2934
<script type="application/ld+json">

0 commit comments

Comments
 (0)