Skip to content

Commit d7be32f

Browse files
committed
add share image and meta tags
1 parent 355a62b commit d7be32f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@
1212
name="keywords"
1313
content="AI, agent, TypeScript, conversational AI, chatbot, framework"
1414
/>
15+
16+
<!-- Open Graph / Facebook -->
17+
<meta property="og:type" content="website" />
18+
<meta property="og:url" content="https://falai.dev/" />
19+
<meta property="og:title" content="@falai/agent - AI Agent Framework Documentation" />
20+
<meta
21+
property="og:description"
22+
content="Build intelligent, conversational AI agents with TypeScript - Documentation for @falai/agent framework"
23+
/>
24+
<meta property="og:image" content="https://falai.dev/share.jpg" />
25+
26+
<!-- Twitter -->
27+
<meta property="twitter:card" content="summary_large_image" />
28+
<meta property="twitter:url" content="https://falai.dev/" />
29+
<meta property="twitter:title" content="@falai/agent - AI Agent Framework Documentation" />
30+
<meta
31+
property="twitter:description"
32+
content="Build intelligent, conversational AI agents with TypeScript - Documentation for @falai/agent framework"
33+
/>
34+
<meta property="twitter:image" content="https://falai.dev/share.jpg" />
35+
1536
<title>@falai/agent - AI Agent Framework Documentation</title>
1637
</head>
1738
<body>

public/share.jpg

2.25 KB
Loading

0 commit comments

Comments
 (0)