|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 |
|
6 | | - <!-- ===== BASIC SEO ===== --> |
7 | | - <title>Vix.cpp : Offline-first, P2P, ultra-fast C++ runtime</title> |
| 6 | + <title> |
| 7 | + Vix.cpp (Official) — Offline-first, P2P, ultra-fast C++ runtime • GitHub |
| 8 | + </title> |
| 9 | + |
8 | 10 | <meta |
9 | 11 | name="description" |
10 | | - content="Vix.cpp is a next-generation offline-first, peer-to-peer, ultra-fast runtime for modern C++. Designed for unstable networks, real-world backends, edge systems and WebSocket APIs." |
| 12 | + content="Official site of Vix.cpp: an offline-first, peer-to-peer, ultra-fast C++20 runtime for high-performance apps and edge systems. Docs, releases, and the GitHub repository." |
11 | 13 | /> |
| 14 | + |
12 | 15 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
13 | 16 |
|
14 | | - <!-- ===== FAVICONS ===== --> |
| 17 | + <link rel="canonical" href="https://vixcpp.com/" /> |
| 18 | + |
| 19 | + <meta |
| 20 | + name="keywords" |
| 21 | + content="Vix.cpp, vix github, C++ runtime, offline-first, local-first, peer-to-peer, P2P, WebSocket, async I/O, Asio" |
| 22 | + /> |
| 23 | + |
| 24 | + <meta property="og:type" content="website" /> |
| 25 | + <meta property="og:site_name" content="Vix.cpp" /> |
| 26 | + <meta |
| 27 | + property="og:title" |
| 28 | + content="Vix.cpp (Official) — Offline-first, P2P, ultra-fast C++ runtime" |
| 29 | + /> |
| 30 | + <meta |
| 31 | + property="og:description" |
| 32 | + content="Vix.cpp is a modern C++20 runtime for offline-first and peer-to-peer systems: async I/O, edge-friendly architecture, and high-performance WebSocket APIs." |
| 33 | + /> |
| 34 | + <meta property="og:url" content="https://vixcpp.com/" /> |
| 35 | + <meta |
| 36 | + property="og:image" |
| 37 | + content="https://vixcpp.com/assets/logo/vix-logo.png" |
| 38 | + /> |
| 39 | + <meta property="og:image:alt" content="Vix.cpp logo" /> |
| 40 | + |
| 41 | + <meta name="twitter:card" content="summary_large_image" /> |
| 42 | + <meta |
| 43 | + name="twitter:title" |
| 44 | + content="Vix.cpp (Official) — Offline-first, ultra-fast C++ runtime" |
| 45 | + /> |
| 46 | + <meta |
| 47 | + name="twitter:description" |
| 48 | + content="Official site of Vix.cpp: offline-first, P2P, ultra-fast C++20 runtime for edge and high-performance applications. Docs, releases, and GitHub." |
| 49 | + /> |
| 50 | + <meta |
| 51 | + name="twitter:image" |
| 52 | + content="https://vixcpp.com/assets/logo/vix-logo.png" |
| 53 | + /> |
| 54 | + |
15 | 55 | <link |
16 | 56 | rel="icon" |
17 | 57 | type="image/png" |
|
27 | 67 | <link rel="apple-touch-icon" href="/assets/logo/apple-touch-icon.png" /> |
28 | 68 | <link rel="manifest" href="/assets/logo/site.webmanifest" /> |
29 | 69 | <link rel="shortcut icon" href="/assets/logo/favicon.ico" /> |
30 | | - |
31 | | - <!-- Android icons --> |
32 | 70 | <link |
33 | 71 | rel="icon" |
34 | 72 | type="image/png" |
|
42 | 80 | href="/assets/logo/android-chrome-512x512.png" |
43 | 81 | /> |
44 | 82 |
|
45 | | - <!-- ===== OPEN GRAPH (Facebook, LinkedIn, Twitter) ===== --> |
46 | | - <meta |
47 | | - property="og:title" |
48 | | - content="Vix.cpp — Offline-first, P2P, ultra-fast C++ runtime" |
49 | | - /> |
50 | | - <meta |
51 | | - property="og:description" |
52 | | - content="Ultra-fast, offline-first, peer-to-peer C++ runtime designed for unstable networks, edge systems and WebSocket APIs." |
53 | | - /> |
54 | | - <meta property="og:type" content="website" /> |
55 | | - <meta |
56 | | - property="og:image" |
57 | | - content="https://vixcpp.github.io/assets/logo/vix-logo.png" |
58 | | - /> |
59 | | - <meta property="og:url" content="https://vixcpp.github.io/" /> |
60 | | - <meta property="og:site_name" content="Vix.cpp" /> |
61 | | - |
62 | | - <!-- ===== TWITTER CARD ===== --> |
63 | | - <meta name="twitter:card" content="summary_large_image" /> |
64 | | - <meta |
65 | | - name="twitter:title" |
66 | | - content="Vix.cpp — Offline-first, ultra-fast C++ runtime" |
67 | | - /> |
68 | | - <meta |
69 | | - name="twitter:description" |
70 | | - content="A modern C++ runtime built for real-world latency, unstable networks, offline-first systems & WebSockets." |
71 | | - /> |
72 | | - <meta |
73 | | - name="twitter:image" |
74 | | - content="https://vixcpp.github.io/assets/logo/vix-logo.png" |
75 | | - /> |
76 | | - |
77 | | - <!-- ===== CSS ===== --> |
78 | 83 | <link rel="stylesheet" href="css/style.css" /> |
79 | 84 | </head> |
80 | 85 |
|
|
0 commit comments