mirror of
https://github.com/blackboxprogramming/blackboxprogramming.github.io.git
synced 2026-03-18 01:04:02 -05:00
Add SEO meta tags — Open Graph, Twitter Cards, canonical URL, keywords
This commit is contained in:
13
index.html
13
index.html
@@ -3,7 +3,18 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Landing Hero — BlackRoad Template</title>
|
<title>BlackRoad OS — Distributed AI Operating System | 5 Pi Nodes, 52 TOPS Edge AI</title>
|
||||||
|
<meta name="description" content="BlackRoad OS developer profile. Distributed AI operating system on Raspberry Pi edge hardware. 68 repos, 52 TOPS inference, WireGuard mesh, Cloudflare edge.">
|
||||||
|
<meta name="keywords" content="blackroad os, distributed ai, edge computing, raspberry pi, ai operating system, machine learning, self-hosted, homelab, ollama, hailo, iot">
|
||||||
|
<meta property="og:title" content="BlackRoad OS — Distributed AI Operating System">
|
||||||
|
<meta property="og:description" content="5 Raspberry Pi nodes, 52 TOPS AI inference, 48+ domains, WireGuard mesh. Self-hosted edge AI infrastructure.">
|
||||||
|
<meta property="og:url" content="https://blackboxprogramming.github.io">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:site_name" content="BlackRoad OS">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:title" content="BlackRoad OS — Edge AI Operating System">
|
||||||
|
<meta name="twitter:description" content="Distributed AI on Raspberry Pi. 52 TOPS inference, WireGuard mesh, 68 repos.">
|
||||||
|
<link rel="canonical" href="https://blackboxprogramming.github.io">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
*{margin:0;padding:0;box-sizing:border-box}
|
*{margin:0;padding:0;box-sizing:border-box}
|
||||||
|
|||||||
Reference in New Issue
Block a user