-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
177 lines (165 loc) · 6.51 KB
/
index.html
File metadata and controls
177 lines (165 loc) · 6.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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<!-- Primary Meta Tags -->
<title>Combat Pong - Anonymous Duel Territory Game | Play Now</title>
<meta name="title" content="Combat Pong - Anonymous Duel Territory Game | Play Now" />
<meta name="description"
content="Play Combat Pong free online. Control your paddle, conquer territory, and face an anonymous rival instantly with no login, no queue, and no download." />
<meta name="keywords"
content="combat pong, anonymous duel, pong game, browser game, territory game, free game, arcade game, paddle game, ball game" />
<meta name="author" content="Combat Pong" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="googlebot" content="index, follow" />
<meta name="theme-color" content="#1a1a2e" />
<link rel="canonical" href="https://www.combatpong.com/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.combatpong.com/" />
<meta property="og:title" content="Combat Pong - Anonymous Duel Territory Game" />
<meta property="og:description"
content="The most addictive browser game for instant anonymous duels. Control territory, pressure the rival, and play free now." />
<meta property="og:image" content="https://www.combatpong.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Combat Pong - Territory Control Game" />
<meta property="og:site_name" content="Combat Pong" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://www.combatpong.com/" />
<meta name="twitter:title" content="Combat Pong - Anonymous Duel Territory Game" />
<meta name="twitter:description"
content="Control territory, pressure an anonymous rival, and play instantly." />
<meta name="twitter:image" content="https://www.combatpong.com/og-image.png" />
<meta name="twitter:image:alt" content="Combat Pong Gameplay" />
<meta name="twitter:creator" content="@combatpong" />
<!-- PWA & Mobile Optimization -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Combat Pong" />
<meta name="application-name" content="Combat Pong" />
<meta name="msapplication-TileColor" content="#1a1a2e" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoGame",
"name": "Combat Pong",
"description": "A territory control game built around instant anonymous duels. Control your paddle, protect your balls, and conquer the board!",
"url": "https://www.combatpong.com/",
"image": "https://www.combatpong.com/og-image.png",
"genre": ["Arcade", "Action", "Strategy"],
"gamePlatform": ["Web Browser", "Mobile Browser"],
"applicationCategory": "Game",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Organization",
"name": "Combat Pong"
},
"playMode": "SinglePlayer",
"numberOfPlayers": {
"@type": "QuantitativeValue",
"minValue": 1,
"maxValue": 1
}
}
</script>
<!-- FAQ Schema for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I play Combat Pong?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Move your paddle with your mouse or finger to protect your Day balls from hitting the bottom. Each ball that hits the bottom costs you one life. Conquer enemy territory while defending your own!"
}
},
{
"@type": "Question",
"name": "Is Combat Pong free to play?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! Combat Pong is 100% free to play with no ads or in-app purchases. Just open your browser and start playing instantly."
}
},
{
"@type": "Question",
"name": "Can I play Combat Pong on mobile?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Absolutely! Combat Pong is fully optimized for mobile devices with touch controls. Play on any smartphone or tablet browser."
}
},
{
"@type": "Question",
"name": "Is Combat Pong real multiplayer?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Combat Pong drops you into fast anonymous duels with no login, no waiting, and all the pressure of a tense 1v1."
}
}
]
}
</script>
<!-- BreadcrumbList Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.combatpong.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Play Game",
"item": "https://www.combatpong.com/play"
}
]
}
</script>
<style>
/* Prevent overscroll bounce on iOS */
html,
body {
overflow-x: hidden;
min-height: 100%;
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
touch-action: manipulation;
}
/* Prevent text selection on mobile */
* {
-webkit-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>