Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,27 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="TipStream - Send micro-tips to your favorite creators on the Stacks blockchain. Secured by Bitcoin, built with transparency." />
<meta name="theme-color" content="#0f172a" />
<meta name="author" content="TipStream" />
<meta name="keywords" content="STX, Stacks, Bitcoin, tipping, micro-tips, blockchain, creators, Web3" />
<link rel="canonical" href="https://tipstream.app" />

<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="TipStream" />
<meta property="og:title" content="TipStream - Micro-Tipping on Stacks" />
<meta property="og:description" content="Send micro-tips to your favorite creators on the Stacks blockchain. Secured by Bitcoin, built with transparency." />
<meta property="og:url" content="https://tipstream.app" />
<meta property="og:image" content="/logo.png" />
<meta property="og:image" content="https://tipstream.app/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="TipStream - Micro-Tipping on the Stacks Blockchain" />

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TipStream - Micro-Tipping on Stacks" />
<meta name="twitter:description" content="Send micro-tips to your favorite creators on the Stacks blockchain." />
<meta name="twitter:image" content="https://tipstream.app/og-image.png" />
<meta name="twitter:image:alt" content="TipStream - Micro-Tipping on the Stacks Blockchain" />

<title>TipStream - Micro-Tipping on Stacks</title>
</head>
Expand Down
Loading