Skip to content

Commit 43049b7

Browse files
committed
- add SEO to "Asteroids 3D"
- add Asteroids 3D to sidebar, tools.json and add screenshot
1 parent 4c726d7 commit 43049b7

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

data/games.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,5 +515,16 @@
515515
"aiPowered": false,
516516
"featured": true,
517517
"date": "2025-04-03"
518+
},
519+
{
520+
"id": "asteroids_3d",
521+
"title": "3D Asteroids",
522+
"description": "Experience thrilling first-person 3D Asteroids gameplay in this browser-based game. Navigate through space, shoot asteroids, and survive increasingly difficult levels.",
523+
"url": "games/asteroids_3d.html",
524+
"screenshot": "screenshots/screenshot_171.png",
525+
"type": "game",
526+
"aiPowered": false,
527+
"featured": false,
528+
"date": "2025-04-20"
518529
}
519530
]

games/asteroids_3d.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>3D Asteroids</title>
7+
<meta name="description" content="Experience thrilling first-person 3D Asteroids gameplay in this browser-based game. Navigate through space, shoot asteroids, and survive increasingly difficult levels.">
8+
<meta name="keywords" content="3D Asteroids, browser game, JavaScript game, first-person space shooter, ThreeJS">
9+
<meta name="author" content="Claude 3.7 Sonnet prompted by Tobias Müller">
10+
<meta property="og:type" content="website">
11+
<meta property="og:url" content="https://www.gptgames.dev/tools/asteroids_3d.html">
12+
<meta property="og:title" content="3D Asteroids - First-Person Space Shooter">
13+
<meta property="og:description" content="Navigate through asteroid fields in this immersive 3D browser game. Destroy asteroids, earn points, and survive as long as possible!">
14+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_171.png">
15+
<meta property="twitter:card" content="summary_large_image">
16+
<meta property="twitter:url" content="https://www.gptgames.dev/tools/asteroids_3d.html">
17+
<meta property="twitter:title" content="3D Asteroids - First-Person Space Shooter">
18+
<meta property="twitter:description" content="Navigate through asteroid fields in this immersive 3D browser game. Destroy asteroids, earn points, and survive as long as possible!">
19+
<meta property="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_171.png">
20+
<script type="application/ld+json">
21+
{
22+
"@context": "https://schema.org",
23+
"@type": "VideoGame",
24+
"name": "3D Asteroids",
25+
"description": "First-person 3D Asteroids game where players navigate through space, shooting asteroids and surviving increasingly difficult levels.",
26+
"image": "https://www.gptgames.dev/screenshots/screenshot_171.png",
27+
"url": "https://www.gptgames.dev/tools/asteroids_3d.html",
28+
"genre": ["Arcade", "Space Shooter", "First-Person"],
29+
"author": {
30+
"@type": "Person",
31+
"name": "Claude 3.7 Sonnet prompted by Tobias Müller"
32+
},
33+
"offers": {
34+
"@type": "Offer",
35+
"price": "0",
36+
"priceCurrency": "USD",
37+
"availability": "https://schema.org/InStock"
38+
},
39+
"applicationCategory": "Game",
40+
"operatingSystem": "Any"
41+
}
42+
</script>
743
<style>
844
:root {
945
--bg-color: #f0f0f0;

screenshots/screenshot_171.png

27.6 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ <h2>Tools by ChatGPT</h2>
256256
<li><a href="/tools/fractal_viewer_3d.html">3D Fractal Explorer</a></li>
257257
<li><a href="/tools/favicon_generator.html">Favicon Generator | Favicon Studio Pro</a></li>
258258
<li><a href="/tools/uuid_generator.html">UUID Generator | Create and Export UUIDs</a></li>
259+
<li><a href="/games/asteroids_3d.html">3D Asteroids</a></li>
259260
<!-- end -->
260261
</ul>
261262
</div>

0 commit comments

Comments
 (0)