Add opengraph metadata + twitter card preview (fixes #38)
This commit is contained in:
parent
2296ad69b9
commit
7aeb4ef692
BIN
frontend/src/assets/mempool-preview.png
Normal file
BIN
frontend/src/assets/mempool-preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
@ -2,9 +2,22 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>mempool.space - Bitcoin blockchain explorer and mempool visualizer</title>
|
||||
<title>mempool</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="description" content="An open-source mempool visualizer and blockchain explorer for Bitcoin, Testnet, and Liquid, supporting realtime TX tracking, mempool fee estimation, and more." />
|
||||
<meta property="og:image" content="https://mempool.ninja/assets/mempool-preview.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="4096" />
|
||||
<meta property="og:image:height" content="2048" />
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:site" content="mempool">
|
||||
<meta property="twitter:title" content="mempool">
|
||||
<meta property="twitter:description" content=" An open-source mempool visualizer and blockchain explorer for Bitcoin, Testnet, and Liquid, supporting realtime TX tracking, mempool fee estimation, and more.">
|
||||
<meta property="twitter:creator" content="mempoolspace">
|
||||
<meta property="twitter:image:src" content="https://mempool.ninja/assets/mempool-preview.png" />
|
||||
<meta property="twitter:domain" content="mempool.ninja">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/assets/favicons/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/assets/favicons/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/assets/favicons/apple-icon-72x72.png">
|
||||
|
Loading…
x
Reference in New Issue
Block a user