Skip to content

Commit 05800d4

Browse files
committed
- add tip calculator to tools.json, and sidebar.html, add screenshot
1 parent f412956 commit 05800d4

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,5 +1747,16 @@
17471747
"aiPowered": false,
17481748
"featured": false,
17491749
"date": "2025-10-16"
1750+
},
1751+
{
1752+
"id": "tip_calculator",
1753+
"title": "Tip Calculator & Bill Splitter",
1754+
"description": "Free online tip calculator and bill splitter. Calculate tips, split bills among friends, and get instant results. Perfect for restaurants, cafes, and group dining.",
1755+
"url": "tools/tip_calculator.html",
1756+
"screenshot": "screenshots/screenshot_225.webp",
1757+
"type": "tool",
1758+
"aiPowered": false,
1759+
"featured": false,
1760+
"date": "2025-10-25"
17501761
}
17511762
]

screenshots/screenshot_225.webp

9.16 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ <h2>Tools by ChatGPT</h2>
310310
<li><a href="/tools/animal_size_comparison.html">Animal Size Comparison</a></li>
311311
<li><a href="/tools/audio_pitch_shifter.html">Audio Pitch Shifter</a></li>
312312
<li><a href="/tools/time_lapse_creator.html">Time Lapse Creator</a></li>
313+
<li><a href="/tools/tip_calculator.html">Tip Calculator & Bill Splitter</a></li>
313314
<!-- end -->
314315
</ul>
315316
</div>

tools/tip_calculator.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Free online tip calculator and bill splitter. Calculate tips, split bills among friends, and get instant results. Perfect for restaurants, cafes, and group dining.">
7+
<meta name="keywords" content="tip calculator, bill splitter, calculate tip, split bill, restaurant tip calculator, tip percentage calculator, dining calculator">
8+
<meta name="author" content="Claude Sonnet 4.5 prompted by Tobias Müller">
9+
<meta name="robots" content="index, follow">
10+
<link rel="canonical" href="https://www.gptgames.dev/tools/tip_calculator.html">
11+
<meta property="og:title" content="Tip Calculator & Bill Splitter - Free Online Tool">
12+
<meta property="og:description" content="Calculate tips and split bills instantly with our easy-to-use tip calculator. Perfect for restaurants, cafes, and group dining.">
13+
<meta property="og:type" content="website">
14+
<meta property="og:url" content="https://www.gptgames.dev/tools/tip_calculator.html">
15+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_224.webp">
16+
<meta property="og:image:alt" content="Tip Calculator & Bill Splitter Interface">
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:title" content="Tip Calculator & Bill Splitter - Free Online Tool">
19+
<meta name="twitter:description" content="Calculate tips and split bills instantly with our easy-to-use tip calculator. Perfect for restaurants, cafes, and group dining.">
20+
<meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_224.webp">
21+
<meta name="twitter:image:alt" content="Tip Calculator & Bill Splitter Interface">
622
<title>Tip Calculator & Bill Splitter</title>
723
<style>
824
*{margin:0;padding:0;box-sizing:border-box;}

0 commit comments

Comments
 (0)