Skip to content

Commit 7f881d4

Browse files
committed
- add SEO and screenshot
- add Hourly Rate Calculator to sidebar.html and tools.json
1 parent 365f08f commit 7f881d4

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,5 +1681,16 @@
16811681
"aiPowered": false,
16821682
"featured": false,
16831683
"date": "2025-08-31"
1684+
},
1685+
{
1686+
"id": "hourly_rate_calculator",
1687+
"title": "Hourly Rate Calculator",
1688+
"description": "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.",
1689+
"url": "tools/hourly_rate_calculator.html",
1690+
"screenshot": "screenshots/screenshot_219.webp",
1691+
"type": "tool",
1692+
"aiPowered": false,
1693+
"featured": false,
1694+
"date": "2025-09-29"
16841695
}
16851696
]

screenshots/screenshot_219.webp

25.3 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ <h2>Tools by ChatGPT</h2>
304304
<li><a href="/games/stack_tower.html">Stack Tower</a></li>
305305
<li><a href="/tools/css_unit_converter.html">CSS Unit Converter</a></li>
306306
<li><a href="/tools/html_tag_stripper.html">HTML Tag Stripper</a></li>
307+
<li><a href="/tools/hourly_rate_calculator.html">Hourly Rate Calculator</a></li>
307308
<!-- end -->
308309
</ul>
309310
</div>

tools/hourly_rate_calculator.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1.0">
66
<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">
725
<style>
826
*{margin:0;padding:0;box-sizing:border-box}
927
:root{

0 commit comments

Comments
 (0)