Skip to content

Commit c59c27d

Browse files
sneaky-hippoclaude
andcommitted
fix(web): about.html JSON-LD/breadcrumb -> /about + webgpu-runner.html meta description
- about.html schema.org SoftwareApplication url + breadcrumb still pointed at the old /product URL (missed in the /about migration); now /about + label 'About'. - public/device/webgpu-runner.html (new Wave-1 page) had a <title> but no meta description -> broke W538 #3 'every public HTML page has crawlable title + description'. Added a description; W538 6/6 green. Post-restore suite: 8787 pass / 6 fail; after this fix the only fails are the 5 known env-concurrency flakes (quantize-worker torch-import + ship-gate inner node --test + doctor 21s) — all pass standalone. No real regressions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6475a82 commit c59c27d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

public/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"name": "kolm",
166166
"applicationCategory": "DeveloperApplication",
167167
"operatingSystem": "Linux, macOS, Windows (WSL)",
168-
"url": "https://kolm.ai/product",
168+
"url": "https://kolm.ai/about",
169169
"description": "Kolm is the product stack for production AI: route any model through one gateway, distill approved work into signed specialists, and run .kolm artifacts on cloud, browser, phone, VPC, or air-gap.",
170170
"offers": {
171171
"@type": "Offer",
@@ -768,7 +768,7 @@ <h2 class="ks-finale__h2">Use the models. Keep the data advantage.</h2>
768768
"@type": "BreadcrumbList",
769769
"itemListElement": [
770770
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://kolm.ai/"},
771-
{"@type": "ListItem", "position": 2, "name": "Product", "item": "https://kolm.ai/product"}
771+
{"@type": "ListItem", "position": 2, "name": "About", "item": "https://kolm.ai/about"}
772772
]
773773
}
774774
</script>

public/device/webgpu-runner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="robots" content="noindex" />
7+
<meta name="description" content="On-device WebGPU/WASM inference runner — load a model via transformers.js and generate tokens locally in the browser, with a normalized result envelope. Part of the Kolmogorov Stack." />
78
<title>On-device WebGPU runner · Kolmogorov Stack</title>
89
<style>
910
:root { color-scheme: light dark; }

0 commit comments

Comments
 (0)