Skip to content

Commit a185bf7

Browse files
committed
Add OpenGraph meta tags for enhanced social media previews
1 parent 96c1332 commit a185bf7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
<title>Render Protocol - Mobile SDUI Framework</title>
88
<meta name="description"
99
content="An open-source, server-driven UI framework for SwiftUI, Flutter, and Jetpack Compose. Dynamic, schema-driven UIs powered by Protobuf and AI.">
10+
<meta property="og:type" content="website">
11+
<meta property="og:url" content="https://renderprotocol.github.io/">
12+
<meta property="og:title" content="Render Protocol - Mobile SDUI Framework">
13+
<meta property="og:description"
14+
content="An open-source, server-driven UI framework for SwiftUI, Flutter, and Jetpack Compose. Dynamic, schema-driven UIs powered by Protobuf and AI.">
1015
<meta property="og:image" content="https://renderprotocol.github.io/renderprotocol.jpg">
16+
<meta property="og:image:width" content="1200">
17+
<meta property="og:image:height" content="630">
1118
<meta name="twitter:card" content="summary_large_image">
1219
<meta name="twitter:image" content="https://renderprotocol.github.io/renderprotocol.jpg">
1320
<link rel="icon" href="renderprotocol.jpg" type="image/jpeg">
@@ -1756,4 +1763,4 @@ <h2>🌱 Project Status</h2>
17561763
</script>
17571764
</body>
17581765

1759-
</html>
1766+
</html>

0 commit comments

Comments
 (0)