Skip to content

Commit 5e83973

Browse files
committed
Fix noscript visibility and OG metadata
- Add noscript fallback so fade-in elements show without JS - Shorten OG title to 42 chars (was 69, optimal 50-60) - Lengthen OG description to 156 chars (was 107, optimal 110-160)
1 parent c9fb7f5 commit 5e83973

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Managed Claude Stack — Reproducible AI infrastructure for Claude Code</title>
7-
<meta name="description" content="Your Claude Code environment — packaged, portable, and reproducible. Like Ansible for your AI development environment.">
6+
<title>MCS — Managed Claude Stack for Claude Code</title>
7+
<meta name="description" content="Package your Claude Code MCP servers, hooks, skills, and settings into shareable tech packs. Sync across machines and teams in seconds. Like Ansible for AI dev.">
88
<meta name="keywords" content="Claude Code, MCP servers, AI development, configuration management, tech packs, CLI tools, developer tools, Anthropic, Claude, hooks, plugins, macOS">
99
<meta name="author" content="Bruno Guidolim">
1010
<meta name="theme-color" content="#0d1117">
11-
<meta property="og:title" content="Managed Claude Stack — Reproducible AI infrastructure for Claude Code">
12-
<meta property="og:description" content="Package your entire Claude Code setup into shareable tech packs. Sync across machines and teams in seconds.">
11+
<meta property="og:title" content="MCS — Managed Claude Stack for Claude Code">
12+
<meta property="og:description" content="Package your Claude Code MCP servers, hooks, skills, and settings into shareable tech packs. Sync across machines and teams in seconds. Like Ansible for AI dev.">
1313
<meta property="og:type" content="website">
1414
<meta property="og:url" content="https://mcs-cli.dev">
1515
<meta property="og:site_name" content="MCS">
1616
<meta property="og:image" content="https://mcs-cli.dev/assets/og-image.png">
1717
<meta property="og:image:width" content="2048">
1818
<meta property="og:image:height" content="2048">
1919
<meta name="twitter:card" content="summary">
20-
<meta name="twitter:title" content="Managed Claude Stack — Reproducible AI infrastructure for Claude Code">
21-
<meta name="twitter:description" content="Package your entire Claude Code setup into shareable tech packs. Sync across machines and teams in seconds.">
20+
<meta name="twitter:title" content="MCS — Managed Claude Stack for Claude Code">
21+
<meta name="twitter:description" content="Package your Claude Code MCP servers, hooks, skills, and settings into shareable tech packs. Sync across machines and teams in seconds. Like Ansible for AI dev.">
2222
<meta name="twitter:image" content="https://mcs-cli.dev/assets/og-image.png">
2323
<link rel="canonical" href="https://mcs-cli.dev">
2424
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
@@ -28,6 +28,7 @@
2828
<link href="https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700&f[]=satoshi@400,500,700,900&display=swap" rel="stylesheet">
2929
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
3030
<link rel="stylesheet" href="css/style.css">
31+
<noscript><style>.fade-in{opacity:1;transform:none}</style></noscript>
3132
<script type="application/ld+json">
3233
{
3334
"@context": "https://schema.org",

0 commit comments

Comments
 (0)