-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (116 loc) · 5.79 KB
/
index.html
File metadata and controls
127 lines (116 loc) · 5.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes, viewport-fit=cover">
<!-- Primary Meta Tags -->
<title>NONAGA(ノナガ) | 盤面が動く六角戦略ボードゲーム</title>
<meta name="title" content="NONAGA(ノナガ) | 盤面が動く六角戦略ボードゲーム">
<meta name="description" content="六角形の盤面を動かして3つのコマを繋げる2人対戦ゲーム。AI対戦対応、ブラウザで今すぐ無料プレイ。">
<meta name="keywords" content="NONAGA,ノナガ,ボードゲーム,戦略ゲーム,六角形,ヘックス,2人対戦,オンラインゲーム,ブラウザゲーム,無料ゲーム,パズルゲーム,思考ゲーム,AI対戦">
<meta name="author" content="NONAGA">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<link rel="canonical" href="https://hexlide.riverapp.jp/">
<link rel="alternate" href="https://hexlide.riverapp.jp/" hreflang="ja">
<link rel="alternate" href="https://hexlide.riverapp.jp/en/" hreflang="en">
<link rel="alternate" href="https://hexlide.riverapp.jp/" hreflang="x-default">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://hexlide.riverapp.jp/">
<meta property="og:title" content="NONAGA(ノナガ) | 盤面が動く六角戦略ボードゲーム">
<meta property="og:description" content="六角形の盤面を動かして3つのコマを繋げる2人対戦ゲーム。AI対戦対応、ブラウザで今すぐ無料プレイ。">
<meta property="og:image" content="https://hexlide.riverapp.jp/public/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="NONAGA gameplay board">
<meta property="og:locale" content="ja_JP">
<meta property="og:locale:alternate" content="en_US">
<meta property="og:site_name" content="NONAGA">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://hexlide.riverapp.jp/">
<meta name="twitter:title" content="NONAGA(ノナガ) | 盤面が動く六角戦略ボードゲーム">
<meta name="twitter:description" content="六角形の盤面を動かして3つのコマを繋げる2人対戦ゲーム。AI対戦対応、ブラウザで今すぐ無料プレイ。">
<meta name="twitter:image" content="https://hexlide.riverapp.jp/public/og-image.png">
<meta name="twitter:image:alt" content="NONAGA gameplay board">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/public/favicon.png">
<link rel="apple-touch-icon" href="/public/apple-touch-icon.png">
<link rel="shortcut icon" href="/public/favicon.png">
<!-- Preconnect for CDN performance -->
<link rel="preconnect" href="https://unpkg.com" crossorigin>
<link rel="dns-prefetch" href="https://unpkg.com">
<!-- Theme Color -->
<meta name="theme-color" content="#6366f1">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "NONAGA",
"alternateName": "ノナガ",
"description": "六角形の盤面を動かして3つのコマを繋げる2人対戦ゲーム。AI対戦対応、ブラウザで今すぐ無料プレイ。",
"url": "https://hexlide.riverapp.jp/",
"image": [
"https://hexlide.riverapp.jp/public/screenshot.png",
"https://hexlide.riverapp.jp/public/og-image.png"
],
"screenshot": "https://hexlide.riverapp.jp/public/screenshot.png",
"applicationCategory": "GameApplication",
"operatingSystem": "Web",
"numberOfPlayers": {
"@type": "QuantitativeValue",
"minValue": 1,
"maxValue": 2
},
"playMode": ["MultiPlayer", "SinglePlayer"],
"genre": ["Strategy Game", "Board Game", "Puzzle Game"],
"inLanguage": "ja",
"isAccessibleForFree": true,
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "JPY",
"availability": "https://schema.org/InStock"
},
"provider": {
"@type": "Organization",
"name": "NONAGA"
}
}
</script>
<!-- BreadcrumbList Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "ホーム",
"item": "https://hexlide.riverapp.jp/"
}]
}
</script>
<!-- WebSite Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "NONAGA",
"url": "https://hexlide.riverapp.jp/",
"inLanguage": "ja"
}
</script>
<script crossorigin src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
<link rel="stylesheet" href="/app.css">
</head>
<body itemscope itemtype="https://schema.org/WebPage">
<!-- Skip to main content for accessibility and SEO -->
<a href="#main-content" style="position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;">メインコンテンツへスキップ</a>
<div id="root" role="main" aria-label="NONAGA ゲーム盤面"></div>
<script type="text/babel" data-presets="react" src="/app.jsx"></script>
</body>
</html>