Skip to content

Commit bf5599a

Browse files
committed
SEO: OG tags, Twitter card, JSON-LD, meta description, canonical URL
1 parent 10ce0a2 commit bf5599a

1 file changed

Lines changed: 38 additions & 1 deletion

File tree

docs/public/index.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,44 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>ConceptKernel — One Kernel. Infinite Genomes.</title>
6+
<title>Concept Kernel Protocol — One Kernel. Infinite Genomes.</title>
7+
<meta name="description" content="An open protocol for autonomous concept governance. Three loops. Three Description Logic boxes. One Material Entity. Every entity typed against BFO 2020.">
8+
<meta name="keywords" content="Concept Kernel, CKP, ontology, BFO 2020, protocol, autonomous agents, Description Logic, TBox, RBox, ABox, PROV-O, SPIFFE">
9+
<meta name="author" content="ConceptKernel Contributors">
10+
<link rel="canonical" href="https://conceptkernel.org/">
11+
<link rel="icon" type="image/svg+xml" href="/logo.svg">
12+
13+
<!-- Open Graph -->
14+
<meta property="og:type" content="website">
15+
<meta property="og:title" content="Concept Kernel Protocol">
16+
<meta property="og:description" content="Three loops. Three Description Logic boxes. One Material Entity. An open protocol for autonomous concept governance through boundary isolation and ontological enforcement.">
17+
<meta property="og:url" content="https://conceptkernel.org/">
18+
<meta property="og:site_name" content="ConceptKernel">
19+
<meta property="og:image" content="https://conceptkernel.org/logo.svg">
20+
<meta property="og:locale" content="en_US">
21+
22+
<!-- Twitter Card -->
23+
<meta name="twitter:card" content="summary">
24+
<meta name="twitter:title" content="Concept Kernel Protocol">
25+
<meta name="twitter:description" content="Three loops. Three Description Logic boxes. One Material Entity. An open protocol for autonomous concept governance.">
26+
<meta name="twitter:image" content="https://conceptkernel.org/logo.svg">
27+
28+
<!-- JSON-LD Structured Data -->
29+
<script type="application/ld+json">
30+
{
31+
"@context": "https://schema.org",
32+
"@type": "WebSite",
33+
"name": "Concept Kernel Protocol",
34+
"url": "https://conceptkernel.org",
35+
"description": "An open protocol for autonomous concept governance through boundary isolation and ontological enforcement.",
36+
"publisher": {
37+
"@type": "Organization",
38+
"name": "ConceptKernel",
39+
"url": "https://github.com/ConceptKernel"
40+
}
41+
}
42+
</script>
43+
744
<link rel="preconnect" href="https://fonts.googleapis.com">
845
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
946
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=JetBrains+Mono:wght@300;400;500&family=Instrument+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)