|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
6 | 6 | <title>Hourly Rate Calculator - Professional Billing Tool</title> |
| 7 | + <meta name="description" content="Professional hourly rate calculator with client management, tax calculation, and billing history. Calculate your billable hours instantly with this free online tool featuring client tracking and invoice export."> |
| 8 | + <meta name="keywords" content="hourly rate calculator, billing calculator, freelance calculator, hourly wage calculator, time billing, invoice calculator, client billing, freelance tools, contractor calculator, hourly billing"> |
| 9 | + <meta name="author" content="Claude Sonnet 4.5 prompted by Tobias Müller"> |
| 10 | + <meta name="robots" content="index, follow"> |
| 11 | + <meta name="language" content="English"> |
| 12 | + <meta property="og:title" content="Hourly Rate Calculator - Professional Billing Tool"> |
| 13 | + <meta property="og:description" content="Calculate your billing amount by entering hours worked and hourly rate, with optional client tracking for quick invoicing. Free online tool with dark mode support."> |
| 14 | + <meta property="og:url" content="https://www.gptgames.dev/tools/hourly_rate_calculator.html"> |
| 15 | + <meta property="og:type" content="website"> |
| 16 | + <meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_219.webp"> |
| 17 | + <meta property="og:image:width" content="1200"> |
| 18 | + <meta property="og:image:height" content="630"> |
| 19 | + <meta property="og:site_name" content="GPT Games"> |
| 20 | + <meta name="twitter:card" content="summary_large_image"> |
| 21 | + <meta name="twitter:title" content="Hourly Rate Calculator - Professional Billing Tool"> |
| 22 | + <meta name="twitter:description" content="Calculate your billing amount by entering hours worked and hourly rate, with optional client tracking for quick invoicing."> |
| 23 | + <meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_219.webp"> |
| 24 | + <link rel="canonical" href="https://www.gptgames.dev/tools/hourly_rate_calculator.html"> |
7 | 25 | <style> |
8 | 26 | *{margin:0;padding:0;box-sizing:border-box} |
9 | 27 | :root{ |
|
0 commit comments