Skip to content

Commit 25b2fdb

Browse files
committed
index.ordpool.html: full meta refresh + ordpool social card
- Title now lists every protocol ordpool decodes (inscriptions, runes, stamps, BRC-20, SRC-20, CAT-21, atomicals, labitbu, OpenTimestamps) next to the canonical "A Bitcoin MEMEpool Explorer" tagline from the footer. Fixes the "Inscpriptions" typo while we're here. - Description rewritten around the mission ("render Bitcoin in full, every on-chain artifact, mempool-first") instead of the old "ordinal inscriptions and runes" line. - og:title added (was missing). - twitter handles fixed: site=@OrdpoolSpace (project), creator=@haushoppe. - og:image / twitter:image swap to ordpool-space-preview.png, a fresh 1200x630 screenshot of the live dashboard showing the Ordpool Flags row (every supported protocol visible at a glance). Width/height meta updated to 1200x630. - mobile-web-app-capable added next to the legacy apple-* variant (Chrome was warning the apple-only one is deprecated).
1 parent a091763 commit 25b2fdb

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

frontend/src/index.ordpool.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,24 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>🟧 ordpool.space - Inscpriptions Explorer</title>
6+
<title>🟧 ordpool.space - A Bitcoin MEMEpool Explorer · Inscriptions · Runes · Stamps · BRC-20 · SRC-20 · CAT-21 · Atomicals · Labitbu · OpenTimestamps</title>
77
<script src="/resources/config.js"></script>
88
<script src="/resources/customize.js"></script>
99
<base href="/">
1010

11-
<meta name="description" content="Explore the full MEMEpool! Ordpool shows you pending ordinal inscriptions and runes in the mempool." />
12-
<meta property="og:image" content="https://ordpool.space/resources/mempool-space-preview.png" />
11+
<meta name="description" content="Render Bitcoin in full. Ordpool decodes inscriptions, runes, stamps, BRC-20, SRC-20, CAT-21, atomicals, labitbu and OpenTimestamps. Every on-chain artifact, mempool-first." />
12+
<meta property="og:image" content="https://ordpool.space/resources/ordpool-space-preview.png" />
1313
<meta property="og:image:type" content="image/png" />
14-
<meta property="og:image:width" content="1000" />
15-
<meta property="og:image:height" content="500" />
16-
<meta property="og:description" content="Explore the full MEMEpool! Ordpool shows you pending ordinal inscriptions and runes in the mempool." />
14+
<meta property="og:image:width" content="1200" />
15+
<meta property="og:image:height" content="630" />
16+
<meta property="og:title" content="🟧 ordpool.space - A Bitcoin MEMEpool Explorer" />
17+
<meta property="og:description" content="Render Bitcoin in full. Ordpool decodes inscriptions, runes, stamps, BRC-20, SRC-20, CAT-21, atomicals, labitbu and OpenTimestamps. Every on-chain artifact, mempool-first." />
1718
<meta name="twitter:card" content="summary_large_image">
18-
<meta name="twitter:site" content="@haushoppe">
19-
<meta name="twitter:creator" content="@haushoppe">
20-
<meta name="twitter:title" content="ordpool.space">
21-
<meta name="twitter:description" content="Explore the full MEMEpool! Ordpool shows you pending ordinal inscriptions and runes in the mempool." />
22-
<meta name="twitter:image:src" content="https://ordpool.space/resources/mempool-space-preview.png" />
19+
<meta name="twitter:site" content="@OrdpoolSpace">
20+
<meta name="twitter:creator" content="@HausHoppe">
21+
<meta name="twitter:title" content="🟧 ordpool.space - A Bitcoin MEMEpool Explorer">
22+
<meta name="twitter:description" content="Render Bitcoin in full. Ordpool decodes inscriptions, runes, stamps, BRC-20, SRC-20, CAT-21, atomicals, labitbu and OpenTimestamps. Every on-chain artifact, mempool-first." />
23+
<meta name="twitter:image:src" content="https://ordpool.space/resources/ordpool-space-preview.png" />
2324
<meta name="twitter:domain" content="ordpool.space">
2425

2526
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicons/apple-touch-icon.png">
@@ -29,6 +30,7 @@
2930
<link rel="shortcut icon" href="/resources/favicons/favicon.ico">
3031
<link id="canonical" rel="canonical" href="https://ordpool.space">
3132

33+
<meta name="mobile-web-app-capable" content="yes">
3234
<meta name="apple-mobile-web-app-capable" content="yes">
3335
<meta name="apple-mobile-web-app-status-bar-style" content="black">
3436
<meta name="msapplication-TileColor" content="#000000">
104 KB
Loading

0 commit comments

Comments
 (0)