|
5 | 5 | <link rel="icon" type="image/png" href="/favicon.png" /> |
6 | 6 | <link rel="apple-touch-icon" href="/favicon.png" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
8 | | - <meta name="description" content="Stop feeling lost in unfamiliar codebases. Semantic code search powered by AI." /> |
| 8 | + |
| 9 | + <!-- Primary Meta Tags --> |
| 10 | + <title>OpenCodeIntel – Understand Any Codebase</title> |
| 11 | + <meta name="title" content="OpenCodeIntel – Understand Any Codebase" /> |
| 12 | + <meta name="description" content="Stop feeling lost in unfamiliar codebases. Semantic code search powered by AI. Index your repos and search by meaning, not just keywords." /> |
| 13 | + <meta name="keywords" content="code search, semantic search, AI code assistant, codebase understanding, developer tools, MCP, code intelligence" /> |
| 14 | + <meta name="author" content="OpenCodeIntel" /> |
9 | 15 | <meta name="theme-color" content="#0a0a0f" /> |
| 16 | + |
| 17 | + <!-- Canonical URL --> |
| 18 | + <link rel="canonical" href="https://opencodeintel.com/" /> |
| 19 | + |
| 20 | + <!-- Open Graph / Facebook --> |
| 21 | + <meta property="og:type" content="website" /> |
| 22 | + <meta property="og:url" content="https://opencodeintel.com/" /> |
| 23 | + <meta property="og:title" content="OpenCodeIntel – Understand Any Codebase" /> |
| 24 | + <meta property="og:description" content="Stop feeling lost in unfamiliar codebases. Semantic code search powered by AI. Index your repos and search by meaning, not just keywords." /> |
| 25 | + <meta property="og:image" content="https://opencodeintel.com/og-image.png" /> |
| 26 | + <meta property="og:image:width" content="1200" /> |
| 27 | + <meta property="og:image:height" content="630" /> |
| 28 | + <meta property="og:site_name" content="OpenCodeIntel" /> |
| 29 | + |
| 30 | + <!-- Twitter --> |
| 31 | + <meta name="twitter:card" content="summary_large_image" /> |
| 32 | + <meta name="twitter:url" content="https://opencodeintel.com/" /> |
| 33 | + <meta name="twitter:title" content="OpenCodeIntel – Understand Any Codebase" /> |
| 34 | + <meta name="twitter:description" content="Stop feeling lost in unfamiliar codebases. Semantic code search powered by AI. Index your repos and search by meaning, not just keywords." /> |
| 35 | + <meta name="twitter:image" content="https://opencodeintel.com/og-image.png" /> |
| 36 | + |
| 37 | + <!-- Additional SEO --> |
| 38 | + <meta name="robots" content="index, follow" /> |
| 39 | + <meta name="googlebot" content="index, follow" /> |
| 40 | + |
| 41 | + <!-- Fonts --> |
10 | 42 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
11 | 43 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
12 | 44 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"> |
13 | | - <title>OpenCodeIntel – Understand Any Codebase</title> |
| 45 | + |
| 46 | + <!-- JSON-LD Structured Data --> |
| 47 | + <script type="application/ld+json"> |
| 48 | + { |
| 49 | + "@context": "https://schema.org", |
| 50 | + "@type": "SoftwareApplication", |
| 51 | + "name": "OpenCodeIntel", |
| 52 | + "applicationCategory": "DeveloperApplication", |
| 53 | + "operatingSystem": "Web", |
| 54 | + "description": "Semantic code search powered by AI. Index your repos and search by meaning, not just keywords.", |
| 55 | + "url": "https://opencodeintel.com/", |
| 56 | + "offers": { |
| 57 | + "@type": "Offer", |
| 58 | + "price": "0", |
| 59 | + "priceCurrency": "USD" |
| 60 | + }, |
| 61 | + "author": { |
| 62 | + "@type": "Organization", |
| 63 | + "name": "OpenCodeIntel" |
| 64 | + } |
| 65 | + } |
| 66 | + </script> |
14 | 67 | </head> |
15 | 68 | <body> |
16 | 69 | <div id="root"></div> |
|
0 commit comments