Skip to content

Commit 15785c1

Browse files
committed
- add SEO to decision wheel
- add screenshot - add decision wheel to sidebar.html and tools.json
1 parent 0342cbf commit 15785c1

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,5 +1604,16 @@
16041604
"aiPowered": false,
16051605
"featured": false,
16061606
"date": "2025-06-13"
1607+
},
1608+
{
1609+
"id": "decision_wheel",
1610+
"title": "Decision Wheel",
1611+
"description": "Free online Decision Wheel - Spin the wheel to make random choices! Add your options and let our customizable spinning wheel pick for you. Perfect for decisions, games, and random selection.",
1612+
"url": "tools/decision_wheel.html",
1613+
"screenshot": "screenshots/screenshot_208.webp",
1614+
"type": "tool",
1615+
"aiPowered": false,
1616+
"featured": false,
1617+
"date": "2025-06-19"
16071618
}
16081619
]

screenshots/screenshot_208.webp

12 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ <h2>Tools by ChatGPT</h2>
293293
<li><a href="/tools/sober_time_tracker.html">Sober Time Tracker</a></li>
294294
<li><a href="/tools/zip_extractor.html">Zip Extractor Pro</a></li>
295295
<li><a href="/tools/sudoku_solver.html">Sudoku Solver</a></li>
296+
<li><a href="/tools/decision_wheel.html">Decision Wheel</a></li>
296297
<!-- end -->
297298
</ul>
298299
</div>

tools/decision_wheel.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,30 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<meta name="description" content="Free online Decision Wheel - Spin the wheel to make random choices! Add your options and let our customizable spinning wheel pick for you. Perfect for decisions, games, and random selection.">
6+
<meta name="keywords" content="decision wheel, spinning wheel, random picker, choice maker, decision maker, random selector, spin wheel, online wheel, random choice, decision tool, picker wheel, fortune wheel">
7+
<meta name="author" content="Claude Sonnet 4 prompted by Tobias Müller">
8+
<meta name="robots" content="index, follow">
59
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<link rel="canonical" href="https://www.gptgames.dev/tools/decision_wheel.html">
11+
12+
<meta property="og:title" content="Decision Wheel - Random Picker Tool">
13+
<meta property="og:description" content="Free online Decision Wheel - Spin the wheel to make random choices! Add your options and let our customizable spinning wheel pick for you. Perfect for decisions, games, and random selection.">
14+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_208.webp">
15+
<meta property="og:url" content="https://www.gptgames.dev/tools/decision_wheel.html">
16+
<meta property="og:type" content="website">
17+
<meta property="og:site_name" content="GPT Games">
18+
19+
<meta name="twitter:card" content="summary_large_image">
20+
<meta name="twitter:title" content="Decision Wheel - Random Picker Tool">
21+
<meta name="twitter:description" content="Free online Decision Wheel - Spin the wheel to make random choices! Add your options and let our customizable spinning wheel pick for you.">
22+
<meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_208.webp">
23+
24+
<meta name="theme-color" content="#3182ce">
25+
<meta name="application-name" content="Decision Wheel">
26+
<meta name="apple-mobile-web-app-title" content="Decision Wheel">
27+
<meta name="apple-mobile-web-app-capable" content="yes">
28+
<meta name="apple-mobile-web-app-status-bar-style" content="default">
629
<title>Decision Wheel - Random Picker</title>
730
<style>
831
* {

0 commit comments

Comments
 (0)