Skip to content

Commit 2053dde

Browse files
committed
fix: add canonical URL and H1 to homepage for SEO
1 parent dd349d1 commit 2053dde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<meta name="twitter:description" content="HNSW vector search that runs entirely in the browser. 54KB WASM. Sub-millisecond latency. MIT licensed." />
2020

2121
<title>altor-vec — Client-side vector search. 54KB. Sub-millisecond.</title>
22+
<link rel="canonical" href="https://altorlab.dev/" />
2223

2324
<link rel="preconnect" href="https://fonts.googleapis.com" />
2425
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -117,6 +118,8 @@
117118
<body>
118119
<div id="root"></div>
119120
<section class="seo-links" aria-label="altor-vec resources">
121+
<h1 style="font-size:1.4em;margin:0 0 8px">altor-vec — Client-Side Vector Search for JavaScript</h1>
122+
<p style="margin:0 0 16px;opacity:0.85">Sub-millisecond semantic search that runs entirely in the browser. 54KB gzipped WASM. No server, no API keys, no per-query billing.</p>
120123
<h2>altor-vec resources</h2>
121124
<p>Browse the blog hub and technical guides covering semantic search, browser RAG, HNSW internals, React integration, and client-side retrieval architecture.</p>
122125
<nav aria-label="Crawler-visible blog links">

0 commit comments

Comments
 (0)