-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 3.38 KB
/
Copy pathindex.html
File metadata and controls
50 lines (50 loc) · 3.38 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ARC Raiders Stats Calculator</title>
<meta name="description" content="Калькулятор статистики для ARC Raiders (Embark Studios): расчёт K/D, Players Downed (выведено из строя), Players Knocked Out (нокауты), Damage Dealt/Taken to Raiders, Time on Surface (topside), показатели на час и рейд. Делитесь результатами!" />
<meta name="keywords" content="ARC Raiders, ARC Raiders stats, ARC Raiders calculator, ARC Raiders K/D, ARC Raiders players downed, ARC Raiders players knocked out, ARC Raiders damage dealt to raiders, ARC Raiders damage taken from raiders, ARC Raiders time on surface, ARC Raiders topside, ARC Raiders extraction shooter, ARC Raiders PvPvE, статистика ARC Raiders, калькулятор ARC Raiders, players downed, players knocked out, damage dealt raiders, K/D ratio ARC Raiders" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#00ff41" />
<link rel="alternate" hreflang="ru" href="https://raiders-stats.com/ru/" />
<link rel="alternate" hreflang="en" href="https://raiders-stats.com/en/" />
<link rel="alternate" hreflang="uk" href="https://raiders-stats.com/ua/" />
<link rel="alternate" hreflang="x-default" href="https://raiders-stats.com/" />
<link rel="canonical" href="https://raiders-stats.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ARC Raiders Stats Calculator" />
<meta property="og:description" content="Расчёт K/D, Players Downed/Knocked Out, Damage Dealt/Taken to Raiders, Time on Surface и статистики на час/рейд для ARC Raiders" />
<meta property="og:url" content="https://raiders-stats.com/" />
<meta property="og:site_name" content="Raiders Stats Calculator" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="ru_RU" />
<meta name="twitter:title" content="ARC Raiders Stats Calculator" />
<meta name="twitter:description" content="Калькулятор для ARC Raiders: K/D, Players Downed/Knocked Out, Damage to Raiders, Time on Surface" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "ARC Raiders Stats Calculator",
"description": "Калькулятор статистики для ARC Raiders: Players Downed, Players Knocked Out, Damage Dealt/Taken to Raiders, Time on Surface, K/D ratio, per hour/raid metrics",
"url": "https://raiders-stats.com/",
"applicationCategory": "Game Utility",
"operatingSystem": "Web",
"inLanguage": ["ru-RU", "en-US", "uk-UA"],
"keywords": "ARC Raiders stats calculator, ARC Raiders K/D tracker, players downed knocked out, damage dealt taken raiders, time on surface, extraction shooter stats, Embark Studios",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>