Skip to content

Commit 4f24c2c

Browse files
committed
Add meta tag for social sharing in head
1 parent 95d20b8 commit 4f24c2c

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

pages/index.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,27 @@
55
<head>
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<title>MCPM - Model Context Protocol Manager | mcpm.sh</title>
8+
<title>MCPM - MCP Manager | mcpm.sh</title>
9+
10+
<!-- Primary Meta Tags -->
11+
<meta name="title" content="MCPM - MCP Manager | mcpm.sh">
12+
<meta name="description" content="Open source, community-driven, forever free. A Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.">
13+
<meta name="keywords" content="MCPM, Model Context Protocol, AI, machine learning, open source, CLI, package manager">
14+
15+
<!-- Open Graph / Facebook -->
16+
<meta property="og:type" content="website">
17+
<meta property="og:url" content="https://mcpm.sh/">
18+
<meta property="og:title" content="MCPM - MCP Manager | mcpm.sh">
19+
<meta property="og:description" content="Open source, community-driven, forever free. A Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.">
20+
<meta property="og:image" content="https://mcpm.sh/assets/images/mcpm-social.png">
21+
22+
<!-- Twitter -->
23+
<meta property="twitter:card" content="summary_large_image">
24+
<meta property="twitter:url" content="https://mcpm.sh/">
25+
<meta property="twitter:title" content="MCPM - MCP Manager | mcpm.sh">
26+
<meta property="twitter:description" content="Open source, community-driven, forever free. A Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.">
27+
<meta property="twitter:image" content="https://mcpm.sh/assets/images/mcpm-social.png">
28+
929
<link rel="preconnect" href="https://fonts.googleapis.com">
1030
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1131
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
@@ -331,7 +351,7 @@ <h2>Quick Installation</h2>
331351
</div>
332352
</div>
333353
</div>
334-
<p>Model Context Protocol Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.</p>
354+
<p>MCP Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.</p>
335355
</div>
336356

337357
<h2>Available Features</h2>

pages/registry/index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<title>mcpm.sh - Server Registry</title>
1010
{% include favicon.html %}
11+
12+
<!-- Primary Meta Tags -->
13+
<meta name="title" content="mcpm.sh - Server Registry">
14+
<meta name="description" content="The single open source MCP registry we all need. Discover and explore MCP servers for your projects.">
15+
<meta name="keywords" content="MCP, server registry, AI, machine learning, open source">
16+
17+
<!-- Open Graph / Facebook -->
18+
<meta property="og:type" content="website">
19+
<meta property="og:url" content="https://mcpm.sh/registry/">
20+
<meta property="og:title" content="mcpm.sh - Server Registry">
21+
<meta property="og:description" content="The single open source MCP registry we all need. Discover and explore MCP servers for your projects.">
22+
<meta property="og:image" content="https://mcpm.sh/assets/images/mcpm-social.png">
23+
24+
<!-- Twitter -->
25+
<meta property="twitter:card" content="summary_large_image">
26+
<meta property="twitter:url" content="https://mcpm.sh/registry/">
27+
<meta property="twitter:title" content="mcpm.sh - Server Registry">
28+
<meta property="twitter:description" content="The single open source MCP registry we all need. Discover and explore MCP servers for your projects.">
29+
<meta property="twitter:image" content="https://mcpm.sh/assets/images/mcpm-social.png">
30+
1131
<link rel="preconnect" href="https://fonts.googleapis.com">
1232
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1333
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
@@ -1204,7 +1224,7 @@
12041224
<div class="container">
12051225
<h1>MCP Server Registry</h1>
12061226

1207-
<p class="subtitle">The single open MCP registry we all need.</p>
1227+
<p class="subtitle">The single open source MCP registry we all need.</p>
12081228

12091229
<div class="tabs">
12101230
<button class="tab-button active" data-tab="registry"><svg xmlns="http://www.w3.org/2000/svg" width="16"

0 commit comments

Comments
 (0)