-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (59 loc) · 3.51 KB
/
index.html
File metadata and controls
63 lines (59 loc) · 3.51 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
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Tile Out(タイルアウト)- 無料オンライン戦略ボードゲーム</title>
<meta name="title" content="Tile Out(タイルアウト)- 無料オンライン戦略ボードゲーム" />
<meta name="description" content="Tile Outは、2人対戦またはAI対戦が楽しめる無料の戦略ボードゲームです。8x8のボードでタイルをスライドさせ、10個の連結を目指す頭脳戦ゲーム。ブラウザですぐにプレイ可能。" />
<meta name="keywords" content="ボードゲーム,パズルゲーム,戦略ゲーム,2人対戦,AI対戦,無料ゲーム,オンラインゲーム,ブラウザゲーム,タイルゲーム,Tile Out,タイルアウト" />
<meta name="author" content="Tile Out" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://tileout.riverapp.jp/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tileout.riverapp.jp/" />
<meta property="og:title" content="Tile Out(タイルアウト)- 無料オンライン戦略ボードゲーム" />
<meta property="og:description" content="Tile Outは、2人対戦またはAI対戦が楽しめる無料の戦略ボードゲームです。8x8のボードでタイルをスライドさせ、10個の連結を目指す頭脳戦ゲーム。" />
<meta property="og:image" content="https://tileout.riverapp.jp/og-image.png" />
<meta property="og:locale" content="ja_JP" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://tileout.riverapp.jp/" />
<meta property="twitter:title" content="Tile Out(タイルアウト)- 無料オンライン戦略ボードゲーム" />
<meta property="twitter:description" content="Tile Outは、2人対戦またはAI対戦が楽しめる無料の戦略ボードゲームです。8x8のボードでタイルをスライドさせ、10個の連結を目指す頭脳戦ゲーム。" />
<meta property="twitter:image" content="https://tileout.riverapp.jp/og-image.png" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Tile Out(タイルアウト)",
"description": "Tile Outは、2人対戦またはAI対戦が楽しめる無料の戦略ボードゲームです。8x8のボードでタイルをスライドさせ、10個の連結を目指す頭脳戦ゲーム。",
"url": "https://tileout.riverapp.jp/",
"applicationCategory": "GameApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "JPY"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"ratingCount": "100"
},
"inLanguage": "ja",
"browserRequirements": "Requires JavaScript. Requires HTML5.",
"screenshot": "https://tileout.riverapp.jp/screenshot.png"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>