Skip to content

Commit 716d78d

Browse files
committed
- add some SEO so people will actually find this amazing tool
1 parent 0aa3a26 commit 716d78d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

tools/fractal_viewer_3d.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,23 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>3D Fractal Explorer</title>
6+
<title>Interactive 3D Fractal Explorer | Online Fractal Viewer with Zoom</title>
7+
<meta name="description" content="Explore beautiful 3D fractals in real-time with our interactive online fractal viewer. Zoom infinitely, rotate freely, and discover the mathematical beauty of 3D fractals in your browser.">
8+
<meta name="keywords" content="3D fractal explorer, fractal viewer, 3D fractals, interactive fractals, fractal zoom, online fractal viewer, mathematical visualization, real-time fractals, fractal generator, Mandelbulb, Julia set, 3D fractal renderer">
9+
<meta property="og:title" content="Interactive 3D Fractal Explorer | Online Fractal Viewer with Zoom">
10+
<meta property="og:description" content="Explore beautiful 3D fractals in real-time with our interactive online fractal viewer. Zoom infinitely and discover mathematical beauty in your browser.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://www.gptgames.dev/">
13+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_168.png">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Interactive 3D Fractal Explorer | Online Fractal Viewer">
16+
<meta name="twitter:description" content="Explore beautiful 3D fractals in real-time with our interactive online fractal viewer. Zoom infinitely and discover mathematical beauty.">
17+
<meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_168.png">
18+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
19+
<meta name="robots" content="index, follow">
20+
<meta name="author" content="Claude 3.7 Sonnet and Tobias Müller">
21+
<meta name="canonical" content="https://www.gptgames.dev/tools/fractal_viewer_3d.html">
22+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🌌</text></svg>">
723
<style>
824
:root {
925
--primary: #6366f1;

0 commit comments

Comments
 (0)