Skip to content

Commit baa9366

Browse files
Add machine-readable metadata links
1 parent 08bb409 commit baa9366

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@
88
name="description"
99
content="Signal Rail is a text-first governance system for AI-assisted project work."
1010
>
11+
<meta name="theme-color" content="#101317">
12+
<meta property="og:title" content="Signal Rail">
13+
<meta property="og:description" content="A text-first governance system for AI-assisted project work.">
14+
<meta property="og:type" content="website">
15+
<meta property="og:image" content="https://xxyoudeadpunkxx.github.io/Signal-Rail/assets/header-machine.png">
16+
<meta property="og:url" content="https://xxyoudeadpunkxx.github.io/Signal-Rail/">
17+
<link rel="canonical" href="https://xxyoudeadpunkxx.github.io/Signal-Rail/">
18+
<link rel="alternate" type="text/plain" href="llms.txt" title="LLM-readable project index">
19+
<link rel="alternate" type="application/json" href="raw-manifest.json" title="Raw project manifest">
20+
<script type="application/ld+json">
21+
{
22+
"@context": "https://schema.org",
23+
"@type": "SoftwareSourceCode",
24+
"name": "Signal Rail",
25+
"description": "A text-first governance system for AI-assisted project work.",
26+
"url": "https://xxyoudeadpunkxx.github.io/Signal-Rail/",
27+
"codeRepository": "https://github.com/XxYouDeaDPunKxX/Signal-Rail",
28+
"programmingLanguage": "Plain text",
29+
"runtimePlatform": "AI-assisted project work with plain-text files",
30+
"author": {
31+
"@type": "Person",
32+
"name": "XxYouDeaDPunKxX",
33+
"url": "https://github.com/XxYouDeaDPunKxX"
34+
},
35+
"keywords": [
36+
"plain text governance",
37+
"AI-assisted project work",
38+
"document routing",
39+
"project continuity",
40+
"source authority",
41+
"Signal Rail"
42+
]
43+
}
44+
</script>
1145
<link rel="icon" href="favicon-32x32.png" sizes="32x32" type="image/png">
1246
<link rel="icon" href="favicon.svg" type="image/svg+xml">
1347
<link rel="apple-touch-icon" href="apple-touch-icon.png">

0 commit comments

Comments
 (0)