Skip to content

Commit 134eaa9

Browse files
committed
Added Search engine meta descriptions
1 parent 4f5fc90 commit 134eaa9

2 files changed

Lines changed: 54 additions & 2 deletions

File tree

WebServer/OpenLifeReborn-Dark-Stars.html

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,60 @@
33
<head>
44
<meta charset="UTF-8">
55
<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>
860
<style>
961
:root {
1062
--bg-dark: #0a0a0f;

server.hl

78 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)