-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
61 lines (54 loc) · 2.94 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Play Tennis Online - Free Browser-Based Tennis Game</title>
<meta name="title" content="Play Tennis Online - Free Browser-Based Tennis Game">
<meta name="description" content="Experience the thrill of tennis in your browser! Play our free online tennis game featuring realistic physics, dynamic gameplay, and challenging AI opponents. Perfect for casual gaming and tennis enthusiasts.">
<!-- Favicon -->
<link rel="icon" href="image/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="image/favicon.ico">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://play-tennis.vercel.app">
<meta property="og:title" content="Play Tennis Online - Free Browser-Based Tennis Game">
<meta property="og:description" content="Experience the thrill of tennis in your browser! Play our free online tennis game with realistic physics and challenging AI opponents.">
<meta property="og:image" content="https://i.postimg.cc/zvTLgcb1/Thi-t-k-ch-a-c-t-n-5.png>
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://play-tennis.vercel.app">
<meta property="twitter:title" content="Play Tennis Online - Free Browser-Based Tennis Game">
<meta property="twitter:description" content="Experience the thrill of tennis in your browser! Play our free online tennis game with realistic physics and challenging AI opponents.">
<meta property="twitter:image" content="https://i.postimg.cc/zvTLgcb1/Thi-t-k-ch-a-c-t-n-5.png">
<link rel="icon" href="image/favicon.ico" type="image/x-icon">
<meta name="keywords" content="tennis game, online tennis, browser game, free tennis game, sports game, p5.js game, javascript game">
<meta name="author" content="Tennis Game Developer">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://play-tennis.vercel.app">
<link rel="stylesheet" href="style.css">
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.min.js"></script>
<script defer src="main.js"></script>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoGame",
"name": "Play Tennis Online",
"description": "A browser-based tennis game featuring realistic physics and AI opponents",
"genre": ["Sports Game", "Browser Game"],
"url": "https://play-tennis.vercel.app",
"inLanguage": "en",
"operatingSystem": "Web Browser",
"applicationCategory": "Game",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body>
</body>
</html>