Skip to content

Commit fe194bf

Browse files
committed
feat: add opengraph meta info to ui
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 37a5ce0 commit fe194bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pdl-live-react/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
<html lang="en" class="<%- htmlClassName %>">
33
<head>
44
<meta charset="UTF-8" />
5+
6+
<!-- OpenGraph Metadata, this is the information Slack and Twitter, etc. unfurl when you link to a site -->
7+
<meta content="Prompt Description Language" property="og:title">
8+
<meta content="PDL is a declarative language designed for developers to create reliable, composable LLM prompts and integrate them into software systems. It provides a structured way to specify prompt templates, enforce validation, and compose LLM calls with traditional rule-based systems." property="og:description">
9+
<meta property="og:image" content="https://ibm.github.io/prompt-declaration-language/assets/ai-governance--prompt.svg" />
10+
<meta name="twitter:label1" content="Home Page" />
11+
<meta name="twitter:data1" content="https://ibm.github.io/prompt-declaration-language/" />
12+
<meta name="twitter:label2" content="GitHub" />
13+
<meta name="twitter:data2" content="https://github.com/IBM/prompt-declaration-language" />
14+
<!-- twitter-specific? -->
15+
<meta name="twitter:card" content="summary_large_image" />
16+
517
<link rel="icon" type="image/svg+xml" href="/ai-governance--prompt.svg" />
618
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
719
<title>PDL Viewer</title>

0 commit comments

Comments
 (0)