|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <link rel="icon" type="image/png" href="/mcp_white_tp.png" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>mcp.direct</title> |
| 7 | + <title>mcp.direct | custom mcp servers</title> |
| 8 | + <meta name="description" content="Custom MCP servers for optimized LLM attention. Get in touch for tailored solutions."> |
| 9 | + <meta name="keywords" content="MCP, custom servers, LLM, optimization, AI, machine learning, deep learning, neural networks, artificial intelligence"> |
| 10 | + <meta name="author" content="mcpdotdirect"> |
| 11 | + <meta name="robots" content="index, follow"> |
| 12 | + <meta name="theme-color" content="#000000"> |
| 13 | + |
| 14 | + <!-- OpenGraph --> |
| 15 | + <meta property="og:title" content="mcp.direct | Custom MCP Servers"> |
| 16 | + <meta property="og:description" content="Custom MCP servers for optimized LLM attention. Get in touch for tailored solutions."> |
| 17 | + <meta property="og:image" content="/mcp_white_tp.png"> |
| 18 | + <meta property="og:url" content="https://mcp.direct"> |
| 19 | + <meta property="og:type" content="website"> |
| 20 | + <meta property="og:site_name" content="mcp.direct"> |
| 21 | + |
| 22 | + <!-- Twitter --> |
| 23 | + <meta name="twitter:card" content="summary_large_image"> |
| 24 | + <meta name="twitter:title" content="mcp.direct | Custom MCP Servers"> |
| 25 | + <meta name="twitter:description" content="Custom MCP servers for optimized LLM attention. Get in touch for tailored solutions."> |
| 26 | + <meta name="twitter:image" content="/mcp_white_tp.png"> |
| 27 | + |
| 28 | + <!-- Canonical URL --> |
| 29 | + <link rel="canonical" href="https://mcp.direct"> |
| 30 | + <link rel="alternate" href="https://mcpdotdirect.github.io"> |
| 31 | + |
| 32 | + <!-- Preconnect to improve performance --> |
| 33 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 34 | + <link rel="dns-prefetch" href="https://fonts.googleapis.com"> |
8 | 35 | </head> |
9 | 36 | <body> |
10 | 37 | <div id="root"></div> |
|
0 commit comments