Skip to content

Commit 0059238

Browse files
committed
landing: SEO meta tags + structured data (OG, Twitter, JSON-LD)
1 parent e36129b commit 0059238

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

docs/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>odek · ~11 MB, 2 external deps Go agent runtime</title>
77
<meta name="description" content="odek — the fastest, minimal Go autonomous agent runtime. One binary. One loop. Zero frameworks.">
8+
<link rel="canonical" href="https://kode.21no.de/">
9+
<meta property="og:type" content="website">
10+
<meta property="og:url" content="https://kode.21no.de/">
11+
<meta property="og:title" content="odek — Go Autonomous Agent Runtime">
12+
<meta property="og:description" content="The fastest, minimal Go autonomous agent runtime. ~11 MB static binary, 2 external dependencies, one loop. ReAct agent with persistent memory, MCP, sandbox, and Web UI.">
13+
<meta property="og:image" content="https://kode.21no.de/og-image.png">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="odek — Go Autonomous Agent Runtime">
16+
<meta name="twitter:description" content="The fastest, minimal Go autonomous agent runtime. ~11 MB static binary, zero frameworks.">
17+
<meta name="keywords" content="Go, autonomous agent, AI agent, LLM, ReAct, MCP, Docker sandbox, CLI, zero-dependency, open-source">
18+
<meta name="robots" content="index, follow">
819
<link rel="preconnect" href="https://fonts.googleapis.com">
920
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">
1021
<style>
@@ -281,6 +292,23 @@
281292
section { padding: 40px 0; }
282293
}
283294
</style>
295+
<script type="application/ld+json">
296+
{
297+
"@context": "https://schema.org",
298+
"@type": "SoftwareApplication",
299+
"name": "odek",
300+
"applicationCategory": "DeveloperApplication",
301+
"operatingSystem": "Linux, macOS",
302+
"description": "The fastest, minimal Go autonomous agent runtime. One binary. One loop. Zero frameworks.",
303+
"url": "https://kode.21no.de",
304+
"downloadUrl": "https://github.com/BackendStack21/kode",
305+
"author": {
306+
"@type": "Organization",
307+
"name": "21no.de",
308+
"url": "https://21no.de"
309+
}
310+
}
311+
</script>
284312
</head>
285313
<body>
286314

0 commit comments

Comments
 (0)