|
9 | 9 | <meta property="og:description" content="Zero-dependency MCP server framework. Build AI-accessible tools in Go."> |
10 | 10 | <meta property="og:type" content="website"> |
11 | 11 | <meta name="twitter:card" content="summary_large_image"> |
| 12 | + <meta property="og:image" content="https://21no.de/logo-v2.png"> |
| 13 | + <meta property="og:image:width" content="512"> |
| 14 | + <meta property="og:image:height" content="512"> |
| 15 | + <meta property="og:image:alt" content="21no.de logo"> |
| 16 | + <meta property="og:url" content="https://go-mcp.21no.de"> |
| 17 | + <link rel="canonical" href="https://go-mcp.21no.de"> |
| 18 | + <meta name="keywords" content="MCP, Model Context Protocol, Go, server framework, zero-dependency, AI tools, stdio, JSON-RPC"> |
| 19 | + <meta name="author" content="21no.de"> |
| 20 | + <meta name="theme-color" content="#0a0a0b"> |
| 21 | + <link rel="icon" type="image/png" href="https://21no.de/logo-v2.png"> |
| 22 | + <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://assets.21no.de; font-src 'self' https://assets.21no.de; img-src 'self' data:; connect-src 'self'; base-uri 'self'; form-action 'self'"> |
12 | 23 | <link rel="stylesheet" href="https://assets.21no.de/fonts/fonts.css" /> |
13 | 24 | <link rel="stylesheet" href="https://assets.21no.de/css/tokens.css" /> |
14 | 25 | <link rel="stylesheet" href="https://assets.21no.de/css/base.css" /> |
|
96 | 107 | color: var(--text-primary); |
97 | 108 | } |
98 | 109 | </style> |
| 110 | + <script type="application/ld+json"> |
| 111 | + { |
| 112 | + "@context": "https://schema.org", |
| 113 | + "@type": "Organization", |
| 114 | + "name": "21no.de", |
| 115 | + "url": "https://21no.de", |
| 116 | + "logo": "https://21no.de/logo-v2.png" |
| 117 | + } |
| 118 | + </script> |
| 119 | + <script type="application/ld+json"> |
| 120 | + { |
| 121 | + "@context": "https://schema.org", |
| 122 | + "@type": "WebSite", |
| 123 | + "name": "go-mcp", |
| 124 | + "url": "https://go-mcp.21no.de", |
| 125 | + "description": "Zero-dependency Model Context Protocol server framework for Go.", |
| 126 | + "about": { |
| 127 | + "@type": "SoftwareApplication", |
| 128 | + "name": "go-mcp", |
| 129 | + "applicationCategory": "DeveloperApplication", |
| 130 | + "operatingSystem": "Any" |
| 131 | + } |
| 132 | + } |
| 133 | + </script> |
99 | 134 | </head> |
100 | 135 | <body> |
101 | 136 |
|
|
0 commit comments