|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <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"> |
6 | 22 | <title>Tip Calculator & Bill Splitter</title> |
7 | 23 | <style> |
8 | 24 | *{margin:0;padding:0;box-sizing:border-box;} |
|
0 commit comments