Skip to content

Commit 72ef703

Browse files
committed
docs: Add Open Graph and Twitter Card meta tags with social image
1 parent 4b93b91 commit 72ef703

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

docs/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>NostrKey - Cross-Browser Nostr Key Management</title>
77
<meta name="description" content="Secure Nostr key management for Chrome, Safari, and iOS. NIP-07 signing, encrypted vault, and nsecBunker support.">
8+
9+
<!-- Open Graph / Facebook -->
10+
<meta property="og:type" content="website">
11+
<meta property="og:url" content="https://nostrkey.com/">
12+
<meta property="og:title" content="NostrKey - Cross-Browser Nostr Key Management">
13+
<meta property="og:description" content="Secure Nostr key management for Chrome, Safari, and iOS. NIP-07 signing, encrypted vault, and nsecBunker support.">
14+
<meta property="og:image" content="https://nostrkey.com/og-image.svg">
15+
<meta property="og:image:width" content="1200">
16+
<meta property="og:image:height" content="630">
17+
18+
<!-- Twitter -->
19+
<meta name="twitter:card" content="summary_large_image">
20+
<meta name="twitter:url" content="https://nostrkey.com/">
21+
<meta name="twitter:title" content="NostrKey - Cross-Browser Nostr Key Management">
22+
<meta name="twitter:description" content="Secure Nostr key management for Chrome, Safari, and iOS. NIP-07 signing, encrypted vault, and nsecBunker support.">
23+
<meta name="twitter:image" content="https://nostrkey.com/og-image.svg">
24+
25+
<!-- Favicon -->
26+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='45' stroke='%23a6e22e' stroke-width='4' fill='%233e3d32'/><path d='M35 50L45 60L65 40' stroke='%23a6e22e' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>">
27+
828
<style>
929
:root {
1030
--bg: #272822;

docs/og-image.svg

Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)