|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>Open Life Reborn2</title> |
7 | | - <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> |
| 6 | + |
| 7 | + <!-- Primary SEO --> |
| 8 | + <title>Open Life Reborn — Free Multiplayer Civilisation & Survival Game (OHOL)</title> |
| 9 | + <meta name="description" content="Open Life Reborn is a free medieval fantasy multiplayer survival and civilisation-building game based on One Hour One Life. Play now — no download required if you own OHOL. Join our Discord community!"> |
| 10 | + <meta name="keywords" content="Open Life Reborn, OHOL, free OHOL, One Hour One Life, free multiplayer game, survival game, civilisation building, medieval fantasy, free server, OpenLifeReborn.com"> |
| 11 | + <meta name="author" content="Open Life Reborn Community"> |
| 12 | + <meta name="robots" content="index, follow"> |
| 13 | + <link rel="canonical" href="https://openlifereborn.com/"> |
| 14 | + |
| 15 | + <!-- Open Graph / Facebook --> |
| 16 | + <meta property="og:type" content="website"> |
| 17 | + <meta property="og:url" content="https://openlifereborn.com/"> |
| 18 | + <meta property="og:title" content="Open Life Reborn — Free Multiplayer Civilisation & Survival Game"> |
| 19 | + <meta property="og:description" content="A free medieval fantasy multiplayer survival game based on One Hour One Life (OHOL). Features seasons, combat, AI NPCs, prestige system, and more. Connect to OpenLifeReborn.com on port 8005."> |
| 20 | + <meta property="og:image" content="https://openlifereborn.com/images/OHOL-From-Dayemeg.png"> |
| 21 | + <meta property="og:site_name" content="Open Life Reborn"> |
| 22 | + <meta property="og:locale" content="en_US"> |
| 23 | + |
| 24 | + <!-- Twitter Card --> |
| 25 | + <meta name="twitter:card" content="summary_large_image"> |
| 26 | + <meta name="twitter:url" content="https://openlifereborn.com/"> |
| 27 | + <meta name="twitter:title" content="Open Life Reborn — Free Multiplayer Civilisation & Survival Game"> |
| 28 | + <meta name="twitter:description" content="A free medieval fantasy multiplayer survival game based on One Hour One Life. Seasons, combat, AI NPCs, prestige & more. Free to play!"> |
| 29 | + <meta name="twitter:image" content="https://openlifereborn.com/images/OHOL-From-Dayemeg.png"> |
| 30 | + |
| 31 | + <!-- Structured Data (JSON-LD) --> |
| 32 | + <script type="application/ld+json"> |
| 33 | + { |
| 34 | + "@context": "https://schema.org", |
| 35 | + "@type": "VideoGame", |
| 36 | + "name": "Open Life Reborn", |
| 37 | + "description": "A free medieval fantasy multiplayer civilisation-building and survival game based on One Hour One Life by Jason Rohrer.", |
| 38 | + "url": "https://openlifereborn.com/", |
| 39 | + "genre": ["Survival", "Simulation", "Multiplayer", "Role-Playing"], |
| 40 | + "gamePlatform": "PC", |
| 41 | + "applicationCategory": "Game", |
| 42 | + "isAccessibleForFree": true, |
| 43 | + "image": "https://openlifereborn.com/images/OHOL-From-Dayemeg.png", |
| 44 | + "author": { |
| 45 | + "@type": "Organization", |
| 46 | + "name": "Open Life Reborn Community" |
| 47 | + }, |
| 48 | + "offers": { |
| 49 | + "@type": "Offer", |
| 50 | + "price": "0", |
| 51 | + "priceCurrency": "USD" |
| 52 | + } |
| 53 | + } |
| 54 | + </script> |
| 55 | + |
| 56 | + <!-- Google Fonts via @import inside style tag (CSP workaround — see note below) --> |
| 57 | + <style> |
| 58 | + @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap'); |
| 59 | + </style> |
8 | 60 | <style> |
9 | 61 | :root { |
10 | 62 | --bg-dark: #0a0a0f; |
|
0 commit comments