Add SEO meta tags — Open Graph, Twitter Cards, canonical URL, keywords

This commit is contained in:
Alexa Amundson
2026-03-11 19:51:00 -05:00
parent c4fb5ef6c0
commit 7246fe0e26

View File

@@ -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}